@@ -54,7 +54,7 @@ CLRVersion = '4.0'
54
54
RequiredModules = @ (@ {ModuleName = ' AzureRM.Profile' ; ModuleVersion = ' 4.6.0' ; })
55
55
56
56
# Assemblies that must be loaded prior to importing this module
57
- RequiredAssemblies = ' .\Microsoft.Azure.Management.ResourceManager.dll' ,
57
+ RequiredAssemblies = ' .\Microsoft.Azure.Management.ResourceManager.dll' ,
58
58
' .\Microsoft.Azure.Management.Authorization.dll'
59
59
60
60
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
@@ -64,68 +64,72 @@ RequiredAssemblies = '.\Microsoft.Azure.Management.ResourceManager.dll',
64
64
TypesToProcess = ' Microsoft.Azure.Commands.ResourceManager.Cmdlets.Types.ps1xml'
65
65
66
66
# Format files (.ps1xml) to be loaded when importing this module
67
- FormatsToProcess = ' .\Microsoft.Azure.Commands.Resources.format.ps1xml' ,
67
+ FormatsToProcess = ' .\Microsoft.Azure.Commands.Resources.format.ps1xml' ,
68
68
' .\Microsoft.Azure.Commands.ResourceManager.Cmdlets.format.ps1xml'
69
69
70
70
# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
71
- NestedModules = @ (' .\Microsoft.Azure.Commands.Resources.dll' ,
71
+ NestedModules = @ (' .\Microsoft.Azure.Commands.Resources.dll' ,
72
72
' .\Microsoft.Azure.Commands.ResourceManager.Cmdlets.dll' )
73
73
74
74
# 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.
75
75
FunctionsToExport = @ ()
76
76
77
77
# 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.
78
- CmdletsToExport = ' Get-AzureRmProviderOperation' , ' Remove-AzureRmRoleAssignment' ,
79
- ' Get-AzureRmRoleAssignment' , ' New-AzureRmRoleAssignment' ,
80
- ' Get-AzureRmRoleDefinition' , ' New-AzureRmRoleDefinition' ,
81
- ' Set-AzureRmRoleDefinition' , ' Remove-AzureRmRoleDefinition' ,
82
- ' Get-AzureRmADAppCredential' , ' Get-AzureRmADApplication' ,
83
- ' Get-AzureRmADGroupMember' , ' Get-AzureRmADGroup' ,
84
- ' Get-AzureRmADServicePrincipal' , ' Get-AzureRmADSpCredential' ,
85
- ' Get-AzureRmADUser' , ' New-AzureRmADAppCredential' ,
86
- ' New-AzureRmADSpCredential' , ' New-AzureRmADUser' ,
87
- ' Remove-AzureRmADAppCredential' , ' Remove-AzureRmADApplication' ,
88
- ' New-AzureRmADApplication' , ' Remove-AzureRmADServicePrincipal' ,
89
- ' New-AzureRmADServicePrincipal' , ' Remove-AzureRmADSpCredential' ,
90
- ' Remove-AzureRmADUser' , ' Set-AzureRmADApplication' ,
91
- ' Set-AzureRmADServicePrincipal' , ' Set-AzureRmADUser' ,
92
- ' Remove-AzureRmResourceGroup' , ' Get-AzureRmProviderFeature' ,
93
- ' Register-AzureRmProviderFeature' , ' Get-AzureRmLocation' ,
94
- ' Find-AzureRmResourceGroup' , ' Export-AzureRmResourceGroup' ,
95
- ' Get-AzureRmResourceProvider' , ' Register-AzureRmResourceProvider' ,
96
- ' Unregister-AzureRmResourceProvider' ,
97
- ' Get-AzureRmResourceGroupDeployment' ,
98
- ' New-AzureRmResourceGroupDeployment' ,
99
- ' Remove-AzureRmResourceGroupDeployment' ,
100
- ' Stop-AzureRmResourceGroupDeployment' ,
101
- ' Test-AzureRmResourceGroupDeployment' , ' Set-AzureRmResourceGroup' ,
102
- ' New-AzureRmResourceGroup' , ' Get-AzureRmResourceGroup' ,
103
- ' Save-AzureRmResourceGroupDeploymentTemplate' ,
104
- ' Get-AzureRmResourceGroupDeploymentOperation' ,
105
- ' Get-AzureRmResourceLock' , ' Invoke-AzureRmResourceAction' ,
106
- ' Find-AzureRmResource' , ' Move-AzureRmResource' ,
107
- ' New-AzureRmResourceLock' , ' Get-AzureRmPolicyAssignment' ,
108
- ' Get-AzureRmPolicyDefinition' , ' Get-AzureRmPolicySetDefinition' ,
109
- ' New-AzureRmPolicyAssignment' , ' New-AzureRmPolicyDefinition' ,
110
- ' New-AzureRmPolicySetDefinition' , ' Remove-AzureRmPolicyAssignment' ,
111
- ' Remove-AzureRmPolicyDefinition' ,
112
- ' Remove-AzureRmPolicySetDefinition' , ' Set-AzureRmPolicyAssignment' ,
113
- ' Set-AzureRmPolicyDefinition' , ' Set-AzureRmPolicySetDefinition' ,
114
- ' Remove-AzureRmResource' , ' Remove-AzureRmResourceLock' ,
115
- ' Set-AzureRmResource' , ' New-AzureRmResource' ,
116
- ' Set-AzureRmResourceLock' , ' Get-AzureRmResource' ,
117
- ' Get-AzureRmManagedApplicationDefinition' ,
118
- ' New-AzureRmManagedApplicationDefinition' ,
119
- ' Set-AzureRmManagedApplicationDefinition' ,
120
- ' Remove-AzureRmManagedApplicationDefinition' ,
121
- ' Get-AzureRmManagedApplication' , ' New-AzureRmManagedApplication' ,
78
+ CmdletsToExport = ' Get-AzureRmProviderOperation' , ' Remove-AzureRmRoleAssignment' ,
79
+ ' Get-AzureRmRoleAssignment' , ' New-AzureRmRoleAssignment' ,
80
+ ' Get-AzureRmRoleDefinition' , ' New-AzureRmRoleDefinition' ,
81
+ ' Set-AzureRmRoleDefinition' , ' Remove-AzureRmRoleDefinition' ,
82
+ ' Get-AzureRmADAppCredential' , ' Get-AzureRmADApplication' ,
83
+ ' Add-AzureRmADGroupMember' , ' Get-AzureRmADGroupMember' ,
84
+ ' Remove-AzureRmADGroupMember' , ' Get-AzureRmADGroup' ,
85
+ ' New-AzureRmADGroup' , ' Remove-AzureRmADGroup' ,
86
+ ' Get-AzureRmADServicePrincipal' , ' Get-AzureRmADSpCredential' ,
87
+ ' Get-AzureRmADUser' , ' New-AzureRmADAppCredential' ,
88
+ ' New-AzureRmADSpCredential' , ' New-AzureRmADUser' ,
89
+ ' Remove-AzureRmADAppCredential' , ' Remove-AzureRmADApplication' ,
90
+ ' New-AzureRmADApplication' , ' Remove-AzureRmADServicePrincipal' ,
91
+ ' New-AzureRmADServicePrincipal' , ' Remove-AzureRmADSpCredential' ,
92
+ ' Remove-AzureRmADUser' , ' Update-AzureRmADApplication' ,
93
+ ' Update-AzureRmADServicePrincipal' , ' Update-AzureRmADUser' ,
94
+ ' Remove-AzureRmResourceGroup' , ' Get-AzureRmProviderFeature' ,
95
+ ' Register-AzureRmProviderFeature' , ' Get-AzureRmLocation' ,
96
+ ' Export-AzureRmResourceGroup' ,
97
+ ' Get-AzureRmResourceProvider' , ' Register-AzureRmResourceProvider' ,
98
+ ' Unregister-AzureRmResourceProvider' ,
99
+ ' Get-AzureRmResourceGroupDeployment' ,
100
+ ' New-AzureRmResourceGroupDeployment' ,
101
+ ' Remove-AzureRmResourceGroupDeployment' ,
102
+ ' Stop-AzureRmResourceGroupDeployment' ,
103
+ ' Test-AzureRmResourceGroupDeployment' , ' Set-AzureRmResourceGroup' ,
104
+ ' New-AzureRmResourceGroup' , ' Get-AzureRmResourceGroup' ,
105
+ ' Save-AzureRmResourceGroupDeploymentTemplate' ,
106
+ ' Get-AzureRmResourceGroupDeploymentOperation' ,
107
+ ' Get-AzureRmResourceLock' , ' Invoke-AzureRmResourceAction' ,
108
+ ' Find-AzureRmResource' , ' Move-AzureRmResource' ,
109
+ ' New-AzureRmResourceLock' , ' Get-AzureRmPolicyAssignment' ,
110
+ ' Get-AzureRmPolicyDefinition' , ' Get-AzureRmPolicySetDefinition' ,
111
+ ' New-AzureRmPolicyAssignment' , ' New-AzureRmPolicyDefinition' ,
112
+ ' New-AzureRmPolicySetDefinition' , ' Remove-AzureRmPolicyAssignment' ,
113
+ ' Remove-AzureRmPolicyDefinition' ,
114
+ ' Remove-AzureRmPolicySetDefinition' , ' Set-AzureRmPolicyAssignment' ,
115
+ ' Set-AzureRmPolicyDefinition' , ' Set-AzureRmPolicySetDefinition' ,
116
+ ' Remove-AzureRmResource' , ' Remove-AzureRmResourceLock' ,
117
+ ' Set-AzureRmResource' , ' New-AzureRmResource' ,
118
+ ' Set-AzureRmResourceLock' , ' Get-AzureRmResource' ,
119
+ ' Get-AzureRmManagedApplicationDefinition' ,
120
+ ' New-AzureRmManagedApplicationDefinition' ,
121
+ ' Set-AzureRmManagedApplicationDefinition' ,
122
+ ' Remove-AzureRmManagedApplicationDefinition' ,
123
+ ' Get-AzureRmManagedApplication' , ' New-AzureRmManagedApplication' ,
122
124
' Set-AzureRmManagedApplication' , ' Remove-AzureRmManagedApplication'
123
125
124
126
# Variables to export from this module
125
127
# VariablesToExport = @()
126
128
127
129
# 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.
128
- AliasesToExport = ' Get-AzureRmResourceProviderAction'
130
+ AliasesToExport = ' Get-AzureRmResourceProviderAction' , ' Get-AzureRmADServicePrincipalCredential' ,
131
+ ' New-AzureRmADServicePrincipalCredential' , ' Remove-AzureRmADServicePrincipalCredential' ,
132
+ ' Set-AzureRmADApplication' , ' Set-AzureRmADServicePrincipal' , ' Set-AzureRmADUser'
129
133
130
134
# DSC resources to export from this module
131
135
# DscResourcesToExport = @()
@@ -166,7 +170,7 @@ PrivateData = @{
166
170
# ExternalModuleDependencies = @()
167
171
168
172
} # End of PSData hashtable
169
-
173
+
170
174
} # End of PrivateData hashtable
171
175
172
176
# HelpInfo URI of this module
0 commit comments