You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by an...@apache.org on 2017/01/10 17:29:17 UTC

jclouds-labs git commit: Add tenant Id lookup command

Repository: jclouds-labs
Updated Branches:
  refs/heads/master a2fc269fb -> a3a6ef299


Add tenant Id lookup command

Project: http://git-wip-us.apache.org/repos/asf/jclouds-labs/repo
Commit: http://git-wip-us.apache.org/repos/asf/jclouds-labs/commit/a3a6ef29
Tree: http://git-wip-us.apache.org/repos/asf/jclouds-labs/tree/a3a6ef29
Diff: http://git-wip-us.apache.org/repos/asf/jclouds-labs/diff/a3a6ef29

Branch: refs/heads/master
Commit: a3a6ef2993321592bd2294a5eb79e38e4237f28b
Parents: a2fc269
Author: Duncan Godwin <dr...@googlemail.com>
Authored: Tue Jan 10 17:19:04 2017 +0000
Committer: Andrea Turli <an...@gmail.com>
Committed: Tue Jan 10 18:28:45 2017 +0100

----------------------------------------------------------------------
 azurecompute-arm/README.md | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds-labs/blob/a3a6ef29/azurecompute-arm/README.md
----------------------------------------------------------------------
diff --git a/azurecompute-arm/README.md b/azurecompute-arm/README.md
index a5a9956..50ebedb 100644
--- a/azurecompute-arm/README.md
+++ b/azurecompute-arm/README.md
@@ -42,6 +42,14 @@ Run the following commands to assign roles to the service principal
 azure role assignment create --objectId <Object-id> -o Contributor -c /subscriptions/<Subscription-id>/
 ```
 
+Look up the the tenant Id
+
+```bash
+azure account show -s <Subscription-id> --json
+
+# output will be a JSON which will include the `Tenant id`
+```
+
 Verify service principal
 
 ```bash