Skip to content

Commit

Permalink
[AutoPR] containerservices/resource-manager (#4064)
Browse files Browse the repository at this point in the history
* Generated from 3d26bb89f70260fa213ca41ce21241e61f51f225 (#4062)

typo: containerservice/Microsoft.ContainerService

- chamge -> change
- clusteradmin -> cluster admin
- clusteruser -> cluster user
- agentpool -> an agent pool
- vnet's -> VNet's
- FDQN - > FQDN
- openshift -> OpenShift
- verison -> version

* [AutoPR containerservices/resource-manager] [AKS]: SP/AAD update operation for 2018-03-31 and 2018-08-01-preview (#4088)

* Generated from 705a889279c218f987a492183359414ebd6c205a

correct example fileName

* Generated from 739ebf423cf9fa4ff6c90e9056a080a5d19cfbac

add default response and 202, correct typo

* Generated from 4ea32ed77296ab86075f580f8211cf86a10a9a38 (#4119)

Add minLength: 1 to resourceGroupName paramters

This avoids an inscrutable error in the CLI if the user specifies an
empty resource group name.

* [AutoPR containerservices/resource-manager] [AKS]: Remove 200/OK response from reset SP/AAD api (#4099)

* Generated from abbffc45c89ec7df7a085668938d4d1c99de4d3f

rebase

* Generated from 68b822a898956ff4152d015407f6ee8ee9299360

long running operation

* Generated from db342271af8fbeef8464a0fa7e2fc5a4cd0f1662

return 202 with no body

* Generated from b39369cea532289fe4c841888bd6b04594921af8

forget to remove 202 body from 2018-08-01-preview api

* Generated from 9436137c879062700e3ade0d499603fc1437bfed

add 200 without schema

* Generated from df0936f255eeb8df56a204d5d89b012795f516bb

resolve conflict

* [AutoPR containerservices/resource-manager] [AKS] add missing description fields (#4120)

* Generated from a2ab98d9d7cafde90cb02ddc14ff6148560c0eb4

[AKS] add missing description fields

* Generated from 04a08f6fc7d53336a7ed2b39c3cb69f4a57d2966

[AKS] fix up reset endpoints in preview API

* Generated from 84cef65388454e9a36c4937b5afed77f12347ae8

[AKS] add missing description fields

* 4.4.0
  • Loading branch information
AutorestCI authored and lmazuel committed Jan 10, 2019
1 parent 923926c commit b730192
Show file tree
Hide file tree
Showing 28 changed files with 455 additions and 79 deletions.
8 changes: 8 additions & 0 deletions azure-mgmt-containerservice/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
Release History
===============

4.4.0 (2019-01-09)
++++++++++++++++++

**Features**

- Added operation ManagedClustersOperations.reset_service_principal_profile
- Added operation ManagedClustersOperations.reset_aad_profile

4.3.0 (2018-12-13)
++++++++++++++++++

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class ContainerServiceAgentPoolProfile(Model):
:param dns_prefix: DNS prefix to be used to create the FQDN for the agent
pool.
:type dns_prefix: str
:ivar fqdn: FDQN for the agent pool.
:ivar fqdn: FQDN for the agent pool.
:vartype fqdn: str
:param ports: Ports number array used to expose on this agent pool. The
default opened ports are different based on your choice of orchestrator.
Expand All @@ -98,7 +98,7 @@ class ContainerServiceAgentPoolProfile(Model):
'StorageAccount', 'ManagedDisks'
:type storage_profile: str or
~azure.mgmt.containerservice.v2017_07_01.models.ContainerServiceStorageProfileTypes
:param vnet_subnet_id: VNet SubnetID specifies the vnet's subnet
:param vnet_subnet_id: VNet SubnetID specifies the VNet's subnet
identifier.
:type vnet_subnet_id: str
:param os_type: OsType to be used to specify os type. Choose from Linux
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class ContainerServiceAgentPoolProfile(Model):
:param dns_prefix: DNS prefix to be used to create the FQDN for the agent
pool.
:type dns_prefix: str
:ivar fqdn: FDQN for the agent pool.
:ivar fqdn: FQDN for the agent pool.
:vartype fqdn: str
:param ports: Ports number array used to expose on this agent pool. The
default opened ports are different based on your choice of orchestrator.
Expand All @@ -98,7 +98,7 @@ class ContainerServiceAgentPoolProfile(Model):
'StorageAccount', 'ManagedDisks'
:type storage_profile: str or
~azure.mgmt.containerservice.v2017_07_01.models.ContainerServiceStorageProfileTypes
:param vnet_subnet_id: VNet SubnetID specifies the vnet's subnet
:param vnet_subnet_id: VNet SubnetID specifies the VNet's subnet
identifier.
:type vnet_subnet_id: str
:param os_type: OsType to be used to specify os type. Choose from Linux
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class ContainerServiceMasterProfile(Model):
size for every machine in this master/agent pool. If you specify 0, it
will apply the default osDisk size according to the vmSize specified.
:type os_disk_size_gb: int
:param vnet_subnet_id: VNet SubnetID specifies the vnet's subnet
:param vnet_subnet_id: VNet SubnetID specifies the VNet's subnet
identifier.
:type vnet_subnet_id: str
:param first_consecutive_static_ip: FirstConsecutiveStaticIP used to
Expand All @@ -95,7 +95,7 @@ class ContainerServiceMasterProfile(Model):
'StorageAccount', 'ManagedDisks'
:type storage_profile: str or
~azure.mgmt.containerservice.v2017_07_01.models.ContainerServiceStorageProfileTypes
:ivar fqdn: FDQN for the master pool.
:ivar fqdn: FQDN for the master pool.
:vartype fqdn: str
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class ContainerServiceMasterProfile(Model):
size for every machine in this master/agent pool. If you specify 0, it
will apply the default osDisk size according to the vmSize specified.
:type os_disk_size_gb: int
:param vnet_subnet_id: VNet SubnetID specifies the vnet's subnet
:param vnet_subnet_id: VNet SubnetID specifies the VNet's subnet
identifier.
:type vnet_subnet_id: str
:param first_consecutive_static_ip: FirstConsecutiveStaticIP used to
Expand All @@ -95,7 +95,7 @@ class ContainerServiceMasterProfile(Model):
'StorageAccount', 'ManagedDisks'
:type storage_profile: str or
~azure.mgmt.containerservice.v2017_07_01.models.ContainerServiceStorageProfileTypes
:ivar fqdn: FDQN for the master pool.
:ivar fqdn: FQDN for the master pool.
:vartype fqdn: str
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ def list_orchestrators(
"""Gets a list of supported orchestrators in the specified subscription.
Gets a list of supported orchestrators in the specified subscription.
The operation returns properties of each orchestrator including verison
The operation returns properties of each orchestrator including version
and available upgrades.
:param location: The name of a supported Azure region.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class ContainerServiceMasterProfile(Model):
size for every machine in this master/agent pool. If you specify 0, it
will apply the default osDisk size according to the vmSize specified.
:type os_disk_size_gb: int
:param vnet_subnet_id: VNet SubnetID specifies the vnet's subnet
:param vnet_subnet_id: VNet SubnetID specifies the VNet's subnet
identifier.
:type vnet_subnet_id: str
:param first_consecutive_static_ip: FirstConsecutiveStaticIP used to
Expand All @@ -95,7 +95,7 @@ class ContainerServiceMasterProfile(Model):
'StorageAccount', 'ManagedDisks'
:type storage_profile: str or
~azure.mgmt.containerservice.v2018_03_31.models.ContainerServiceStorageProfileTypes
:ivar fqdn: FDQN for the master pool.
:ivar fqdn: FQDN for the master pool.
:vartype fqdn: str
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class ContainerServiceMasterProfile(Model):
size for every machine in this master/agent pool. If you specify 0, it
will apply the default osDisk size according to the vmSize specified.
:type os_disk_size_gb: int
:param vnet_subnet_id: VNet SubnetID specifies the vnet's subnet
:param vnet_subnet_id: VNet SubnetID specifies the VNet's subnet
identifier.
:type vnet_subnet_id: str
:param first_consecutive_static_ip: FirstConsecutiveStaticIP used to
Expand All @@ -95,7 +95,7 @@ class ContainerServiceMasterProfile(Model):
'StorageAccount', 'ManagedDisks'
:type storage_profile: str or
~azure.mgmt.containerservice.v2018_03_31.models.ContainerServiceStorageProfileTypes
:ivar fqdn: FDQN for the master pool.
:ivar fqdn: FQDN for the master pool.
:vartype fqdn: str
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class CredentialResults(Model):
Variables are only populated by the server, and will be ignored when
sending a request.
:ivar kubeconfigs:
:ivar kubeconfigs: Base64-encoded Kubernetes configuration file.
:vartype kubeconfigs:
list[~azure.mgmt.containerservice.v2018_03_31.models.CredentialResult]
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class CredentialResults(Model):
Variables are only populated by the server, and will be ignored when
sending a request.
:ivar kubeconfigs:
:ivar kubeconfigs: Base64-encoded Kubernetes configuration file.
:vartype kubeconfigs:
list[~azure.mgmt.containerservice.v2018_03_31.models.CredentialResult]
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class ManagedCluster(Resource):
:type kubernetes_version: str
:param dns_prefix: DNS prefix specified when creating the managed cluster.
:type dns_prefix: str
:ivar fqdn: FDQN for the master pool.
:ivar fqdn: FQDN for the master pool.
:vartype fqdn: str
:param agent_pool_profiles: Properties of the agent pool. Currently only
one agent pool can exist.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class ManagedClusterAgentPoolProfile(Model):
'ManagedDisks'
:vartype storage_profile: str or
~azure.mgmt.containerservice.v2018_03_31.models.ContainerServiceStorageProfileTypes
:param vnet_subnet_id: VNet SubnetID specifies the vnet's subnet
:param vnet_subnet_id: VNet SubnetID specifies the VNet's subnet
identifier.
:type vnet_subnet_id: str
:param max_pods: Maximum number of pods that can run on a node.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class ManagedClusterAgentPoolProfile(Model):
'ManagedDisks'
:vartype storage_profile: str or
~azure.mgmt.containerservice.v2018_03_31.models.ContainerServiceStorageProfileTypes
:param vnet_subnet_id: VNet SubnetID specifies the vnet's subnet
:param vnet_subnet_id: VNet SubnetID specifies the VNet's subnet
identifier.
:type vnet_subnet_id: str
:param max_pods: Maximum number of pods that can run on a node.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class ManagedCluster(Resource):
:type kubernetes_version: str
:param dns_prefix: DNS prefix specified when creating the managed cluster.
:type dns_prefix: str
:ivar fqdn: FDQN for the master pool.
:ivar fqdn: FQDN for the master pool.
:vartype fqdn: str
:param agent_pool_profiles: Properties of the agent pool. Currently only
one agent pool can exist.
Expand Down
Loading

0 comments on commit b730192

Please sign in to comment.