-
Notifications
You must be signed in to change notification settings - Fork 5.9k
[NetApp] Merge release netapp microsoft.net app 2023 07 01 #26989
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
ms-henglu
merged 12 commits into
Azure:main
from
audunn:merge-release-netapp-Microsoft.NetApp-2023-07-01
Dec 22, 2023
Merged
Changes from 10 commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
e87b8fe
Adds base for updating Microsoft.NetApp from version stable/2023-05-0…
audunn e1d75f8
Updates readme
audunn d7399eb
Updates API version in new specs and examples
audunn aae00f1
[NetAppFiles] Update rest to 2023-07-01 (#26817)
audunn cf868fe
readme
audunn d34740e
Volumes_ResetCifsPassword
audunn 0c13c9d
readme
audunn 6eca294
readme
audunn 02dd964
readme
audunn 160974c
readme
audunn 97bdef6
update examples
audunn 5544c89
update example
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
36 changes: 36 additions & 0 deletions
36
...resource-manager/Microsoft.NetApp/stable/2023-07-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,36 @@ | ||
| { | ||
| "parameters": { | ||
| "subscriptionId": "D633CC2E-722B-4AE1-B636-BBD9E4C60ED9", | ||
| "resourceGroupName": "myRG", | ||
| "accountName": "account1", | ||
| "api-version": "2023-07-01", | ||
| "body": { | ||
| "location": "eastus", | ||
| "properties": {} | ||
| } | ||
| }, | ||
| "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": "Creating" | ||
| } | ||
| } | ||
| } | ||
| } | ||
| } |
81 changes: 81 additions & 0 deletions
81
...source-manager/Microsoft.NetApp/stable/2023-07-01/examples/Accounts_CreateOrUpdateAD.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,81 @@ | ||
| { | ||
| "parameters": { | ||
| "subscriptionId": "D633CC2E-722B-4AE1-B636-BBD9E4C60ED9", | ||
| "resourceGroupName": "myRG", | ||
| "accountName": "account1", | ||
| "api-version": "2023-07-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", | ||
| "activeDirectories": [ | ||
| { | ||
| "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", | ||
| "site": "SiteName", | ||
| "username": "ad_user_name", | ||
| "password": null, | ||
| "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 | ||
| } | ||
| ] | ||
| } | ||
| } | ||
| }, | ||
| "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": "Creating", | ||
| "activeDirectories": [ | ||
| { | ||
| "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", | ||
| "site": "SiteName", | ||
| "username": "ad_user_name", | ||
| "password": null, | ||
| "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 | ||
| } | ||
| ] | ||
| } | ||
| } | ||
| } | ||
| } | ||
| } | ||
16 changes: 16 additions & 0 deletions
16
.../netapp/resource-manager/Microsoft.NetApp/stable/2023-07-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,16 @@ | ||
| { | ||
| "parameters": { | ||
| "subscriptionId": "D633CC2E-722B-4AE1-B636-BBD9E4C60ED9", | ||
| "resourceGroupName": "myRG", | ||
| "accountName": "account1", | ||
| "api-version": "2023-07-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/2023-07-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": "2023-07-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", | ||
|
audunn marked this conversation as resolved.
Outdated
|
||
| "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/2023-07-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": "2023-07-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" | ||
| } | ||
| } | ||
| ] | ||
| } | ||
| } | ||
| } | ||
| } |
17 changes: 17 additions & 0 deletions
17
...source-manager/Microsoft.NetApp/stable/2023-07-01/examples/Accounts_RenewCredentials.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,17 @@ | ||
| { | ||
| "parameters": { | ||
| "subscriptionId": "D633CC2E-722B-4AE1-B636-BBD9E4C60ED9", | ||
| "resourceGroupName": "myRG", | ||
| "accountName": "account1", | ||
| "api-version": "2023-07-01", | ||
| "body": {} | ||
| }, | ||
| "responses": { | ||
| "200": {}, | ||
| "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=2022-09-01&operationResultResponseType=Location" | ||
| } | ||
| } | ||
| } | ||
| } |
46 changes: 46 additions & 0 deletions
46
.../netapp/resource-manager/Microsoft.NetApp/stable/2023-07-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": "2023-07-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=2022-09-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/2023-07-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": "2023-07-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": {} | ||
| } | ||
| } |
18 changes: 18 additions & 0 deletions
18
...p/resource-manager/Microsoft.NetApp/stable/2023-07-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,18 @@ | ||
| { | ||
| "parameters": { | ||
| "subscriptionId": "D633CC2E-722B-4AE1-B636-BBD9E4C60ED9", | ||
| "resourceGroupName": "resourceGroup", | ||
| "accountName": "accountName", | ||
| "backupPolicyName": "backupPolicyName", | ||
| "api-version": "2023-07-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": {} | ||
| } | ||
| } |
33 changes: 33 additions & 0 deletions
33
...tapp/resource-manager/Microsoft.NetApp/stable/2023-07-01/examples/BackupPolicies_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,33 @@ | ||
| { | ||
| "parameters": { | ||
| "subscriptionId": "D633CC2E-722B-4AE1-B636-BBD9E4C60ED9", | ||
| "resourceGroupName": "myRG", | ||
| "accountName": "account1", | ||
| "backupPolicyName": "backupPolicyName", | ||
| "api-version": "2023-07-01" | ||
| }, | ||
| "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": "eastus", | ||
| "properties": { | ||
| "dailyBackupsToKeep": 10, | ||
| "weeklyBackupsToKeep": 10, | ||
| "monthlyBackupsToKeep": 10, | ||
| "volumesAssigned": 0, | ||
| "enabled": true, | ||
| "volumeBackups": [ | ||
| { | ||
| "volumeName": "volume 1", | ||
| "backupsCount": 5, | ||
| "policyEnabled": true | ||
| } | ||
| ] | ||
| } | ||
| } | ||
| } | ||
| } | ||
| } |
29 changes: 29 additions & 0 deletions
29
...app/resource-manager/Microsoft.NetApp/stable/2023-07-01/examples/BackupPolicies_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,29 @@ | ||
| { | ||
| "parameters": { | ||
| "subscriptionId": "D633CC2E-722B-4AE1-B636-BBD9E4C60ED9", | ||
| "resourceGroupName": "myRG", | ||
| "accountName": "account1", | ||
| "api-version": "2023-07-01" | ||
| }, | ||
| "responses": { | ||
| "200": { | ||
| "body": { | ||
| "value": [ | ||
| { | ||
| "id": "/subscriptions/D633CC2E-722B-4AE1-B636-BBD9E4C60ED9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/backupPolocies/backupPolicy1", | ||
| "name": "account1/backupPolicy1", | ||
| "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", | ||
| "location": "eastus", | ||
| "properties": { | ||
| "dailyBackupsToKeep": 10, | ||
| "weeklyBackupsToKeep": 10, | ||
| "monthlyBackupsToKeep": 10, | ||
| "volumesAssigned": 0, | ||
| "enabled": true | ||
| } | ||
| } | ||
| ] | ||
| } | ||
| } | ||
| } | ||
| } |
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.
Uh oh!
There was an error while loading. Please reload this page.