Skip to content

Commit

Permalink
update (#26127)
Browse files Browse the repository at this point in the history
  • Loading branch information
FumingZhang authored Oct 10, 2023
1 parent f06a380 commit e8e01f5
Showing 1 changed file with 17 additions and 42 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -970,14 +970,7 @@
"$ref": "#/parameters/ResourceNameParameter"
},
{
"name": "agentPoolName",
"in": "path",
"required": true,
"type": "string",
"pattern": "^[a-z][a-z0-9]{0,11}$",
"minLength": 1,
"maxLength": 12,
"description": "The name of the agent pool."
"$ref": "#/parameters/AgentPoolNameParameter"
}
],
"responses": {
Expand Down Expand Up @@ -1081,14 +1074,7 @@
"$ref": "#/parameters/ResourceNameParameter"
},
{
"name": "agentPoolName",
"in": "path",
"required": true,
"type": "string",
"pattern": "^[a-z][a-z0-9]{0,11}$",
"minLength": 1,
"maxLength": 12,
"description": "The name of the agent pool."
"$ref": "#/parameters/AgentPoolNameParameter"
}
],
"responses": {
Expand Down Expand Up @@ -1131,11 +1117,7 @@
"$ref": "#/parameters/ResourceNameParameter"
},
{
"name": "agentPoolName",
"in": "path",
"required": true,
"type": "string",
"description": "The name of the agent pool."
"$ref": "#/parameters/AgentPoolNameParameter"
},
{
"name": "parameters",
Expand Down Expand Up @@ -1242,11 +1224,7 @@
"$ref": "#/parameters/ResourceNameParameter"
},
{
"name": "agentPoolName",
"in": "path",
"required": true,
"type": "string",
"description": "The name of the agent pool."
"$ref": "#/parameters/AgentPoolNameParameter"
}
],
"responses": {
Expand Down Expand Up @@ -1298,14 +1276,7 @@
"$ref": "#/parameters/ResourceNameParameter"
},
{
"name": "agentPoolName",
"in": "path",
"required": true,
"type": "string",
"pattern": "^[a-z][a-z0-9]{0,11}$",
"minLength": 1,
"maxLength": 12,
"description": "The name of the agent pool."
"$ref": "#/parameters/AgentPoolNameParameter"
}
],
"responses": {
Expand Down Expand Up @@ -1989,14 +1960,7 @@
"$ref": "#/parameters/ResourceNameParameter"
},
{
"name": "agentPoolName",
"in": "path",
"required": true,
"type": "string",
"pattern": "^[a-z][a-z0-9]{0,11}$",
"minLength": 1,
"maxLength": 12,
"description": "The name of the agent pool."
"$ref": "#/parameters/AgentPoolNameParameter"
}
],
"responses": {
Expand Down Expand Up @@ -6918,6 +6882,17 @@
"description": "The name of the managed cluster resource.",
"x-ms-parameter-location": "method"
},
"AgentPoolNameParameter": {
"name": "agentPoolName",
"in": "path",
"required": true,
"type": "string",
"pattern": "^[a-z][a-z0-9]{0,11}$",
"minLength": 1,
"maxLength": 12,
"description": "The name of the agent pool.",
"x-ms-parameter-location": "method"
},
"ResourceTypeParameter": {
"name": "resource-type",
"in": "query",
Expand Down

0 comments on commit e8e01f5

Please sign in to comment.