We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
macos, insiders latest
create a new app service plan (actually run the commands):
az login az account list -o table az group create --name testazcli-rg --location westus az appservice plan create --name testazcli-name --resource-group testazcli-rg --location westus --sku FREE
Now try to get IntelliSense on the --plan:
az webapp create --name cdias-testazcli-site --plan
result: no completions:
The text was updated successfully, but these errors were encountered:
Works for me. Is there anything in the console?
Sorry, something went wrong.
Clean-up listeners when Python script terminates unexpectedly (#20)
6131a2e
This cleared after upgrading az, if I remember correctly. I have also improved error handling for when the Python scripts crashes.
az
chrmarti
No branches or pull requests
macos, insiders latest
create a new app service plan (actually run the commands):
Now try to get IntelliSense on the --plan:
az webapp create --name cdias-testazcli-site --plan
result: no completions:
The text was updated successfully, but these errors were encountered: