blackchoey / azure-cli-extensions

Public Repository for Extensions of Azure CLI.
https://docs.microsoft.com/en-us/cli/azure
MIT License
0 stars 0 forks source link

fix: cannot run create command against existing resource #58

Closed blackchoey closed 3 months ago

blackchoey commented 3 months ago
  1. Fix error when run create command against existing resource. Run create command against existing resource is usually used in CICD scenario.
  2. Change az apic update command back to PUT request as we have SKU support in http client now

The SKU parameter is hided temporary because there're too many SKU properties, we need further discussion on how SKU should be supported in CLI.

https://msazure.visualstudio.com/One/_workitems/edit/28011732 https://msazure.visualstudio.com/One/_workitems/edit/27863921