mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-04-19 21:09:46 +01:00
feat: Disable few checks if Fabric native (#2188)
* Disable few checks if Fabric native * Fix typo in error message
This commit is contained in:
@@ -252,7 +252,7 @@ export class PhoenixClient {
|
||||
|
||||
private getPhoenixControlPlanePathPrefix(): string {
|
||||
if (!this.armResourceId) {
|
||||
throw new Error("The Phoenix client was not initialized properly: missing ARM resourcce id");
|
||||
throw new Error("The Phoenix client was not initialized properly: missing ARM resource id");
|
||||
}
|
||||
|
||||
const toolsEndpoint =
|
||||
|
||||
Reference in New Issue
Block a user