From b9bfe4504f2389c121ce3383d8132d4e07e3a13e Mon Sep 17 00:00:00 2001 From: vivet Date: Wed, 26 Aug 2026 14:46:08 +0200 Subject: [PATCH] Removed example subscription id --- .github/workflows/build-and-deploy.yml | 2 +- Nano.Azure.Account/deploy.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index c481dd8..106d4aa 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -7,7 +7,7 @@ on: branches: - master env: - VERSION: 10.0.2 + VERSION: 10.0.3 jobs: build-and-deploy: runs-on: ubuntu-latest diff --git a/Nano.Azure.Account/deploy.ps1 b/Nano.Azure.Account/deploy.ps1 index 457bf03..75d004a 100644 --- a/Nano.Azure.Account/deploy.ps1 +++ b/Nano.Azure.Account/deploy.ps1 @@ -1,6 +1,6 @@ $env:SERVICE_PRINCIPAL_NAME = "nano-deploy-service-principal"; $env:AZURE_SUBSCRIPTION_ID_STAGING = ""; -$env:AZURE_SUBSCRIPTION_ID_PRODUCTION = "b2b7a8a7-862e-478a-8761-58e41e726855"; +$env:AZURE_SUBSCRIPTION_ID_PRODUCTION = ""; $subscriptions = @( $env:AZURE_SUBSCRIPTION_ID_STAGING,