Update Get-AzureService-Replication-Resilience.ps1

This commit is contained in:
ichiche 2023-04-04 13:04:08 +08:00
Родитель 026c5654c3
Коммит 20e03b2009
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -62,11 +62,9 @@ Import-Module ImportExcel
# Login
# Referring to https://github.com/Azure/azure-operation-script/tree/dev/Connection
#Connect-AzAccount -Tenant $TenantId
# Get Azure Subscription
# Referring to https://github.com/Azure/azure-operation-script#subscription-management
#$Global:Subscriptions = Get-AzSubscription -TenantId $TenantId | ? {$_.State -eq "Enabled" -and $_.Name -ne "Access to Azure Active Directory"}
$Global:Subscriptions = Import-Csv SubscriptionList.csv
# Get the Latest Location Name, Display Name, and Paired Region