Azure / vscode-aks-tools

Visual Studio Code extension for Azure Kubernetes Service
MIT License
41 stars 52 forks source link

Draft Version Update & Manifest file check removal by draft #828

Closed ReinierCC closed 3 months ago

ReinierCC commented 3 months ago

Draft version update https://github.com/Azure/draft/releases/tag/v0.0.36 was released.

Latest draft update requires us to remove the "--app" flag utilized in the draft commands by the extension. The app name is now automatically populated from the "--variable" arguments.

As well the draft deployment screen was freezing as seen in https://github.com/Azure/vscode-aks-tools/issues/786 . This was because draft detected that there were manifest files in the directory specified or child directories. By adding the "--skip-file-detection" to the draft command, we can remove the check on the draft side and rely on the extension to inform the user that manifest files are present.

image