Skip to content
Merged
Show file tree
Hide file tree
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
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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I never saw "None" before. Does it make sense to you?

Copy link
Contributor Author

@BethanyZhou BethanyZhou Feb 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can find many cases from our repo https://cs.github.com/Azure/azure-powershell?q=%23%23%23+None. I used Update-MarkdownHelp to refresh this doc. It exists but does not make sense. Seems "None" here is no harm by far.


## 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