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.
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.