Azure / acr-build

Github action to build containers with Azure Container Registry
MIT License
19 stars 25 forks source link

Feature: Add Subscription Input #16

Open benydc opened 1 year ago

benydc commented 1 year ago

@benydc please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.

@microsoft-github-policy-service agree [company="{your company}"]

Options:

  • (default - no company specified) I have sole ownership of intellectual property rights to my Submissions and I am not making Submissions in the course of work for my employer.
  • (when company given) I am making Submissions in the course of work for my employer (or my employer has intellectual property rights in my Submissions by contract or applicable law). I have permission from my employer to make Submissions and enter into this Agreement on behalf of my employer. By signing below, the defined term “You” includes me and my employer.

Contributor License Agreement

@microsoft-github-policy-service agree [company=""]

benydc commented 1 year ago

@microsoft-github-policy-service agree

darena-patrick commented 1 year ago

@ams0 any chance we can approve/merge this?

benydc commented 1 year ago

@johnazariah can we have this merged please?

johnazariah commented 1 year ago

I'm sorry - I don't have write access to this repo! @ams0 - can you please merge it as you see fit?

ams0 commented 1 year ago

Unfortunately I left the Azure org and with that I believe my rights in this repo. Can you perhaps ping someone internally to adopt this repo? Thanks @johnazariah

benydc commented 1 year ago

@johnazariah Any news regarding this contribution merge?

sgone01 commented 7 months ago

Hi @benydc While working on GHA recently, I discovered this repository to be helpful. However, I discovered one problem: after logging in, az account set -s <subscription> should be called.

Example: az login ...

after login then set subscription

az account set -s <subscription>

I encountered this problem and the present code set subscription prior to being called. ERROR: The subscription of <subscription-name-or-id> doesn't exist in cloud 'AzureCloud'.