Skip to content

Commit 7b89a1a

Browse files
authored
[NetApp Files] Bug Fix volumeGroups tag, backup properties creationDate and examples (#17157)
* Fix volumeGroups tag, bakcup properties creationDate and examples * Fix Staging model validations * Example ref
1 parent e8f83e8 commit 7b89a1a

File tree

9 files changed

+1619
-8
lines changed

9 files changed

+1619
-8
lines changed

specification/netapp/resource-manager/Microsoft.NetApp/stable/2021-08-01/examples/Accounts_CreateOrUpdate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"domain": "10.10.10.3",
1616
"dns": "10.10.10.3, 10.10.10.4",
1717
"smbServerName": "SMBServer",
18-
"organizationalUnit": "Engineering",
18+
"organizationalUnit": "OU=Engineering",
1919
"aesEncryption": true,
2020
"ldapSigning": false,
2121
"ldapOverTLS": false

specification/netapp/resource-manager/Microsoft.NetApp/stable/2021-08-01/examples/Accounts_Get.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"dns": "10.10.10.3, 10.10.10.4",
2424
"status": "InUse",
2525
"smbServerName": "SMBServer",
26-
"organizationalUnit": "Engineering",
26+
"organizationalUnit": "OU=Engineering",
2727
"statusDetails": "Status Details",
2828
"aesEncryption": true,
2929
"ldapSigning": true

specification/netapp/resource-manager/Microsoft.NetApp/stable/2021-08-01/examples/Accounts_Update.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"subscriptionId": "D633CC2E-722B-4AE1-B636-BBD9E4C60ED9",
44
"resourceGroupName": "myRG",
55
"accountName": "account1",
6-
"api-version": "2020-11-01",
6+
"api-version": "2021-08-01",
77
"body": {
88
"tags": {
99
"Tag1": "Value1"
@@ -23,6 +23,9 @@
2323
}
2424
},
2525
"202": {
26+
"headers": {
27+
"Location": "https://management.azure.com/subscriptions/D633CC2E-722B-4AE1-B636-BBD9E4C60ED9/providers/Microsoft.NetApp/locations/eastus/operationResults/a0216c17-f9d6-4b99-9faf-9ebd4883d0e4?api-version=2021-08-01&operationResultResponseType=Location"
28+
},
2629
"body": {
2730
"id": "/subscriptions/D633CC2E-722B-4AE1-B636-BBD9E4C60ED9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1",
2831
"name": "account1",

specification/netapp/resource-manager/Microsoft.NetApp/stable/2021-08-01/examples/BackupPolicies_Update.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@
4040
}
4141
},
4242
"202": {
43+
"headers": {
44+
"Location": "https://management.azure.com/subscriptions/D633CC2E-722B-4AE1-B636-BBD9E4C60ED9/providers/Microsoft.NetApp/locations/eastus/operationResults/18c499e1-2a3c-441c-950e-4b456c991c18?api-version=2021-08-01&operationResultResponseType=Location"
45+
},
4346
"body": {
4447
"id": "/subscriptions/D633CC2E-722B-4AE1-B636-BBD9E4C60ED9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/backupPolocies/backupPolicyName",
4548
"name": "account1/backupPolicyName",

specification/netapp/resource-manager/Microsoft.NetApp/stable/2021-08-01/examples/Backups_Update.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626
}
2727
},
2828
"202": {
29+
"headers": {
30+
"Location": "https://management.azure.com/subscriptions/D633CC2E-722B-4AE1-B636-BBD9E4C60ED9/providers/Microsoft.NetApp/locations/eastus/operationResults/18c499e1-2a3c-441c-950e-4b456c991c18?api-version=2021-08-01&operationResultResponseType=Location"
31+
},
2932
"body": {
3033
"id": "/subscriptions/D633CC2E-722B-4AE1-B636-BBD9E4C60ED9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1/volumes/volume1/backups/backup1",
3134
"name": "account1/pool1/volume1/backup1",

0 commit comments

Comments
 (0)