Skip to content

Commit 77eeff6

Browse files
authored
Nfsaas 1707 add netapp (#6)
* NFSAAS-1707 update from review comments * NFSAAS-1707 updates from review comments * NFSAAS-1707 updates from review comments
1 parent 846b2a6 commit 77eeff6

10 files changed

+23
-23
lines changed

src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesAccount.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ PS C:\>Get-AzNetAppFilesAccount -ResourceGroupName "MyRG" -Name "MyAnfAccount"
3636

3737
This command gets the account named MyAnfAccount.
3838

39-
```
39+
Output:
40+
4041
Location : westus2
4142
Id : /subscriptions/mySubs/resourceGroups/MyRG/providers/Microsoft.NetApp/netAppAccounts/MyAnfAccount
4243
Name : MyAnfAccount
4344
Type : Microsoft.NetApp/netAppAccounts
4445
Tags :
4546
ProvisioningState : Succeeded
46-
```
4747

4848
## PARAMETERS
4949

src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesPool.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ PS C:\>Get-AzAnfPool -ResourceGroupName "MyRG" -AccountName "MyAnfAccount" -Name
4242

4343
This command gets the account named MyAnfPool from the account "MyAnfAccount".
4444

45-
```
45+
Output:
46+
4647
Location : westus2
4748
Id : /subscriptions/subsID/resourceGroups/MyRG/providers/Microsoft.NetApp/netAppAccounts/MyAnfAccount/capacityPools/MyAnfPool
4849
Name : MyAnfAccount/MyAnfPool
@@ -52,7 +53,6 @@ PoolId : a3a53a09-fd70-37ab-39dc-392a04cba525
5253
Size : 4398046511104
5354
ServiceLevel : Premium
5455
ProvisioningState : Succeeded
55-
```
5656

5757
## PARAMETERS
5858

src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesSnapshot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ PS C:\>Get-AzNetAppFilesSnapshot -ResourceGroupName "MyRG" -AccountName "MyAnfAc
4343

4444
This command gets the snapshot named MyAnfSnapshot from the volume "MyAnfVolume".
4545

46-
```
46+
Output:
47+
4748
ResourceGroupName : MyRG
4849
Location : westus2
4950
Id : /subscriptions/subsId/resourceGroups/MyRG/providers/Microsoft.NetApp/netAppAccounts/MyAnfAccount/capacityPools/MyAnfPool/volumes/MyAnfVolume/snapshots/MyAnfSnapshot
@@ -54,7 +55,6 @@ FileSystemId : 3e2773a7-2a72-d003-0637-1a8b1fa3eaaf
5455
SnapshotId : ca7c4ebd-91cb-0e30-91f5-9154050033df
5556
CreationDate :
5657
ProvisioningState : Succeeded
57-
```
5858

5959
## PARAMETERS
6060

src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesVolume.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,10 @@ The **Get-AzNetAppFilesVolume** cmdlet gets details of an ANF volume.
4040
PS C:\>Get-AzNetAppFilesVolume -ResourceGroupName "MyRG" -AccountName "MyAnfAccount" -PoolName "MyAnfPool" -Name "MyAnfVolume"
4141
```
4242

43-
This command gets the volume named MyAnfVolume from the pool "MyAnfPool".
43+
This command gets the volume named MyAnfVolume from the pool "MyAnfPool".
44+
45+
Output:
4446

45-
```
4647
ResourceGroupName : MyRG
4748
Location : westus2
4849
Id : /subscriptions/subsId/resourceGroups/MyRG/providers/Microsoft.NetApp/netAppAccounts/MyAnfAccount/capacityPools/MyAnfPool/volumes/MyAnfVolume
@@ -55,7 +56,6 @@ ServiceLevel : Premium
5556
UsageThreshold : 1099511627776
5657
ProvisioningState : Succeeded
5758
SubnetId : /subscriptions/subsId/resourceGroups/MyRG/providers/Microsoft.Network/virtualNetworks/MyRG-vnet/subnets/default
58-
```
5959

6060
## PARAMETERS
6161

src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesAccount.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ PS C:\>New-AzNetAppFilesAccount -ResourceGroupName "MyRG" -Name "MyAnfAccount" -
2929

3030
This command creates the new ANF account "MyAnfAccount".
3131

32-
```
32+
Output:
33+
3334
Location : westus2
3435
Id : /subscriptions/mySubs/resourceGroups/MyRG/providers/Microsoft.NetApp/netAppAccounts/MyAnfAccount
3536
Name : MyAnfAccount
3637
Type : Microsoft.NetApp/netAppAccounts
3738
Tags :
3839
ProvisioningState : Succeeded
39-
```
4040

4141
## PARAMETERS
4242

src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesPool.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ PS C:\>New-AzNetAppFilesPool -ResourceGroupName "MyRG" -AccountName "MyAnfAccoun
3838

3939
This command creates the new ANF pool "MyAnfPool" within the account "MyAnfAccount".
4040

41-
```
41+
Output:
42+
4243
Location : westus2
4344
Id : /subscriptions/subsID/resourceGroups/MyRG/providers/Microsoft.NetApp/netAppAccounts/MyAnfAccount/capacityPools/MyAnfPool
4445
Name : MyAnfAccount/MyAnfPool
@@ -48,7 +49,6 @@ PoolId : a3a53a09-fd70-37ab-39dc-392a04cba525
4849
Size : 4398046511104
4950
ServiceLevel : Premium
5051
ProvisioningState : Succeeded
51-
```
5252

5353
## PARAMETERS
5454

src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesSnapshot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ PS C:\>New-AzNetAppFilesSnapshot -ResourceGroupName "MyRG" -l "westus2" -Account
3737

3838
This command creates the new ANF snapshot "MyAnfSnapshot" within the volume "MyAnfVolume".
3939

40-
```
40+
Output:
41+
4142
Location : westus2
4243
Id : /subscriptions/subsId/resourceGroups/MyRG/providers/Microsoft.NetApp/netAppAccounts/MyAnfAccount/capacityPools/MyAnfPool/volumes/MyAnfVolume/snapshots/MyAnfSnapshot
4344
Name : MyAnfAccount/MyAnfPool/MyAnfVolume/MyAnfSnapshot
@@ -47,7 +48,6 @@ SnapshotId : ca7c4ebd-91cb-0e30-91f5-9154050033df
4748
FileSystemId : 3e2773a7-2a72-d003-0637-1a8b1fa3eaaf
4849
CreationDate :
4950
ProvisioningState : Succeeded
50-
```
5151

5252
## PARAMETERS
5353

src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesVolume.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ PS C:\>New-AzNetAppFilesVolume -ResourceGroupName "MyRG" -AccountName "MyAnfAcco
3838

3939
This command creates the new ANF volume "MyAnfVolume" within the pool "MyAnfPool".
4040

41-
```
41+
Output:
42+
4243
Location : westus2
4344
Id : /subscriptions/subsId/resourceGroups/MyRG/providers/Microsoft.NetApp/netAppAccounts/MyAnfAccount/capacityPools/MyAnfPool/volumes/MyAnfVolume
4445
Name : MyAnfAccount/MyAnfPool/MyAnfVolume
@@ -50,7 +51,6 @@ ServiceLevel : Premium
5051
UsageThreshold : 1099511627776
5152
ProvisioningState : Succeeded
5253
SubnetId : /subscriptions/f557b96d-2308-4a18-aae1-b8f7e7e70cc7/resourceGroups/MyRG/providers/Microsoft.Network/virtualNetworks/MyVnetName/subnets/default
53-
```
5454

5555
## PARAMETERS
5656

src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesPool.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,10 @@ The **Update-AzNetAppFilesPool** cmdlet modifies an ANF pool.
4242
PS C:\>Update-AzNetAppFilesPool -ResourceGroupName "MyRG" -l "westus2" -AccountName "MyAnfAccount" -PoolName "MyAnfPool" -PoolSize 4398046511104 -ServiceLevel "Standard"
4343
```
4444

45-
This command changes the ANF pool "MyAnfPool" to have the given size and ServiceLevel
45+
This command changes the ANF pool "MyAnfPool" to have the given size and ServiceLevel.
46+
47+
Output:
4648

47-
```
4849
Location : westus2
4950
Id : /subscriptions/subsId/resourceGroups/MyRG/providers/Microsoft.NetApp/netAppAccounts/MyAnfAccount/capacityPools/MyAnfPool
5051
Name : MyAnfAccount/MyAnfPool
@@ -54,7 +55,6 @@ PoolId : 9fa2ca6d-1e48-4439-30e3-7de056e44e5a
5455
Size : 4398046511104
5556
ServiceLevel : Standard
5657
ProvisioningState : Succeeded
57-
```
5858

5959
## PARAMETERS
6060

src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesVolume.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,10 @@ The **Update-AzNetAppFilesVolume** cmdlet updates an ANF volume.
4343
PS C:\>Update-AzNetAppFilesVolume -ResourceGroupName "MyRG" -l "westus2" -AccountName "MyAnfAccount" -PoolName "MyAnfPool" -Name "MyAnfVolume" -UsageThreshold Size
4444
```
4545

46-
This command updates the ANF volume "MyAnfVolume" with the new UsageThreshold size
46+
This command updates the ANF volume "MyAnfVolume" with the new UsageThreshold size.
47+
48+
Output:
4749

48-
```
4950
Location : westus2
5051
Id : /subscriptions/subsId/resourceGroups/MyRG/providers/Microsoft.NetApp/netAppAccounts/MyAnfAccount/capacityPools/MyAnfPool/volumes/MyAnfVolume
5152
Name : MyAnfAccount/MyAnfPool/MyAnfVolume
@@ -57,7 +58,6 @@ ServiceLevel : Premium
5758
UsageThreshold : 2199023255552
5859
ProvisioningState : Succeeded
5960
SubnetId : /subscriptions/subsId/resourceGroups/MyRG/providers/Microsoft.Network/virtualNetworks/MyRG-vnet/subnets/default
60-
```
6161

6262
## PARAMETERS
6363

0 commit comments

Comments
 (0)