Skip to content

No completions on az webapp create --plan #20

@chrisdias

Description

@chrisdias

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions