Skip to content

Commit 3c67155

Browse files
author
Meha Kaushik
committed
Updated Help
1 parent 32ec707 commit 3c67155

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ FailoverPolicies : {databaseAccountName-region1}
3939
ReadLocations : {databaseAccountName-region1}
4040
WriteLocations : {databaseAccountName-region1}
4141
Capabilities : {}
42-
ConsistencyPolicy : Microsoft.Azure.Management.CosmosDB.Fluent.Models.ConsistencyPolicy
42+
ConsistencyPolicy : Microsoft.Azure.Management.CosmosDB.Models.ConsistencyPolicy
4343
EnableAutomaticFailover : False
4444
IsVirtualNetworkFilterEnabled : False
4545
IpRangeFilter :

src/CosmosDB/CosmosDB/help/New-AzCosmosDBAccount.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.dll-Help.xml
33
Module Name: Az.CosmosDB
4-
online version: https://docs.microsoft.com/en-us/powershell/module/az.cosmosdb/new-azcosmosdbaccountkey
4+
online version: https://docs.microsoft.com/en-us/powershell/module/az.cosmosdb/new-azcosmosdbaccount
55
schema: 2.0.0
66
---
77

@@ -37,7 +37,7 @@ DatabaseAccountOfferType : Standard
3737
IpRangeFilter :
3838
IsVirtualNetworkFilterEnabled : False
3939
EnableAutomaticFailover : False
40-
ConsistencyPolicy : Microsoft.Azure.Management.CosmosDB.Fluent.Models.ConsistencyPolicy
40+
ConsistencyPolicy : Microsoft.Azure.Management.CosmosDB.Models.ConsistencyPolicy
4141
Capabilities : {}
4242
WriteLocations : {databaseAccountName-eastus}
4343
ReadLocations : {databaseAccountName-eastus}
@@ -57,7 +57,7 @@ A new CosmosDB Account with name databaseAccountName is created in the ResourceG
5757

5858
### -ApiKind
5959
The type of Cosmos DB database account to create.
60-
Accepted values: GlobalDocumentDB, Sql, MongoDB, Gremlin, Table, Cassandra.
60+
Accepted values: GlobalDocumentDB, MongoDB, Gremlin, Table, Cassandra.
6161
Default value: GlobalDocumentDB
6262

6363
```yaml

0 commit comments

Comments
 (0)