-
Notifications
You must be signed in to change notification settings - Fork 4.1k
ServiceBus PS cmdlets #3228
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
ServiceBus PS cmdlets #3228
Conversation
|
Hi @v-Ajnava, I'm your friendly neighborhood Azure Pull Request Bot (You can call me AZPRBOT). Thanks for your contribution!
TTYL, AZPRBOT; |
|
Can one of the admins verify this patch? |
|
@azuresdkci add to white list |
|
@azuresdkci add to whitelist |
|
@azuresdkci test this please |
|
@v-Ajnava Hey Ajit, last week we upgraded to ADAL 2.28.3, so you will need to update all instances of |
|
LGTM once the above builds pass |
|
@azuresdkci test this please |
Description
This checklist is used to make sure that common guidelines for a pull request are followed. You can find a more complete discussion of PowerShell cmdlet best practices here.
I have read the contribution guidelines.
If changes were made to any cmdlet, the XML help was regenerated using the platyPSHelp module.
If any large changes are made to a service, they are reflected in the respective change log.
General Guidelines
Testing Guidelines
Cmdlet Signature Guidelines
ShouldProcessand haveSupportShouldProcess=truespecified in the cmdlet attribute. You can find more information onShouldProcesshere.OutputTypeattribute if any output is produced - if the cmdlet produces no output, it should implement aPassThroughparameter.Cmdlet Parameter Guidelines