action windows_pool_disable_auto_scale { label: "Disables automatic scaling for a pool." provider: windows method: POST path: "/pools/{poolId}/disableautoscale" encoding: json input: { type: "object" properties: { "api-version": { type: "string" } "client-request-id": { type: "string" } "ocp-date": { type: "string" } poolId: { type: "string" } "return-client-request-id": { type: "string" } timeout: { type: "string" } } required: ["api-version", "poolId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }