You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/ResourceManager/Resources/Commands.Resources/ChangeLog.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@
18
18
- Additional information about change #1
19
19
-->
20
20
## Current Release
21
+
* Fix isssue where Get-AzureRMRoleDefinition throws an unintelligible excpetion (when the default profile has no subscription in it and no scope is specified) by adding a meaningful exception in the scenario. Also set the default param set to `RoleDefinitionNameParameterSet`.
21
22
22
23
## Version 6.6.0
23
24
* Add missing -Mode parameter to Set-AzureRmPolicyDefinition
[Parameter(Position=0,Mandatory=false,ValueFromPipelineByPropertyName=true,ParameterSetName=ParameterSet.RoleDefinitionName,HelpMessage="Role definition name. For e.g. Reader, Contributor, Virtual Machine Contributor.")]
@@ -54,15 +54,25 @@ public override void ExecuteCmdlet()
WriteTerminatingError("No subscription was found in the default profile and no scope was specified. Either specify a scope or use a tenant with a subscription to run the command.");
0 commit comments