File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed
src/redisenterprise/azext_redisenterprise
aaz/latest/redisenterprise Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 3333 type: command
3434 short-summary: Get information about a RedisEnterprise cluster
3535"""
36-
37- helps ['redisenterprise update' ] = """
38- type: command
39- short-summary: Update an existing RedisEnterprise cluster
40- examples:
41- - name: Update cluster SKU
42- text: |-
43- az redisenterprise update --cluster-name "cache1" --sku "ComputeOptimized_X5" --resource-group "rg1"
44- """
Original file line number Diff line number Diff line change 1616)
1717class Update (AAZCommand ):
1818 """Update an existing (overwrite/recreate, with potential downtime) cache cluster
19+
20+ :example: Updates cluster SKU
21+ az redisenterprise update --cluster-name "cache1" --sku "ComputeOptimized_X5" --resource-group "rg1"
1922 """
2023
2124 _aaz_info = {
You can’t perform that action at this time.
0 commit comments