Skip to content
This repository has been archived by the owner on Mar 30, 2023. It is now read-only.

Use resource group to get details for azure-repository storage account #229

Merged
merged 4 commits into from
Oct 4, 2018

Commits on Oct 3, 2018

  1. Use resource group to get details for azure-repository storage account

    This commit updates the parameters required to configure azure repository plugin with an
    existing storage account in another resource group. Instead of passing the storage account
    key and endpoint suffix, these values can be determined with the storage account name and
    resource group.
    
    key and suffix are removed and replaced with resourceGroup.
    
    Note that this now requires that the storage account and resoruce group exist in the same
    subscription. The implementation could be expanded in future to accept a subscriptionId,
    if necessary.
    
    Closes #215
    russcam committed Oct 3, 2018
    Configuration menu
    Copy the full SHA
    d6f16d7 View commit details
    Browse the repository at this point in the history
  2. update links

    russcam committed Oct 3, 2018
    Configuration menu
    Copy the full SHA
    0f1bf09 View commit details
    Browse the repository at this point in the history
  3. Change outputs to strings

    russcam committed Oct 3, 2018
    Configuration menu
    Copy the full SHA
    d955e47 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2018

  1. Update links

    russcam committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    93b6904 View commit details
    Browse the repository at this point in the history