Skip to content

Commit

Permalink
Add zone redundancy preference field to workloadmonitor (#19864)
Browse files Browse the repository at this point in the history
* Add zone redundancy preference field to workloadmonitor

* Change enum to string.
  • Loading branch information
prajjwalsrivastav authored Aug 1, 2022
1 parent e121826 commit d1b0569
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
],
"appLocation": "eastus",
"routingPreference": "RouteAll",
"zoneRedundancyPreference": "ZoneRedundantApp",
"managedResourceGroupConfiguration": {
"name": "myManagedRg"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
],
"appLocation": "eastus",
"routingPreference": "RouteAll",
"zoneRedundancyPreference": "ZoneRedundantApp",
"managedResourceGroupConfiguration": {
"name": "myManagedRg"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
],
"appLocation": "eastus",
"routingPreference": "RouteAll",
"zoneRedundancyPreference": "ZoneRedundantApp",
"managedResourceGroupConfiguration": {
"name": "myManagedRg1"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
],
"appLocation": "eastus",
"routingPreference": "RouteAll",
"zoneRedundancyPreference": "ZoneRedundantApp",
"managedResourceGroupConfiguration": {
"name": "myManagedRg1"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
],
"appLocation": "eastus",
"routingPreference": "RouteAll",
"zoneRedundancyPreference": "ZoneRedundantApp",
"managedResourceGroupConfiguration": {
"name": "myManagedRg"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
],
"appLocation": "eastus",
"routingPreference": "RouteAll",
"zoneRedundancyPreference": "ZoneRedundantApp",
"managedResourceGroupConfiguration": {
"name": "myManagedRg"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -812,6 +812,10 @@
"modelAsString": true
}
},
"zoneRedundancyPreference": {
"type": "string",
"description": "Sets the preference for zone redundancy on resources created for the SAP monitor. By default resources will be created which do not support zone redundancy."
},
"managedResourceGroupConfiguration": {
"description": "Managed resource group configuration",
"$ref": "#/definitions/ManagedRGConfiguration"
Expand Down

0 comments on commit d1b0569

Please sign in to comment.