You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$targetKvUri= az keyvault list --resource-group $TargetResourceGroup--query "[0].properties.vaultUri"-o tsv
65
-
$targetAiResourceId= az monitor app-insights component list --resource-group $TargetResourceGroup--query "[0].id"-o tsv
66
-
$targetAiKey= az monitor app-insights component list --resource-group $TargetResourceGroup--query "[0].instrumentationKey"-o tsv
67
-
$targetEhNs= az eventhubs namespace list --resource-group $TargetResourceGroup--query "[0].name"-o tsv
70
+
$targetKvUri= az keyvault list --resource-group $TargetResourceGroup@subscriptionArgs--query "[0].properties.vaultUri"-o tsv
71
+
$targetAiResourceId= az resource list --resource-group $TargetResourceGroup--resource-type "Microsoft.Insights/components"@subscriptionArgs--query "[0].id"-o tsv
0 commit comments