-
Notifications
You must be signed in to change notification settings - Fork 3.3k
{testsdk} Remove CommunicationResourcePreparer from azure-cli-testsdk
#20717
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
|
Thank you for your contribution moirf! We will review the pull request and get back to you soon. |
beltr0n
left a 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.
nit comment about consistency but code looks good.
Please update the PR description because that is causing the pipeline validation to fail
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
jiasli
left a 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.
Please add more context for why this is changed.
Used in azext_communication extension for sanitization in playback test mode. Co-authored-by: Bert Ong <[email protected]>
|
|
I think I'd also like to know, did the previous value work, or is this just a change for consistency? This isn't a new value being added, it's a change to an existing value. I believe for Azure SDK, there's code that checks the value conforms to a certain format. |
|
@beltr0n @jiasli we are writing the cli-extension commands for communication, the PR for this is pending here - Azure/azure-cli-extensions#4206 |
|
I would suggest not to put |
Revert communication resource preparer changes
CommunicationResourcePreparer from azure-cli-testsdk
|
Done. Thanks for notifying me. |
Description
Add default connection string required in communication extension in resource preparer file.
Testing Guide
NA
History Notes
This checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.
I adhere to the Error Handling Guidelines.