mirror of
https://dev.azure.com/effectory/Survey%20Software/_git/Cloud%20Engineering
synced 2026-02-27 18:52:18 +01:00
11 lines
505 B
PowerShell
11 lines
505 B
PowerShell
#Get-AzRoleDefinition 'Storage Data Contributor' | ConvertTo-Json
|
|
|
|
|
|
$fileName = "c:\temp\subscriptions.csv"
|
|
Get-AzSubscription | Export-Csv -Path $fileName -NoTypeInformation
|
|
|
|
|
|
|
|
Set-AzRoleDefinition -InputFile 'C:\Repository\Cloud Engineering\Custom roles\Storage Data Contributor.json'
|
|
Set-AzRoleDefinition -InputFile 'C:\Repository\Cloud Engineering\Custom roles\Storage Data Reader.json'
|
|
New-AzRoleDefinition -InputFile 'C:\Repository\Cloud Engineering\Custom roles\Resource Lock Administrator.json' |