Skip to content

Commit

Permalink
work
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenWeatherford committed Oct 28, 2024
1 parent 06da6e9 commit 4db6390
Show file tree
Hide file tree
Showing 11 changed files with 6 additions and 757 deletions.
3 changes: 0 additions & 3 deletions src/vscode-bicep/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -803,9 +803,6 @@
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4"
},
"asdfg": {
"remove @microsoft/vscode-azext-azureutils": "^3.1.1"
},
"dependencies": {
"@azure/arm-managementgroups": "2.0.2",
"@azure/arm-resources": "^5.2.0",
Expand Down
11 changes: 0 additions & 11 deletions src/vscode-bicep/src/commands/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,17 +105,6 @@ export class DeployCommand implements Command {
`Scope specified in ${path.basename(documentPath)} -> ${deploymentScope}`,
);

// Shows a treeView that allows user to log in to Azure. If the user is already logged in, then does nothing. asdfg
// const azLoginTreeItem: AzLoginTreeItem = new AzLoginTreeItem();
// const azExtTreeDataProvider = new AzExtTreeDataProvider(azLoginTreeItem, "");
// await azExtTreeDataProvider.showTreeItemPicker<AzLoginTreeItem>("", context);

//asdfg ???
// const azLoginTreeItem: AzLoginTreeItem = new AzLoginTreeItem();
// const azExtTreeDataProvider = new AzExtTreeDataProvider(azLoginTreeItem, "");
// await azExtTreeDataProvider.showTreeItemPicker<AzLoginTreeItem>("", context);


await this.treeManager.EnsureSignedIn();

const fileName = path.basename(documentPath, ".bicep");
Expand Down
163 changes: 0 additions & 163 deletions src/vscode-bicep/src/tree/AzLoginTreeItem.ts

This file was deleted.

12 changes: 0 additions & 12 deletions src/vscode-bicep/src/tree/AzManagementGroupTreeItem.ts

This file was deleted.

18 changes: 0 additions & 18 deletions src/vscode-bicep/src/tree/AzResourceGroupTreeItem.ts

This file was deleted.

Loading

0 comments on commit 4db6390

Please sign in to comment.