-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[ACR] Remove accidental samples-dev/index.ts #21216
[ACR] Remove accidental samples-dev/index.ts #21216
Conversation
API change check for API changes are not detected in this pull request for |
any ideas why credscan failed. @sima-zhu? |
/azp run js - containerregistry - ci |
Azure Pipelines successfully started running 1 pipeline(s). |
We have the check of empty file. It is weird that it doesn't work well in this case. |
I have a fix for this: Azure/azure-sdk-tools#3123 |
/check-enforcer override |
Failed pipeline: Azure/azure-sdk-for-js#21216 https://dev.azure.com/azure-sdk/public/_build/results?buildId=1497101&view=logs&j=bc67675d-56bf-581f-e0a2-208848ba68ca&t=7eee3a58-6120-518b-7fcb-7e943712aa81 The test is based on move the variable out of if condition and check the syntax.
Packages impacted by this PR
@azure/container-registry
Describe the problem that is addressed by this PR
In #20529 I seem to have accidentally dropped an empty file into
samples-dev
. This PR removes the file, so samples build properly.