version 2.0.62
Describe the bug
I'm trying to create an appservice plan using azure cli from the pipeline (azure devops => pipelines => releases => Azure CLI block => inline script), but it doesn't work and throws a very cryptic error message (see "additional context").
Also apparently sku is required, even though the documentation says it's optional.
To Reproduce
You can replace the sku here with different types like B1 or "S1" - but none work.
I also tried with different configurations, but it doesn't work with any.
az appservice plan create -g MyResourceGroup -n MyPlan --number-of-workers 4 --sku S1 --is-linux
As seen in the documentation
Expected behavior
A service plan should be created
Environment summary
Azure pipeline
Additional context
2019-06-25T11:51:51.4165536Z ERROR: This version of AppServiceEnvironments only supports System.Collections.Generic.HashSet`1[System.String] Sku(s).
version 2.0.62
Describe the bug
I'm trying to create an appservice plan using azure cli from the pipeline (azure devops => pipelines => releases => Azure CLI block => inline script), but it doesn't work and throws a very cryptic error message (see "additional context").
Also apparently sku is required, even though the documentation says it's optional.
To Reproduce
You can replace the sku here with different types like B1 or "S1" - but none work.
I also tried with different configurations, but it doesn't work with any.
As seen in the documentation
Expected behavior
A service plan should be created
Environment summary
Azure pipeline
Additional context