From 91e37aa47f872905f97a697369c3a878ec8cd732 Mon Sep 17 00:00:00 2001 From: "v-yuzhichen@microsoft.com" Date: Wed, 1 Jun 2022 12:33:26 +0800 Subject: [PATCH 1/2] Fix Az.Aks Xml comments --- src/Aks/Aks/Aks.csproj | 9 +++++++++ .../Models/PSContainerServiceServicePrincipalProfile.cs | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/src/Aks/Aks/Aks.csproj b/src/Aks/Aks/Aks.csproj index a74ef2f4693b..15edebe53a58 100644 --- a/src/Aks/Aks/Aks.csproj +++ b/src/Aks/Aks/Aks.csproj @@ -9,6 +9,15 @@ $(LegacyAssemblyPrefix)$(PsModuleName) + True + + + + 1701;1702;1591 + + + + 1701;1702;1591 diff --git a/src/Aks/Aks/Models/PSContainerServiceServicePrincipalProfile.cs b/src/Aks/Aks/Models/PSContainerServiceServicePrincipalProfile.cs index 40422b72b4c9..40f0c8f698b0 100644 --- a/src/Aks/Aks/Models/PSContainerServiceServicePrincipalProfile.cs +++ b/src/Aks/Aks/Models/PSContainerServiceServicePrincipalProfile.cs @@ -38,8 +38,8 @@ public PSContainerServiceServicePrincipalProfile(){} /// The ID for the service principal. /// The secret password associated with the /// service principal in plain text. - /// Reference to a secret stored in - /// Azure Key Vault. + /// Reference to a secret stored in + /// Azure Key Vault. public PSContainerServiceServicePrincipalProfile(string clientId, string secret = default(string)) { ClientId = clientId; From 0c1eaf7d423208b4a4885d1e062cfb8c16738c44 Mon Sep 17 00:00:00 2001 From: "v-yuzhichen@microsoft.com" Date: Wed, 1 Jun 2022 16:53:00 +0800 Subject: [PATCH 2/2] Fix Az.Aks Xml comments --- src/Aks/Aks/Aks.csproj | 9 --------- .../Models/PSContainerServiceServicePrincipalProfile.cs | 2 -- 2 files changed, 11 deletions(-) diff --git a/src/Aks/Aks/Aks.csproj b/src/Aks/Aks/Aks.csproj index 15edebe53a58..a74ef2f4693b 100644 --- a/src/Aks/Aks/Aks.csproj +++ b/src/Aks/Aks/Aks.csproj @@ -9,15 +9,6 @@ $(LegacyAssemblyPrefix)$(PsModuleName) - True - - - - 1701;1702;1591 - - - - 1701;1702;1591 diff --git a/src/Aks/Aks/Models/PSContainerServiceServicePrincipalProfile.cs b/src/Aks/Aks/Models/PSContainerServiceServicePrincipalProfile.cs index 40f0c8f698b0..507072e007f4 100644 --- a/src/Aks/Aks/Models/PSContainerServiceServicePrincipalProfile.cs +++ b/src/Aks/Aks/Models/PSContainerServiceServicePrincipalProfile.cs @@ -38,8 +38,6 @@ public PSContainerServiceServicePrincipalProfile(){} /// The ID for the service principal. /// The secret password associated with the /// service principal in plain text. - /// Reference to a secret stored in - /// Azure Key Vault. public PSContainerServiceServicePrincipalProfile(string clientId, string secret = default(string)) { ClientId = clientId;