Azure / cli

Automate your GitHub workflows using Azure CLI scripts
MIT License
125 stars 54 forks source link

Update README.md #124

Closed MoChilia closed 9 months ago

MoChilia commented 10 months ago

https://github.com/Azure/cli/pull/57 changed the default value for azcliversion from latest to the version of Azure CLI installed on agent. If there is no version of Azure CLI found on the agent, the action falls back the version to latest. https://github.com/Azure/cli/blob/bb2303375cd17e0282386cca327ba3a341272050/src/main.ts#L32-L44 This pr will update the description about default version used in azure/cli and remove the 'Configure Azure credentials as GitHub Secret' section, since it is not related to azure/cli action, but should be found in https://github.com/Azure/login/blob/master/README.md. And 'Azure CLI Action metadata file' section will be removed, since it is unnecessary to appear in README.md.