mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-14 18:46:34 -05:00
@@ -1010,6 +1010,7 @@ function createAzureSubscriptionDropdown(
|
||||
subscriptionValueToSubscriptionMap: Map<string, azureResource.AzureResourceSubscription>): azdata.DropDownComponent {
|
||||
const label = createLabel(context.view, {
|
||||
text: loc.subscription,
|
||||
description: loc.subscriptionDescription,
|
||||
required: context.fieldInfo.required,
|
||||
width: context.fieldInfo.labelWidth,
|
||||
cssStyles: context.fieldInfo.labelCSSStyles
|
||||
@@ -1069,7 +1070,7 @@ async function handleSelectedAccountChanged(
|
||||
}
|
||||
|
||||
try {
|
||||
const response = await apiService.azurecoreApi.getSubscriptions(selectedAccount, true);
|
||||
const response = await apiService.azurecoreApi.getSubscriptions(selectedAccount, true, false);
|
||||
if (!response) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user