-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added new features in new api version 2020-03-01 (#8403)
- Loading branch information
Showing
22 changed files
with
2,664 additions
and
1 deletion.
There are no files selected for viewing
97 changes: 97 additions & 0 deletions
97
...urce-manager/Microsoft.StorageCache/stable/2020-03-01/examples/Caches_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,97 @@ | ||
{ | ||
"parameters": { | ||
"resourceGroupName": "scgroup", | ||
"cacheName": "sc1", | ||
"subscriptionId": "00000000-0000-0000-0000-000000000000", | ||
"api-version": "2020-03-01", | ||
"cache": { | ||
"tags": { | ||
"Dept": "Initech" | ||
}, | ||
"location": "westus", | ||
"properties": { | ||
"cacheSizeGB": 3072, | ||
"subnet": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/scgroup/providers/Microsoft.Network/virtualNetworks/scvnet/subnets/sub1" | ||
}, | ||
"sku": { | ||
"name": "Standard_2G" | ||
} | ||
} | ||
}, | ||
"responses": { | ||
"201": { | ||
"body": { | ||
"tags": { | ||
"Dept": "Initech" | ||
}, | ||
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/scgroup/providers/Microsoft.StorageCache/caches/sc1", | ||
"location": "westus", | ||
"name": "sc1", | ||
"type": "Microsoft.StorageCache/Cache", | ||
"properties": { | ||
"cacheSizeGB": 3072, | ||
"health": { | ||
"state": "Transitioning", | ||
"statusDescription": "Cache is being created." | ||
}, | ||
"mountAddresses": [ | ||
"192.168.1.1", | ||
"192.168.1.2" | ||
], | ||
"provisioningState": "Booting", | ||
"subnet": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/scgroup/providers/Microsoft.Network/virtualNetworks/scvnet/subnets/sub1", | ||
"upgradeStatus": { | ||
"currentFirmwareVersion": "5.3.23", | ||
"firmwareUpdateStatus": "available", | ||
"firmwareUpdateDeadline": "2019-04-21T18:25:43.511Z", | ||
"lastFirmwareUpdate": "2019-01-21T18:25:43.511Z", | ||
"pendingFirmwareVersion": "5.3.24" | ||
}, | ||
"networkSettings": { | ||
"mtu": 1500 | ||
} | ||
}, | ||
"sku": { | ||
"name": "Standard_2G" | ||
} | ||
} | ||
}, | ||
"200": { | ||
"body": { | ||
"tags": { | ||
"Dept": "Initech" | ||
}, | ||
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/scgroup/providers/Microsoft.StorageCache/caches/sc1", | ||
"location": "westus", | ||
"name": "sc1", | ||
"type": "Microsoft.StorageCache/Cache", | ||
"properties": { | ||
"cacheSizeGB": 3072, | ||
"health": { | ||
"state": "Transitioning", | ||
"statusDescription": "Cache is being created." | ||
}, | ||
"mountAddresses": [ | ||
"192.168.1.1", | ||
"192.168.1.2" | ||
], | ||
"provisioningState": "Booting", | ||
"subnet": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/scgroup/providers/Microsoft.Network/virtualNetworks/scvnet/subnets/sub1", | ||
"upgradeStatus": { | ||
"currentFirmwareVersion": "AvereOS V5.1.1.2", | ||
"firmwareUpdateStatus": "available", | ||
"firmwareUpdateDeadline": "2019-04-21T18:25:43.511Z", | ||
"lastFirmwareUpdate": "2019-01-21T18:25:43.511Z", | ||
"pendingFirmwareVersion": "AvereOS V5.1.1.32" | ||
}, | ||
"networkSettings": { | ||
"mtu": 1500 | ||
} | ||
}, | ||
"sku": { | ||
"name": "Standard_2G" | ||
} | ||
} | ||
} | ||
} | ||
} |
19 changes: 19 additions & 0 deletions
19
...che/resource-manager/Microsoft.StorageCache/stable/2020-03-01/examples/Caches_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,19 @@ | ||
{ | ||
"parameters": { | ||
"resourceGroupName": "scgroup", | ||
"cacheName": "sc", | ||
"subscriptionId": "00000000-0000-0000-0000-000000000000", | ||
"api-version": "2020-03-01" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": "" | ||
}, | ||
"202": { | ||
"body": "" | ||
}, | ||
"204": { | ||
"body": "" | ||
} | ||
} | ||
} |
19 changes: 19 additions & 0 deletions
19
...ache/resource-manager/Microsoft.StorageCache/stable/2020-03-01/examples/Caches_Flush.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": { | ||
"resourceGroupName": "scgroup", | ||
"cacheName": "sc", | ||
"subscriptionId": "00000000-0000-0000-0000-000000000000", | ||
"api-version": "2020-03-01" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": "" | ||
}, | ||
"202": { | ||
"body": "" | ||
}, | ||
"204": { | ||
"body": "" | ||
} | ||
} | ||
} |
47 changes: 47 additions & 0 deletions
47
...ecache/resource-manager/Microsoft.StorageCache/stable/2020-03-01/examples/Caches_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,47 @@ | ||
{ | ||
"parameters": { | ||
"resourceGroupName": "scgroup", | ||
"cacheName": "sc1", | ||
"subscriptionId": "00000000-0000-0000-0000-000000000000", | ||
"api-version": "2020-03-01" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"tags": { | ||
"Dept": "Initech" | ||
}, | ||
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/scgroup/providers/Microsoft.StorageCache/caches/sc1", | ||
"location": "westus", | ||
"name": "sc1", | ||
"type": "Microsoft.StorageCache/Cache", | ||
"properties": { | ||
"cacheSizeGB": 3072, | ||
"health": { | ||
"state": "Transitioning", | ||
"statusDescription": "Cache is being created." | ||
}, | ||
"mountAddresses": [ | ||
"192.168.1.1", | ||
"192.168.1.2" | ||
], | ||
"provisioningState": "Booting", | ||
"subnet": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/scgroup/providers/Microsoft.Network/virtualNetworks/scvnet/subnets/sub1", | ||
"upgradeStatus": { | ||
"currentFirmwareVersion": "AvereOS V5.1.1.2", | ||
"firmwareUpdateStatus": "available", | ||
"firmwareUpdateDeadline": "2019-04-21T18:25:43.511Z", | ||
"lastFirmwareUpdate": "2019-01-21T18:25:43.511Z", | ||
"pendingFirmwareVersion": "AvereOS V5.1.1.32" | ||
}, | ||
"networkSettings": { | ||
"mtu": 1500 | ||
} | ||
}, | ||
"sku": { | ||
"name": "Standard_2G" | ||
} | ||
} | ||
} | ||
} | ||
} |
84 changes: 84 additions & 0 deletions
84
...cache/resource-manager/Microsoft.StorageCache/stable/2020-03-01/examples/Caches_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,84 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "00000000-0000-0000-0000-000000000000", | ||
"api-version": "2020-03-01" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
{ | ||
"tags": { | ||
"Dept": "Initech" | ||
}, | ||
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/scgroup/providers/Microsoft.StorageCache/caches/sc1", | ||
"location": "westus", | ||
"name": "sc1", | ||
"type": "Microsoft.StorageCache/Cache", | ||
"properties": { | ||
"cacheSizeGB": 3072, | ||
"health": { | ||
"state": "Transitioning", | ||
"statusDescription": "Cache is being created." | ||
}, | ||
"mountAddresses": [ | ||
"192.168.1.1", | ||
"192.168.1.2" | ||
], | ||
"provisioningState": "Booting", | ||
"subnet": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/scgroup/providers/Microsoft.Network/virtualNetworks/scvnet/subnets/sub1", | ||
"upgradeStatus": { | ||
"currentFirmwareVersion": "AvereOS V5.1.1.2", | ||
"firmwareUpdateStatus": "available", | ||
"firmwareUpdateDeadline": "2019-04-21T18:25:43.511Z", | ||
"lastFirmwareUpdate": "2019-01-21T18:25:43.511Z", | ||
"pendingFirmwareVersion": "AvereOS V5.1.1.32" | ||
}, | ||
"networkSettings": { | ||
"mtu": 1500 | ||
} | ||
}, | ||
"sku": { | ||
"name": "Standard_2G" | ||
} | ||
}, | ||
{ | ||
"tags": { | ||
"Dept": "Intertrode" | ||
}, | ||
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/scgroup/providers/Microsoft.StorageCache/caches/sc2", | ||
"location": "westus", | ||
"name": "sc2", | ||
"type": "Microsoft.StorageCache/Cache", | ||
"properties": { | ||
"cacheSizeGB": 3072, | ||
"health": { | ||
"state": "Transitioning", | ||
"statusDescription": "Cache is being created." | ||
}, | ||
"mountAddresses": [ | ||
"192.168.1.1", | ||
"192.168.1.2" | ||
], | ||
"provisioningState": "Configuring", | ||
"subnet": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/scgroup/providers/Microsoft.Network/virtualNetworks/scvnet/subnets/sub2", | ||
"upgradeStatus": { | ||
"currentFirmwareVersion": "AvereOS V5.1.1.2", | ||
"firmwareUpdateStatus": "available", | ||
"firmwareUpdateDeadline": "2019-04-21T18:25:43.511Z", | ||
"lastFirmwareUpdate": "2019-01-21T18:25:43.511Z", | ||
"pendingFirmwareVersion": "AvereOS V5.1.1.32" | ||
}, | ||
"networkSettings": { | ||
"mtu": 1500 | ||
} | ||
}, | ||
"sku": { | ||
"name": "Standard_2G" | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
85 changes: 85 additions & 0 deletions
85
...manager/Microsoft.StorageCache/stable/2020-03-01/examples/Caches_ListByResourceGroup.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,85 @@ | ||
{ | ||
"parameters": { | ||
"resourceGroupName": "scgroup", | ||
"subscriptionId": "00000000-0000-0000-0000-000000000000", | ||
"api-version": "2020-03-01" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
{ | ||
"tags": { | ||
"Dept": "Initech" | ||
}, | ||
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/scgroup/providers/Microsoft.StorageCache/caches/sc1", | ||
"location": "westus", | ||
"name": "sc1", | ||
"type": "Microsoft.StorageCache/Cache", | ||
"properties": { | ||
"cacheSizeGB": 3072, | ||
"health": { | ||
"state": "Transitioning", | ||
"statusDescription": "Cache is being created." | ||
}, | ||
"mountAddresses": [ | ||
"192.168.1.1", | ||
"192.168.1.2" | ||
], | ||
"provisioningState": "Booting", | ||
"subnet": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/scgroup/providers/Microsoft.Network/virtualNetworks/scvnet/subnets/sub1", | ||
"upgradeStatus": { | ||
"currentFirmwareVersion": "AvereOS V5.1.1.2", | ||
"firmwareUpdateStatus": "available", | ||
"firmwareUpdateDeadline": "2019-04-21T18:25:43.511Z", | ||
"lastFirmwareUpdate": "2019-01-21T18:25:43.511Z", | ||
"pendingFirmwareVersion": "AvereOS V5.1.1.32" | ||
}, | ||
"networkSettings": { | ||
"mtu": 1500 | ||
} | ||
}, | ||
"sku": { | ||
"name": "Standard_2G" | ||
} | ||
}, | ||
{ | ||
"tags": { | ||
"Dept": "Intertrode" | ||
}, | ||
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/scgroup/providers/Microsoft.StorageCache/caches/sc2", | ||
"location": "westus", | ||
"name": "sc2", | ||
"type": "Microsoft.StorageCache/Cache", | ||
"properties": { | ||
"cacheSizeGB": 3072, | ||
"health": { | ||
"state": "Transitioning", | ||
"statusDescription": "Cache is being created." | ||
}, | ||
"mountAddresses": [ | ||
"192.168.1.1", | ||
"192.168.1.2" | ||
], | ||
"provisioningState": "Booting", | ||
"subnet": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/scgroup/providers/Microsoft.Network/virtualNetworks/scvnet/subnets/sub2", | ||
"upgradeStatus": { | ||
"currentFirmwareVersion": "AvereOS V5.1.1.2", | ||
"firmwareUpdateStatus": "available", | ||
"firmwareUpdateDeadline": "2019-04-21T18:25:43.511Z", | ||
"lastFirmwareUpdate": "2019-01-21T18:25:43.511Z", | ||
"pendingFirmwareVersion": "AvereOS V5.1.1.32" | ||
}, | ||
"networkSettings": { | ||
"mtu": 1500 | ||
} | ||
}, | ||
"sku": { | ||
"name": "Standard_2G" | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
19 changes: 19 additions & 0 deletions
19
...ache/resource-manager/Microsoft.StorageCache/stable/2020-03-01/examples/Caches_Start.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": { | ||
"resourceGroupName": "scgroup", | ||
"cacheName": "sc", | ||
"subscriptionId": "00000000-0000-0000-0000-000000000000", | ||
"api-version": "2020-03-01" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": "" | ||
}, | ||
"202": { | ||
"body": "" | ||
}, | ||
"204": { | ||
"body": "" | ||
} | ||
} | ||
} |
19 changes: 19 additions & 0 deletions
19
...cache/resource-manager/Microsoft.StorageCache/stable/2020-03-01/examples/Caches_Stop.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": { | ||
"resourceGroupName": "scgroup", | ||
"cacheName": "sc", | ||
"subscriptionId": "00000000-0000-0000-0000-000000000000", | ||
"api-version": "2020-03-01" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": "" | ||
}, | ||
"202": { | ||
"body": "" | ||
}, | ||
"204": { | ||
"body": "" | ||
} | ||
} | ||
} |
Oops, something went wrong.