-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Az.Aks Xml comments #18361
Fix Az.Aks Xml comments #18361
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,8 +38,8 @@ 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> | ||
/// <paramef name="keyVaultSecretRef">Reference to a secret stored in | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This tag is wrong. Please have a look There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. “XML comment has a param tag for 'keyVaultSecretRef', but there is no parameter by that name”. About this error, delete the 'keyvaultsecretref' comment? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Correct, please remove it. |
||
/// Azure Key Vault.</paramef> | ||
public PSContainerServiceServicePrincipalProfile(string clientId, string secret = default(string)) | ||
{ | ||
ClientId = clientId; | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please do not check in the changes in csproj file