Skip to content

Commit

Permalink
Correct help docs for *-AzCosmosDBAccount (#20891)
Browse files Browse the repository at this point in the history
  • Loading branch information
BethanyZhou authored Feb 10, 2023
1 parent a317e63 commit 97176e9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/CosmosDB/CosmosDB/help/Get-AzCosmosDBAccount.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
## OUTPUTS
### Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccount
### Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults
## NOTES
Expand Down
4 changes: 2 additions & 2 deletions src/CosmosDB/CosmosDB/help/New-AzCosmosDBAccount.md
Original file line number Diff line number Diff line change
Expand Up @@ -675,11 +675,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
## INPUTS
### Microsoft.Azure.Commands.CosmosDB.Models.PSCorsRule[]
### None
## OUTPUTS
### Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccount
### Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults
## NOTES
Expand Down
4 changes: 3 additions & 1 deletion src/CosmosDB/CosmosDB/help/Remove-AzCosmosDBAccount.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,12 +190,14 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
## INPUTS
### Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccount
### Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults
## OUTPUTS
### System.Void
### System.Boolean
## NOTES
## RELATED LINKS
4 changes: 2 additions & 2 deletions src/CosmosDB/CosmosDB/help/Update-AzCosmosDBAccount.md
Original file line number Diff line number Diff line change
Expand Up @@ -556,11 +556,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
## INPUTS
### Microsoft.Azure.Commands.CosmosDB.Models.PSCorsRule[]
### Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults
## OUTPUTS
### Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccount
### Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults
## NOTES
Expand Down

0 comments on commit 97176e9

Please sign in to comment.