Skip to content

Commit 0fda86f

Browse files
hyoshioka0128msJinLeiwyunchi-ms
authored
Typo "Azure CosmosDB"→"Azure Cosmos DB" (Azure#16561)
* Typo "Azure CosmosDB"→"Azure Cosmos DB" https://docs.microsoft.com/en-us/powershell/module/az.cosmosdb/get-azcosmosdblocation?view=azps-6.6.0 https://github.com/Azure/azure-powershell/blob/main/src/CosmosDB/CosmosDB/help/Get-AzCosmosDBLocation.md #PingMSFTDocs * Fix static analysis FormatsToProcess error Co-authored-by: msJinLei <lei.jin@microsoft.com> Co-authored-by: Yunchi Wang <54880216+wyunchi-ms@users.noreply.github.com>
1 parent 16b9c5d commit 0fda86f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/CosmosDB/CosmosDB/help/Get-AzCosmosDBLocation.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ schema: 2.0.0
88
# Get-AzCosmosDBLocation
99

1010
## SYNOPSIS
11-
List Azure CosmosDB locations and their properties.
12-
Get Azure CosmosDB location properties for a specific location.
11+
List Azure Cosmos DB locations and their properties.
12+
Get Azure Cosmos DB location properties for a specific location.
1313

1414
## SYNTAX
1515

@@ -18,13 +18,13 @@ Get-AzCosmosDBLocation [-Location <String>] [-DefaultProfile <IAzureContextConta
1818
```
1919

2020
## DESCRIPTION
21-
List Azure CosmosDB locations with their location properties. It includes Location Id, Name, Type, SupportsAvailabilityZone, IsResidencyRestricted and BackupStorageRedundancies.
21+
List Azure Cosmos DB locations with their location properties. It includes Location Id, Name, Type, SupportsAvailabilityZone, IsResidencyRestricted and BackupStorageRedundancies.
2222

2323
## EXAMPLES
2424

2525
### Example 1
2626
```powershell
27-
Get Azure CosmosDB Account Location Properties for Given Location
27+
Get Azure Cosmos DB Account Location Properties for Given Location
2828
2929
PS C:\> Get-AzCosmosDBLocation -Location "Central US"
3030
@@ -52,7 +52,7 @@ PS C:\> Get-AzCosmosDBLocation -Location "Central US" | ConvertTo-Json
5252

5353
### Example 2
5454
```powershell
55-
List Azure CosmosDB Account Locations and their properties
55+
List Azure Cosmos DB Account Locations and their properties
5656
5757
PS C:\> Get-AzCosmosDBLocation
5858

0 commit comments

Comments
 (0)