Skip to content

Commit

Permalink
Upgrade the utils and dev package (#2303)
Browse files Browse the repository at this point in the history
  • Loading branch information
MicroFish91 authored Aug 23, 2024
1 parent b039843 commit c42a1a0
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 26 deletions.
48 changes: 24 additions & 24 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1101,7 +1101,7 @@
"devDependencies": {
"@azure/arm-resources": "^4.0.0",
"@microsoft/eslint-config-azuretools": "^0.1.0",
"@microsoft/vscode-azext-dev": "^2.0.2",
"@microsoft/vscode-azext-dev": "^2.0.4",
"@types/copy-webpack-plugin": "^6.4.0",
"@types/documentdb": "^1.10.2",
"@types/fs-extra": "^8.1.0",
Expand Down Expand Up @@ -1136,7 +1136,7 @@
"@azure/cosmos": "^3.6.3",
"@microsoft/vscode-azext-azureauth": "^2.3.0",
"@microsoft/vscode-azext-azureutils": "^3.0.1",
"@microsoft/vscode-azext-utils": "^2.4.0",
"@microsoft/vscode-azext-utils": "^2.5.6",
"antlr4ts": "^0.4.1-alpha.0",
"bson": "^6.0.0",
"fs-extra": "^8.0.0",
Expand Down
4 changes: 4 additions & 0 deletions src/tree/AttachedAccountsTreeItem.ts
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,10 @@ class AttachedAccountRoot implements ISubscriptionContext {
throw this._error;
}

public createCredentialsForScopes(): never {
throw this._error;
}

public get subscriptionDisplayName(): never {
throw this._error;
}
Expand Down

0 comments on commit c42a1a0

Please sign in to comment.