We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a67813a commit a4444ceCopy full SHA for a4444ce
cosmosdb/common/ps-account-keys-connection-strings.ps1
@@ -6,7 +6,7 @@
6
# Variables - ***** SUBSTITUTE YOUR VALUES *****
7
$resourceGroupName = "myResourceGroup" # Resource Group must already exist
8
$accountName = "myaccount" # Must be all lower case
9
-$keyKind = "primary" # Other key kinds: secondary, primaryReadOnly, secondaryReadOnly
+$keyKind = "primary" # Other key kinds: secondary, primaryReadonly, secondaryReadonly
10
# --------------------------------------------------
11
12
Write-Host "List connection strings"
0 commit comments