Skip to content

Commit

Permalink
[NetApp]Remove throughputMibps from create request examples (#21907)
Browse files Browse the repository at this point in the history
* Remove throughputMibps from create request examples

* Update description for username

* Fix 2020-06-01

* Fix example files

* Update description for username

* Pretty

* Remove doublicate

* Update description

* Add read to x-ms-mutability snapshotid and backupid
  • Loading branch information
audunn authored Jan 31, 2023
1 parent 4c8d1b9 commit 09f451a
Show file tree
Hide file tree
Showing 236 changed files with 6,112 additions and 2,157 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@
"api-version": "2020-06-01"
},
"responses": {
"202": {},
"202": {
"headers": {
"Location": "https://management.azure.com/subscriptions/D633CC2E-722B-4AE1-B636-BBD9E4C60ED9/providers/Microsoft.NetApp/locations/eastus/operationResults/616ee961-4042-4935-b4a0-ed6f4dae0172?api-version=2021-10-01&operationResultResponseType=Location"
}
},
"204": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
}
},
"201": {
"headers": {
"Location": "https://management.azure.com/subscriptions/D633CC2E-722B-4AE1-B636-BBD9E4C60ED9/providers/Microsoft.NetApp/locations/eastus/operationResults/616ee961-4042-4935-b4a0-ed6f4dae0172?api-version=2021-10-01&operationResultResponseType=Location"
},
"body": {
"id": "/subscriptions/D633CC2E-722B-4AE1-B636-BBD9E4C60ED9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1",
"name": "account1",
Expand All @@ -29,6 +32,10 @@
}
}
},
"202": {}
"202": {
"headers": {
"Location": "https://management.azure.com/subscriptions/D633CC2E-722B-4AE1-B636-BBD9E4C60ED9/providers/Microsoft.NetApp/locations/eastus/operationResults/616ee961-4042-4935-b4a0-ed6f4dae0172?api-version=2021-10-01&operationResultResponseType=Location"
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@
},
"responses": {
"204": {},
"202": {},
"202": {
"headers": {
"Location": "https://management.azure.com/subscriptions/D633CC2E-722B-4AE1-B636-BBD9E4C60ED9/providers/Microsoft.NetApp/locations/eastus/operationResults/616ee961-4042-4935-b4a0-ed6f4dae0172?api-version=2021-10-01&operationResultResponseType=Location"
}
},
"200": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@
},
"responses": {
"204": {},
"202": {},
"202": {
"headers": {
"Location": "https://management.azure.com/subscriptions/D633CC2E-722B-4AE1-B636-BBD9E4C60ED9/providers/Microsoft.NetApp/locations/eastus/operationResults/616ee961-4042-4935-b4a0-ed6f4dae0172?api-version=2021-10-01&operationResultResponseType=Location"
}
},
"200": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@
},
"responses": {
"204": {},
"202": {},
"202": {
"headers": {
"Location": "https://management.azure.com/subscriptions/D633CC2E-722B-4AE1-B636-BBD9E4C60ED9/providers/Microsoft.NetApp/locations/eastus/operationResults/616ee961-4042-4935-b4a0-ed6f4dae0172?api-version=2021-10-01&operationResultResponseType=Location"
}
},
"200": {}
}
}
Loading

0 comments on commit 09f451a

Please sign in to comment.