Skip to content
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

[BUG] Bad unicode in object description #28258

Closed
iann0036 opened this issue Mar 14, 2024 · 8 comments
Closed

[BUG] Bad unicode in object description #28258

iann0036 opened this issue Mar 14, 2024 · 8 comments
Assignees
Labels
bug This issue requires a change to an existing behavior in the product in order to be resolved. customer-reported Issues that are reported by GitHub users external to the Azure organization. Mgmt This issue is related to a management-plane library. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that

Comments

@iann0036
Copy link

API Spec link

https://github.com/Azure/azure-rest-api-specs/blob/36de5cef6b87d3122e7b2eef3db30da49ef0f88f/specification/security/resource-manager/Microsoft.Security/preview/2023-12-01-preview/automations.json

API Spec version

2023-12-01-preview

Describe the bug

At

"description": "The Log Analytics Workspace to which event data will be exported. Security alerts data will reside in the 'SecurityAlert' table and the assessments data will reside in the 'SecurityRecommendation' table (under the 'Security'/'SecurityCenterFree' solutions). Note that in order to view the data in the workspace, the Security Center Log Analytics free/standard solution needs to be enabled on that workspace. To learn more about Microsoft Defender for Cloud continuous export capabilities, visit https://aka.ms/ASCExportLearnMore",
, the characters at the beginning of the description field which look like spaces are bad unicode equivalents. They broke some personal automation.

Expected behavior

The description should be free of irregular unicode points.

Actual behavior

The description field begins: The�Log�Analytics�Workspace�to�which�event

Reproduction Steps

See file.

Environment

No response

@iann0036 iann0036 added the bug This issue requires a change to an existing behavior in the product in order to be resolved. label Mar 14, 2024
@microsoft-github-policy-service microsoft-github-policy-service bot added question The issue doesn't require a change to the product in order to be resolved. Most issues start as that customer-reported Issues that are reported by GitHub users external to the Azure organization. labels Mar 14, 2024
@zzhxiaofeng zzhxiaofeng added the Mgmt This issue is related to a management-plane library. label Mar 15, 2024
@zzhxiaofeng
Copy link

@Nessya123 Please help have a look, thank you.

@Nessya123
Copy link
Contributor

@zzhxiaofeng - how can I push a fix to the repo?

@raych1
Copy link
Member

raych1 commented Mar 18, 2024

@Nessya123 , can you create a PR with the changes to the repo?

@Nessya123
Copy link
Contributor

@raych1 - should I fork the repo and then create a PR? sorry, I am not familiar with the process.

@raych1
Copy link
Member

raych1 commented Mar 22, 2024

@Nessya123 , yes, please. I thought you updated the swagger last time, didn't it?

@Nessya123
Copy link
Contributor

Hi,

I opened a PR with a fix that already approved with all required approvals, and it's pending merge:
#28984

@Nessya123
Copy link
Contributor

The PR with the fix is merged.

@Nessya123
Copy link
Contributor

Bug is resolved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue requires a change to an existing behavior in the product in order to be resolved. customer-reported Issues that are reported by GitHub users external to the Azure organization. Mgmt This issue is related to a management-plane library. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Projects
None yet
Development

No branches or pull requests

4 participants