Skip to content

Commit 4871d0f

Browse files
Correct spelling of TagPatchOperation (#13508)
* Correct spelling of TagPatchOperation Corrected the spelling of TagPatchOperation in syntax block * Update Update-AzTag.md correct spell error of TagPatchOpeation to TagPatchOperation Co-authored-by: Jin Lei <[email protected]>
1 parent 6bcc24b commit 4871d0f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Resources/Resources/help/Update-AzTag.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Selectively updates the set of tags on a resource or subscription.
1717
```powershell
1818
Update-AzTag
1919
-ResourceId <String>
20-
-Operation <TagPatchOpeation>
20+
-Operation <TagPatchOperation>
2121
-Tag <Hashtable>
2222
[-DefaultProfile <IAzureContextContainer>]
2323
[-WhatIf]
@@ -139,7 +139,7 @@ Accept wildcard characters: False
139139
The update operation. Options are Merge, Replace and Delete.
140140
141141
```yaml
142-
Type: Microsoft.Azure.Commands.Tags.Model.TagPatchOpeation
142+
Type: Microsoft.Azure.Commands.Tags.Model.TagPatchOperation
143143
Parameter Sets: (All)
144144
Aliases:
145145
Accepted values: Merge, Replace, Delete
@@ -189,7 +189,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
189189
190190
### System.String
191191
192-
### Microsoft.Azure.Commands.Tags.Model.TagPatchOpeation
192+
### Microsoft.Azure.Commands.Tags.Model.TagPatchOperation
193193
194194
### System.Collections.Hashtable
195195
@@ -205,4 +205,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
205205
206206
[New-AzTag](./New-AzTag.md)
207207
208-
[Remove-AzTag](./Remove-AzTag.md)
208+
[Remove-AzTag](./Remove-AzTag.md)

0 commit comments

Comments
 (0)