Skip to content

Commit

Permalink
AKS: add listcredentials param in 2021-05-01 api (Azure#14655)
Browse files Browse the repository at this point in the history
Co-authored-by: Li Ma <lima2@microsoft.com>
  • Loading branch information
2 people authored and mkarmark committed Jul 20, 2021
1 parent 1f4eb9a commit 131e1d9
Showing 1 changed file with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,9 @@
},
{
"$ref": "#/parameters/ResourceNameParameter"
},
{
"$ref": "#/parameters/ServerFqdnParameter"
}
],
"responses": {
Expand Down Expand Up @@ -348,6 +351,9 @@
},
{
"$ref": "#/parameters/ResourceNameParameter"
},
{
"$ref": "#/parameters/ServerFqdnParameter"
}
],
"responses": {
Expand Down Expand Up @@ -391,6 +397,9 @@
},
{
"$ref": "#/parameters/ResourceNameParameter"
},
{
"$ref": "#/parameters/ServerFqdnParameter"
}
],
"responses": {
Expand Down Expand Up @@ -4696,6 +4705,14 @@
"type": "string",
"description": "resource type for which the OS options needs to be returned",
"x-ms-parameter-location": "method"
},
"ServerFqdnParameter": {
"name": "server-fqdn",
"in": "query",
"required": false,
"type": "string",
"description": "server fqdn type for credentials to be returned",
"x-ms-parameter-location": "method"
}
}
}

0 comments on commit 131e1d9

Please sign in to comment.