-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Powershell for Management Groups #5421
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
Changes from 19 commits
3491fd3
72c05ab
f2bb59b
2f2cd19
663f57f
0b41002
65e53b4
918ba9c
bd83303
08dfd2e
ffa8892
5d9a0eb
5ac42e0
3605bfd
87933a9
b4b7312
6b4722a
cfffa98
c831a32
398ce3e
abf4409
5b9b60c
32cf978
d8269d7
326050d
10259e1
814ccae
ada44cb
9656d0b
af07119
b1528a2
aef5cba
7109670
7df4572
ed41937
500221d
5544b22
ae6c884
f5332f5
8afb799
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,127 @@ | ||
| # | ||
| # Module manifest for module 'PSGet_AzureRM.ManagementGroups' | ||
| # | ||
| # Generated by: Microsoft Corporation | ||
| # | ||
| # Generated on: 11/3/2017 | ||
| # | ||
|
|
||
| @{ | ||
|
|
||
| # Script module or binary module file associated with this manifest. | ||
| # RootModule = '' | ||
|
|
||
| # Version number of this module. | ||
| ModuleVersion = '0.0.1' | ||
|
|
||
| # Supported PSEditions | ||
| # CompatiblePSEditions = @() | ||
|
|
||
| # ID used to uniquely identify this module | ||
| GUID = 'e903bf84-9519-4ff8-a1bf-83f6d2761b84' | ||
|
|
||
| # Author of this module | ||
| Author = 'Microsoft Corporation' | ||
|
|
||
| # Company or vendor of this module | ||
| CompanyName = 'Microsoft Corporation' | ||
|
|
||
| # Copyright statement for this module | ||
| Copyright = 'Microsoft Corporation. All rights reserved.' | ||
|
|
||
| # Description of the functionality provided by this module | ||
| Description = 'Microsoft Azure PowerShell - GroupsRP cmdlets for Azure Resource Manager' | ||
|
|
||
| # Minimum version of the Windows PowerShell engine required by this module | ||
| PowerShellVersion = '3.0' | ||
|
|
||
| # Name of the Windows PowerShell host required by this module | ||
| # PowerShellHostName = '' | ||
|
|
||
| # Minimum version of the Windows PowerShell host required by this module | ||
| # PowerShellHostVersion = '' | ||
|
|
||
| # Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only. | ||
| DotNetFrameworkVersion = '4.5.2' | ||
|
|
||
| # Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only. | ||
| CLRVersion = '4.0' | ||
|
|
||
| # Processor architecture (None, X86, Amd64) required by this module | ||
| # ProcessorArchitecture = '' | ||
|
|
||
| # Modules that must be imported into the global environment prior to importing this module | ||
| RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '4.0.0'; }) | ||
|
|
||
| # Assemblies that must be loaded prior to importing this module | ||
| RequiredAssemblies = '.\Microsoft.Azure.Management.ResourceManager.dll' | ||
|
|
||
| # Script files (.ps1) that are run in the caller's environment prior to importing this module. | ||
| # ScriptsToProcess = @() | ||
|
|
||
| # Type files (.ps1xml) to be loaded when importing this module | ||
| # TypesToProcess = @() | ||
|
|
||
| # Format files (.ps1xml) to be loaded when importing this module | ||
| FormatsToProcess = '.\Microsoft.Azure.Commands.ManagementGroups.Format.ps1xml' | ||
|
|
||
| # Modules to import as nested modules of the module specified in RootModule/ModuleToProcess | ||
| NestedModules = @('.\Microsoft.Azure.Commands.ManagementGroups.dll') | ||
|
|
||
| # 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. | ||
| FunctionsToExport = @() | ||
|
|
||
| # 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. | ||
| CmdletsToExport = 'Get-AzureRmManagementGroup', 'New-AzureRmManagementGroup', 'Update-AzureRmManagementGroup', 'Remove-AzureRmManagementGroup', 'New-AzureRmManagementGroupSubscription', 'Remove-AzureRmManagementGroupSubscription' | ||
|
|
||
| # Variables to export from this module | ||
| # VariablesToExport = @() | ||
|
|
||
| # 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. | ||
| AliasesToExport = @() | ||
|
|
||
| # DSC resources to export from this module | ||
| # DscResourcesToExport = @() | ||
|
|
||
| # List of all modules packaged with this module | ||
| # ModuleList = @() | ||
|
|
||
| # List of all files packaged with this module | ||
| # FileList = @() | ||
|
|
||
| # Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell. | ||
| PrivateData = @{ | ||
|
|
||
| PSData = @{ | ||
|
|
||
| # Tags applied to this module. These help with module discovery in online galleries. | ||
| Tags = 'Azure','ResourceManager','ARM','GroupsRP', 'Management', 'Management Groups' | ||
|
|
||
| # A URL to the license for this module. | ||
| LicenseUri = 'https://aka.ms/azps-license' | ||
|
|
||
| # A URL to the main website for this project. | ||
| ProjectUri = 'https://github.com/Azure/azure-powershell' | ||
|
|
||
| # A URL to an icon representing this module. | ||
| # IconUri = '' | ||
|
|
||
| # ReleaseNotes of this module | ||
| ReleaseNotes = '* Add support for online help | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @rajshah11 you can leave the
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @rajshah11 ping on this comment
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Done. Thanks! |
||
| - Run Get-Help with the -Online parameter to open the online help in your default Internet browser' | ||
|
|
||
| # External dependent modules of this module | ||
| # ExternalModuleDependencies = '' | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @rajshah11 if you updated your version of the
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Done. Thanks. |
||
|
|
||
| } # End of PSData hashtable | ||
|
|
||
| } # End of PrivateData hashtable | ||
|
|
||
| # HelpInfo URI of this module | ||
| # HelpInfoURI = '' | ||
|
|
||
| # Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix. | ||
| # DefaultCommandPrefix = '' | ||
|
|
||
| } | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rajshah11 please make sure to pull the latest changes from the
previewbranch. The latest version ofAzureRM.Profilethat your module should be referencing is 4.2.0