Skip to content

Commit

Permalink
Make cli zone redundant property be none (#4327)
Browse files Browse the repository at this point in the history
Co-authored-by: Wenhao Zhang <[email protected]>
  • Loading branch information
Descatles and Wenhao Zhang authored Jan 17, 2022
1 parent f0bcccb commit 4dc9c54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/spring-cloud/azext_spring_cloud/custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ def spring_cloud_update(cmd, client, resource_group, name, app_insights_key=None
resource = client.services.get(resource_group, name)
location = resource.location
updated_resource_properties = models_20220101preview.ClusterResourceProperties()
updated_resource_properties.zone_redundant = None

_update_application_insights_asc_update(cmd, resource_group, name, location,
app_insights_key, app_insights, disable_app_insights, no_wait)
Expand Down

0 comments on commit 4dc9c54

Please sign in to comment.