-
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
Conversation
src/Aks/Aks/Aks.csproj
Outdated
|
||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> | ||
<NoWarn>1701;1702;1591</NoWarn> | ||
</PropertyGroup> |
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
@@ -38,8 +38,8 @@ public partial class 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 comment
The 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 comment
The 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 comment
The reason will be displayed to describe this comment to others. Learn more.
Correct, please remove it.
Description
Checklist
CONTRIBUTING.md
ChangeLog.md
file(s) has been updated:ChangeLog.md
file can be found atsrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md
## Upcoming Release
header -- no new version header should be added