Skip to content

Commit b67a653

Browse files
author
Samuel Anudeep
committed
Updating help files
1 parent 5e28af5 commit b67a653

20 files changed

+324
-58
lines changed

src/ResourceManager/RecoveryServices/Commands.RecoveryServices.Backup/help/Backup-AzureRmRecoveryServicesBackupItem.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
external help file: Microsoft.Azure.Commands.RecoveryServices.Backup.dll-Help.xml
33
Module Name: AzureRM.RecoveryServices.Backup
44
ms.assetid: 04D7317E-2089-4197-909D-89F0CEC4851A
@@ -14,7 +14,7 @@ Starts a backup for a Backup item.
1414
## SYNTAX
1515

1616
```
17-
Backup-AzureRmRecoveryServicesBackupItem -Item <ItemBase> [-ExpiryDateTimeUTC <DateTime>]
17+
Backup-AzureRmRecoveryServicesBackupItem -Item <ItemBase> [-ExpiryDateTimeUTC <DateTime>] [-Vault <ARSVault>]
1818
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
1919
```
2020

@@ -89,6 +89,19 @@ Accept pipeline input: True (ByValue)
8989
Accept wildcard characters: False
9090
```
9191
92+
### -Vault
93+
The Recovery Services Vault.```yaml
94+
Type: ARSVault
95+
Parameter Sets: (All)
96+
Aliases:
97+
98+
Required: False
99+
Position: Named
100+
Default value: None
101+
Accept pipeline input: True (ByValue)
102+
Accept wildcard characters: False
103+
```
104+
92105
### -Confirm
93106
Prompts you for confirmation before running the cmdlet.
94107

src/ResourceManager/RecoveryServices/Commands.RecoveryServices.Backup/help/Disable-AzureRmRecoveryServicesBackupProtection.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
external help file: Microsoft.Azure.Commands.RecoveryServices.Backup.dll-Help.xml
33
Module Name: AzureRM.RecoveryServices.Backup
44
ms.assetid: ECD3F05A-9350-407E-8B48-67443547652F
@@ -15,7 +15,7 @@ Disables protection for a Backup-protected item.
1515

1616
```
1717
Disable-AzureRmRecoveryServicesBackupProtection [-Item] <ItemBase> [-RemoveRecoveryPoints] [-Force]
18-
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
18+
[-Vault <ARSVault>] [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
1919
```
2020

2121
## DESCRIPTION
@@ -104,6 +104,19 @@ Accept pipeline input: False
104104
Accept wildcard characters: False
105105
```
106106
107+
### -Vault
108+
The Recovery Services Vault.```yaml
109+
Type: ARSVault
110+
Parameter Sets: (All)
111+
Aliases:
112+
113+
Required: False
114+
Position: Named
115+
Default value: None
116+
Accept pipeline input: True (ByValue)
117+
Accept wildcard characters: False
118+
```
119+
107120
### -Confirm
108121
Prompts you for confirmation before running the cmdlet.
109122

src/ResourceManager/RecoveryServices/Commands.RecoveryServices.Backup/help/Disable-AzureRmRecoveryServicesBackupRPMountScript.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Dismounts all the files of the recovery point.
1414

1515
```
1616
Disable-AzureRmRecoveryServicesBackupRPMountScript [-RecoveryPoint] <RecoveryPointBase> [-PassThru]
17-
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
17+
[-Vault <ARSVault>] [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
1818
```
1919

2020
## DESCRIPTION
@@ -92,6 +92,19 @@ Accept pipeline input: True (ByValue)
9292
Accept wildcard characters: False
9393
```
9494
95+
### -Vault
96+
The Recovery Services Vault.```yaml
97+
Type: ARSVault
98+
Parameter Sets: (All)
99+
Aliases:
100+
101+
Required: False
102+
Position: Named
103+
Default value: None
104+
Accept pipeline input: True (ByValue)
105+
Accept wildcard characters: False
106+
```
107+
95108
### -Confirm
96109
Prompts you for confirmation before running the cmdlet.
97110

src/ResourceManager/RecoveryServices/Commands.RecoveryServices.Backup/help/Enable-AzureRmRecoveryServicesBackupProtection.md

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
external help file: Microsoft.Azure.Commands.RecoveryServices.Backup.dll-Help.xml
33
Module Name: AzureRM.RecoveryServices.Backup
44
ms.assetid: 44622461-E567-4A0A-8F18-2D7B1BF86DA2
@@ -16,19 +16,19 @@ Enables backup for an item with a specified Backup protection policy.
1616
### AzureVMComputeEnableProtection (Default)
1717
```
1818
Enable-AzureRmRecoveryServicesBackupProtection [-Policy] <PolicyBase> [-Name] <String>
19-
[-ResourceGroupName] <String> [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm]
20-
[<CommonParameters>]
19+
[-ResourceGroupName] <String> [-Vault <ARSVault>] [-DefaultProfile <IAzureContextContainer>] [-WhatIf]
20+
[-Confirm] [<CommonParameters>]
2121
```
2222

2323
### AzureVMClassicComputeEnableProtection
2424
```
2525
Enable-AzureRmRecoveryServicesBackupProtection [-Policy] <PolicyBase> [-Name] <String> [-ServiceName] <String>
26-
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
26+
[-Vault <ARSVault>] [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
2727
```
2828

2929
### ModifyProtection
3030
```
31-
Enable-AzureRmRecoveryServicesBackupProtection [-Policy] <PolicyBase> [-Item] <ItemBase>
31+
Enable-AzureRmRecoveryServicesBackupProtection [-Policy] <PolicyBase> [-Item] <ItemBase> [-Vault <ARSVault>]
3232
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
3333
```
3434

@@ -148,6 +148,19 @@ Accept pipeline input: True (ByPropertyName)
148148
Accept wildcard characters: False
149149
```
150150
151+
### -Vault
152+
The Recovery Services Vault.```yaml
153+
Type: ARSVault
154+
Parameter Sets: (All)
155+
Aliases:
156+
157+
Required: False
158+
Position: Named
159+
Default value: None
160+
Accept pipeline input: True (ByValue)
161+
Accept wildcard characters: False
162+
```
163+
151164
### -Confirm
152165
Prompts you for confirmation before running the cmdlet.
153166

src/ResourceManager/RecoveryServices/Commands.RecoveryServices.Backup/help/Get-AzureRmRecoveryServicesBackupContainer.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
external help file: Microsoft.Azure.Commands.RecoveryServices.Backup.dll-Help.xml
33
Module Name: AzureRM.RecoveryServices.Backup
44
ms.assetid: 1097FF29-1C23-4960-930C-5C1227419359
@@ -16,7 +16,8 @@ Gets Backup containers.
1616
```
1717
Get-AzureRmRecoveryServicesBackupContainer [-ContainerType] <ContainerType> [[-BackupManagementType] <String>]
1818
[[-Name] <String>] [[-FriendlyName] <String>] [[-ResourceGroupName] <String>]
19-
[[-Status] <ContainerRegistrationStatus>] [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
19+
[[-Status] <ContainerRegistrationStatus>] [-Vault <ARSVault>] [-DefaultProfile <IAzureContextContainer>]
20+
[<CommonParameters>]
2021
```
2122

2223
## DESCRIPTION
@@ -168,6 +169,19 @@ Accept pipeline input: False
168169
Accept wildcard characters: False
169170
```
170171
172+
### -Vault
173+
The Recovery Services Vault.```yaml
174+
Type: ARSVault
175+
Parameter Sets: (All)
176+
Aliases:
177+
178+
Required: False
179+
Position: Named
180+
Default value: None
181+
Accept pipeline input: True (ByValue)
182+
Accept wildcard characters: False
183+
```
184+
171185
### CommonParameters
172186
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
173187

src/ResourceManager/RecoveryServices/Commands.RecoveryServices.Backup/help/Get-AzureRmRecoveryServicesBackupItem.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
external help file: Microsoft.Azure.Commands.RecoveryServices.Backup.dll-Help.xml
33
Module Name: AzureRM.RecoveryServices.Backup
44
ms.assetid: DEB3D7B5-D974-472B-B8B4-9A19CA6AECCC
@@ -17,14 +17,16 @@ Gets the items from a container in Backup.
1717
```
1818
Get-AzureRmRecoveryServicesBackupItem [-Container] <ContainerBase> [[-Name] <String>]
1919
[[-ProtectionStatus] <ItemProtectionStatus>] [[-ProtectionState] <ItemProtectionState>]
20-
[-WorkloadType] <WorkloadType> [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
20+
[-WorkloadType] <WorkloadType> [-Vault <ARSVault>] [-DefaultProfile <IAzureContextContainer>]
21+
[<CommonParameters>]
2122
```
2223

2324
### GetItemsForVault
2425
```
2526
Get-AzureRmRecoveryServicesBackupItem [-BackupManagementType] <BackupManagementType> [[-Name] <String>]
2627
[[-ProtectionStatus] <ItemProtectionStatus>] [[-ProtectionState] <ItemProtectionState>]
27-
[-WorkloadType] <WorkloadType> [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
28+
[-WorkloadType] <WorkloadType> [-Vault <ARSVault>] [-DefaultProfile <IAzureContextContainer>]
29+
[<CommonParameters>]
2830
```
2931

3032
## DESCRIPTION
@@ -164,6 +166,19 @@ Accept pipeline input: False
164166
Accept wildcard characters: False
165167
```
166168
169+
### -Vault
170+
The Recovery Services Vault.```yaml
171+
Type: ARSVault
172+
Parameter Sets: (All)
173+
Aliases:
174+
175+
Required: False
176+
Position: Named
177+
Default value: None
178+
Accept pipeline input: True (ByValue)
179+
Accept wildcard characters: False
180+
```
181+
167182
### -WorkloadType
168183
Specifies the workload type.
169184
The acceptable values for this parameter are:

src/ResourceManager/RecoveryServices/Commands.RecoveryServices.Backup/help/Get-AzureRmRecoveryServicesBackupJob.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
external help file: Microsoft.Azure.Commands.RecoveryServices.Backup.dll-Help.xml
33
Module Name: AzureRM.RecoveryServices.Backup
44
ms.assetid: 12F8A120-7282-4844-90E0-1C3393336E8A
@@ -16,7 +16,7 @@ Gets Backup jobs.
1616
```
1717
Get-AzureRmRecoveryServicesBackupJob [[-Status] <JobStatus>] [[-Operation] <JobOperation>] [[-From] <DateTime>]
1818
[[-To] <DateTime>] [[-JobId] <String>] [[-Job] <JobBase>] [-BackupManagementType <BackupManagementType>]
19-
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
19+
[-Vault <ARSVault>] [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
2020
```
2121

2222
## DESCRIPTION
@@ -220,6 +220,19 @@ Accept pipeline input: False
220220
Accept wildcard characters: False
221221
```
222222

223+
### -Vault
224+
The Recovery Services Vault.```yaml
225+
Type: ARSVault
226+
Parameter Sets: (All)
227+
Aliases:
228+
229+
Required: False
230+
Position: Named
231+
Default value: None
232+
Accept pipeline input: True (ByValue)
233+
Accept wildcard characters: False
234+
```
235+
223236
### CommonParameters
224237
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
225238

src/ResourceManager/RecoveryServices/Commands.RecoveryServices.Backup/help/Get-AzureRmRecoveryServicesBackupJobDetails.md

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
external help file: Microsoft.Azure.Commands.RecoveryServices.Backup.dll-Help.xml
33
Module Name: AzureRM.RecoveryServices.Backup
44
ms.assetid: 707A3E57-AF46-44B3-A491-89554900EF03
@@ -15,14 +15,14 @@ Gets details for a Backup job.
1515

1616
### JobFilterSet (Default)
1717
```
18-
Get-AzureRmRecoveryServicesBackupJobDetails [-Job] <JobBase> [-DefaultProfile <IAzureContextContainer>]
19-
[<CommonParameters>]
18+
Get-AzureRmRecoveryServicesBackupJobDetails [-Job] <JobBase> [-Vault <ARSVault>]
19+
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
2020
```
2121

2222
### IdFilterSet
2323
```
24-
Get-AzureRmRecoveryServicesBackupJobDetails [-JobId] <String> [-DefaultProfile <IAzureContextContainer>]
25-
[<CommonParameters>]
24+
Get-AzureRmRecoveryServicesBackupJobDetails [-JobId] <String> [-Vault <ARSVault>]
25+
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
2626
```
2727

2828
## DESCRIPTION
@@ -94,6 +94,19 @@ Accept pipeline input: False
9494
Accept wildcard characters: False
9595
```
9696
97+
### -Vault
98+
The Recovery Services Vault.```yaml
99+
Type: ARSVault
100+
Parameter Sets: (All)
101+
Aliases:
102+
103+
Required: False
104+
Position: Named
105+
Default value: None
106+
Accept pipeline input: True (ByValue)
107+
Accept wildcard characters: False
108+
```
109+
97110
### CommonParameters
98111
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
99112

src/ResourceManager/RecoveryServices/Commands.RecoveryServices.Backup/help/Get-AzureRmRecoveryServicesBackupManagementServer.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
external help file: Microsoft.Azure.Commands.RecoveryServices.Backup.dll-Help.xml
33
Module Name: AzureRM.RecoveryServices.Backup
44
ms.assetid: 4B7ACEC8-29BB-4791-8087-801300F246B4
@@ -14,8 +14,8 @@ Gets SCDPM and Azure Backup management servers.
1414
## SYNTAX
1515

1616
```
17-
Get-AzureRmRecoveryServicesBackupManagementServer [[-Name] <String>] [-DefaultProfile <IAzureContextContainer>]
18-
[<CommonParameters>]
17+
Get-AzureRmRecoveryServicesBackupManagementServer [[-Name] <String>] [-Vault <ARSVault>]
18+
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
1919
```
2020

2121
## DESCRIPTION
@@ -67,6 +67,19 @@ Accept pipeline input: False
6767
Accept wildcard characters: False
6868
```
6969
70+
### -Vault
71+
The Recovery Services Vault.```yaml
72+
Type: ARSVault
73+
Parameter Sets: (All)
74+
Aliases:
75+
76+
Required: False
77+
Position: Named
78+
Default value: None
79+
Accept pipeline input: True (ByValue)
80+
Accept wildcard characters: False
81+
```
82+
7083
### CommonParameters
7184
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
7285

0 commit comments

Comments
 (0)