-
Notifications
You must be signed in to change notification settings - Fork 5.6k
[NetAppFiles] Anf 21478 update for 2022 05 01 #20435
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
Merged
Merged
Changes from 8 commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
16f157c
add 2022-05-01 folder
audunn 580383b
udpate api-version
audunn 778b098
add 2022-05-01 changes
audunn 8d8b9c7
pretty
audunn ebd377b
Remove location from vaults examples
audunn 7ec05ea
custom word Showmount
audunn 5969307
custom word Showmount
audunn f7d9ecc
udpate max for usageThreshold
audunn 17d50d4
merge conflict res
audunn 4b41ee5
descriptiopn usageThreshold
audunn 1aadee9
add cmk changes
audunn 9ccf704
add cmk changes, object
audunn 7c8a58f
fix usageThreshold
audunn c1f474b
regioninfo
audunn 46920bd
remove regionInfo from 03
audunn 0c263f6
snapshotid mutability
audunn fa406b5
backupid mutability
audunn a3a6b6a
pretty
audunn 83ef405
missin x-ms-identifyer
audunn File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -2723,3 +2723,4 @@ largerc | |
| mediumrc | ||
| smallrc | ||
| Autotune | ||
| Showmount | ||
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
51 changes: 51 additions & 0 deletions
51
...resource-manager/Microsoft.NetApp/stable/2022-05-01/examples/Accounts_CreateOrUpdate.json
This file contains hidden or 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,51 @@ | ||
| { | ||
| "parameters": { | ||
| "subscriptionId": "D633CC2E-722B-4AE1-B636-BBD9E4C60ED9", | ||
| "resourceGroupName": "myRG", | ||
| "accountName": "account1", | ||
| "api-version": "2022-05-01", | ||
| "body": { | ||
| "location": "eastus", | ||
| "properties": { | ||
| "activeDirectories": [ | ||
| { | ||
| "site": "SiteName", | ||
| "username": "ad_user_name", | ||
| "password": "ad_password", | ||
| "domain": "10.10.10.3", | ||
| "dns": "10.10.10.3, 10.10.10.4", | ||
| "smbServerName": "SMBServer", | ||
| "organizationalUnit": "OU=Engineering", | ||
| "aesEncryption": true, | ||
| "ldapSigning": false, | ||
| "ldapOverTLS": false | ||
| } | ||
| ] | ||
| } | ||
| } | ||
| }, | ||
| "responses": { | ||
| "200": { | ||
| "body": { | ||
| "id": "/subscriptions/D633CC2E-722B-4AE1-B636-BBD9E4C60ED9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1", | ||
| "name": "account1", | ||
| "type": "Microsoft.NetApp/netAppAccounts", | ||
| "location": "eastus", | ||
| "properties": { | ||
| "provisioningState": "Succeeded" | ||
| } | ||
| } | ||
| }, | ||
| "201": { | ||
| "body": { | ||
| "id": "/subscriptions/D633CC2E-722B-4AE1-B636-BBD9E4C60ED9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1", | ||
| "name": "account1", | ||
| "type": "Microsoft.NetApp/netAppAccounts", | ||
| "location": "eastus", | ||
| "properties": { | ||
| "provisioningState": "Succeeded" | ||
| } | ||
| } | ||
| } | ||
| } | ||
| } |
18 changes: 18 additions & 0 deletions
18
.../netapp/resource-manager/Microsoft.NetApp/stable/2022-05-01/examples/Accounts_Delete.json
This file contains hidden or 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,18 @@ | ||
| { | ||
| "parameters": { | ||
| "subscriptionId": "D633CC2E-722B-4AE1-B636-BBD9E4C60ED9", | ||
| "resourceGroupName": "myRG", | ||
| "accountName": "account1", | ||
| "api-version": "2022-05-01" | ||
| }, | ||
| "responses": { | ||
| "202": { | ||
| "headers": { | ||
| "Location": [ | ||
| "https://management.azure.com/subscriptions/D633CC2E-722B-4AE1-B636-BBD9E4C60ED9/providers/Microsoft.NetApp/locations/eastus/operationResults/616ee961-4042-4935-b4a0-ed6f4dae0172?api-version=2021-10-01&operationResultResponseType=Location" | ||
| ] | ||
| } | ||
| }, | ||
| "204": {} | ||
| } | ||
| } |
36 changes: 36 additions & 0 deletions
36
...ion/netapp/resource-manager/Microsoft.NetApp/stable/2022-05-01/examples/Accounts_Get.json
This file contains hidden or 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,36 @@ | ||
| { | ||
| "parameters": { | ||
| "subscriptionId": "D633CC2E-722B-4AE1-B636-BBD9E4C60ED9", | ||
| "resourceGroupName": "myRG", | ||
| "accountName": "account1", | ||
| "api-version": "2022-05-01" | ||
| }, | ||
| "responses": { | ||
| "200": { | ||
| "body": { | ||
| "id": "/subscriptions/D633CC2E-722B-4AE1-B636-BBD9E4C60ED9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1", | ||
| "name": "account1", | ||
| "type": "Microsoft.NetApp/netAppAccounts", | ||
| "location": "eastus", | ||
| "properties": { | ||
| "provisioningState": "Succeeded", | ||
| "activeDirectories": [ | ||
| { | ||
| "site": "SiteName", | ||
| "activeDirectoryId": "02da3711-6c58-2d64-098a-e3af7afaf936", | ||
| "username": "ad_user_name", | ||
| "domain": "10.10.10.3", | ||
| "dns": "10.10.10.3, 10.10.10.4", | ||
| "status": "InUse", | ||
| "smbServerName": "SMBServer", | ||
| "organizationalUnit": "OU=Engineering", | ||
| "statusDetails": "Status Details", | ||
| "aesEncryption": true, | ||
| "ldapSigning": true | ||
| } | ||
| ] | ||
| } | ||
| } | ||
| } | ||
| } | ||
| } |
24 changes: 24 additions & 0 deletions
24
...on/netapp/resource-manager/Microsoft.NetApp/stable/2022-05-01/examples/Accounts_List.json
This file contains hidden or 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,24 @@ | ||
| { | ||
| "parameters": { | ||
| "subscriptionId": "D633CC2E-722B-4AE1-B636-BBD9E4C60ED9", | ||
| "resourceGroupName": "myRG", | ||
| "api-version": "2022-05-01" | ||
| }, | ||
| "responses": { | ||
| "200": { | ||
| "body": { | ||
| "value": [ | ||
| { | ||
| "id": "/subscriptions/D633CC2E-722B-4AE1-B636-BBD9E4C60ED9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1", | ||
| "name": "account1", | ||
| "type": "Microsoft.NetApp/netAppAccounts", | ||
| "location": "eastus", | ||
| "properties": { | ||
| "provisioningState": "Succeeded" | ||
| } | ||
| } | ||
| ] | ||
| } | ||
| } | ||
| } | ||
| } |
46 changes: 46 additions & 0 deletions
46
.../netapp/resource-manager/Microsoft.NetApp/stable/2022-05-01/examples/Accounts_Update.json
This file contains hidden or 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,46 @@ | ||
| { | ||
| "parameters": { | ||
| "subscriptionId": "D633CC2E-722B-4AE1-B636-BBD9E4C60ED9", | ||
| "resourceGroupName": "myRG", | ||
| "accountName": "account1", | ||
| "api-version": "2022-05-01", | ||
| "body": { | ||
| "tags": { | ||
| "Tag1": "Value1" | ||
| } | ||
| } | ||
| }, | ||
| "responses": { | ||
| "200": { | ||
| "body": { | ||
| "id": "/subscriptions/D633CC2E-722B-4AE1-B636-BBD9E4C60ED9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1", | ||
| "name": "account1", | ||
| "type": "Microsoft.NetApp/netAppAccounts", | ||
| "location": "eastus", | ||
| "properties": { | ||
| "provisioningState": "Succeeded" | ||
| } | ||
| } | ||
| }, | ||
| "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", | ||
| "type": "Microsoft.NetApp/netAppAccounts", | ||
| "location": "eastus", | ||
| "tags": { | ||
| "Tag1": "Value1" | ||
| }, | ||
| "properties": { | ||
| "provisioningState": "Patching", | ||
| "encryption": { | ||
| "keySource": "Microsoft.NetApp" | ||
| } | ||
| } | ||
| } | ||
| } | ||
| } | ||
| } |
51 changes: 51 additions & 0 deletions
51
...p/resource-manager/Microsoft.NetApp/stable/2022-05-01/examples/BackupPolicies_Create.json
This file contains hidden or 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,51 @@ | ||
| { | ||
| "parameters": { | ||
| "subscriptionId": "D633CC2E-722B-4AE1-B636-BBD9E4C60ED9", | ||
| "resourceGroupName": "myRG", | ||
| "accountName": "account1", | ||
| "backupPolicyName": "backupPolicyName", | ||
| "api-version": "2022-05-01", | ||
| "body": { | ||
| "location": "westus", | ||
| "properties": { | ||
| "dailyBackupsToKeep": 10, | ||
| "weeklyBackupsToKeep": 10, | ||
| "monthlyBackupsToKeep": 10, | ||
| "enabled": true | ||
| } | ||
| } | ||
| }, | ||
| "responses": { | ||
| "200": { | ||
| "body": { | ||
| "id": "/subscriptions/D633CC2E-722B-4AE1-B636-BBD9E4C60ED9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/backupPolocies/backupPolicyName", | ||
| "name": "account1/backupPolicyName", | ||
| "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", | ||
| "location": "westus", | ||
| "properties": { | ||
| "dailyBackupsToKeep": 10, | ||
| "weeklyBackupsToKeep": 10, | ||
| "monthlyBackupsToKeep": 10, | ||
| "enabled": true, | ||
| "provisioningState": "creating" | ||
| } | ||
| } | ||
| }, | ||
| "201": { | ||
| "body": { | ||
| "id": "/subscriptions/D633CC2E-722B-4AE1-B636-BBD9E4C60ED9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/backupPolocies/backupPolicyName", | ||
| "name": "account1/backupPolicyName", | ||
| "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", | ||
| "location": "westus", | ||
| "properties": { | ||
| "dailyBackupsToKeep": 10, | ||
| "weeklyBackupsToKeep": 10, | ||
| "monthlyBackupsToKeep": 10, | ||
| "enabled": true, | ||
| "provisioningState": "creating" | ||
| } | ||
| } | ||
| }, | ||
| "202": {} | ||
| } | ||
| } |
20 changes: 20 additions & 0 deletions
20
...p/resource-manager/Microsoft.NetApp/stable/2022-05-01/examples/BackupPolicies_Delete.json
This file contains hidden or 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,20 @@ | ||
| { | ||
| "parameters": { | ||
| "subscriptionId": "D633CC2E-722B-4AE1-B636-BBD9E4C60ED9", | ||
| "resourceGroupName": "resourceGroup", | ||
| "accountName": "accountName", | ||
| "backupPolicyName": "backupPolicyName", | ||
| "api-version": "2022-05-01" | ||
| }, | ||
| "responses": { | ||
| "204": {}, | ||
| "202": { | ||
| "headers": { | ||
| "Location": [ | ||
| "https://management.azure.com/subscriptions/D633CC2E-722B-4AE1-B636-BBD9E4C60ED9/providers/Microsoft.NetApp/locations/eastus/operationResults/616ee961-4042-4935-b4a0-ed6f4dae0172?api-version=2021-10-01&operationResultResponseType=Location" | ||
| ] | ||
| } | ||
| }, | ||
| "200": {} | ||
| } | ||
| } |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you updating a tracked resource to proxy or was it proxy always and you are just removing the location property because it was added by mistake ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was always a proxy, tags where added by mistake.