-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Auth mgr functionality changes #18636
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
Conversation
* @param vlanName @b{(input)} Vlan string. | ||
* @param vlanId @b{(output)} Vlan Id assigned. | ||
* | ||
* @returns L7_SUCCESS |
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.
Fix the function description, it should be SUCCESS/FAILURE.
/azpw run Azure.sonic-buildimage |
/AzurePipelines run Azure.sonic-buildimage |
Azure Pipelines successfully started running 1 pipeline(s). |
/azpw run Azure.sonic-buildimage |
/AzurePipelines run Azure.sonic-buildimage |
Azure Pipelines successfully started running 1 pipeline(s). |
closing and re-opening the PR again. |
/azp run Azure.sonic-buildimage |
Azure Pipelines successfully started running 1 pipeline(s). |
Signed-off-by: Vijaya Kumar Abbaraju <[email protected]>
/azp run Azure.sonic-buildimage |
Azure Pipelines successfully started running 1 pipeline(s). |
/azpw run Azure.sonic-buildimage |
/AzurePipelines run Azure.sonic-buildimage |
Azure Pipelines successfully started running 1 pipeline(s). |
* Auth mgr functionality changes * Addressed review comments * Fixed semgrep clang errors for PAC. Signed-off-by: Vijaya Kumar Abbaraju <[email protected]> --------- Signed-off-by: Vijaya Kumar Abbaraju <[email protected]>
* Auth mgr functionality changes * Addressed review comments * Fixed semgrep clang errors for PAC. Signed-off-by: Vijaya Kumar Abbaraju <[email protected]> --------- Signed-off-by: Vijaya Kumar Abbaraju <[email protected]>
Why I did it
Auth mgr functionality changes
How I did it
How to verify it