Skip to content

Commit

Permalink
CodeGen from PR 20062 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 5dbedf756e51a0f970767e5ef3fd0d7d42091db0 into 98169e7d4d06b7f729c1acb9e10ac181011f6d14
  • Loading branch information
SDKAuto committed Aug 5, 2022
1 parent d40202a commit 2b42eb1
Show file tree
Hide file tree
Showing 15 changed files with 539 additions and 91 deletions.
52 changes: 26 additions & 26 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 18 additions & 12 deletions sdk/containerservice/arm-containerservice/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
# Release History

## 17.1.0-beta.2 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 17.1.0-beta.1 (2022-07-25)

## 17.1.0-beta.2 (2022-08-05)

**Features**

Expand All @@ -19,8 +9,11 @@
- Added operation group ManagedClusterSnapshots
- Added operation group TrustedAccessRoleBindings
- Added operation group TrustedAccessRoles
- Added operation AgentPools.abortLatestOperation
- Added operation ManagedClusters.abortLatestOperation
- Added operation ManagedClusters.beginRotateServiceAccountSigningKeys
- Added operation ManagedClusters.beginRotateServiceAccountSigningKeysAndWait
- Added Interface AgentPoolsAbortLatestOperationOptionalParams
- Added Interface AzureEntityResource
- Added Interface ErrorAdditionalInfo
- Added Interface ErrorDetail
Expand All @@ -47,10 +40,15 @@
- Added Interface FleetsListNextOptionalParams
- Added Interface FleetsListOptionalParams
- Added Interface FleetsUpdateOptionalParams
- Added Interface ManagedClusterAzureMonitorProfile
- Added Interface ManagedClusterAzureMonitorProfileKubeStateMetrics
- Added Interface ManagedClusterAzureMonitorProfileMetrics
- Added Interface ManagedClusterIngressProfile
- Added Interface ManagedClusterIngressProfileWebAppRouting
- Added Interface ManagedClusterOidcIssuerProfile
- Added Interface ManagedClusterPropertiesForSnapshot
- Added Interface ManagedClustersAbortLatestOperationOptionalParams
- Added Interface ManagedClusterSecurityProfileImageCleaner
- Added Interface ManagedClusterSecurityProfileNodeRestriction
- Added Interface ManagedClusterSecurityProfileWorkloadIdentity
- Added Interface ManagedClusterSnapshot
Expand All @@ -67,6 +65,7 @@
- Added Interface ManagedClusterStorageProfileBlobCSIDriver
- Added Interface ManagedClusterWorkloadAutoScalerProfile
- Added Interface ManagedClusterWorkloadAutoScalerProfileKeda
- Added Interface ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler
- Added Interface NetworkProfileForSnapshot
- Added Interface TrustedAccessRole
- Added Interface TrustedAccessRoleBinding
Expand All @@ -80,6 +79,7 @@
- Added Interface TrustedAccessRoleRule
- Added Interface TrustedAccessRolesListNextOptionalParams
- Added Interface TrustedAccessRolesListOptionalParams
- Added Type Alias ControlledValues
- Added Type Alias FleetMemberProvisioningState
- Added Type Alias FleetMembersCreateOrUpdateResponse
- Added Type Alias FleetMembersGetResponse
Expand Down Expand Up @@ -109,11 +109,13 @@
- Added Type Alias TrustedAccessRoleBindingsListResponse
- Added Type Alias TrustedAccessRolesListNextResponse
- Added Type Alias TrustedAccessRolesListResponse
- Added Type Alias UpdateMode
- Interface AgentPool has a new optional parameter capacityReservationGroupID
- Interface AgentPool has a new optional parameter enableCustomCATrust
- Interface AgentPool has a new optional parameter messageOfTheDay
- Interface AgentPoolsDeleteOptionalParams has a new optional parameter ignorePodDisruptionBudget
- Interface ContainerServiceNetworkProfile has a new optional parameter networkPluginMode
- Interface ManagedCluster has a new optional parameter azureMonitorProfile
- Interface ManagedCluster has a new optional parameter creationData
- Interface ManagedCluster has a new optional parameter enableNamespaceResources
- Interface ManagedCluster has a new optional parameter ingressProfile
Expand All @@ -126,6 +128,7 @@
- Interface ManagedClusterAPIServerAccessProfile has a new optional parameter subnetId
- Interface ManagedClusterHttpProxyConfig has a new optional parameter effectiveNoProxy
- Interface ManagedClustersDeleteOptionalParams has a new optional parameter ignorePodDisruptionBudget
- Interface ManagedClusterSecurityProfile has a new optional parameter imageCleaner
- Interface ManagedClusterSecurityProfile has a new optional parameter nodeRestriction
- Interface ManagedClusterSecurityProfile has a new optional parameter workloadIdentity
- Interface ManagedClusterStorageProfile has a new optional parameter blobCSIDriver
Expand All @@ -135,12 +138,15 @@
- Class ContainerServiceClient has a new parameter managedClusterSnapshots
- Class ContainerServiceClient has a new parameter trustedAccessRoleBindings
- Class ContainerServiceClient has a new parameter trustedAccessRoles
- Added Enum KnownControlledValues
- Added Enum KnownFleetMemberProvisioningState
- Added Enum KnownFleetProvisioningState
- Added Enum KnownNetworkPluginMode
- Added Enum KnownTrustedAccessRoleBindingProvisioningState
- Added Enum KnownUpdateMode
- Enum KnownOssku has a new value Windows2019
- Enum KnownOssku has a new value Windows2022
- Enum KnownPublicNetworkAccess has a new value SecuredByPerimeter
- Enum KnownSnapshotType has a new value ManagedCluster


Expand Down
8 changes: 4 additions & 4 deletions sdk/containerservice/arm-containerservice/_meta.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"commit": "405811c51aa09803caedfe17fd305e110db1ca5e",
"commit": "68fdc52d60ef55251c832db63c9ee2c903a33d42",
"readme": "specification/containerservice/resource-manager/readme.md",
"autorest_command": "autorest --version=3.7.3 --typescript --modelerfour.lenient-model-deduplication --azure-arm --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=D:\\Git\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\containerservice\\resource-manager\\readme.md --use=@autorest/[email protected] --generate-sample=true",
"autorest_command": "",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/[email protected].0",
"use": "@autorest/[email protected].20220720.1"
"release_tool": "@azure-tools/[email protected].1",
"use": "@autorest/[email protected]"
}
14 changes: 3 additions & 11 deletions sdk/containerservice/arm-containerservice/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"mkdirp": "^1.0.4",
"rollup": "^2.66.1",
"rollup-plugin-sourcemaps": "^0.6.3",
"typescript": "~4.6.0",
"typescript": "~4.2.0",
"uglify-js": "^3.4.9",
"rimraf": "^3.0.0",
"@azure/identity": "^2.0.1",
Expand Down Expand Up @@ -109,13 +109,5 @@
}
]
},
"autoPublish": true,
"//sampleConfiguration": {
"productName": "",
"productSlugs": [
"azure"
],
"disableDocsMs": true,
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-containerservice?view=azure-node-preview"
}
}
"autoPublish": true
}
Loading

0 comments on commit 2b42eb1

Please sign in to comment.