Skip to content

Correct spelling of TagPatchOperation #13508

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
merged 2 commits into from
Nov 16, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/Resources/Resources/help/Update-AzTag.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Selectively updates the set of tags on a resource or subscription.
```powershell
Update-AzTag
-ResourceId <String>
-Operation <TagPatchOpeation>
-Operation <TagPatchOperation>
-Tag <Hashtable>
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
Expand Down Expand Up @@ -139,7 +139,7 @@ Accept wildcard characters: False
The update operation. Options are Merge, Replace and Delete.

```yaml
Type: Microsoft.Azure.Commands.Tags.Model.TagPatchOpeation
Type: Microsoft.Azure.Commands.Tags.Model.TagPatchOperation
Parameter Sets: (All)
Aliases:
Accepted values: Merge, Replace, Delete
Expand Down Expand Up @@ -189,7 +189,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

### System.String

### Microsoft.Azure.Commands.Tags.Model.TagPatchOpeation
### Microsoft.Azure.Commands.Tags.Model.TagPatchOperation

### System.Collections.Hashtable

Expand All @@ -205,4 +205,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

[New-AzTag](./New-AzTag.md)

[Remove-AzTag](./Remove-AzTag.md)
[Remove-AzTag](./Remove-AzTag.md)