Skip to content

Commit 3d9ac45

Browse files
committed
Removing the commented out code
1 parent 4728ab4 commit 3d9ac45

File tree

4 files changed

+2
-312
lines changed

4 files changed

+2
-312
lines changed

src/StackAdmin/Resources/ChangeLog.md

Lines changed: 2 additions & 136 deletions
Original file line numberDiff line numberDiff line change
@@ -19,141 +19,7 @@
1919
-->
2020
## Current Release
2121

22-
## Version 6.0.0
23-
* Set minimum dependency of module to PowerShell 5.0
24-
* Remove obsolete parameter -AtScopeAndBelow from Get-AzureRmRoledefinition call
25-
* Include assignments to deleted Users/Groups/ServicePrincipals in Get-AzureRmRoleAssignment result
26-
* Add convenience cmdlet for creating ServicePrincipals
27-
* Add Tab completers for Scope and ResourceType
28-
* Merge Get- and Find- functionality in Get-AzureRmResource
29-
* Add AD Cmdlets:
30-
- Remove-AzureRmADGroupMember
31-
- Get-AzureRmADGroup
32-
- New-AzureRmADGroup
33-
- Remove-AzureRmADGroup
34-
- Remove-AzureRmADUser
35-
- Update-AzureRmADApplication
36-
- Update-AzureRmADServicePrincipal
37-
- Update-AzureRmADUser
22+
AzureStack version of AzureRm.Resources module, Changes till Azure powershell version 6.0.0 are included in this module.
3823

39-
## Version 5.5.2
40-
* Updated to the latest version of the Azure ClientRuntime
24+
The authorization client has been modified to support the api-version 2017-07-01
4125

42-
## Version 5.5.1
43-
* Fix issue with Default Resource Group in CloudShell
44-
45-
## Version 5.5.0
46-
* Fixed issue with importing aliases
47-
* Add Support for DataActions and NotDataActions to be passed in roledefinition create calls
48-
* Fix Roledefinitions calls to use the type filter
49-
50-
## Version 5.4.0
51-
* Register-AzureRmProviderFeature: Added missing example in the docs
52-
* Register-AzureRmResourceProvider: Added missing example in the docs
53-
* Add proper error handling for Insufficient graph permission Issue whilst performing Roleassignment calls.
54-
* Fix roleassignment get calls when there are duplicate objectIds.
55-
* Fix RoleAssignment get to respect the ExpandPrincipalGroups parameter
56-
* Fix Roleassignment get calls to be used with roledefinition ID.
57-
58-
## Version 5.3.0
59-
* Get-AzureRmADServicePrincipal: Removed -ServicePrincipalName from the default Empty parameter set as it was redundant with the SPN parameter set
60-
61-
## Version 5.2.0
62-
* Added Location Completer to -Location parameters allowing tab completion through valid Locations
63-
* Added ResourceGroup Completer to -ResourceGroup parameters allowing tab completion through resource groups in current subscription
64-
* Added -AsJob support for long-running Resources cmdlets. Allows selected cmdlets to run in the background and return a job to track and control progress.
65-
* Added alias from Get-AzureRmProviderOperation to Get-AzureRmResourceProviderAction to conform with naming conventions
66-
* Get-AzureRmProviderOperation: Added alias from -OperationSearchString to -Name and set default value of -OperationSearchString to "*", which will return all provider operations.
67-
68-
## Version 5.1.1
69-
* Fixed issue where Get-AzureRMRoleAssignment would result in a assignments without roledefiniton name for custom roles
70-
- Users can now use Get-AzureRMRoleAssignment with assignments having roledefinition names irrespective of the type of role
71-
* Fixed issue where Set-AzureRMRoleRoleDefinition used to throw RD not found error when there was a new scope in assignablescopes
72-
- Users can now use Set-AzureRMRoleRoleDefinition with assignable scopes including new scopes irrespective of the position of the scope
73-
* Allow scopes to end with "/"
74-
- Users can now use RoleDefinition and RoleAssignment commandlets with scopes ending with "/" ,consistent with API and CLI
75-
* Allow users to create RoleAssignment using delegation flag
76-
- Users can now use New-AzureRMRoleAssignment with an option of adding the delegation flag
77-
* Fix RoleAssignment get to respect the scope parameter
78-
* Add an alias for ServicePrincipalName in the New-AzureRmRoleAssignment Commandlet
79-
- Users can now use the ApplicationId instead of the ServicePrincipalName when using the New-AzureRmRoleAssignment commandlet
80-
81-
## Version 5.0.0
82-
* Add support for online help
83-
- Run Get-Help with the -Online parameter to open the online help in your default Internet browser
84-
85-
## Version 4.4.1
86-
87-
## Version 4.4.0
88-
* Add ManagedApplication cmdlets
89-
- New-AzureRmManagedApplication cmdlet to create a managed application
90-
- Get-AzureRmManagedApplication cmdlet to list all managed applications under a subscription or to get a specific managed application
91-
- Remove-AzureRmManagedApplication cmdlet to delete a managed application
92-
- Set-AzureRmManagedApplication cmdlet to update an existing managed application
93-
* Add ManagedApplicationDefinition cmdlets
94-
- New-AzureRmManagedApplicationDefinition cmdlet to create a managed application definition using a zip file uri or using mainTemplate and createUiDefinition json files
95-
- Get-AzureRmManagedApplicationDefinition cmdlet to list all managed application definitions under a resource group or to get a specific managed application definition
96-
- Remove-AzureRmManagedApplicationDefinition cmdlet to delete a managed application definition
97-
- Set-AzureRmManagedApplicationDefinition cmdlet to update an existing managed application definition
98-
* Add PolicySetDefinition cmdlets
99-
- New-AzureRmPolicySetDefinition cmdlet to create a policy set definition
100-
- Get-AzureRmPolicySetDefinition cmdlet to list all policy set definitions or to get a specific policy set definition
101-
- Remove-AzureRmPolicySetDefinition cmdlet to delete a policy set definition
102-
- Set-AzureRmPolicySetDefinition cmdlet to update an existing policy set definition
103-
* Add -PolicySetDefinition, -Sku and -NotScope parameters to New-AzureRmPolicyAssignment and Set-AzureRmPolicyAssignment cmdlets
104-
* Add support to pass in policy url to New-AzureRmPolicyDefinition and Set-AzureRmPolicyDefinition cmdlets
105-
* Add -Mode parameter to New-AzureRmPolicyDefinition cmdlet
106-
* Add Support for removal of roleassignment using PSRoleAssignment object
107-
- Users can now use PSRoleassignmnet inputobject with Remove-AzureRMRoleAssignment commandlet to remove the roleassignment.
108-
109-
## Version 4.3.1
110-
111-
## Version 4.3.0
112-
* Add Support for validation of scopes for the following roledefinition and roleassignment commandlets before sending the request to ARM
113-
- Get-AzureRMRoleAssignment
114-
- New-AzureRMRoleAssignment
115-
- Remove-AzureRMRoleAssignment
116-
- Get-AzureRMRoleDefinition
117-
- New-AzureRMRoleDefinition
118-
- Remove-AzureRMRoleDefinition
119-
- Set-AzureRMRoleDefinition
120-
121-
## Version 4.2.1
122-
123-
## Version 4.2.0
124-
125-
## Version 4.1.0
126-
* Fixed issue where Get-AzureRMRoleAssignment would result in a Bad Request if the number of roleassignments where greater than 1000
127-
- Users can now use Get-AzureRMRoleAssignment even if the roleassignments to be returned is greater than 1000
128-
129-
## Version 4.0.1
130-
131-
## Version 4.0.0
132-
* Support cross-resource-group deployments for New-AzureRmResourceGroupDeployment
133-
- Users can now use nested deployments to deploy to different resource groups.
134-
135-
## Version 3.8.0
136-
137-
## Version 3.7.0
138-
139-
## Version 3.6.0
140-
* Support policy parameters for New-AzureRmPolicyDefinition and New-AzureRmPolicyAssignment
141-
- Users can now use Parameter parameter with New-AzureRmPolicyDefinition. This accepts both JSON string and file path.
142-
- Users can now provide policy parameter values in New-AzureRmPolicyAssignment in a couple of ways, including JSON string, file path, PS object, and through PowerShell parameters.
143-
144-
## Version 3.5.0
145-
* Support Tag as parameters for Find-AzureRmResource
146-
- Users can now use Tag parameter with Find-AzureRmResource
147-
- Fixed the issue where illegal combinations of TagName, TagValue with other search parameters was allowed in Find-AzureRmResource and would result in users getting exception from the service by disallowing such combinations.
148-
149-
## Version 3.4.0
150-
* Support ResourceNameEquals and ResourceGroupNameEquals as parameters for Find-AzureRmResource
151-
- Users can now use ResourceNameEquals and ResourceGroupNameEquals with Find-AzureRmResource
152-
153-
## Version 3.3.0
154-
* Lookup of AAD group by Id now uses GetObjectsByObjectId AAD Graph call instead of Groups/<id>
155-
- This will enable Groups lookup in CSP scenario
156-
* Remove unnecessary AAD graph call in Get role assignments logic
157-
- Only make call when needed instead of always
158-
* Fixed issue where Remove-AzureRmResource would throw an exception if one of the resources passed through the pipeline failed to be removed
159-
- If cmdlet fails to remove one of the resources, the result will not have an effect on the removal of other resources

src/StackAdmin/Resources/Commands.ResourceManager/Cmdlets/Commands.Resources.Rest.csproj

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -238,20 +238,6 @@
238238
<SubType>Designer</SubType>
239239
</None>
240240
</ItemGroup>
241-
<!-- <ItemGroup>
242-
<ProjectReference Include="..\..\..\..\Common\Commands.Common.Authentication.Abstractions\Commands.Common.Authentication.Abstractions.csproj">
243-
<Project>{70527617-7598-4aef-b5bd-db9186b8184b}</Project>
244-
<Name>Commands.Common.Authentication.Abstractions</Name>
245-
</ProjectReference>
246-
<ProjectReference Include="..\..\..\..\Common\Commands.Common\Commands.Common.csproj">
247-
<Project>{5ee72c53-1720-4309-b54b-5fb79703195f}</Project>
248-
<Name>Commands.Common</Name>
249-
</ProjectReference>
250-
<ProjectReference Include="..\..\..\..\Common\Commands.ResourceManager.Common\Commands.ResourceManager.Common.csproj">
251-
<Project>{3819d8a7-c62c-4c47-8ddd-0332d9ce1252}</Project>
252-
<Name>Commands.ResourceManager.Common</Name>
253-
</ProjectReference>
254-
</ItemGroup> -->
255241
<ItemGroup>
256242
<EmbeddedResource Include="Properties\Resources.resx">
257243
<Generator>ResXFileCodeGenerator</Generator>

0 commit comments

Comments
 (0)