Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

[AutoPR containerservice/resource-manager] Revert "[AKS] add apiServerAuthorizedIPRanges property" #4634

Merged
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 @@ -888,10 +888,6 @@ export interface ManagedCluster extends Resource {
* Profile of Azure Active Directory configuration.
*/
aadProfile?: ManagedClusterAADProfile;
/**
* Authorized IP Ranges to kubernetes API server.
*/
apiServerAuthorizedIPRanges?: string[];
}

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@ class ManagedCluster extends models['Resource'] {
* @property {string} [aadProfile.tenantID] The AAD tenant ID to use for
* authentication. If not specified, will use the tenant of the deployment
* subscription.
* @property {array} [apiServerAuthorizedIPRanges] Authorized IP Ranges to
* kubernetes API server.
*/
constructor() {
super();
Expand Down Expand Up @@ -245,20 +243,6 @@ class ManagedCluster extends models['Resource'] {
name: 'Composite',
className: 'ManagedClusterAADProfile'
}
},
apiServerAuthorizedIPRanges: {
required: false,
serializedName: 'properties.apiServerAuthorizedIPRanges',
type: {
name: 'Sequence',
element: {
required: false,
serializedName: 'StringElementType',
type: {
name: 'String'
}
}
}
}
}
}
Expand Down
12 changes: 0 additions & 12 deletions lib/services/containerservicesManagement/lib/operations/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3022,9 +3022,6 @@ export interface ManagedClusters {
* for authentication. If not specified, will use the tenant of the deployment
* subscription.
*
* @param {array} [parameters.apiServerAuthorizedIPRanges] Authorized IP Ranges
* to kubernetes API server.
*
* @param {string} parameters.location Resource location
*
* @param {object} [parameters.tags] Resource tags
Expand Down Expand Up @@ -3133,9 +3130,6 @@ export interface ManagedClusters {
* for authentication. If not specified, will use the tenant of the deployment
* subscription.
*
* @param {array} [parameters.apiServerAuthorizedIPRanges] Authorized IP Ranges
* to kubernetes API server.
*
* @param {string} parameters.location Resource location
*
* @param {object} [parameters.tags] Resource tags
Expand Down Expand Up @@ -3566,9 +3560,6 @@ export interface ManagedClusters {
* for authentication. If not specified, will use the tenant of the deployment
* subscription.
*
* @param {array} [parameters.apiServerAuthorizedIPRanges] Authorized IP Ranges
* to kubernetes API server.
*
* @param {string} parameters.location Resource location
*
* @param {object} [parameters.tags] Resource tags
Expand Down Expand Up @@ -3677,9 +3668,6 @@ export interface ManagedClusters {
* for authentication. If not specified, will use the tenant of the deployment
* subscription.
*
* @param {array} [parameters.apiServerAuthorizedIPRanges] Authorized IP Ranges
* to kubernetes API server.
*
* @param {string} parameters.location Resource location
*
* @param {object} [parameters.tags] Resource tags
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1158,9 +1158,6 @@ function _get(resourceGroupName, resourceName, options, callback) {
* for authentication. If not specified, will use the tenant of the deployment
* subscription.
*
* @param {array} [parameters.apiServerAuthorizedIPRanges] Authorized IP Ranges
* to kubernetes API server.
*
* @param {string} parameters.location Resource location
*
* @param {object} [parameters.tags] Resource tags
Expand Down Expand Up @@ -1628,9 +1625,6 @@ function _resetAADProfile(resourceGroupName, resourceName, parameters, options,
* for authentication. If not specified, will use the tenant of the deployment
* subscription.
*
* @param {array} [parameters.apiServerAuthorizedIPRanges] Authorized IP Ranges
* to kubernetes API server.
*
* @param {string} parameters.location Resource location
*
* @param {object} [parameters.tags] Resource tags
Expand Down Expand Up @@ -3466,9 +3460,6 @@ class ManagedClusters {
* for authentication. If not specified, will use the tenant of the deployment
* subscription.
*
* @param {array} [parameters.apiServerAuthorizedIPRanges] Authorized IP Ranges
* to kubernetes API server.
*
* @param {string} parameters.location Resource location
*
* @param {object} [parameters.tags] Resource tags
Expand Down Expand Up @@ -3589,9 +3580,6 @@ class ManagedClusters {
* for authentication. If not specified, will use the tenant of the deployment
* subscription.
*
* @param {array} [parameters.apiServerAuthorizedIPRanges] Authorized IP Ranges
* to kubernetes API server.
*
* @param {string} parameters.location Resource location
*
* @param {object} [parameters.tags] Resource tags
Expand Down Expand Up @@ -4145,9 +4133,6 @@ class ManagedClusters {
* for authentication. If not specified, will use the tenant of the deployment
* subscription.
*
* @param {array} [parameters.apiServerAuthorizedIPRanges] Authorized IP Ranges
* to kubernetes API server.
*
* @param {string} parameters.location Resource location
*
* @param {object} [parameters.tags] Resource tags
Expand Down Expand Up @@ -4268,9 +4253,6 @@ class ManagedClusters {
* for authentication. If not specified, will use the tenant of the deployment
* subscription.
*
* @param {array} [parameters.apiServerAuthorizedIPRanges] Authorized IP Ranges
* to kubernetes API server.
*
* @param {string} parameters.location Resource location
*
* @param {object} [parameters.tags] Resource tags
Expand Down