Skip to content
New issue

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

No completions on az webapp create --plan #20

Closed
chrisdias opened this issue Sep 13, 2017 · 2 comments
Closed

No completions on az webapp create --plan #20

chrisdias opened this issue Sep 13, 2017 · 2 comments
Assignees

Comments

@chrisdias
Copy link
Member

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:

image

@chrmarti chrmarti added this to the September 2017 milestone Sep 13, 2017
@chrmarti
Copy link
Contributor

Works for me. Is there anything in the console?

@chrmarti
Copy link
Contributor

This cleared after upgrading az, if I remember correctly. I have also improved error handling for when the Python scripts crashes.

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

No branches or pull requests

2 participants