From 855d284acfd7b4ffb9729c0d04ca2598d3ae4d57 Mon Sep 17 00:00:00 2001 From: fuchsdaniel Date: Mon, 22 Jun 2020 18:51:11 -0300 Subject: [PATCH] Missing NewRole.ps1 File Attached here the NewRole.ps1, as stated in the video (https://www.youtube.com/watch?v=I8gcl8Zvcps), and works perfectly. --- NewRole.ps1 | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 NewRole.ps1 diff --git a/NewRole.ps1 b/NewRole.ps1 new file mode 100644 index 0000000..60bafb0 --- /dev/null +++ b/NewRole.ps1 @@ -0,0 +1,6 @@ +Connect-AzAccount +install-module -name az.storage -Force -AllowClobber +import-module -name az.storage +install-module -name az.resources -Force +import-module -name az.resources -Force +New-AzRoleDefinition -InputFile 'c:\internal_data\azure\azurefilesreadwriterole.json' \ No newline at end of file