diff --git a/specification/iothub/resource-manager/Microsoft.Devices/preview/2019-03-22-preview/examples/iothub_get.json b/specification/iothub/resource-manager/Microsoft.Devices/preview/2019-03-22-preview/examples/iothub_get.json index 6bd924b40126..06ca87816cb8 100644 --- a/specification/iothub/resource-manager/Microsoft.Devices/preview/2019-03-22-preview/examples/iothub_get.json +++ b/specification/iothub/resource-manager/Microsoft.Devices/preview/2019-03-22-preview/examples/iothub_get.json @@ -81,14 +81,14 @@ }, "locations": [ { - "location": "West US", - "role": "primary" + "location": "West US", + "role": "primary" }, { - "location": "East US", - "role": "secondary" + "location": "East US", + "role": "secondary" } - ] + ] }, "sku": { "name": "S1", diff --git a/specification/iothub/resource-manager/Microsoft.Devices/preview/2019-03-22-preview/iothub.json b/specification/iothub/resource-manager/Microsoft.Devices/preview/2019-03-22-preview/iothub.json index 8a7c2150d423..121d86871358 100644 --- a/specification/iothub/resource-manager/Microsoft.Devices/preview/2019-03-22-preview/iothub.json +++ b/specification/iothub/resource-manager/Microsoft.Devices/preview/2019-03-22-preview/iothub.json @@ -3466,15 +3466,15 @@ "description": "Public representation of one of the locations where a resource is provisioned.", "type": "object", "properties": { - "location": { - "description": "Azure Geo Regions", + "location": { + "description": "Azure Geo Regions", "type": "string" }, "role": { "description": "Specific Role assigned to this location", "enum": [ - "primary", - "secondary" + "primary", + "secondary" ], "type": "string", "x-ms-enum": {