Skip to content

Conversation

@bwateratmsft
Copy link
Collaborator

@bwateratmsft bwateratmsft commented Feb 6, 2026

TODO:

  • Build in Azure
  • Container files
  • Verify POM files parsed
  • .NET debugging (Dockerfile)
  • .NET debugging (SDK)

Comment on lines +3354 to +3355
"@azure/arm-appservice": "*",
"@azure/arm-authorization": "*",
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The @microsoft/vscode-azext-azureappservice and @microsoft/vscode-azext-azureutils packages already depend on these two. Using "*" is a nice way of saying "just give me the same thing they're using".

"esbuild-plugin-copy": "*"
},
"dependencies": {
"@azure/arm-authorization": "^9.0.0",
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We weren't directly using the package, only the types.

import { ext } from '../extensionVariables';
import { Lazy } from './lazy';

const armAuthLazy = new Lazy(async () => await import('@azure/arm-authorization'));
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wasn't used.

bwateratmsft

This comment was marked as duplicate.

This comment was marked as resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant