File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 201201 scope : " {{ plat__azure_datapath_uri }}"
202202 assignee : " {{ __azure_ranger_audit_identity.properties.principalId }}"
203203 desc : Assign Storage Blob Data Contributor Role to Ranger Audit Role at Data Container level
204+ - role : " {{ __azure_storageblobdata_ctrb_role_id }}"
205+ scope : " {{ plat__azure_logpath_uri }}"
206+ assignee : " {{ __azure_ranger_audit_identity.properties.principalId }}"
207+ desc : Assign Storage Blob Data Contributor Role to Ranger Audit Role at Logs Container level
208+
204209 loop_control :
205210 loop_var : __azure_rl_assgn_item
206211 label : " {{ __azure_rl_assgn_item.desc }}"
Original file line number Diff line number Diff line change 7474- name : Tear down Azure AD App Registration
7575 when : plat__teardown_deletes_xaccount and ( plat__azure_xaccount_app_uuid is defined ) and ( plat__azure_xaccount_app_uuid | length > 0 )
7676 command : >
77- az ad sp delete
78- --id {{ plat__azure_application_service_principal_objuuid }}
77+ az ad app delete
78+ --id {{ plat__azure_xaccount_app_uuid }}
7979
8080 - name : Tear down Custom Role
8181 when : plat__teardown_deletes_roles
You can’t perform that action at this time.
0 commit comments