Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,8 @@
"ManagedClusters"
],
"operationId": "ManagedClusters_ListClusterAdminCredentials",
"summary": "Gets clusteradmin credential of a managed cluster.",
"description": "Gets clusteradmin credential of the managed cluster with a specified resource group and name.",
"summary": "Gets cluster admin credential of a managed cluster.",
"description": "Gets cluster admin credential of the managed cluster with a specified resource group and name.",
"parameters": [
{
"$ref": "#/parameters/ApiVersionParameter"
Expand Down Expand Up @@ -282,8 +282,8 @@
"ManagedClusters"
],
"operationId": "ManagedClusters_ListClusterUserCredentials",
"summary": "Gets clusteruser credential of a managed cluster.",
"description": "Gets clusteruser credential of the managed cluster with a specified resource group and name.",
"summary": "Gets cluster user credential of a managed cluster.",
"description": "Gets cluster user credential of the managed cluster with a specified resource group and name.",
"parameters": [
{
"$ref": "#/parameters/ApiVersionParameter"
Expand Down Expand Up @@ -654,7 +654,7 @@
},
"ContainerServiceVnetSubnetID": {
"type": "string",
"description": "VNet SubnetID specifies the vnet's subnet identifier."
"description": "VNet SubnetID specifies the VNet's subnet identifier."
},
"ContainerServiceVMSize": {
"type": "string",
Expand Down Expand Up @@ -887,7 +887,7 @@
},
"vnetSubnetID": {
"$ref": "#/definitions/ContainerServiceVnetSubnetID",
"description": "VNet SubnetID specifies the vnet's subnet identifier."
"description": "VNet SubnetID specifies the VNet's subnet identifier."
},
"firstConsecutiveStaticIP": {
"type": "string",
Expand All @@ -901,7 +901,7 @@
"fqdn": {
"readOnly": true,
"type": "string",
"description": "FDQN for the master pool."
"description": "FQDN for the master pool."
}
},
"required": [
Expand Down Expand Up @@ -934,7 +934,7 @@
},
"vnetSubnetID": {
"$ref": "#/definitions/ContainerServiceVnetSubnetID",
"description": "VNet SubnetID specifies the vnet's subnet identifier."
"description": "VNet SubnetID specifies the VNet's subnet identifier."
},
"maxPods": {
"type": "integer",
Expand All @@ -961,7 +961,7 @@
},
"type": {
"$ref": "#/definitions/AgentPoolType",
"description": "AgentPoolType represents types of agentpool"
"description": "AgentPoolType represents types of an agent pool"
}
},
"required": [
Expand All @@ -981,7 +981,7 @@
"name": "AgentPoolType",
"modelAsString": true
},
"description": "AgentPoolType represents types of agentpool"
"description": "AgentPoolType represents types of an agent pool"
},
"ContainerServiceWindowsProfile": {
"properties": {
Expand Down Expand Up @@ -1181,7 +1181,7 @@
"fqdn": {
"readOnly": true,
"type": "string",
"description": "FDQN for the master pool."
"description": "FQDN for the master pool."
},
"agentPoolProfiles": {
"type": "array",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@
"get": {
"tags": ["OpenShiftManagedClusters"],
"operationId": "OpenShiftManagedClusters_Get",
"summary": "Gets a openshift managed cluster.",
"description": "Gets the details of the managed openshift cluster with a specified resource group and name.",
"summary": "Gets a OpenShift managed cluster.",
"description": "Gets the details of the managed OpenShift cluster with a specified resource group and name.",
"parameters": [
{
"$ref": "#/parameters/ApiVersionParameter"
Expand All @@ -122,7 +122,7 @@
"in": "path",
"required": true,
"type": "string",
"description": "The name of the openshift managed cluster resource."
"description": "The name of the OpenShift managed cluster resource."
}
],
"responses": {
Expand All @@ -148,8 +148,8 @@
"put": {
"tags": ["OpenShiftManagedClusters"],
"operationId": "OpenShiftManagedClusters_CreateOrUpdate",
"summary": "Creates or updates an openshift managed cluster.",
"description": "Creates or updates a openshift managed cluster with the specified configuration for agents and OpenShift version.",
"summary": "Creates or updates an OpenShift managed cluster.",
"description": "Creates or updates a OpenShift managed cluster with the specified configuration for agents and OpenShift version.",
"parameters": [
{
"$ref": "#/parameters/ApiVersionParameter"
Expand All @@ -169,7 +169,7 @@
"in": "path",
"required": true,
"type": "string",
"description": "The name of the openshift managed cluster resource."
"description": "The name of the OpenShift managed cluster resource."
},
{
"name": "parameters",
Expand Down Expand Up @@ -211,8 +211,8 @@
"patch": {
"tags": ["OpenShiftManagedClusters"],
"operationId": "OpenShiftManagedClusters_UpdateTags",
"summary": "Updates tags on an openshift managed cluster.",
"description": "Updates an openshift managed cluster with the specified tags.",
"summary": "Updates tags on an OpenShift managed cluster.",
"description": "Updates an OpenShift managed cluster with the specified tags.",
"parameters": [
{
"$ref": "#/parameters/ApiVersionParameter"
Expand All @@ -232,7 +232,7 @@
"in": "path",
"required": true,
"type": "string",
"description": "The name of the openshift managed cluster resource."
"description": "The name of the OpenShift managed cluster resource."
},
{
"name": "parameters",
Expand Down Expand Up @@ -268,8 +268,8 @@
"delete": {
"tags": ["OpenShiftManagedClusters"],
"operationId": "OpenShiftManagedClusters_Delete",
"summary": "Deletes an openshift managed cluster.",
"description": "Deletes the openshift managed cluster with a specified resource group and name.",
"summary": "Deletes an OpenShift managed cluster.",
"description": "Deletes the OpenShift managed cluster with a specified resource group and name.",
"parameters": [
{
"$ref": "#/parameters/ApiVersionParameter"
Expand All @@ -289,7 +289,7 @@
"in": "path",
"required": true,
"type": "string",
"description": "The name of the openshift managed cluster resource."
"description": "The name of the OpenShift managed cluster resource."
}
],
"responses": {
Expand Down Expand Up @@ -414,7 +414,7 @@
},
"publicSubdomain": {
"type": "string",
"description": "DNS subdomain for openshift router."
"description": "DNS subdomain for OpenShift router."
},
"fqdn": {
"readOnly": true,
Expand Down Expand Up @@ -631,7 +631,7 @@
}
},
"required": ["openShiftVersion"],
"description": "Properties of the openshift managed cluster."
"description": "Properties of the OpenShift managed cluster."
},
"OpenShiftManagedCluster": {
"allOf": [
Expand All @@ -645,7 +645,7 @@
"$ref": "#/definitions/PurchasePlan"
},
"properties": {
"description": "Properties of a openshift managed cluster.",
"description": "Properties of a OpenShift managed cluster.",
"$ref": "#/definitions/OpenShiftManagedClusterProperties",
"x-ms-client-flatten": true
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@
"fqdn": {
"readOnly": true,
"type": "string",
"description": "FDQN for the master."
"description": "FQDN for the master."
}
},
"required": [
Expand Down Expand Up @@ -375,7 +375,7 @@
"fqdn": {
"readOnly": true,
"type": "string",
"description": "FDQN for the agent pool."
"description": "FQDN for the agent pool."
}
},
"required": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@
"fqdn": {
"readOnly": true,
"type": "string",
"description": "FDQN for the master."
"description": "FQDN for the master."
}
},
"required": [
Expand Down Expand Up @@ -410,7 +410,7 @@
"fqdn": {
"readOnly": true,
"type": "string",
"description": "FDQN for the agent pool."
"description": "FQDN for the agent pool."
}
},
"required": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@
"fqdn": {
"readOnly": true,
"type": "string",
"description": "FDQN for the master."
"description": "FQDN for the master."
}
},
"required": [
Expand Down Expand Up @@ -453,7 +453,7 @@
"fqdn": {
"readOnly": true,
"type": "string",
"description": "FDQN for the agent pool."
"description": "FQDN for the agent pool."
}
},
"required": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@
},
"ContainerServiceVnetSubnetID": {
"type": "string",
"description": "VNet SubnetID specifies the vnet's subnet identifier."
"description": "VNet SubnetID specifies the VNet's subnet identifier."
},
"ContainerServiceVMSize": {
"type": "string",
Expand Down Expand Up @@ -606,7 +606,7 @@
},
"vnetSubnetID": {
"$ref": "#/definitions/ContainerServiceVnetSubnetID",
"description": "VNet SubnetID specifies the vnet's subnet identifier."
"description": "VNet SubnetID specifies the VNet's subnet identifier."
},
"firstConsecutiveStaticIP": {
"type": "string",
Expand All @@ -620,7 +620,7 @@
"fqdn": {
"readOnly": true,
"type": "string",
"description": "FDQN for the master pool."
"description": "FQDN for the master pool."
}
},
"required": [
Expand Down Expand Up @@ -658,7 +658,7 @@
"fqdn": {
"readOnly": true,
"type": "string",
"description": "FDQN for the agent pool."
"description": "FQDN for the agent pool."
},
"ports": {
"type": "array",
Expand All @@ -675,7 +675,7 @@
},
"vnetSubnetID": {
"$ref": "#/definitions/ContainerServiceVnetSubnetID",
"description": "VNet SubnetID specifies the vnet's subnet identifier."
"description": "VNet SubnetID specifies the VNet's subnet identifier."
},
"osType": {
"$ref": "#/definitions/OSType",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@
},
"ContainerServiceVnetSubnetID": {
"type": "string",
"description": "VNet SubnetID specifies the vnet's subnet identifier."
"description": "VNet SubnetID specifies the VNet's subnet identifier."
},
"ContainerServiceVMSize": {
"type": "string",
Expand Down Expand Up @@ -727,7 +727,7 @@
},
"vnetSubnetID": {
"$ref": "#/definitions/ContainerServiceVnetSubnetID",
"description": "VNet SubnetID specifies the vnet's subnet identifier."
"description": "VNet SubnetID specifies the VNet's subnet identifier."
},
"firstConsecutiveStaticIP": {
"type": "string",
Expand All @@ -741,7 +741,7 @@
"fqdn": {
"readOnly": true,
"type": "string",
"description": "FDQN for the master pool."
"description": "FQDN for the master pool."
}
},
"required": [
Expand Down Expand Up @@ -779,7 +779,7 @@
"fqdn": {
"readOnly": true,
"type": "string",
"description": "FDQN for the agent pool."
"description": "FQDN for the agent pool."
},
"ports": {
"type": "array",
Expand All @@ -796,7 +796,7 @@
},
"vnetSubnetID": {
"$ref": "#/definitions/ContainerServiceVnetSubnetID",
"description": "VNet SubnetID specifies the vnet's subnet identifier."
"description": "VNet SubnetID specifies the VNet's subnet identifier."
},
"osType": {
"$ref": "#/definitions/OSType",
Expand Down Expand Up @@ -950,7 +950,7 @@
"fqdn": {
"readOnly": true,
"type": "string",
"description": "FDQN for the master pool."
"description": "FQDN for the master pool."
},
"kubernetesVersion": {
"type": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
],
"operationId": "ContainerServices_ListOrchestrators",
"summary": "Gets a list of supported orchestrators in the specified subscription.",
"description": "Gets a list of supported orchestrators in the specified subscription. The operation returns properties of each orchestrator including verison and available upgrades.",
"description": "Gets a list of supported orchestrators in the specified subscription. The operation returns properties of each orchestrator including version and available upgrades.",
"parameters": [
{
"$ref": "#/parameters/ApiVersionParameter"
Expand Down
Loading