Skip to content
This repository was archived by the owner on May 5, 2023. It is now read-only.
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 @@ -708,14 +708,14 @@ export interface ManagedClusterAddonProfile {
*
* @member {string} clientAppID The client AAD application ID.
* @member {string} serverAppID The server AAD application ID.
* @member {string} serverAppSecret The server AAD application secret.
* @member {string} [serverAppSecret] The server AAD application secret.
* @member {string} [tenantID] The AAD tenant ID to use for authentication. If
* not specified, will use the tenant of the deployment subscription.
*/
export interface ManagedClusterAADProfile {
clientAppID: string;
serverAppID: string;
serverAppSecret: string;
serverAppSecret?: string;
tenantID?: string;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class ManagedClusterAADProfile {
* Create a ManagedClusterAADProfile.
* @member {string} clientAppID The client AAD application ID.
* @member {string} serverAppID The server AAD application ID.
* @member {string} serverAppSecret The server AAD application secret.
* @member {string} [serverAppSecret] The server AAD application secret.
* @member {string} [tenantID] The AAD tenant ID to use for authentication.
* If not specified, will use the tenant of the deployment subscription.
*/
Expand Down Expand Up @@ -55,7 +55,7 @@ class ManagedClusterAADProfile {
}
},
serverAppSecret: {
required: true,
required: false,
serializedName: 'serverAppSecret',
type: {
name: 'String'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1951,7 +1951,7 @@ export interface ManagedClusters {
* @param {string} parameters.aadProfile.serverAppID The server AAD application
* ID.
*
* @param {string} parameters.aadProfile.serverAppSecret The server AAD
* @param {string} [parameters.aadProfile.serverAppSecret] The server AAD
* application secret.
*
* @param {string} [parameters.aadProfile.tenantID] The AAD tenant ID to use
Expand Down Expand Up @@ -2060,7 +2060,7 @@ export interface ManagedClusters {
* @param {string} parameters.aadProfile.serverAppID The server AAD application
* ID.
*
* @param {string} parameters.aadProfile.serverAppSecret The server AAD
* @param {string} [parameters.aadProfile.serverAppSecret] The server AAD
* application secret.
*
* @param {string} [parameters.aadProfile.tenantID] The AAD tenant ID to use
Expand Down Expand Up @@ -2323,7 +2323,7 @@ export interface ManagedClusters {
* @param {string} parameters.aadProfile.serverAppID The server AAD application
* ID.
*
* @param {string} parameters.aadProfile.serverAppSecret The server AAD
* @param {string} [parameters.aadProfile.serverAppSecret] The server AAD
* application secret.
*
* @param {string} [parameters.aadProfile.tenantID] The AAD tenant ID to use
Expand Down Expand Up @@ -2432,7 +2432,7 @@ export interface ManagedClusters {
* @param {string} parameters.aadProfile.serverAppID The server AAD application
* ID.
*
* @param {string} parameters.aadProfile.serverAppSecret The server AAD
* @param {string} [parameters.aadProfile.serverAppSecret] The server AAD
* application secret.
*
* @param {string} [parameters.aadProfile.tenantID] The AAD tenant ID to use
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1116,7 +1116,7 @@ function _get(resourceGroupName, resourceName, options, callback) {
* @param {string} parameters.aadProfile.serverAppID The server AAD application
* ID.
*
* @param {string} parameters.aadProfile.serverAppSecret The server AAD
* @param {string} [parameters.aadProfile.serverAppSecret] The server AAD
* application secret.
*
* @param {string} [parameters.aadProfile.tenantID] The AAD tenant ID to use
Expand Down Expand Up @@ -1432,7 +1432,7 @@ function _deleteMethod(resourceGroupName, resourceName, options, callback) {
* @param {string} parameters.aadProfile.serverAppID The server AAD application
* ID.
*
* @param {string} parameters.aadProfile.serverAppSecret The server AAD
* @param {string} [parameters.aadProfile.serverAppSecret] The server AAD
* application secret.
*
* @param {string} [parameters.aadProfile.tenantID] The AAD tenant ID to use
Expand Down Expand Up @@ -2924,7 +2924,7 @@ class ManagedClusters {
* @param {string} parameters.aadProfile.serverAppID The server AAD application
* ID.
*
* @param {string} parameters.aadProfile.serverAppSecret The server AAD
* @param {string} [parameters.aadProfile.serverAppSecret] The server AAD
* application secret.
*
* @param {string} [parameters.aadProfile.tenantID] The AAD tenant ID to use
Expand Down Expand Up @@ -3045,7 +3045,7 @@ class ManagedClusters {
* @param {string} parameters.aadProfile.serverAppID The server AAD application
* ID.
*
* @param {string} parameters.aadProfile.serverAppSecret The server AAD
* @param {string} [parameters.aadProfile.serverAppSecret] The server AAD
* application secret.
*
* @param {string} [parameters.aadProfile.tenantID] The AAD tenant ID to use
Expand Down Expand Up @@ -3377,7 +3377,7 @@ class ManagedClusters {
* @param {string} parameters.aadProfile.serverAppID The server AAD application
* ID.
*
* @param {string} parameters.aadProfile.serverAppSecret The server AAD
* @param {string} [parameters.aadProfile.serverAppSecret] The server AAD
* application secret.
*
* @param {string} [parameters.aadProfile.tenantID] The AAD tenant ID to use
Expand Down Expand Up @@ -3498,7 +3498,7 @@ class ManagedClusters {
* @param {string} parameters.aadProfile.serverAppID The server AAD application
* ID.
*
* @param {string} parameters.aadProfile.serverAppSecret The server AAD
* @param {string} [parameters.aadProfile.serverAppSecret] The server AAD
* application secret.
*
* @param {string} [parameters.aadProfile.tenantID] The AAD tenant ID to use
Expand Down
2 changes: 1 addition & 1 deletion lib/services/containerservicesManagement/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "azure-arm-containerservice",
"author": "Microsoft Corporation",
"description": "ContainerServiceClient Library with typescript type definitions for node",
"version": "5.0.1",
"version": "5.0.2",
"dependencies": {
"ms-rest": "^2.3.3",
"ms-rest-azure": "^2.5.5"
Expand Down