Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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 Nov 3, 2017
72c05ab
Merge pull request #372 from cormacpayne/preview-5.0.0
markcowl Nov 14, 2017
f2bb59b
Powershell cmdlets for groupsrp
rajshah11 Dec 5, 2017
2f2cd19
Updated cmdlets
rajshah11 Dec 5, 2017
663f57f
Added comments
rajshah11 Dec 5, 2017
0b41002
Removing missing file from Commands.ManagementGroups.csproj.
Dec 7, 2017
65e53b4
Updating Cmdlets to work with the latest SDK changes.
Dec 7, 2017
918ba9c
Management Groups:Updating cmdlets to have better formatting + error …
Dec 9, 2017
bd83303
Management Group: Forgot to separate out PSParentGroupInfo.cs
Dec 9, 2017
08dfd2e
Management Group: Changing GroupId to be GroupName.
Dec 9, 2017
ffa8892
Management Group: Forgot to include this one in bd8330318150b06283016…
Dec 9, 2017
5d9a0eb
Management Group: Adding better null checking for various data struct…
Dec 9, 2017
5ac42e0
Adding help files.
Dec 12, 2017
3605bfd
Management Groups: Fixing typo for (Add|Remove)-AzureRmMangementGroup…
Dec 12, 2017
87933a9
Adding support for cmdlets to precheck registration and auto register…
Dec 15, 2017
b4b7312
Modifying the (Add|Remove)-AzureRmManagementGroupSubscription cmdlets…
Dec 15, 2017
6b4722a
Merge branch 'preview' of https://github.com/rajshah11/azure-powershe…
rajshah11 Jan 30, 2018
cfffa98
Updated cmdlets
rajshah11 Feb 1, 2018
c831a32
Adding Tests and minor changes to cmdlets
rajshah11 Feb 1, 2018
398ce3e
Adding license headers
rajshah11 Feb 1, 2018
abf4409
Made changes suggested in the PR
rajshah11 Feb 2, 2018
5b9b60c
Merge branch 'preview' of https://github.com/Azure/azure-powershell i…
rajshah11 Feb 2, 2018
32cf978
Pull in changes, add nuget package to local feed
rajshah11 Feb 2, 2018
d8269d7
Fix for the failing Jenkins build
Feb 2, 2018
326050d
Add description to EventHub md to fix buid
Feb 7, 2018
10259e1
Merge branch 'preview' of https://github.com/Azure/azure-powershell i…
Feb 7, 2018
814ccae
Updated installer files
Feb 8, 2018
ada44cb
Added autoregistration of other subs to 2 cmdlets
Feb 8, 2018
b1528a2
Changes after moving managementgroups out of the resource sdk
Feb 12, 2018
aef5cba
sdk update, new test, comments on the PR
Feb 14, 2018
7109670
Remove Bcl from test
Feb 14, 2018
7df4572
Update installer file
Feb 14, 2018
ed41937
Change namespace for Test
Feb 14, 2018
0561633
Changes suggested in the PR
Feb 16, 2018
48dc2ff
Update help files
Feb 16, 2018
b46ab93
Minor fixes
Feb 17, 2018
c6514b7
Merge branch 'mgmt-group-preview' into powershell-for-managementgroups
markcowl Feb 17, 2018
748dcc1
Autoreg, update profile and help
Feb 19, 2018
2107e00
Revert changes to installer file
Feb 19, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions TestMappings.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@
".\\src\\ResourceManager\\MarketplaceOrdering\\Commands.MarketplaceOrdering.Test\\bin\\Debug\\Microsoft.Azure.Commands.MarketplaceOrdering.Test.dll"
],
"src/ResourceManager/Media/": [],
"src/ResourceManager/ManagementGroups/": [
".\\src\\ResourceManager\\ManagementGroups\\Commands.ManagementGroups.Test\\bin\\Debug\\Microsoft.Azure.Commands.ManagementGroups.Test.dll"
],
"src/ResourceManager/Network/": [
".\\src\\ResourceManager\\Compute\\Commands.Compute.Test\\bin\\Debug\\Microsoft.Azure.Commands.Compute.Test.dll",
".\\src\\ResourceManager\\Network\\Commands.Network.Test\\bin\\Debug\\Microsoft.Azure.Commands.Network.Test.dll",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ schema: 2.0.0
Retrieves Alias(Disaster Recovery configuration) for primary or secondary namespace

## SYNTAX

### GeoDRParameterSet (Default)
```
Get-AzureRmEventHubGeoDRConfiguration [-ResourceGroupName] <String> [-Namespace] <String> [-Name <String>]
Expand Down
128 changes: 128 additions & 0 deletions src/ResourceManager/ManagementGroups/AzureRM.ManagementGroups.psd1
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.3.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 = ''

}

Loading