Skip to content

Commit

Permalink
utils: Update options type for QuickPickAzureSubscriptionStep (#1805)
Browse files Browse the repository at this point in the history
  • Loading branch information
MicroFish91 authored Sep 30, 2024
1 parent 5794d9d commit 9bc93be
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion utils/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2075,7 +2075,7 @@ export declare class RecursiveQuickPickStep<TContext extends QuickPickWizardCont
* Quick pick step to pick an Azure subscription.
*/
export declare class QuickPickAzureSubscriptionStep extends GenericQuickPickStepWithCommands<AzureResourceQuickPickWizardContext, SkipIfOneQuickPickOptions> {
public constructor(tdp: TreeDataProvider<ResourceGroupsItem>, options?: GenericQuickPickOptions);
public constructor(tdp: TreeDataProvider<ResourceGroupsItem>, options?: AzureSubscriptionQuickPickOptions);
}

export declare interface GroupQuickPickOptions extends SkipIfOneQuickPickOptions {
Expand Down
4 changes: 2 additions & 2 deletions utils/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@microsoft/vscode-azext-utils",
"author": "Microsoft Corporation",
"version": "2.5.9",
"version": "2.5.10",
"description": "Common UI tools for developing Azure extensions for VS Code",
"tags": [
"azure",
Expand Down

0 comments on commit 9bc93be

Please sign in to comment.