Skip to content

Commit a4444ce

Browse files
authored
Cosmos DB | Fix typo in keyKind values (Azure#370)
1 parent a67813a commit a4444ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cosmosdb/common/ps-account-keys-connection-strings.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Variables - ***** SUBSTITUTE YOUR VALUES *****
77
$resourceGroupName = "myResourceGroup" # Resource Group must already exist
88
$accountName = "myaccount" # Must be all lower case
9-
$keyKind = "primary" # Other key kinds: secondary, primaryReadOnly, secondaryReadOnly
9+
$keyKind = "primary" # Other key kinds: secondary, primaryReadonly, secondaryReadonly
1010
# --------------------------------------------------
1111

1212
Write-Host "List connection strings"

0 commit comments

Comments
 (0)