Skip to content

Commit

Permalink
update (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
XOmniverse committed Mar 11, 2024
1 parent eef59f9 commit 67e5e52
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion update_demo_data.rb
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@ def aws_rightsize_rds_instances_idle(iterations = $default_iterations)
"resourceName": resourceName,
"tags": get_random_tags,
"recommendationDetails": recommendationDetails,
"recommendationType": "Delete",
"recommendationType": "Terminate",
"region": region,
"availabilityZone": region + "a",
"state": "",
Expand Down Expand Up @@ -1099,6 +1099,7 @@ def azure_rightsize_sql_instances_downsize(iterations = $default_iterations)
"tags": get_random_tags,
"createdTime": get_random_date(rand((Time.now.year - 4)..(Time.now.year - 1))),
"recommendationDetails": recommendationDetails,
"recommendationType": "Downsize",
"newResourceType": newResourceType,
"resourceType": "Microsoft.Sql/servers/databases",
"resourceKind": "v12.0,user",
Expand Down Expand Up @@ -1157,6 +1158,7 @@ def azure_rightsize_sql_instances_unused(iterations = $default_iterations)
"tags": get_random_tags,
"createdTime": get_random_date(rand((Time.now.year - 4)..(Time.now.year - 1))),
"recommendationDetails": recommendationDetails,
"recommendationType": "Delete",
"resourceType": "Microsoft.Sql/servers/databases",
"resourceKind": "v12.0,user",
"region": get_random_azure_region,
Expand Down

0 comments on commit 67e5e52

Please sign in to comment.