Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NetAppFiles] Anf 19190 update for 2022 01 01 #18516

Merged
merged 39 commits into from
May 25, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
fba45d9
Add api version dir
audunn Apr 1, 2022
090b5c6
Apply 2022-01-01 Changes
audunn Apr 1, 2022
8d0cc23
Remove Default from throughputMibps
audunn Apr 1, 2022
df0ce43
add list x-ms-identifiers
audunn Apr 1, 2022
dfda50a
Bump api version in examples
audunn Apr 4, 2022
bbf384a
pretty, spelling
audunn Apr 4, 2022
c80605b
fix operations lists example
audunn Apr 4, 2022
77e7ac9
fix lro exampes
audunn Apr 4, 2022
f821061
add systemData to 2021-08-01
audunn Apr 8, 2022
9fab940
merge conflict res
audunn Apr 8, 2022
30971ab
merge conflict res
audunn Apr 12, 2022
190ebce
apply list identifyer added in another PR to previous version
audunn Apr 12, 2022
718210d
Encyprtionkeysource enum
audunn Apr 19, 2022
ab50b9d
sync
audunn Apr 22, 2022
7fb168c
sync
audunn Apr 29, 2022
29e1141
review comment fixes
audunn May 2, 2022
870c44a
Fixes quotaRule
audunn May 2, 2022
170298e
Referenc common types
audunn May 4, 2022
5e27f12
common types
audunn May 4, 2022
7c707fe
more common
audunn May 4, 2022
3bcdf03
Tags volumgroup
audunn May 5, 2022
a266749
Remove regionInfo endpoint
audunn May 6, 2022
9888dc4
Revert NetAppAccount using common types due to linDiff validation
audunn May 6, 2022
3d3c054
Revert NetAppAccount using common types due to linDiff validation
audunn May 6, 2022
7ccc891
Revert NetAppAccount using common types due to linDiff validation
audunn May 6, 2022
0511861
Remove regionInfo endpoint2
audunn May 6, 2022
69de213
merge
audunn May 6, 2022
c487e3c
fixes EncryptionKeySource
audunn May 6, 2022
4fdc29f
fixes EncryptionKeySource.
audunn May 6, 2022
1754c21
x-ms-identifiers
audunn May 6, 2022
0c6f700
sibling rivalry
audunn May 6, 2022
e301ef2
add regionInfo
audunn May 12, 2022
bb6f3be
add regionInfo.json
audunn May 12, 2022
64e8717
etag
audunn May 12, 2022
ffad52e
etag
audunn May 12, 2022
ee89f90
etag 2021-08-01
audunn May 12, 2022
b085e65
remove regionInfo
audunn May 13, 2022
be558f4
VolumeQuotaRule response code
audunn May 16, 2022
1b9383f
proxy resource from v3
audunn May 16, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions custom-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2556,6 +2556,8 @@ Spearman's
Qualys
operatorconnect
servermetrics
getent
useraccount
businessmetadata
usermetadata
Relaytype
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 @@ -41,6 +41,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