Skip to content

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

Merged
merged 32 commits into from
Jun 22, 2015

Conversation

rakashya
Copy link

Power shell cmdlets to support the RBAC custom roles in Azure.

Radhika Kashyap and others added 22 commits March 27, 2015 17:15
…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
…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
@azuresdkci
Copy link

Can one of the admins verify this patch?

@azurecla
Copy link

Hi @rakashya, I'm your friendly neighborhood Azure Pull Request Bot (You can call me AZPRBOT). Thanks for your contribution!


It looks like you're working at Microsoft (rakashya). If you're full-time, we DON'T require a contribution license agreement.



If you are a vendor, or work for Microsoft Open Technologies, DO please sign the electronic contribution license agreement. It will take 2 minutes and there's no faxing! https://cla.azure.com.

TTYL, AZPRBOT;

@ogail
Copy link
Contributor

ogail commented Jun 17, 2015

@azuresdkci add to whitelist

Radhika Kashyap added 4 commits June 18, 2015 14:59
…fix Roleassignment tests and Remove commandlet
…GetRoleDefinitions

Conflicts:
	src/ResourceManager/Sql/Commands.Sql.Test/packages.config
	src/ResourceManager/Sql/Commands.Sql/packages.config
Radhika Kashyap added 2 commits June 18, 2015 18:56
…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
@markcowl
Copy link
Member

@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">
Copy link
Member

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

@markcowl markcowl changed the title Power shell commandlets for the Azure RBAC [do not merge] Power shell commandlets for the Azure RBAC Jun 19, 2015
Radhika Kashyap added 2 commits June 22, 2015 08:11
…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
@rakashya rakashya changed the title [do not merge] Power shell commandlets for the Azure RBAC Power shell commandlets for the Azure RBAC Jun 22, 2015
hovsepm pushed a commit that referenced this pull request Jun 22, 2015
Power shell commandlets for the Azure RBAC
@hovsepm hovsepm merged commit 14c6c74 into Azure:dev Jun 22, 2015
@rakashya rakashya deleted the GetRoleDefinitions branch June 22, 2015 19:20
huangpf added a commit to AzureRT/azure-powershell that referenced this pull request Apr 20, 2016
HPF PR: dev <- Azure:dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants