microsoft / oxa-tools

Open edX on Azure Tools
MIT License
36 stars 103 forks source link

Merge d2r PR#338 - Updating installation of Azure Cli to use latest signing key #343

Closed eltoncarr closed 6 years ago

eltoncarr commented 6 years ago

What does this PR do? Please provide some context

Azure recently updated their signing key which broke the installation of Azure CLI 2. This change updates how we install the Azure CLI 2 using their latest signing key.

Where should the reviewer start?

The changes in utilities.sh

How can this be manually tested? (brief repro steps and corpnet-URL with change)

Azure CLI 2 should be installed successfully.

What are the relevant TFS items? (list id numbers)

TFS#153046,

Definition of done:

Reminders DURING merge

  1. If you're merging from a short-term (feature) branch into a long-term branch (like dev, release, or master) then "Squash and merge" to keep our history clean.
  2. If merging from two longterm branches (like cherry picks from upstream, dev to release, etc) then "Create merge commit" to preserve individual commits.
eltoncarr commented 6 years ago

Thanks