Skip to content

Commit

Permalink
export 2023-11-01
Browse files Browse the repository at this point in the history
  • Loading branch information
audunn committed Jul 23, 2024
1 parent f947c9f commit ebef997
Show file tree
Hide file tree
Showing 102 changed files with 2,687 additions and 16 deletions.
4 changes: 4 additions & 0 deletions Commands/netappfiles/_check-file-path-availability.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ Check if a file path is available

<!-- mgmt-plane /subscriptions/{}/providers/microsoft.netapp/locations/{}/checkfilepathavailability 2023-07-01 -->

### [2023-11-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXRhcHAvbG9jYXRpb25zL3t9L2NoZWNrZmlsZXBhdGhhdmFpbGFiaWxpdHk=/2023-11-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/providers/microsoft.netapp/locations/{}/checkfilepathavailability 2023-11-01 -->

### [2024-03-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXRhcHAvbG9jYXRpb25zL3t9L2NoZWNrZmlsZXBhdGhhdmFpbGFiaWxpdHk=/2024-03-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/providers/microsoft.netapp/locations/{}/checkfilepathavailability 2024-03-01 -->
4 changes: 4 additions & 0 deletions Commands/netappfiles/_check-name-availability.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ Check if a resource name is available

<!-- mgmt-plane /subscriptions/{}/providers/microsoft.netapp/locations/{}/checknameavailability 2023-07-01 -->

### [2023-11-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXRhcHAvbG9jYXRpb25zL3t9L2NoZWNrbmFtZWF2YWlsYWJpbGl0eQ==/2023-11-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/providers/microsoft.netapp/locations/{}/checknameavailability 2023-11-01 -->

### [2024-03-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXRhcHAvbG9jYXRpb25zL3t9L2NoZWNrbmFtZWF2YWlsYWJpbGl0eQ==/2024-03-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/providers/microsoft.netapp/locations/{}/checknameavailability 2024-03-01 -->
4 changes: 4 additions & 0 deletions Commands/netappfiles/_check-quota-availability.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ Check if a quota is available

<!-- mgmt-plane /subscriptions/{}/providers/microsoft.netapp/locations/{}/checkquotaavailability 2023-07-01 -->

### [2023-11-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXRhcHAvbG9jYXRpb25zL3t9L2NoZWNrcXVvdGFhdmFpbGFiaWxpdHk=/2023-11-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/providers/microsoft.netapp/locations/{}/checkquotaavailability 2023-11-01 -->

### [2024-03-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXRhcHAvbG9jYXRpb25zL3t9L2NoZWNrcXVvdGFhdmFpbGFiaWxpdHk=/2024-03-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/providers/microsoft.netapp/locations/{}/checkquotaavailability 2024-03-01 -->
11 changes: 11 additions & 0 deletions Commands/netappfiles/_query-network-sibling-set.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,17 @@ Get details of the specified network sibling set

#### examples

- Query network sibling set
```bash
netappfiles query-network-sibling-set -l westus2 --network-sibling-set-id {SIBLIING_SET_ID} --subnet-id {SUBNET_ID}
```

### [2023-11-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXRhcHAvbG9jYXRpb25zL3t9L3F1ZXJ5bmV0d29ya3NpYmxpbmdzZXQ=/2023-11-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/providers/microsoft.netapp/locations/{}/querynetworksiblingset 2023-11-01 -->

#### examples

- Query network sibling set
```bash
netappfiles query-network-sibling-set -l westus2 --network-sibling-set-id {SIBLIING_SET_ID} --subnet-id {SUBNET_ID}
Expand Down
11 changes: 11 additions & 0 deletions Commands/netappfiles/_update-network-sibling-set.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,17 @@ Update the network features of the specified network sibling set

#### examples

- Update Network sibling set
```bash
-l westus2 --network-sibling-set-id {SIBLIING_SET_ID} --subnet-id {SUBNET_ID} --network-sibling-set-state-id {SIBLING_SET_STATE_ID} --network-features Standard
```

### [2023-11-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXRhcHAvbG9jYXRpb25zL3t9L3VwZGF0ZW5ldHdvcmtzaWJsaW5nc2V0/2023-11-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/providers/microsoft.netapp/locations/{}/updatenetworksiblingset 2023-11-01 -->

#### examples

- Update Network sibling set
```bash
-l westus2 --network-sibling-set-id {SIBLIING_SET_ID} --subnet-id {SUBNET_ID} --network-sibling-set-state-id {SIBLING_SET_STATE_ID} --network-features Standard
Expand Down
16 changes: 16 additions & 0 deletions Commands/netappfiles/account/_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,22 @@ Create the specified NetApp account within the resource group

#### examples

- Create an ANF account
```bash
netappfiles account create -g mygroup --name myname -l location --tags testtag1=mytag1 testtag3=mytagg
```

- Create an ANF account enabling CMK encryption
```bash
netappfiles account create -g mygroup --name myname -l location --key-source Microsoft.KeyVault --key-name cmkKey --key-vault-uri https://mykvuri.vault.azure.net/ --keyvault-resource-id myKeyVaultResourceId --identity-type UserAssigned --user-assigned-identity '/subscriptions/xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourcegroups/myrg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/anf-mi'
```

### [2023-11-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXRhcHAvbmV0YXBwYWNjb3VudHMve30=/2023-11-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.netapp/netappaccounts/{} 2023-11-01 -->

#### examples

- Create an ANF account
```bash
netappfiles account create -g mygroup --name myname -l location --tags testtag1=mytag1 testtag3=mytagg
Expand Down
11 changes: 11 additions & 0 deletions Commands/netappfiles/account/_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,17 @@ Delete the specified NetApp account

#### examples

- Delete an ANF account
```bash
netappfiles account delete -g mygroup --name myname
```

### [2023-11-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXRhcHAvbmV0YXBwYWNjb3VudHMve30=/2023-11-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.netapp/netappaccounts/{} 2023-11-01 -->

#### examples

- Delete an ANF account
```bash
netappfiles account delete -g mygroup --name myname
Expand Down
12 changes: 12 additions & 0 deletions Commands/netappfiles/account/_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,18 @@ List and describe all NetApp accounts in the subscription.

#### examples

- List ANF accounts within a resource group
```bash
netappfiles account list -g mygroup
```

### [2023-11-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXRhcHAvbmV0YXBwYWNjb3VudHM=/2023-11-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/providers/microsoft.netapp/netappaccounts 2023-11-01 -->
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.netapp/netappaccounts 2023-11-01 -->

#### examples

- List ANF accounts within a resource group
```bash
netappfiles account list -g mygroup
Expand Down
4 changes: 4 additions & 0 deletions Commands/netappfiles/account/_migrate-backup.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Migrate the backups under a NetApp account to backup vault

## Versions

### [2023-11-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXRhcHAvbmV0YXBwYWNjb3VudHMve30vbWlncmF0ZWJhY2t1cHM=/2023-11-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.netapp/netappaccounts/{}/migratebackups 2023-11-01 -->

### [2024-03-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXRhcHAvbmV0YXBwYWNjb3VudHMve30vbWlncmF0ZWJhY2t1cHM=/2024-03-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.netapp/netappaccounts/{}/migratebackups 2024-03-01 -->
11 changes: 11 additions & 0 deletions Commands/netappfiles/account/_renew-credentials.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,17 @@ Renew identity credentials that are used to authenticate to key vault, for custo

#### examples

- Renew identity credentials
```bash
netappfiles account renew-credentials -g mygroup --a myname
```

### [2023-11-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXRhcHAvbmV0YXBwYWNjb3VudHMve30vcmVuZXdjcmVkZW50aWFscw==/2023-11-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.netapp/netappaccounts/{}/renewcredentials 2023-11-01 -->

#### examples

- Renew identity credentials
```bash
netappfiles account renew-credentials -g mygroup --a myname
Expand Down
11 changes: 11 additions & 0 deletions Commands/netappfiles/account/_show.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,17 @@ Get the NetApp account

#### examples

- Get an ANF account
```bash
netappfiles account show -g mygroup --name myname
```

### [2023-11-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXRhcHAvbmV0YXBwYWNjb3VudHMve30=/2023-11-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.netapp/netappaccounts/{} 2023-11-01 -->

#### examples

- Get an ANF account
```bash
netappfiles account show -g mygroup --name myname
Expand Down
16 changes: 16 additions & 0 deletions Commands/netappfiles/account/_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,22 @@ Update the specified NetApp account within the resource group

#### examples

- Update the tags of an ANF account
```bash
netappfiles account update -g mygroup --name myname --tags testtag2=mytagb
```

- Update an ANF account enabling CMK encryption
```bash
netappfiles account update -g mygroup -a myname --key-source Microsoft.KeyVault --key-name cmkKey --key-vault-uri https://mykvuri.vault.azure.net/ --keyvault-resource-id myKeyVaultResourceId --identity-type UserAssigned --user-assigned-identity '/subscriptions/xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourcegroups/myrg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/anf-mi'
```

### [2023-11-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXRhcHAvbmV0YXBwYWNjb3VudHMve30=/2023-11-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.netapp/netappaccounts/{} 2023-11-01 -->

#### examples

- Update the tags of an ANF account
```bash
netappfiles account update -g mygroup --name myname --tags testtag2=mytagb
Expand Down
11 changes: 11 additions & 0 deletions Commands/netappfiles/account/ad/_add.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,17 @@ Add an active directory to the account

#### examples

- Add an active directory to the account
```bash
netappfiles account ad add -g mygroup -a myname --username aduser --password aduser --smb-server-name SMBSERVER --dns 1.2.3.4 --domain westcentralus
```

### [2023-11-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXRhcHAvbmV0YXBwYWNjb3VudHMve30=/2023-11-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.netapp/netappaccounts/{} 2023-11-01 properties.activeDirectories[] -->

#### examples

- Add an active directory to the account
```bash
netappfiles account ad add -g mygroup -a myname --username aduser --password aduser --smb-server-name SMBSERVER --dns 1.2.3.4 --domain westcentralus
Expand Down
11 changes: 11 additions & 0 deletions Commands/netappfiles/account/ad/_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,17 @@ List the active directories of an account

#### examples

- List the active directories of an account.
```bash
netappfiles account ad list -g mygroup -a myname
```

### [2023-11-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXRhcHAvbmV0YXBwYWNjb3VudHMve30=/2023-11-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.netapp/netappaccounts/{} 2023-11-01 properties.activeDirectories -->

#### examples

- List the active directories of an account.
```bash
netappfiles account ad list -g mygroup -a myname
Expand Down
11 changes: 11 additions & 0 deletions Commands/netappfiles/account/ad/_remove.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,17 @@ Remove an active directory from the account

#### examples

- Remove an active directory from the account
```bash
netappfiles account ad remove -g mygroup --name myname --active-directory-id 13641da9-c0e9-4b97-84fc-4f8014a93848
```

### [2023-11-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXRhcHAvbmV0YXBwYWNjb3VudHMve30=/2023-11-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.netapp/netappaccounts/{} 2023-11-01 properties.activeDirectories[] -->

#### examples

- Remove an active directory from the account
```bash
netappfiles account ad remove -g mygroup --name myname --active-directory-id 13641da9-c0e9-4b97-84fc-4f8014a93848
Expand Down
11 changes: 11 additions & 0 deletions Commands/netappfiles/account/ad/_show.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,17 @@ Get the specified ANF active directory

#### examples

- Get an active directory on the account
```bash
netappfiles account ad show -g mygroup --name myname --active-directory-id 13641da9-c0e9-4b97-84fc-4f8014a93848
```

### [2023-11-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXRhcHAvbmV0YXBwYWNjb3VudHMve30=/2023-11-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.netapp/netappaccounts/{} 2023-11-01 properties.activeDirectories[] -->

#### examples

- Get an active directory on the account
```bash
netappfiles account ad show -g mygroup --name myname --active-directory-id 13641da9-c0e9-4b97-84fc-4f8014a93848
Expand Down
11 changes: 11 additions & 0 deletions Commands/netappfiles/account/ad/_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,17 @@ Updates an active directory to the account

#### examples

- Update an active directory on the account
```bash
netappfiles account ad update -g mygroup --name myname --active-directory-id 13641da9-c0e9-4b97-84fc-4f8014a93848 --username ad_username --password ad_password --domain northeurope --dns 1.2.3.4 --smb-server-name SMBSERVER
```

### [2023-11-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXRhcHAvbmV0YXBwYWNjb3VudHMve30=/2023-11-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.netapp/netappaccounts/{} 2023-11-01 properties.activeDirectories[] -->

#### examples

- Update an active directory on the account
```bash
netappfiles account ad update -g mygroup --name myname --active-directory-id 13641da9-c0e9-4b97-84fc-4f8014a93848 --username ad_username --password ad_password --domain northeurope --dns 1.2.3.4 --smb-server-name SMBSERVER
Expand Down
11 changes: 11 additions & 0 deletions Commands/netappfiles/account/backup-policy/_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,17 @@ Create a backup policy for Netapp Account

#### examples

- Create an ANF backup policy
```bash
netappfiles account backup-policy create -g mygroup --account-name myaccountname --backup-policy-name mybackuppolicyname -l westus2 --daily-backups 1 --enabled true
```

### [2023-11-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXRhcHAvbmV0YXBwYWNjb3VudHMve30vYmFja3VwcG9saWNpZXMve30=/2023-11-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.netapp/netappaccounts/{}/backuppolicies/{} 2023-11-01 -->

#### examples

- Create an ANF backup policy
```bash
netappfiles account backup-policy create -g mygroup --account-name myaccountname --backup-policy-name mybackuppolicyname -l westus2 --daily-backups 1 --enabled true
Expand Down
11 changes: 11 additions & 0 deletions Commands/netappfiles/account/backup-policy/_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,17 @@ Delete backup policy

#### examples

- Delete the specified ANF backup policy.
```bash
netappfiles account backup-policy delete -g mygroup --account-name myaccname --backup-policy-name mybackuppolicyname
```

### [2023-11-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXRhcHAvbmV0YXBwYWNjb3VudHMve30vYmFja3VwcG9saWNpZXMve30=/2023-11-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.netapp/netappaccounts/{}/backuppolicies/{} 2023-11-01 -->

#### examples

- Delete the specified ANF backup policy.
```bash
netappfiles account backup-policy delete -g mygroup --account-name myaccname --backup-policy-name mybackuppolicyname
Expand Down
11 changes: 11 additions & 0 deletions Commands/netappfiles/account/backup-policy/_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,17 @@ List backup policies for Netapp Account

#### examples

- List the ANF backup policy for the specified account
```bash
netappfiles account backup-policy list -g mygroup --account-name myname
```

### [2023-11-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXRhcHAvbmV0YXBwYWNjb3VudHMve30vYmFja3VwcG9saWNpZXM=/2023-11-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.netapp/netappaccounts/{}/backuppolicies 2023-11-01 -->

#### examples

- List the ANF backup policy for the specified account
```bash
netappfiles account backup-policy list -g mygroup --account-name myname
Expand Down
11 changes: 11 additions & 0 deletions Commands/netappfiles/account/backup-policy/_show.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,17 @@ Get a particular backup Policy

#### examples

- Get an ANF backup policy
```bash
netappfiles account backup-policy show -g mygroup --account-name myaccname --backup-policy-name mybackuppolicyname
```

### [2023-11-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXRhcHAvbmV0YXBwYWNjb3VudHMve30vYmFja3VwcG9saWNpZXMve30=/2023-11-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.netapp/netappaccounts/{}/backuppolicies/{} 2023-11-01 -->

#### examples

- Get an ANF backup policy
```bash
netappfiles account backup-policy show -g mygroup --account-name myaccname --backup-policy-name mybackuppolicyname
Expand Down
11 changes: 11 additions & 0 deletions Commands/netappfiles/account/backup-policy/_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,17 @@ Update a backup policy for Netapp Account

#### examples

- Update specific values for an ANF backup policy
```bash
netappfiles account backup-policy update -g mygroup --account-name myaccountname --backup-policy-name mybackuppolicyname --daily-backups 1 --enabled false
```

### [2023-11-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXRhcHAvbmV0YXBwYWNjb3VudHMve30vYmFja3VwcG9saWNpZXMve30=/2023-11-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.netapp/netappaccounts/{}/backuppolicies/{} 2023-11-01 -->

#### examples

- Update specific values for an ANF backup policy
```bash
netappfiles account backup-policy update -g mygroup --account-name myaccountname --backup-policy-name mybackuppolicyname --daily-backups 1 --enabled false
Expand Down
4 changes: 4 additions & 0 deletions Commands/netappfiles/account/backup-vault/_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ Create the specified Backup Vault in the NetApp account

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.netapp/netappaccounts/{}/backupvaults/{} 2023-07-01-preview -->

### [2023-11-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXRhcHAvbmV0YXBwYWNjb3VudHMve30vYmFja3VwdmF1bHRzL3t9/2023-11-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.netapp/netappaccounts/{}/backupvaults/{} 2023-11-01 -->

### [2024-03-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXRhcHAvbmV0YXBwYWNjb3VudHMve30vYmFja3VwdmF1bHRzL3t9/2024-03-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.netapp/netappaccounts/{}/backupvaults/{} 2024-03-01 -->
Loading

0 comments on commit ebef997

Please sign in to comment.