-
Notifications
You must be signed in to change notification settings - Fork 199
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
[PY] fix: Don't use json/yaml formatting for simple string values #2259
base: main
Are you sure you want to change the base?
Conversation
Hi @jbaron thanks for the submission! It looks like there are several test failures - could you please run the tests locally and take a look? I think your solution may be having a wider area of effect than anticipated. here's an example:
|
@jbaron please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
I updated the test cases and
So not sure this additional changes are desirable. |
I have sole ownership of intellectual property rights to my Submissions and I am not making Submissions in the course of work for my employer.
… On 12 Jan 2025, at 11:01, microsoft-github-policy-service[bot] ***@***.***> wrote:
I have sole ownership of intellectual property rights to my Submissions and I am not making Submissions in the course of work for my employer.
|
Linked issues
closes: #2209
Details
Changed the Python
to_string
function to not convert the value object if it is just a plain string. This caused the introduction of doubled quotes and made responses render badly in MS Teams.Change details
Attestation Checklist
My code follows the style guidelines of this project
I have checked for/fixed spelling, linting, and other errors
I have made corresponding changes to the documentation (updating the doc strings in the code is sufficient)
My changes generate no new warnings
New and existing unit tests pass locally with my changes
Additional information