Skip to content

Commit

Permalink
Bug fix to support ARM template deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
Harshitha Akkaraju committed Feb 11, 2021
1 parent a138345 commit 2462300
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
},
"responses": {
"202": {
"201": {
"body": {
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.StoragePool/diskPools/myDiskPool",
"name": "myDiskPool",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
}
},
"responses": {
"202": {
"201": {
"body": {
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.StoragePool/diskPools/myDiskPool/iscsiTargets/myIscsiTarget",
"name": "myIscsiTarget",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
"$ref": "#/definitions/DiskPool"
}
},
"202": {
"201": {
"description": "Accepted -- Create or update request accepted; operation will complete asynchronously.",
"schema": {
"$ref": "#/definitions/DiskPool"
Expand Down Expand Up @@ -429,7 +429,7 @@
"$ref": "#/definitions/IscsiTarget"
}
},
"202": {
"201": {
"description": "Accepted -- Create or update request accepted; operation will complete asynchronously.",
"schema": {
"$ref": "#/definitions/IscsiTarget"
Expand Down

0 comments on commit 2462300

Please sign in to comment.