Fix indexing off not working for SQL and graph free tier accounts (#85)

This commit is contained in:
victor-meng
2020-07-13 10:54:59 -07:00
committed by GitHub
parent 15f9146ac9
commit 15953da51e
4 changed files with 27 additions and 0 deletions

View File

@@ -889,6 +889,7 @@ export default class AddCollectionPane extends ContextualPaneBase implements Vie
this.container.armEndpoint(),
databaseId,
collectionId,
indexingPolicy,
offerThroughput,
partitionKeyPath,
partitionKey.version,
@@ -908,6 +909,7 @@ export default class AddCollectionPane extends ContextualPaneBase implements Vie
databaseId,
this._getAnalyticalStorageTtl(),
collectionId,
indexingPolicy,
offerThroughput,
partitionKeyPath,
partitionKey.version,