You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue was created because one or more packages in the eventhub service directory had failing build:samples NPM scripts, and I determined that the existing script was broken and could not work, or would take extra effort to repair. #12715 (Build Samples in PR CI) will replace the broken script with a placeholder that simply executes echo Skipped..
The packages in question are:
@azure/eventhubs-checkpointstore-blob
@azure/event-processor-host
Usually, these errors were caused by faulty assumptions, such as:
a script that executes cd samples && tsc -p ., but with no tsconfig.json or other required files in the samples folder
use of old samples scripts that no longer exist
use of new samples scripts (dev-tool) without a correct samples folder layout (e.g. missing typescript subfolder)
What do I do about this?
If the package is not customer-facing, and there are not intended to be any samples in the package (such as internal code-sharing packages): leave a comment and close this issue.
If there are currently no samples, but the package is customer facing and you intend to add samples eventually: create a tracking issue for samples if one does not exist already and close this issue.
If there are samples, and they should build, but the current scripts are not correct, either:
a. Create an issue to fix the errors and wait until Add PR CI step to build samples #12715 is merged, then incorporate your changes.
b. Work with me to incorporate the necessary changes into Add PR CI step to build samples #12715.
If you believe this is an error, that the package is correctly configured, and that the script should work: leave a review with a request for changes on Add PR CI step to build samples #12715 describing how to run the samples, so that we can reconcile the build scripts with the packages' sample programs.
The text was updated successfully, but these errors were encountered:
Resource mover new api version 2021-01-01 (Azure#12731)
* Added new 2021-01-01 Api version for Azure Resource Mover.
* Changes for new API version.
* Added new Swagger API version for resource mover.
Co-authored-by: Ajay Gupta <ajgupt@microsoft.com>
Sample Quality Effort
This issue was created because one or more packages in the
eventhub
service directory had failingbuild:samples
NPM scripts, and I determined that the existing script was broken and could not work, or would take extra effort to repair. #12715 (Build Samples in PR CI) will replace the broken script with a placeholder that simply executesecho Skipped.
.The packages in question are:
Usually, these errors were caused by faulty assumptions, such as:
cd samples && tsc -p .
, but with notsconfig.json
or other required files in the samples foldertypescript
subfolder)What do I do about this?
a. Create an issue to fix the errors and wait until Add PR CI step to build samples #12715 is merged, then incorporate your changes.
b. Work with me to incorporate the necessary changes into Add PR CI step to build samples #12715.
The text was updated successfully, but these errors were encountered: