forked from Azure/azure-rest-api-specs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new ANF API 2019-11-01 (Azure#8164)
* ANF-567 add API 2019-11-01 * ANF-567 add API 2019-11-01 * Update netapp.json Prettier * ANF-567 add API 2019-11-01 * ANF-567 add API 2019-11-01 * ANF-567 add new API 2019-11-01 Correct long running operations - add dummy terminal 200 state
- Loading branch information
1 parent
2ca3fc3
commit ea14f0a
Showing
32 changed files
with
3,455 additions
and
1 deletion.
There are no files selected for viewing
37 changes: 37 additions & 0 deletions
37
...resource-manager/Microsoft.NetApp/stable/2019-11-01/examples/Accounts_CreateOrUpdate.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "D633CC2E-722B-4AE1-B636-BBD9E4C60ED9", | ||
"resourceGroupName": "myRG", | ||
"accountName": "account1", | ||
"api-version": "2019-11-01", | ||
"body": { | ||
"location": "eastus", | ||
"properties": {} | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "/subscriptions/D633CC2E-722B-4AE1-B636-BBD9E4C60ED9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1", | ||
"name": "account1", | ||
"type": "Microsoft.NetApp/netAppAccounts", | ||
"location": "eastus", | ||
"properties": { | ||
"provisioningState": "Succeeded" | ||
} | ||
} | ||
}, | ||
"201": { | ||
"body": { | ||
"id": "/subscriptions/D633CC2E-722B-4AE1-B636-BBD9E4C60ED9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1", | ||
"name": "account1", | ||
"type": "Microsoft.NetApp/netAppAccounts", | ||
"location": "eastus", | ||
"properties": { | ||
"provisioningState": "Succeeded" | ||
} | ||
} | ||
}, | ||
"202": {} | ||
} | ||
} |
12 changes: 12 additions & 0 deletions
12
.../netapp/resource-manager/Microsoft.NetApp/stable/2019-11-01/examples/Accounts_Delete.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "D633CC2E-722B-4AE1-B636-BBD9E4C60ED9", | ||
"resourceGroupName": "myRG", | ||
"accountName": "account1", | ||
"api-version": "2019-11-01" | ||
}, | ||
"responses": { | ||
"202": {}, | ||
"204": {} | ||
} | ||
} |
21 changes: 21 additions & 0 deletions
21
...ion/netapp/resource-manager/Microsoft.NetApp/stable/2019-11-01/examples/Accounts_Get.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "D633CC2E-722B-4AE1-B636-BBD9E4C60ED9", | ||
"resourceGroupName": "myRG", | ||
"accountName": "account1", | ||
"api-version": "2019-11-01" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "/subscriptions/D633CC2E-722B-4AE1-B636-BBD9E4C60ED9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1", | ||
"name": "account1", | ||
"type": "Microsoft.NetApp/netAppAccounts", | ||
"location": "eastus", | ||
"properties": { | ||
"provisioningState": "Succeeded" | ||
} | ||
} | ||
} | ||
} | ||
} |
24 changes: 24 additions & 0 deletions
24
...on/netapp/resource-manager/Microsoft.NetApp/stable/2019-11-01/examples/Accounts_List.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "D633CC2E-722B-4AE1-B636-BBD9E4C60ED9", | ||
"resourceGroupName": "myRG", | ||
"api-version": "2019-11-01" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
{ | ||
"id": "/subscriptions/D633CC2E-722B-4AE1-B636-BBD9E4C60ED9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1", | ||
"name": "account1", | ||
"type": "Microsoft.NetApp/netAppAccounts", | ||
"location": "eastus", | ||
"properties": { | ||
"provisioningState": "Succeeded" | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
23 changes: 23 additions & 0 deletions
23
.../netapp/resource-manager/Microsoft.NetApp/stable/2019-11-01/examples/Accounts_Update.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "D633CC2E-722B-4AE1-B636-BBD9E4C60ED9", | ||
"resourceGroupName": "myRG", | ||
"accountName": "account1", | ||
"api-version": "2019-11-01", | ||
"body": {} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "/subscriptions/D633CC2E-722B-4AE1-B636-BBD9E4C60ED9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1", | ||
"name": "account1", | ||
"type": "Microsoft.NetApp/netAppAccounts", | ||
"location": "eastus", | ||
"properties": { | ||
"provisioningState": "Succeeded" | ||
} | ||
} | ||
}, | ||
"202": {} | ||
} | ||
} |
19 changes: 19 additions & 0 deletions
19
...source-manager/Microsoft.NetApp/stable/2019-11-01/examples/CheckFilePathAvailability.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "D633CC2E-722B-4AE1-B636-BBD9E4C60ED9", | ||
"location": "eastus", | ||
"api-version": "2019-11-01", | ||
"body": { | ||
"name": "my-exact-filepth", | ||
"type": "netAppAccount/capacityPools/volume", | ||
"resourceGroup": "myRG" | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"isAvailable": true | ||
} | ||
} | ||
} | ||
} |
19 changes: 19 additions & 0 deletions
19
...p/resource-manager/Microsoft.NetApp/stable/2019-11-01/examples/CheckNameAvailability.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "D633CC2E-722B-4AE1-B636-BBD9E4C60ED9", | ||
"location": "eastus", | ||
"api-version": "2019-11-01", | ||
"body": { | ||
"name": "accName", | ||
"type": "netAppAccount", | ||
"resourceGroup": "myRG" | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"isAvailable": true | ||
} | ||
} | ||
} | ||
} |
47 changes: 47 additions & 0 deletions
47
...pp/resource-manager/Microsoft.NetApp/stable/2019-11-01/examples/Pools_CreateOrUpdate.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "D633CC2E-722B-4AE1-B636-BBD9E4C60ED9", | ||
"resourceGroupName": "myRG", | ||
"accountName": "account1", | ||
"poolName": "pool1", | ||
"api-version": "2019-11-01", | ||
"body": { | ||
"location": "eastus", | ||
"properties": { | ||
"size": 4398046511104, | ||
"serviceLevel": "Premium" | ||
} | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "/subscriptions/D633CC2E-722B-4AE1-B636-BBD9E4C60ED9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1", | ||
"name": "account1/pool1", | ||
"type": "Microsoft.NetApp/netAppAccounts/capacityPools", | ||
"location": "eastus", | ||
"properties": { | ||
"provisioningState": "Succeeded", | ||
"poolId": "9760acf5-4638-11e7-9bdb-020073ca7778", | ||
"serviceLevel": "Premium", | ||
"size": 4398046511104 | ||
} | ||
} | ||
}, | ||
"201": { | ||
"body": { | ||
"id": "/subscriptions/D633CC2E-722B-4AE1-B636-BBD9E4C60ED9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1", | ||
"name": "account1/pool1", | ||
"type": "Microsoft.NetApp/netAppAccounts/capacityPools", | ||
"location": "eastus", | ||
"properties": { | ||
"provisioningState": "Succeeded", | ||
"poolId": "9760acf5-4638-11e7-9bdb-020073ca7778", | ||
"serviceLevel": "Premium", | ||
"size": 4398046511104 | ||
} | ||
} | ||
}, | ||
"202": {} | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
...ion/netapp/resource-manager/Microsoft.NetApp/stable/2019-11-01/examples/Pools_Delete.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "D633CC2E-722B-4AE1-B636-BBD9E4C60ED9", | ||
"resourceGroupName": "myRG", | ||
"accountName": "account1", | ||
"poolName": "pool1", | ||
"api-version": "2019-11-01" | ||
}, | ||
"responses": { | ||
"204": {}, | ||
"202": {} | ||
} | ||
} |
25 changes: 25 additions & 0 deletions
25
...cation/netapp/resource-manager/Microsoft.NetApp/stable/2019-11-01/examples/Pools_Get.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "D633CC2E-722B-4AE1-B636-BBD9E4C60ED9", | ||
"resourceGroupName": "myRG", | ||
"accountName": "account1", | ||
"poolName": "pool1", | ||
"api-version": "2019-11-01" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "/subscriptions/D633CC2E-722B-4AE1-B636-BBD9E4C60ED9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1", | ||
"name": "account1/pool1", | ||
"type": "Microsoft.NetApp/netAppAccounts/capacityPools", | ||
"location": "eastus", | ||
"properties": { | ||
"provisioningState": "Succeeded", | ||
"poolId": "9760acf5-4638-11e7-9bdb-020073ca7778", | ||
"serviceLevel": "Premium", | ||
"size": 4398046511104 | ||
} | ||
} | ||
} | ||
} | ||
} |
28 changes: 28 additions & 0 deletions
28
...ation/netapp/resource-manager/Microsoft.NetApp/stable/2019-11-01/examples/Pools_List.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "D633CC2E-722B-4AE1-B636-BBD9E4C60ED9", | ||
"resourceGroupName": "myRG", | ||
"accountName": "account1", | ||
"api-version": "2019-11-01" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
{ | ||
"id": "/subscriptions/D633CC2E-722B-4AE1-B636-BBD9E4C60ED9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1", | ||
"name": "account1/pool1", | ||
"type": "Microsoft.NetApp/netAppAccounts/capacityPools", | ||
"location": "eastus", | ||
"properties": { | ||
"provisioningState": "Succeeded", | ||
"poolId": "9760acf5-4638-11e7-9bdb-020073ca7778", | ||
"serviceLevel": "Premium", | ||
"size": 4398046511104 | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
27 changes: 27 additions & 0 deletions
27
...ion/netapp/resource-manager/Microsoft.NetApp/stable/2019-11-01/examples/Pools_Update.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "D633CC2E-722B-4AE1-B636-BBD9E4C60ED9", | ||
"resourceGroupName": "myRG", | ||
"accountName": "account1", | ||
"poolName": "pool1", | ||
"api-version": "2019-11-01", | ||
"body": {} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "/subscriptions/D633CC2E-722B-4AE1-B636-BBD9E4C60ED9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1", | ||
"name": "account1/pool1", | ||
"type": "Microsoft.NetApp/netAppAccounts/capacityPools", | ||
"location": "eastus", | ||
"properties": { | ||
"provisioningState": "Succeeded", | ||
"poolId": "9760acf5-4638-11e7-9bdb-020073ca7778", | ||
"serviceLevel": "Premium", | ||
"size": 4398046511104 | ||
} | ||
} | ||
}, | ||
"202": {} | ||
} | ||
} |
31 changes: 31 additions & 0 deletions
31
...netapp/resource-manager/Microsoft.NetApp/stable/2019-11-01/examples/Snapshots_Create.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "D633CC2E-722B-4AE1-B636-BBD9E4C60ED9", | ||
"resourceGroupName": "myRG", | ||
"accountName": "account1", | ||
"poolName": "pool1", | ||
"volumeName": "volume1", | ||
"snapshotName": "snapshot1", | ||
"api-version": "2019-11-01", | ||
"body": { | ||
"location": "eastus" | ||
} | ||
}, | ||
"responses": { | ||
"201": { | ||
"body": { | ||
"id": "/subscriptions/D633CC2E-722B-4AE1-B636-BBD9E4C60ED9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1/volumes/volume1/snapshots/snapshot1", | ||
"name": "account1/pool1/volume1/snapshot1", | ||
"type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots", | ||
"location": "eastus", | ||
"properties": { | ||
"snapshotId": "9760acf5-4638-11e7-9bdb-020073ca3333", | ||
"fileSystemId": "9760acf5-4638-11e7-9bdb-020073ca3333", | ||
"created": "2017-08-15T13:23:33Z", | ||
"provisioningState": "Succeeded" | ||
} | ||
} | ||
}, | ||
"202": {} | ||
} | ||
} |
16 changes: 16 additions & 0 deletions
16
...netapp/resource-manager/Microsoft.NetApp/stable/2019-11-01/examples/Snapshots_Delete.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "D633CC2E-722B-4AE1-B636-BBD9E4C60ED9", | ||
"resourceGroupName": "myRG", | ||
"accountName": "account1", | ||
"poolName": "pool1", | ||
"volumeName": "volume1", | ||
"snapshotName": "snapshot1", | ||
"api-version": "2019-11-01" | ||
}, | ||
"responses": { | ||
"204": {}, | ||
"202": {}, | ||
"200": {} | ||
} | ||
} |
27 changes: 27 additions & 0 deletions
27
...on/netapp/resource-manager/Microsoft.NetApp/stable/2019-11-01/examples/Snapshots_Get.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "D633CC2E-722B-4AE1-B636-BBD9E4C60ED9", | ||
"resourceGroupName": "myRG", | ||
"accountName": "account1", | ||
"poolName": "pool1", | ||
"volumeName": "volume1", | ||
"snapshotName": "snapshot1", | ||
"api-version": "2019-11-01" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "/subscriptions/D633CC2E-722B-4AE1-B636-BBD9E4C60ED9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1/volumes/volume1/snapshots/snapshot1", | ||
"name": "account1/pool1/volume1/snapshot1", | ||
"type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots", | ||
"location": "eastus", | ||
"properties": { | ||
"snapshotId": "9760acf5-4638-11e7-9bdb-020073ca3333", | ||
"fileSystemId": "9760acf5-4638-11e7-9bdb-020073ca3333", | ||
"created": "2017-08-15T13:23:33Z", | ||
"provisioningState": "Succeeded" | ||
} | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.