Skip to content

Azure Fixing Legal Tag Creation

Matt Wise requested to merge azure-legaltag-hotfix into master

All Submissions:


  • [YES] Have you followed our code review guidelines?
  • [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.
  • [NA] I have added tests to cover my changes.
  • [YES] All new and existing tests passed.
  • [YES] My code follows the code style of this project.
  • [NO] I ran lint checks locally prior to submission.

What is the current behavior?


  • I removed the Azure code that created the legal tag that is used for testing if it doesn't already exist. This is a problem because there are some environments that expect the legal tag to be created by the tests in this service, so the pipelines for those environments are now failing.

What is the new behavior?


  • Test creates legal tag that is configured by environment variables if it doesn't already exist

Does this introduce a breaking change?


  • [NO]

Any relevant logs, error output, etc?


(If it’s long, please paste to https://ghostbin.com/ and insert the link here.)

Other information


This change was tested locally. NOTE: Fossa issue was ignored for now as Fossa step is currently not working

Edited by Matt Wise

Merge request reports