Added rough button to command bar to allow switching of client endpoint.

This commit is contained in:
Craig Boger (from Dev Box)
2024-01-31 17:13:05 -08:00
parent 0b37369812
commit 2b4a4d0d61
3 changed files with 106 additions and 14 deletions

View File

@@ -128,6 +128,7 @@ enum SDKSupportedCapabilities {
}
// Need to put in some kind of function here to recreate the CosmosClient with a new endpoint.
// changeClientEndpoint.......
let _client: Cosmos.CosmosClient;