Handle JS packages with prefix @microsoft#1187
Handle JS packages with prefix @microsoft#1187praveenkuttappan wants to merge 1 commit intoAzure:masterfrom
Conversation
|
I will wait until Nov release is over to merge this change to all repos. @weshaggard: JS team needs this change to release opentelemetry package in November release. Can I make this change temporarily only in JS repo? |
|
@xirzec : FYI. This is the PR to resolve change log check error for open telemetry and to handle rename of package from @ azure to @ microsoft |
|
FYI, there are several places for doc needs to corporate with the changes. |
|
The following pipelines have been queued for testing: |
| { | ||
| $projectJson = Get-Content $projectPath | ConvertFrom-Json | ||
| $jsStylePkgName = $pkgName.replace("azure-", "@azure/") | ||
| $jsStylePkgName = "" |
There was a problem hiding this comment.
I don't believe this code is used any more. You should be able to update https://github.com/Azure/azure-sdk-for-js/blob/master/eng/scripts/Language-Settings.ps1.
|
Closing this PR. I have submitted another one with changes in JS repo only. Azure/azure-sdk-for-js#12458 |
* Update link to point to cmake options. * Consistent capitalization.
JS has renamed open telemetry package from
@azure/monitor-opentelemetry-exporterto@microsoft/opentelemetry-exporter-azure-monitorin PR #12417 and this will require change in verify change log check and docs release.