action windows_pool_add { label: "Adds a pool to the specified account." description: "When naming pools, avoid including sensitive information such as user names or secret project names. This information may appear in telemetry logs accessible to Microsoft Support engineers." provider: windows method: POST path: "/pools" encoding: json input: { type: "object" properties: { "api-version": { type: "string" } "client-request-id": { type: "string" } "ocp-date": { type: "string" } "return-client-request-id": { type: "string" } timeout: { type: "string" } } required: ["api-version"] additionalProperties: false } output: { type: "object" additionalProperties: true } }