mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-09-22 19:22:25 +01:00
Update CloudShell API version to 2025-09-01-preview (#2570)
This commit is contained in:
@@ -26,7 +26,7 @@ export const getUserSettings = async (): Promise<CloudShellSettings> => {
|
||||
host: configContext.ARM_ENDPOINT,
|
||||
path: `/providers/Microsoft.Portal/userSettings/cloudconsole`,
|
||||
method: "GET",
|
||||
apiVersion: "2023-02-01-preview",
|
||||
apiVersion: "2025-09-01-preview",
|
||||
});
|
||||
};
|
||||
|
||||
@@ -56,7 +56,7 @@ export const putEphemeralUserSettings = async (
|
||||
host: configContext.ARM_ENDPOINT,
|
||||
path: `/providers/Microsoft.Portal/userSettings/cloudconsole`,
|
||||
method: "PUT",
|
||||
apiVersion: "2023-02-01-preview",
|
||||
apiVersion: "2025-09-01-preview",
|
||||
body: ephemeralSettings,
|
||||
timeoutMs: CLOUDSHELL_ARM_TIMEOUT_MS,
|
||||
});
|
||||
@@ -92,7 +92,7 @@ export const provisionConsole = async (consoleLocation: string): Promise<Provisi
|
||||
host: configContext.ARM_ENDPOINT,
|
||||
path: `providers/Microsoft.Portal/consoles/default`,
|
||||
method: "PUT",
|
||||
apiVersion: "2023-02-01-preview",
|
||||
apiVersion: "2025-09-01-preview",
|
||||
customHeaders: {
|
||||
"x-ms-console-preferred-location": consoleLocation,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user