Skip to content

Commit 21daa9b

Browse files
committed
Typo
1 parent 8ccc96e commit 21daa9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cosmos-db/cosmos-db.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Function Get-AADToken([string]$ResourceGroup, [string]$Database, [string]$Subscr
130130
$token
131131
}
132132

133-
# This is just to support testing caching with Get-Base64Masterkey and isn't meant to be used directly
133+
# This is just to support testing caching with Get-AADToken and isn't meant to be used directly
134134
Function Get-AADTokenWithoutCaching() {
135135
az account get-access-token --resource "https://cosmos.azure.com" | ConvertFrom-Json
136136
}

0 commit comments

Comments
 (0)