-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Powershell for ManagementGroups #5536
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
Merged
cormacpayne
merged 39 commits into
Azure:mgmt-group-preview
from
rajshah11:powershell-for-managementgroups
Feb 21, 2018
Merged
Changes from 33 commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
3491fd3
Merge pull request #370 from markcowl/uptodate
markcowl 72c05ab
Merge pull request #372 from cormacpayne/preview-5.0.0
markcowl f2bb59b
Powershell cmdlets for groupsrp
rajshah11 2f2cd19
Updated cmdlets
rajshah11 663f57f
Added comments
rajshah11 0b41002
Removing missing file from Commands.ManagementGroups.csproj.
65e53b4
Updating Cmdlets to work with the latest SDK changes.
918ba9c
Management Groups:Updating cmdlets to have better formatting + error …
bd83303
Management Group: Forgot to separate out PSParentGroupInfo.cs
08dfd2e
Management Group: Changing GroupId to be GroupName.
ffa8892
Management Group: Forgot to include this one in bd8330318150b06283016…
5d9a0eb
Management Group: Adding better null checking for various data struct…
5ac42e0
Adding help files.
3605bfd
Management Groups: Fixing typo for (Add|Remove)-AzureRmMangementGroup…
87933a9
Adding support for cmdlets to precheck registration and auto register…
b4b7312
Modifying the (Add|Remove)-AzureRmManagementGroupSubscription cmdlets…
6b4722a
Merge branch 'preview' of https://github.com/rajshah11/azure-powershe…
rajshah11 cfffa98
Updated cmdlets
rajshah11 c831a32
Adding Tests and minor changes to cmdlets
rajshah11 398ce3e
Adding license headers
rajshah11 abf4409
Made changes suggested in the PR
rajshah11 5b9b60c
Merge branch 'preview' of https://github.com/Azure/azure-powershell i…
rajshah11 32cf978
Pull in changes, add nuget package to local feed
rajshah11 d8269d7
Fix for the failing Jenkins build
326050d
Add description to EventHub md to fix buid
10259e1
Merge branch 'preview' of https://github.com/Azure/azure-powershell i…
814ccae
Updated installer files
ada44cb
Added autoregistration of other subs to 2 cmdlets
b1528a2
Changes after moving managementgroups out of the resource sdk
aef5cba
sdk update, new test, comments on the PR
7109670
Remove Bcl from test
7df4572
Update installer file
ed41937
Change namespace for Test
0561633
Changes suggested in the PR
48dc2ff
Update help files
b46ab93
Minor fixes
c6514b7
Merge branch 'mgmt-group-preview' into powershell-for-managementgroups
markcowl 748dcc1
Autoreg, update profile and help
2107e00
Revert changes to installer file
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
128 changes: 128 additions & 0 deletions
128
src/ResourceManager/ManagementGroups/AzureRM.ManagementGroups.psd1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,128 @@ | ||
| # | ||
| # 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.2.0'; }) | ||
|
|
||
| # Assemblies that must be loaded prior to importing this module | ||
| RequiredAssemblies = '.\Microsoft.Azure.Management.ManagementGroups.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 = 'First Preview Release of MangementGroups Powershell' | ||
|
|
||
| # External dependent modules of this module | ||
| # ExternalModuleDependencies = '' | ||
|
|
||
| Prerelease = 'preview' | ||
|
||
|
|
||
| } # 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 = '' | ||
|
|
||
| } | ||
|
|
||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
This should be updated to 4.3.0