Closed MicroFish91 closed 10 months ago
Would like to eventually use here: https://github.com/microsoft/vscode-azurecontainerapps/pull/578
Wanted to add the ability to pass an option to subscriptionExperience to automatically select by subscriptionId without having to re-prompt the user.
subscriptionExperience
subscriptionId
Example:
const subscription: AzureSubscription = await subscriptionExperience(context, ext.rgApiV2.resources.azureResourceTreeDataProvider, { selectSubscriptionById: '<insert subscriptionId>' });
Would like to eventually use here: https://github.com/microsoft/vscode-azurecontainerapps/pull/578
Wanted to add the ability to pass an option to
subscriptionExperience
to automatically select bysubscriptionId
without having to re-prompt the user.Example: