Skip to content

add ADO_PROJECT variable to required parameters

saketh somaraju requested to merge az/sa-fix-common-prepare-script into master

All Submissions:


  • [YES] Have you added an explanation of what your changes do and why you'd like us to include them?
  • [YES] I have updated the documentation accordingly.
  • [YES] My code follows the code style of this project.

Current Behavior or Linked Issues


  • Currently common_prepare.sh expects ADO_PROJECT variable to be provided, this is no where documented.
  • This MR fixes script to expect ADO_PROJECT variable as an argument to run the script, without allowing the script to fail during run time.
  • Updated documentation with separate MR. Ref #876

Does this introduce a breaking change?


  • [NO]

Merge request reports