action visualstudio_post_api_v1_subscriptions_subscription_id_providers_microsoft_co { label: "post_api_v1_subscriptions_subscriptionId_providers_Microsoft_Codespaces_plans_resourceReadBegin" provider: visualstudio method: POST path: "/api/v1/subscriptions/{subscriptionId}/providers/Microsoft.Codespaces/plans/resourceReadBegin" encoding: json input: { type: "object" properties: { subscriptionId: { type: "string" } value: { type: "array" items: { type: "object" properties: { id: { type: "string" } identity: { type: "object" properties: { principalId: { type: "string" format: "uuid" } tenantId: { type: "string" format: "uuid" } type: { type: "string" } } additionalProperties: false } location: { type: "string" } name: { type: "string" } properties: { type: "object" properties: { defaultCodespaceSku: { type: "string" } defaultEnvironmentSku: { type: "string" } encryption: { type: "object" properties: { keySource: { type: "string" } keyVaultProperties: { type: "object" properties: { keyName: { type: "string" } keyVaultUri: { type: "string" } keyVersion: { type: "string" } } additionalProperties: false } } additionalProperties: false } userId: { type: "string" } vnetProperties: { type: "object" properties: { subnetId: { type: "string" } } additionalProperties: false } } additionalProperties: false } provisioningState: { type: "string" } tags: { type: "object" } type: { type: "string" } } additionalProperties: false } } } required: ["subscriptionId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }