@@ -54,8 +54,8 @@ CLRVersion = '4.0'
54
54
RequiredModules = @ (@ {ModuleName = ' AzureRM.Profile' ; ModuleVersion = ' 5.6.0' ; })
55
55
56
56
# Assemblies that must be loaded prior to importing this module
57
- RequiredAssemblies = ' .\Microsoft.Azure.Management.ResourceManager.dll' ,
58
- ' .\Microsoft.Azure.Management.Authorization.dll' ,
57
+ RequiredAssemblies = ' .\Microsoft.Azure.Management.ResourceManager.dll' ,
58
+ ' .\Microsoft.Azure.Management.Authorization.dll' ,
59
59
' .\Microsoft.Azure.Management.ManagementGroups.dll'
60
60
61
61
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
@@ -65,83 +65,83 @@ RequiredAssemblies = '.\Microsoft.Azure.Management.ResourceManager.dll',
65
65
TypesToProcess = ' Microsoft.Azure.Commands.ResourceManager.Cmdlets.Types.ps1xml'
66
66
67
67
# Format files (.ps1xml) to be loaded when importing this module
68
- FormatsToProcess =
69
- ' .\Microsoft.Azure.Commands.ResourceManager.Cmdlets.generated.format.ps1xml' ,
70
- ' .\Microsoft.Azure.Commands.Resources.format.ps1xml' ,
68
+ FormatsToProcess =
69
+ ' .\Microsoft.Azure.Commands.ResourceManager.Cmdlets.generated.format.ps1xml' ,
70
+ ' .\Microsoft.Azure.Commands.Resources.format.ps1xml' ,
71
71
' .\Microsoft.Azure.Commands.ResourceManager.Cmdlets.format.ps1xml'
72
72
73
73
# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
74
- NestedModules = @ (' .\Microsoft.Azure.Commands.Resources.dll' ,
74
+ NestedModules = @ (' .\Microsoft.Azure.Commands.Resources.dll' ,
75
75
' .\Microsoft.Azure.Commands.ResourceManager.Cmdlets.dll' )
76
76
77
77
# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
78
78
FunctionsToExport = @ ()
79
79
80
80
# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
81
- CmdletsToExport = ' Get-AzureRmProviderOperation' , ' Remove-AzureRmRoleAssignment' ,
82
- ' Get-AzureRmRoleAssignment' , ' New-AzureRmRoleAssignment' ,
83
- ' Get-AzureRmRoleDefinition' , ' New-AzureRmRoleDefinition' ,
84
- ' Set-AzureRmRoleDefinition' , ' Remove-AzureRmRoleDefinition' ,
85
- ' Get-AzureRmADAppCredential' , ' Get-AzureRmADApplication' ,
86
- ' Add-AzureRmADGroupMember' , ' Get-AzureRmADGroupMember' ,
87
- ' Remove-AzureRmADGroupMember' , ' Get-AzureRmADGroup' ,
88
- ' New-AzureRmADGroup' , ' Remove-AzureRmADGroup' ,
89
- ' Get-AzureRmADServicePrincipal' , ' Get-AzureRmADSpCredential' ,
90
- ' Get-AzureRmADUser' , ' New-AzureRmADAppCredential' ,
91
- ' New-AzureRmADSpCredential' , ' New-AzureRmADUser' ,
92
- ' Remove-AzureRmADAppCredential' , ' Remove-AzureRmADApplication' ,
93
- ' New-AzureRmADApplication' , ' Remove-AzureRmADServicePrincipal' ,
94
- ' New-AzureRmADServicePrincipal' , ' Remove-AzureRmADSpCredential' ,
95
- ' Remove-AzureRmADUser' , ' Update-AzureRmADApplication' ,
96
- ' Update-AzureRmADServicePrincipal' , ' Update-AzureRmADUser' ,
97
- ' Remove-AzureRmResourceGroup' , ' Get-AzureRmProviderFeature' ,
98
- ' Register-AzureRmProviderFeature' , ' Get-AzureRmLocation' ,
99
- ' Export-AzureRmResourceGroup' , ' Get-AzureRmResourceProvider' ,
100
- ' Register-AzureRmResourceProvider' ,
101
- ' Unregister-AzureRmResourceProvider' ,
102
- ' Get-AzureRmResourceGroupDeployment' ,
103
- ' New-AzureRmResourceGroupDeployment' ,
104
- ' Remove-AzureRmResourceGroupDeployment' ,
105
- ' Stop-AzureRmResourceGroupDeployment' ,
106
- ' Test-AzureRmResourceGroupDeployment' , ' Set-AzureRmResourceGroup' ,
107
- ' New-AzureRmResourceGroup' , ' Get-AzureRmResourceGroup' ,
108
- ' Save-AzureRmResourceGroupDeploymentTemplate' ,
109
- ' Get-AzureRmResourceGroupDeploymentOperation' ,
110
- ' Get-AzureRmResourceLock' , ' Invoke-AzureRmResourceAction' ,
111
- ' Move-AzureRmResource' , ' New-AzureRmResourceLock' ,
112
- ' Get-AzureRmPolicyAssignment' , ' Get-AzureRmPolicyDefinition' ,
113
- ' Get-AzureRmPolicySetDefinition' , ' New-AzureRmPolicyAssignment' ,
114
- ' New-AzureRmPolicyDefinition' , ' New-AzureRmPolicySetDefinition' ,
115
- ' Remove-AzureRmPolicyAssignment' , ' Remove-AzureRmPolicyDefinition' ,
116
- ' Remove-AzureRmPolicySetDefinition' , ' Set-AzureRmPolicyAssignment' ,
117
- ' Set-AzureRmPolicyDefinition' , ' Set-AzureRmPolicySetDefinition' ,
118
- ' Remove-AzureRmResource' , ' Remove-AzureRmResourceLock' ,
119
- ' Set-AzureRmResource' , ' New-AzureRmResource' ,
120
- ' Set-AzureRmResourceLock' , ' Get-AzureRmResource' ,
121
- ' Get-AzureRmManagedApplicationDefinition' ,
122
- ' New-AzureRmManagedApplicationDefinition' ,
123
- ' Set-AzureRmManagedApplicationDefinition' ,
124
- ' Remove-AzureRmManagedApplicationDefinition' ,
125
- ' Get-AzureRmManagedApplication' , ' New-AzureRmManagedApplication' ,
126
- ' Set-AzureRmManagedApplication' , ' Remove-AzureRmManagedApplication' ,
127
- ' Get-AzureRmManagementGroup' , ' New-AzureRmManagementGroup' ,
128
- ' Update-AzureRmManagementGroup' , ' Remove-AzureRmManagementGroup' ,
129
- ' New-AzureRmManagementGroupSubscription' ,
130
- ' Remove-AzureRmManagementGroupSubscription' ,
131
- ' New-AzureRmDeployment' , ' Get-AzureRmDeployment' ,
132
- ' Test-AzureRmDeployment' , ' Remove-AzureRmDeployment' ,
133
- ' Stop-AzureRmDeployment' , ' Save-AzureRmDeploymentTemplate' ,
81
+ CmdletsToExport = ' Get-AzureRmProviderOperation' , ' Remove-AzureRmRoleAssignment' ,
82
+ ' Get-AzureRmRoleAssignment' , ' New-AzureRmRoleAssignment' ,
83
+ ' Get-AzureRmRoleDefinition' , ' New-AzureRmRoleDefinition' ,
84
+ ' Set-AzureRmRoleDefinition' , ' Remove-AzureRmRoleDefinition' ,
85
+ ' Get-AzureRmADAppCredential' , ' Get-AzureRmADApplication' ,
86
+ ' Add-AzureRmADGroupMember' , ' Get-AzureRmADGroupMember' ,
87
+ ' Remove-AzureRmADGroupMember' , ' Get-AzureRmADGroup' ,
88
+ ' New-AzureRmADGroup' , ' Remove-AzureRmADGroup' ,
89
+ ' Get-AzureRmADServicePrincipal' , ' Get-AzureRmADSpCredential' ,
90
+ ' Get-AzureRmADUser' , ' New-AzureRmADAppCredential' ,
91
+ ' New-AzureRmADSpCredential' , ' New-AzureRmADUser' ,
92
+ ' Remove-AzureRmADAppCredential' , ' Remove-AzureRmADApplication' ,
93
+ ' New-AzureRmADApplication' , ' Remove-AzureRmADServicePrincipal' ,
94
+ ' New-AzureRmADServicePrincipal' , ' Remove-AzureRmADSpCredential' ,
95
+ ' Remove-AzureRmADUser' , ' Update-AzureRmADApplication' ,
96
+ ' Update-AzureRmADServicePrincipal' , ' Update-AzureRmADUser' ,
97
+ ' Remove-AzureRmResourceGroup' , ' Get-AzureRmProviderFeature' ,
98
+ ' Register-AzureRmProviderFeature' , ' Get-AzureRmLocation' ,
99
+ ' Export-AzureRmResourceGroup' , ' Get-AzureRmResourceProvider' ,
100
+ ' Register-AzureRmResourceProvider' ,
101
+ ' Unregister-AzureRmResourceProvider' ,
102
+ ' Get-AzureRmResourceGroupDeployment' ,
103
+ ' New-AzureRmResourceGroupDeployment' ,
104
+ ' Remove-AzureRmResourceGroupDeployment' ,
105
+ ' Stop-AzureRmResourceGroupDeployment' ,
106
+ ' Test-AzureRmResourceGroupDeployment' , ' Set-AzureRmResourceGroup' ,
107
+ ' New-AzureRmResourceGroup' , ' Get-AzureRmResourceGroup' ,
108
+ ' Save-AzureRmResourceGroupDeploymentTemplate' ,
109
+ ' Get-AzureRmResourceGroupDeploymentOperation' ,
110
+ ' Get-AzureRmResourceLock' , ' Invoke-AzureRmResourceAction' ,
111
+ ' Move-AzureRmResource' , ' New-AzureRmResourceLock' ,
112
+ ' Get-AzureRmPolicyAssignment' , ' Get-AzureRmPolicyDefinition' ,
113
+ ' Get-AzureRmPolicySetDefinition' , ' New-AzureRmPolicyAssignment' ,
114
+ ' New-AzureRmPolicyDefinition' , ' New-AzureRmPolicySetDefinition' ,
115
+ ' Remove-AzureRmPolicyAssignment' , ' Remove-AzureRmPolicyDefinition' ,
116
+ ' Remove-AzureRmPolicySetDefinition' , ' Set-AzureRmPolicyAssignment' ,
117
+ ' Set-AzureRmPolicyDefinition' , ' Set-AzureRmPolicySetDefinition' ,
118
+ ' Remove-AzureRmResource' , ' Remove-AzureRmResourceLock' ,
119
+ ' Set-AzureRmResource' , ' New-AzureRmResource' ,
120
+ ' Set-AzureRmResourceLock' , ' Get-AzureRmResource' ,
121
+ ' Get-AzureRmManagedApplicationDefinition' ,
122
+ ' New-AzureRmManagedApplicationDefinition' ,
123
+ ' Set-AzureRmManagedApplicationDefinition' ,
124
+ ' Remove-AzureRmManagedApplicationDefinition' ,
125
+ ' Get-AzureRmManagedApplication' , ' New-AzureRmManagedApplication' ,
126
+ ' Set-AzureRmManagedApplication' , ' Remove-AzureRmManagedApplication' ,
127
+ ' Get-AzureRmManagementGroup' , ' New-AzureRmManagementGroup' ,
128
+ ' Update-AzureRmManagementGroup' , ' Remove-AzureRmManagementGroup' ,
129
+ ' New-AzureRmManagementGroupSubscription' ,
130
+ ' Remove-AzureRmManagementGroupSubscription' ,
131
+ ' New-AzureRmDeployment' , ' Get-AzureRmDeployment' ,
132
+ ' Test-AzureRmDeployment' , ' Remove-AzureRmDeployment' ,
133
+ ' Stop-AzureRmDeployment' , ' Save-AzureRmDeploymentTemplate' ,
134
134
' Get-AzureRmDeploymentOperation' , ' Get-AzureRmPolicyAlias'
135
135
136
136
# Variables to export from this module
137
137
# VariablesToExport = @()
138
138
139
139
# Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export.
140
- AliasesToExport = ' Get-AzureRmResourceProviderAction' ,
141
- ' Get-AzureRmADServicePrincipalCredential' ,
142
- ' New-AzureRmADServicePrincipalCredential' ,
143
- ' Remove-AzureRmADServicePrincipalCredential' ,
144
- ' Set-AzureRmADApplication' , ' Set-AzureRmADServicePrincipal' ,
140
+ AliasesToExport = ' Get-AzureRmResourceProviderAction' ,
141
+ ' Get-AzureRmADServicePrincipalCredential' ,
142
+ ' New-AzureRmADServicePrincipalCredential' ,
143
+ ' Remove-AzureRmADServicePrincipalCredential' ,
144
+ ' Set-AzureRmADApplication' , ' Set-AzureRmADServicePrincipal' ,
145
145
' Set-AzureRmADUser'
146
146
147
147
# DSC resources to export from this module
@@ -171,7 +171,8 @@ PrivateData = @{
171
171
# IconUri = ''
172
172
173
173
# ReleaseNotes of this module
174
- ReleaseNotes = ' * Add missing -Mode parameter to Set-AzureRmPolicyDefinition'
174
+ ReleaseNotes = ' * Add missing -Mode parameter to Set-AzureRmPolicyDefinition
175
+ * Fix Get-AzureRmProviderOperation commandlet bug for operations with Origin containing User'
175
176
176
177
# Prerelease string of this module
177
178
# Prerelease = ''
0 commit comments