-
Notifications
You must be signed in to change notification settings - Fork 5.6k
chore: Rename microsoft.insights to Microsoft.Insights #4713
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
|
If you're a MSFT employee, click this link |
Automation for azure-sdk-for-goNothing to generate for azure-sdk-for-go |
Automation for azure-sdk-for-jsThe initial PR has been merged into your service PR: |
Automation for azure-sdk-for-rubyNothing to generate for azure-sdk-for-ruby |
Automation for azure-sdk-for-pythonThe initial PR has been merged into your service PR: |
Automation for azure-sdk-for-nodeThe initial PR has been merged into your service PR: |
Automation for azure-sdk-for-javaThe initial PR has been merged into your service PR: |
|
Can one of the admins verify this patch? |
|
Looks like the automation can't handle the case change, but I'm not sure if it would be an issue after it lands |
* chore: Rename microsoft.insights to Microsoft.Insights * fix: Casing on applicationinsights/resource-manager YAML metadata
There are currently 2 folders with the different casing in https://github.com/Azure/azure-rest-api-specs/tree/master/specification/applicationinsights/resource-manager
These are the only files that showed up as diffs imediately when I enabled
git config core.ignorecase falsein order to change casing on some other files.The data-plane folder is also lowercase, but since it is all lowercase it doesn't cause the same issue.