diff --git a/specification/maps/resource-manager/Microsoft.Maps/stable/2017-01-01-preview/examples/CreateAccount.json b/specification/maps/resource-manager/Microsoft.Maps/stable/2017-01-01-preview/examples/CreateAccount.json index 9a5e50f533fa..36ff16a28388 100644 --- a/specification/maps/resource-manager/Microsoft.Maps/stable/2017-01-01-preview/examples/CreateAccount.json +++ b/specification/maps/resource-manager/Microsoft.Maps/stable/2017-01-01-preview/examples/CreateAccount.json @@ -27,6 +27,9 @@ "sku": { "name": "S0", "tier": "Standard" + }, + "properties": { + "x-ms-client-id": "string" } } }, @@ -42,6 +45,9 @@ "sku": { "name": "S0", "tier": "Standard" + }, + "properties": { + "x-ms-client-id": "string" } } } diff --git a/specification/maps/resource-manager/Microsoft.Maps/stable/2017-01-01-preview/examples/GetAccount.json b/specification/maps/resource-manager/Microsoft.Maps/stable/2017-01-01-preview/examples/GetAccount.json index 1901bd642252..3ed5a0173460 100644 --- a/specification/maps/resource-manager/Microsoft.Maps/stable/2017-01-01-preview/examples/GetAccount.json +++ b/specification/maps/resource-manager/Microsoft.Maps/stable/2017-01-01-preview/examples/GetAccount.json @@ -18,6 +18,9 @@ "sku": { "name": "S0", "tier": "Standard" + }, + "properties": { + "x-ms-client-id": "string" } } }, diff --git a/specification/maps/resource-manager/Microsoft.Maps/stable/2017-01-01-preview/examples/UpdateAccount.json b/specification/maps/resource-manager/Microsoft.Maps/stable/2017-01-01-preview/examples/UpdateAccount.json index 1f6fda9553a5..d03c90e5bce0 100644 --- a/specification/maps/resource-manager/Microsoft.Maps/stable/2017-01-01-preview/examples/UpdateAccount.json +++ b/specification/maps/resource-manager/Microsoft.Maps/stable/2017-01-01-preview/examples/UpdateAccount.json @@ -23,6 +23,9 @@ "sku": { "name": "S0", "tier": "Standard" + }, + "properties": { + "x-ms-client-id": "string" } } }, diff --git a/specification/maps/resource-manager/Microsoft.Maps/stable/2017-01-01-preview/maps-management.json b/specification/maps/resource-manager/Microsoft.Maps/stable/2017-01-01-preview/maps-management.json index df159a8856bf..0ee185bf8f14 100644 --- a/specification/maps/resource-manager/Microsoft.Maps/stable/2017-01-01-preview/maps-management.json +++ b/specification/maps/resource-manager/Microsoft.Maps/stable/2017-01-01-preview/maps-management.json @@ -589,6 +589,11 @@ "readOnly": true, "description": "The SKU of this account.", "$ref": "#/definitions/Sku" + }, + "properties": { + "readOnly": true, + "description": "The map account properties.", + "$ref": "#/definitions/MapsAccountProperties" } }, "allOf": [ @@ -784,6 +789,15 @@ } } } + }, + "MapsAccountProperties": { + "description": "Additional Map account properties", + "properties": { + "x-ms-client-id": { + "description": "A unique identifier for the maps account", + "type": "string" + } + } } } } diff --git a/specification/maps/resource-manager/Microsoft.Maps/stable/2018-05-01/examples/CreateAccount.json b/specification/maps/resource-manager/Microsoft.Maps/stable/2018-05-01/examples/CreateAccount.json index 2dbcc7a19085..ead879a2afe4 100644 --- a/specification/maps/resource-manager/Microsoft.Maps/stable/2018-05-01/examples/CreateAccount.json +++ b/specification/maps/resource-manager/Microsoft.Maps/stable/2018-05-01/examples/CreateAccount.json @@ -27,6 +27,9 @@ "sku": { "name": "S0", "tier": "Standard" + }, + "properties": { + "x-ms-client-id": "string" } } }, @@ -42,6 +45,9 @@ "sku": { "name": "S0", "tier": "Standard" + }, + "properties": { + "x-ms-client-id": "string" } } } diff --git a/specification/maps/resource-manager/Microsoft.Maps/stable/2018-05-01/examples/GetAccount.json b/specification/maps/resource-manager/Microsoft.Maps/stable/2018-05-01/examples/GetAccount.json index f1406936717a..b7898f9969e1 100644 --- a/specification/maps/resource-manager/Microsoft.Maps/stable/2018-05-01/examples/GetAccount.json +++ b/specification/maps/resource-manager/Microsoft.Maps/stable/2018-05-01/examples/GetAccount.json @@ -18,6 +18,9 @@ "sku": { "name": "S0", "tier": "Standard" + }, + "properties": { + "x-ms-client-id": "string" } } }, diff --git a/specification/maps/resource-manager/Microsoft.Maps/stable/2018-05-01/examples/UpdateAccount.json b/specification/maps/resource-manager/Microsoft.Maps/stable/2018-05-01/examples/UpdateAccount.json index 97e96b0acb1d..56de4f4edcf9 100644 --- a/specification/maps/resource-manager/Microsoft.Maps/stable/2018-05-01/examples/UpdateAccount.json +++ b/specification/maps/resource-manager/Microsoft.Maps/stable/2018-05-01/examples/UpdateAccount.json @@ -23,6 +23,9 @@ "sku": { "name": "S0", "tier": "Standard" + }, + "properties": { + "x-ms-client-id": "string" } } },