Skip to content

Commit

Permalink
Fix Az.Aks Xml comments (#18361)
Browse files Browse the repository at this point in the history
* Fix Az.Aks Xml comments

* Fix Az.Aks Xml comments
  • Loading branch information
v-yuzhichen authored Jun 9, 2022
1 parent 4fc53c7 commit bdb69d5
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ public PSContainerServiceServicePrincipalProfile(){}
/// <param name="clientId">The ID for the service principal.</param>
/// <param name="secret">The secret password associated with the
/// service principal in plain text.</param>
/// <param name="keyVaultSecretRef">Reference to a secret stored in
/// Azure Key Vault.</param>
public PSContainerServiceServicePrincipalProfile(string clientId, string secret = default(string))
{
ClientId = clientId;
Expand Down

0 comments on commit bdb69d5

Please sign in to comment.