Adds disableLocalAuth check for listKeys call (#931)

This commit is contained in:
Zachary Foster
2021-07-13 08:20:13 -04:00
committed by GitHub
parent 71113e403e
commit 4614ab3427
3 changed files with 5 additions and 2 deletions

View File

@@ -9,6 +9,7 @@ export interface DatabaseAccount {
export interface DatabaseAccountExtendedProperties {
documentEndpoint?: string;
disableLocalAuth?: boolean;
tableEndpoint?: string;
gremlinEndpoint?: string;
cassandraEndpoint?: string;