Skip to content

Commit

Permalink
add missing type
Browse files Browse the repository at this point in the history
  • Loading branch information
FumingZhang committed Mar 3, 2022
1 parent 8a91fab commit 1e5155f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2810,6 +2810,7 @@
"description": "Properties for the container service agent pool profile."
},
"ManagedClusterAgentPoolProfile": {
"type": "object",
"allOf": [
{
"$ref": "#/definitions/ManagedClusterAgentPoolProfileProperties"
Expand Down Expand Up @@ -2901,6 +2902,7 @@
"description": "Settings for upgrading an agentpool"
},
"AgentPool": {
"type": "object",
"allOf": [
{
"$ref": "#/definitions/SubResource"
Expand Down Expand Up @@ -4073,6 +4075,7 @@
"description": "Details about a user assigned identity."
},
"ManagedClusterAccessProfile": {
"type": "object",
"allOf": [
{
"$ref": "#/definitions/Resource"
Expand Down

0 comments on commit 1e5155f

Please sign in to comment.