diff --git a/specification/maps/resource-manager/Microsoft.Maps/stable/2017-01-01-preview/examples/ListAccountsByResourceGroup.json b/specification/maps/resource-manager/Microsoft.Maps/stable/2017-01-01-preview/examples/ListAccountsByResourceGroup.json index c0f6026804f1..3657524cee2a 100644 --- a/specification/maps/resource-manager/Microsoft.Maps/stable/2017-01-01-preview/examples/ListAccountsByResourceGroup.json +++ b/specification/maps/resource-manager/Microsoft.Maps/stable/2017-01-01-preview/examples/ListAccountsByResourceGroup.json @@ -9,8 +9,7 @@ "body": { "value": [ { - "id": - "/subscriptions/21a9967a-e8a9-4656-a70b-96ff1c4d05a0/resourceGroups/myResourceGroup/providers/Microsoft.Maps/accounts/myMapsAccount2", + "id": "/subscriptions/21a9967a-e8a9-4656-a70b-96ff1c4d05a0/resourceGroups/myResourceGroup/providers/Microsoft.Maps/accounts/myMapsAccount2", "name": "myMapsAccount2", "type": "Microsoft.Maps/accounts", "location": "global", @@ -23,8 +22,7 @@ } }, { - "id": - "/subscriptions/21a9967a-e8a9-4656-a70b-96ff1c4d05a0/resourceGroups/myResourceGroup/providers/Microsoft.Maps/accounts/myMapsAccount", + "id": "/subscriptions/21a9967a-e8a9-4656-a70b-96ff1c4d05a0/resourceGroups/myResourceGroup/providers/Microsoft.Maps/accounts/myMapsAccount", "name": "myMapsAccount", "type": "Microsoft.Maps/accounts", "location": "global", diff --git a/specification/maps/resource-manager/Microsoft.Maps/stable/2017-01-01-preview/examples/MoveAccounts.json b/specification/maps/resource-manager/Microsoft.Maps/stable/2017-01-01-preview/examples/MoveAccounts.json index b9ccb514ea02..b2659c9dfd64 100644 --- a/specification/maps/resource-manager/Microsoft.Maps/stable/2017-01-01-preview/examples/MoveAccounts.json +++ b/specification/maps/resource-manager/Microsoft.Maps/stable/2017-01-01-preview/examples/MoveAccounts.json @@ -12,7 +12,6 @@ } }, "responses": { - "200": { - } + "200": {} } } diff --git a/specification/maps/resource-manager/Microsoft.Maps/stable/2018-05-01/examples/ListAccountsByResourceGroup.json b/specification/maps/resource-manager/Microsoft.Maps/stable/2018-05-01/examples/ListAccountsByResourceGroup.json index 5edf2f5ba938..6b2fbb5401d1 100644 --- a/specification/maps/resource-manager/Microsoft.Maps/stable/2018-05-01/examples/ListAccountsByResourceGroup.json +++ b/specification/maps/resource-manager/Microsoft.Maps/stable/2018-05-01/examples/ListAccountsByResourceGroup.json @@ -9,8 +9,7 @@ "body": { "value": [ { - "id": - "/subscriptions/21a9967a-e8a9-4656-a70b-96ff1c4d05a0/resourceGroups/myResourceGroup/providers/Microsoft.Maps/accounts/myMapsAccount2", + "id": "/subscriptions/21a9967a-e8a9-4656-a70b-96ff1c4d05a0/resourceGroups/myResourceGroup/providers/Microsoft.Maps/accounts/myMapsAccount2", "name": "myMapsAccount2", "type": "Microsoft.Maps/accounts", "location": "global", @@ -23,8 +22,7 @@ } }, { - "id": - "/subscriptions/21a9967a-e8a9-4656-a70b-96ff1c4d05a0/resourceGroups/myResourceGroup/providers/Microsoft.Maps/accounts/myMapsAccount", + "id": "/subscriptions/21a9967a-e8a9-4656-a70b-96ff1c4d05a0/resourceGroups/myResourceGroup/providers/Microsoft.Maps/accounts/myMapsAccount", "name": "myMapsAccount", "type": "Microsoft.Maps/accounts", "location": "global", diff --git a/specification/maps/resource-manager/Microsoft.Maps/stable/2018-05-01/examples/MoveAccounts.json b/specification/maps/resource-manager/Microsoft.Maps/stable/2018-05-01/examples/MoveAccounts.json index 53ddfa258409..f2a54233bcaf 100644 --- a/specification/maps/resource-manager/Microsoft.Maps/stable/2018-05-01/examples/MoveAccounts.json +++ b/specification/maps/resource-manager/Microsoft.Maps/stable/2018-05-01/examples/MoveAccounts.json @@ -12,7 +12,6 @@ } }, "responses": { - "200": { - } + "200": {} } } diff --git a/specification/maps/resource-manager/Microsoft.Maps/stable/2018-05-01/maps-management.json b/specification/maps/resource-manager/Microsoft.Maps/stable/2018-05-01/maps-management.json index 80932cdb5ec4..83a54f031f8e 100644 --- a/specification/maps/resource-manager/Microsoft.Maps/stable/2018-05-01/maps-management.json +++ b/specification/maps/resource-manager/Microsoft.Maps/stable/2018-05-01/maps-management.json @@ -793,9 +793,9 @@ "MapsAccountProperties": { "description": "Additional Map account properties", "properties": { - "x-ms-client-id":{ + "x-ms-client-id": { "description": "A unique identifier for the maps account", - "type":"string" + "type": "string" } } }