We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tools/importer-rest-api-specs
Microsoft.ContainerService/updateRuns@2023-10-15
Here's the content of /Users/luheng/go/src/github.com/hashicorp/pandora/config/resources/containerservice.hcl:
/Users/luheng/go/src/github.com/hashicorp/pandora/config/resources/containerservice.hcl
api "2023-10-15" { package "UpdateRuns" { definition "kubernetes_fleet_update_run" { id = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/fleets/{fleetName}/updateRuns/{updateRunName}" display_name = "Kubernetes Fleet Update Run" website_subcategory = "Container" description = <<HERE Manages a Kubernetes Fleet Member HERE } } }
The command I uses is ./importer-rest-api-specs import -services=ContainerService, then after some time the tool exits because stack overflow.
./importer-rest-api-specs import -services=ContainerService
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Here's the content of
/Users/luheng/go/src/github.com/hashicorp/pandora/config/resources/containerservice.hcl
:The command I uses is
./importer-rest-api-specs import -services=ContainerService
, then after some time the tool exits because stack overflow.The text was updated successfully, but these errors were encountered: