Skip to content

Commit

Permalink
[AKS] Fix for az aks approuting update command (#7038)
Browse files Browse the repository at this point in the history
  • Loading branch information
bosesuneha committed Dec 18, 2023
1 parent cb65a2f commit 601e768
Show file tree
Hide file tree
Showing 4 changed files with 3,271 additions and 451 deletions.
3 changes: 2 additions & 1 deletion src/aks-preview/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ To release a new version, please select a new version number (usually plus 1 to

Pending
+++++++
* Fix the response format for `az aks mesh get-revisions` and `az aks mesh get-upgrades`.
* Fix the response format for `az aks mesh get-revisions` and `az aks mesh get-upgrades`.
* Fix for `az aks approuting update` command failing on granting keyvault permissions to managed identity.

0.5.173
+++++++
Expand Down
1 change: 1 addition & 0 deletions src/aks-preview/azext_aks_preview/custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -2897,6 +2897,7 @@ def _keyvault_update(
raise InvalidArgumentValueError("Please provide a valid keyvault ID")

if mc.ingress_profile and mc.ingress_profile.web_app_routing and mc.ingress_profile.web_app_routing.enabled:
cmd.command_kwargs['operation_group'] = 'vaults'
keyvault_params = parse_resource_id(keyvault_id)
keyvault_subscription = keyvault_params['subscription']
keyvault_name = keyvault_params['name']
Expand Down
Loading

0 comments on commit 601e768

Please sign in to comment.