From b85a20eae6693cb92bc896c6e507915de3f25ac8 Mon Sep 17 00:00:00 2001 From: Ganeshrockz Date: Wed, 4 Nov 2020 14:39:39 +0530 Subject: [PATCH] Minor changes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3ec524f..feced1f0 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ NOTE: to manage service principals created with `az ad sp create-for-rbac`, visi ## Support for using `allow-no-subscriptions` flag with az login -Capability has been added to support access to tenants without subscriptions. This can be useful to run tenant level commands, such as 'az ad'. The action accepts an optional parameter `allow-no-subscriptions` which is `false` by default. +Capability has been added to support access to tenants without subscriptions. This can be useful to run tenant level commands, such as `az ad`. The action accepts an optional parameter `allow-no-subscriptions` which is `false` by default. ```yaml # File: .github/workflows/workflow.yml