Skip to content

Commit 2462300

Browse files
author
Harshitha Akkaraju
committed
Bug fix to support ARM template deployments
1 parent a138345 commit 2462300

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

specification/storagepool/resource-manager/Microsoft.StoragePool/preview/2020-03-15-preview/examples/DiskPools_Put.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
}
2828
},
2929
"responses": {
30-
"202": {
30+
"201": {
3131
"body": {
3232
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.StoragePool/diskPools/myDiskPool",
3333
"name": "myDiskPool",

specification/storagepool/resource-manager/Microsoft.StoragePool/preview/2020-03-15-preview/examples/IscsiTargets_Put.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
}
3939
},
4040
"responses": {
41-
"202": {
41+
"201": {
4242
"body": {
4343
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.StoragePool/diskPools/myDiskPool/iscsiTargets/myIscsiTarget",
4444
"name": "myIscsiTarget",

specification/storagepool/resource-manager/Microsoft.StoragePool/preview/2020-03-15-preview/storagepool.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@
195195
"$ref": "#/definitions/DiskPool"
196196
}
197197
},
198-
"202": {
198+
"201": {
199199
"description": "Accepted -- Create or update request accepted; operation will complete asynchronously.",
200200
"schema": {
201201
"$ref": "#/definitions/DiskPool"
@@ -429,7 +429,7 @@
429429
"$ref": "#/definitions/IscsiTarget"
430430
}
431431
},
432-
"202": {
432+
"201": {
433433
"description": "Accepted -- Create or update request accepted; operation will complete asynchronously.",
434434
"schema": {
435435
"$ref": "#/definitions/IscsiTarget"

0 commit comments

Comments
 (0)