Skip to content

Commit

Permalink
Fix agent pool description typo (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
glena authored May 15, 2024
2 parents 5a7631b + 28cde8c commit d2b7276
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion provider/cmd/pulumi-resource-pulumiservice/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@
},
"resources": {
"pulumiservice:index:AgentPool": {
"description": "Agent Pool for customer manager deployments",
"description": "Agent Pool for customer managed deployments",
"properties": {
"agentPoolId": {
"description": "The agent pool identifier.",
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/AgentPool.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/go/pulumiservice/agentPool.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/nodejs/agentPool.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions sdk/python/pulumi_pulumiservice/agent_pool.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d2b7276

Please sign in to comment.