Skip to content

Commit

Permalink
[NetApp Files] Bug Fix volumeGroups tag, backup properties creationDa…
Browse files Browse the repository at this point in the history
…te and examples (#17157)

* Fix volumeGroups tag, bakcup properties creationDate and examples

* Fix Staging model validations

* Example ref
  • Loading branch information
audunn authored Jan 5, 2022
1 parent e8f83e8 commit 7b89a1a
Show file tree
Hide file tree
Showing 9 changed files with 1,619 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"domain": "10.10.10.3",
"dns": "10.10.10.3, 10.10.10.4",
"smbServerName": "SMBServer",
"organizationalUnit": "Engineering",
"organizationalUnit": "OU=Engineering",
"aesEncryption": true,
"ldapSigning": false,
"ldapOverTLS": false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dns": "10.10.10.3, 10.10.10.4",
"status": "InUse",
"smbServerName": "SMBServer",
"organizationalUnit": "Engineering",
"organizationalUnit": "OU=Engineering",
"statusDetails": "Status Details",
"aesEncryption": true,
"ldapSigning": true
Expand Down
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": "2020-11-01",
"api-version": "2021-08-01",
"body": {
"tags": {
"Tag1": "Value1"
Expand All @@ -23,6 +23,9 @@
}
},
"202": {
"headers": {
"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"
},
"body": {
"id": "/subscriptions/D633CC2E-722B-4AE1-B636-BBD9E4C60ED9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1",
"name": "account1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@
}
},
"202": {
"headers": {
"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"
},
"body": {
"id": "/subscriptions/D633CC2E-722B-4AE1-B636-BBD9E4C60ED9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/backupPolocies/backupPolicyName",
"name": "account1/backupPolicyName",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
}
},
"202": {
"headers": {
"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"
},
"body": {
"id": "/subscriptions/D633CC2E-722B-4AE1-B636-BBD9E4C60ED9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1/volumes/volume1/backups/backup1",
"name": "account1/pool1/volume1/backup1",
Expand Down
Loading

0 comments on commit 7b89a1a

Please sign in to comment.