feat: Disable few checks if Fabric native (#2188)

* Disable few checks if Fabric native

* Fix typo in error message
This commit is contained in:
Laurent Nguyen
2025-07-17 08:47:56 +02:00
committed by GitHub
parent 589b61afaf
commit e3ae006100
3 changed files with 14 additions and 5 deletions

View File

@@ -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 =