You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fluo.apache.org by ar...@apache.org on 2020/01/28 02:56:01 UTC

[fluo-muchos] branch master updated: Update IAM role to 'Storage Blob Data Owner' on ADLS Gen2 (#313)

This is an automated email from the ASF dual-hosted git repository.

arvindsh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/fluo-muchos.git


The following commit(s) were added to refs/heads/master by this push:
     new 21c0c16  Update IAM role to 'Storage Blob Data Owner' on ADLS Gen2 (#313)
21c0c16 is described below

commit 21c0c165c36a2ea26434135c1967a8ff08760753
Author: Karthick Narendran <ka...@gmail.com>
AuthorDate: Tue Jan 28 02:55:53 2020 +0000

    Update IAM role to 'Storage Blob Data Owner' on ADLS Gen2 (#313)
---
 ansible/roles/azure/tasks/create_adlsgen2.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ansible/roles/azure/tasks/create_adlsgen2.yml b/ansible/roles/azure/tasks/create_adlsgen2.yml
index cd674dd..e074599 100644
--- a/ansible/roles/azure/tasks/create_adlsgen2.yml
+++ b/ansible/roles/azure/tasks/create_adlsgen2.yml
@@ -133,12 +133,12 @@
     UserAssignedIdentityArr: "{{ UserAssignedIdentityInfo.response|default({})|map(attribute='id')|map('regex_replace','^(.*)$','{\"\\1\":{}}')|list}}"
 
 # Retrieve facts about role assignment
-- name: Get role definition id for "Storage Blob Data Contributor"
+- name: Get role definition id for "Storage Blob Data Owner"
   azure_rm_resource_facts:
     resource_group: "{{ resource_group }}"
     provider: Authorization
     resource_type:  roleDefinitions
-    resource_name:  ba92f5b4-2d11-453d-a403-e96b0029c9fe
+    resource_name:  b7e6dc6d-f1e8-4753-8033-0f276bb0955b
     api_version: '2015-07-01'
   register: RoleDefinitionInfo