Skip to content

Commit

Permalink
Sku in table
Browse files Browse the repository at this point in the history
  • Loading branch information
yuwzho committed Dec 21, 2021
1 parent 6be294d commit b906548
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/spring-cloud/azext_spring_cloud/_transformers.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ def transform_spring_cloud_table_output(result):
for item in result:
item['State'] = item['properties']['provisioningState']
item['tags'] = item['tags']
item['tier'] = item['sku']['tier']

return result if is_list else result[0]

Expand Down

0 comments on commit b906548

Please sign in to comment.