-
Notifications
You must be signed in to change notification settings - Fork 4k
Power shell commandlets for the Azure RBAC #510
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…leDefinitions Conflicts: src/ResourceManager/Resources/Commands.Resources/Models.Authorization/AuthorizationClient.cs src/ResourceManager/Resources/Commands.Resources/Models.ResourceGroups/ResourceClient.cs src/ResourceManager/Sql/Commands.Sql/Common/AzureEndpointsCommunicator.cs
…nition commandlets
…to GetRoleDefinitions
…to GetRoleDefinitions Conflicts: src/Common/Commands.Common.Storage/Commands.Common.Storage.csproj src/Common/Commands.Common.Test/Commands.Common.Test.csproj src/Common/Commands.Profile/Commands.Profile.csproj src/Common/Commands.ScenarioTest/Commands.ScenarioTest.csproj src/Common/Commands.ScenarioTests.Common/Commands.ScenarioTests.Common.csproj src/ResourceManager/ApiManagement/Commands.ApiManagement.Test/Commands.ApiManagement.Test.csproj src/ResourceManager/Automation/Commands.Automation.Test/Commands.ResourceManagement.Automation.Test.csproj src/ResourceManager/Batch/Commands.Batch.Test/Commands.Batch.Test.csproj src/ResourceManager/Compute/Commands.Compute.Test/Commands.Compute.Test.csproj src/ResourceManager/DataFactories/Commands.DataFactories.Test/Commands.DataFactories.Test.csproj src/ResourceManager/Dns/Commands.Dns.Test/Commands.Dns.Test.csproj src/ResourceManager/Insights/Commands.Insights.Test/Commands.Insights.Test.csproj src/ResourceManager/KeyVault/Commands.KeyVault.Test/Commands.KeyVault.Test.csproj src/ResourceManager/Network/Commands.Network.Test/Commands.Network.Test.csproj src/ResourceManager/RedisCache/Commands.RedisCache.Test/Commands.RedisCache.Test.csproj src/ResourceManager/Resources/Commands.Resources.Test/Commands.Resources.Test.csproj src/ResourceManager/Sql/Commands.Sql.Test/Commands.Sql.Test.csproj src/ResourceManager/Storage/Commands.Management.Storage.Test/Commands.Management.Storage.Test.csproj src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics.Test/Commands.StreamAnalytics.Test.csproj src/ResourceManager/TrafficManager/Commands.TrafficManager2.Test/Commands.TrafficManager2.Test.csproj src/ResourceManager/Websites/Commands.Websites.Test/Commands.Websites.Test.csproj src/ServiceManagement/Automation/Commands.Automation.Test/Commands.Automation.Test.csproj src/ServiceManagement/Compute/Commands.ServiceManagement.Extensions.Test/Commands.ServiceManagement.Extensions.Test.csproj src/ServiceManagement/Compute/Commands.ServiceManagement.Test/Commands.ServiceManagement.Test.csproj src/ServiceManagement/HDInsight/Commands.HDInsight.Test/Commands.HDInsight.Test.csproj src/ServiceManagement/ManagedCache/Commands.ManagedCache.Test/Commands.ManagedCache.Test.csproj src/ServiceManagement/Network/Commands.Network.Test/Commands.ServiceManagement.Network.Test.csproj src/ServiceManagement/RecoveryServices/Commands.RecoveryServices.Test/Commands.RecoveryServices.Test.csproj src/ServiceManagement/Services/Commands.Test.Utilities/Commands.Test.Utilities.csproj src/ServiceManagement/Services/Commands.Test/Commands.Test.csproj src/ServiceManagement/Sql/Commands.SqlDatabase.Test/Commands.SqlDatabase.Test.csproj src/ServiceManagement/StorSimple/Commands.StorSimple.Test/Commands.StorSimple.Test.csproj src/ServiceManagement/Storage/Commands.Storage.Test/Commands.Storage.Test.csproj src/ServiceManagement/TrafficManager/Commands.TrafficManager.Test/Commands.TrafficManager.Test.csproj
…to GetRoleDefinitions
…to GetRoleDefinitions
Can one of the admins verify this patch? |
Hi @rakashya, I'm your friendly neighborhood Azure Pull Request Bot (You can call me AZPRBOT). Thanks for your contribution!
TTYL, AZPRBOT; |
@azuresdkci add to whitelist |
…fix Roleassignment tests and Remove commandlet
…GetRoleDefinitions Conflicts: src/ResourceManager/Sql/Commands.Sql.Test/packages.config src/ResourceManager/Sql/Commands.Sql/packages.config
…efinitions Conflicts: src/ResourceManager/KeyVault/Commands.KeyVault.Test/Commands.KeyVault.Test.csproj src/ResourceManager/KeyVault/Commands.KeyVault.Test/packages.config src/ResourceManager/KeyVault/Commands.KeyVault/packages.config
@rakashya - there are merge conflicts, please update |
…efinitions Conflicts: src/ResourceManager/RedisCache/Commands.RedisCache.Test/packages.config src/ResourceManager/RedisCache/Commands.RedisCache/packages.config
@@ -60,16 +60,15 @@ | |||
<Reference Include="Microsoft.Azure.Gallery"> | |||
<HintPath>..\..\..\packages\Microsoft.Azure.Gallery.2.6.2-preview\lib\net40\Microsoft.Azure.Gallery.dll</HintPath> | |||
</Reference> | |||
<Reference Include="Microsoft.Azure.Management.Authorization"> | |||
<Reference Include="Microsoft.Azure.Management.Authorization, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a big problem - thgis will cause failures in upgrade scenarios - please look at the assembly and file version for your published nuget library
…efinitions Conflicts: src/ResourceManager/ApiManagement/Commands.ApiManagement.Test/packages.config src/ResourceManager/Compute/Commands.Compute.Test/packages.config src/ResourceManager/Compute/Commands.Compute/packages.config src/ResourceManager/DataFactories/Commands.DataFactories.Test/packages.config src/ResourceManager/DataFactories/Commands.DataFactories/packages.config src/ResourceManager/Network/Commands.Network.Test/packages.config src/ResourceManager/Network/Commands.Network/packages.config src/ResourceManager/Sql/Commands.Sql.Test/Commands.Sql.Test.csproj src/ResourceManager/Sql/Commands.Sql.Test/packages.config src/ResourceManager/Sql/Commands.Sql/packages.config
Power shell commandlets for the Azure RBAC
HPF PR: dev <- Azure:dev
Power shell cmdlets to support the RBAC custom roles in Azure.