action visualstudio_post_api_v1_subscriptions_subscription_id_providers_git_hub_netw { label: "post_api_v1_subscriptions_subscriptionId_providers_GitHub_Network_resourceType_resourceReadBegin" provider: visualstudio method: POST path: "/api/v1/subscriptions/{subscriptionId}/providers/GitHub.Network/{resourceType}/resourceReadBegin" encoding: json input: { type: "object" properties: { resourceType: { type: "string" } subscriptionId: { type: "string" } value: { type: "array" items: { type: "object" properties: { id: { type: "string" } location: { type: "string" } name: { type: "string" } properties: { type: "object" properties: { subnetId: { type: "string" } } additionalProperties: false } provisioningState: { type: "string" } tags: { type: "object" } type: { type: "string" } } additionalProperties: false } } } required: ["resourceType", "subscriptionId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }