Skip to content

Commit

Permalink
[NetAppFiles] Bugfix Add missing api-version parameter (Azure#20993)
Browse files Browse the repository at this point in the history
* Add missing api-version parameter

* update vg examples

* update vg examples2
  • Loading branch information
audunn authored and anandanthony committed Dec 16, 2022
1 parent 8919e87 commit 6d2bef5
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"subscriptionId": "D633CC2E-722B-4AE1-B636-BBD9E4C60ED9",
"resourceGroupName": "myRG",
"accountName": "account1",
"api-version": "2021-10-01",
"api-version": "2022-05-01",
"body": {}
},
"responses": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"groupDescription": "Volume group",
"applicationType": "SAP-HANA",
"applicationIdentifier": "DEV",
"deploymentSpecId": "fb04dbeb-005d-2703-197e-6208dfadb5d9"
"deploymentSpecId": "20542149-bfca-5618-1879-9863dc6767f1"
},
"volumes": [
{
"name": "testVol1",
"name": "test-data-mnt00001",
"properties": {
"creationToken": "testVol1",
"creationToken": "test-data-mnt00001",
"serviceLevel": "Premium",
"throughputMibps": 10,
"subnetId": "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3",
Expand All @@ -29,9 +29,9 @@
}
},
{
"name": "testVol2",
"name": "test-log-mnt00001",
"properties": {
"creationToken": "testVol2",
"creationToken": "test-log-mnt00001",
"serviceLevel": "Premium",
"throughputMibps": 10,
"subnetId": "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3",
Expand All @@ -42,9 +42,9 @@
}
},
{
"name": "testVol3",
"name": "test-shared",
"properties": {
"creationToken": "testVol3",
"creationToken": "test-shared",
"serviceLevel": "Premium",
"throughputMibps": 10,
"subnetId": "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,66 +23,66 @@
},
"volumes": [
{
"name": "account1/pool1/testVol1",
"name": "account1/pool1/test-data-mnt00001",
"properties": {
"provisioningState": "Succeeded",
"throughputMibps": 10.0,
"proximityPlacementGroup": "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/cys_sjain_fcp_rg/providers/Microsoft.Compute/proximityPlacementGroups/svlqa_sjain_multivolume_ppg",
"volumeSpecName": "data",
"serviceLevel": "Premium",
"creationToken": "testVol1",
"creationToken": "test-data-mnt00001",
"usageThreshold": 107374182400,
"subnetId": "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3"
}
},
{
"name": "account1/pool1/testVol2",
"name": "account1/pool1/test-log-mnt00001",
"properties": {
"provisioningState": "Succeeded",
"throughputMibps": 10.0,
"proximityPlacementGroup": "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/cys_sjain_fcp_rg/providers/Microsoft.Compute/proximityPlacementGroups/svlqa_sjain_multivolume_ppg",
"volumeSpecName": "log",
"serviceLevel": "Premium",
"creationToken": "testVol2",
"creationToken": "test-log-mnt00001",
"usageThreshold": 107374182400,
"subnetId": "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3"
}
},
{
"name": "account1/pool1/testVol3",
"name": "account1/pool1/test-shared",
"properties": {
"provisioningState": "Succeeded",
"throughputMibps": 10.0,
"proximityPlacementGroup": "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/cys_sjain_fcp_rg/providers/Microsoft.Compute/proximityPlacementGroups/svlqa_sjain_multivolume_ppg",
"volumeSpecName": "shared",
"serviceLevel": "Premium",
"creationToken": "testVol3",
"creationToken": "test-shared",
"usageThreshold": 107374182400,
"subnetId": "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3"
}
},
{
"name": "account1/pool1/testVol4",
"name": "account1/pool1/test-data-backup",
"properties": {
"provisioningState": "Succeeded",
"throughputMibps": 10.0,
"proximityPlacementGroup": "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/cys_sjain_fcp_rg/providers/Microsoft.Compute/proximityPlacementGroups/svlqa_sjain_multivolume_ppg",
"volumeSpecName": "data-log",
"volumeSpecName": "data-backup",
"serviceLevel": "Premium",
"creationToken": "testVol4",
"creationToken": "test-log-backup",
"usageThreshold": 107374182400,
"subnetId": "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3"
}
},
{
"name": "account1/pool1/testVol5",
"name": "account1/pool1/test-log-backup",
"properties": {
"provisioningState": "Succeeded",
"throughputMibps": 10.0,
"proximityPlacementGroup": "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/cys_sjain_fcp_rg/providers/Microsoft.Compute/proximityPlacementGroups/svlqa_sjain_multivolume_ppg",
"volumeSpecName": "shared-log",
"volumeSpecName": "log-backup",
"serviceLevel": "Premium",
"creationToken": "testVol5",
"creationToken": "test-data-backup",
"usageThreshold": 107374182400,
"subnetId": "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -622,6 +622,9 @@
},
{
"$ref": "#/parameters/AccountName"
},
{
"$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter"
}
],
"responses": {
Expand Down Expand Up @@ -7568,7 +7571,7 @@
"deploymentSpecId": {
"type": "string",
"description": "Application specific identifier of deployment rules for the volume group",
"example": "12345678-1234-1234-1234-123456676765"
"example": "20542149-bfca-5618-1879-9863dc6767f1"
},
"volumesCount": {
"type": "integer",
Expand Down

0 comments on commit 6d2bef5

Please sign in to comment.