Skip to content

Commit c2ff66a

Browse files
committed
Revert changes that led to incorrect module versions
1 parent 86a4768 commit c2ff66a

File tree

3 files changed

+118
-186
lines changed

3 files changed

+118
-186
lines changed
Lines changed: 30 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,18 @@
11
#
2-
# Module manifest for module 'PSGet_AzureRM.AzureStackAdmin'
2+
# Module manifest for module 'AzureRM.AzureStackAdmin'
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 10/31/2016
6+
# Updated on: 10/27/2015
77
#
88

99
@{
1010

11-
# Script module or binary module file associated with this manifest.
12-
# RootModule = ''
11+
# Script module or binary module file associated with this manifest
12+
ModuleToProcess = 'Microsoft.AzureStack.Commands.dll'
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.9.10'
16-
17-
# Supported PSEditions
18-
# CompatiblePSEditions = @()
15+
ModuleVersion = '0.11.1'
1916

2017
# ID used to uniquely identify this module
2118
GUID = '0e691e0a-ce16-40f2-af84-86fb0d82fb29'
@@ -36,81 +33,60 @@ Description = 'Microsoft Azure Stack Administration Module'
3633
PowerShellVersion = '3.0'
3734

3835
# Name of the Windows PowerShell host required by this module
39-
# PowerShellHostName = ''
36+
PowerShellHostName = ''
4037

4138
# Minimum version of the Windows PowerShell host required by this module
42-
# PowerShellHostVersion = ''
39+
PowerShellHostVersion = ''
4340

44-
# Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
41+
# Minimum version of the .NET Framework required by this module
4542
DotNetFrameworkVersion = '4.5'
4643

47-
# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
44+
# Minimum version of the common language runtime (CLR) required by this module
4845
CLRVersion = '4.0'
4946

50-
# Processor architecture (None, X86, Amd64) required by this module
51-
# ProcessorArchitecture = ''
47+
# Processor architecture (None, X86, Amd64, IA64) required by this module
48+
ProcessorArchitecture = ''
5249

5350
# Modules that must be imported into the global environment prior to importing this module
54-
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '2.0.1'; })
51+
RequiredModules = @( @{ ModuleName = 'AzureRM.Profile'; ModuleVersion = '2.3.0'})
5552

5653
# Assemblies that must be loaded prior to importing this module
5754
# RequiredAssemblies = @()
5855

59-
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
60-
# ScriptsToProcess = @()
61-
6256
# Type files (.ps1xml) to be loaded when importing this module
63-
# TypesToProcess = @()
57+
TypesToProcess = @()
6458

6559
# Format files (.ps1xml) to be loaded when importing this module
66-
# FormatsToProcess = @()
67-
68-
# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
69-
# NestedModules = @()
70-
71-
# 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.
72-
FunctionsToExport = @()
73-
74-
# 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.
75-
CmdletsToExport = 'Get-AzureRMManagedLocation', 'New-AzureRMManagedLocation',
76-
'Remove-AzureRMManagedLocation', 'Set-AzureRMManagedLocation',
77-
'Add-AzureRMGalleryItem', 'Get-AzureRMGalleryItem',
78-
'Remove-AzureRMGalleryItem', 'Get-AzureRMOffer', 'New-AzureRMOffer',
79-
'Remove-AzureRMOffer', 'Set-AzureRMOffer', 'Get-AzureRMPlan',
80-
'New-AzureRMPlan', 'Remove-AzureRMPlan', 'Set-AzureRMPlan',
81-
'Add-AzureRMResourceProviderRegistration',
82-
'Get-AzureRMResourceProviderRegistration',
83-
'Remove-AzureRMResourceProviderRegistration',
84-
'Set-AzureRMResourceProviderRegistration',
85-
'Get-AzureRMManagedSubscription', 'Get-AzureRMTenantSubscription',
86-
'New-AzureRMManagedSubscription', 'New-AzureRMTenantSubscription',
87-
'Remove-AzureRMManagedSubscription',
88-
'Remove-AzureRMTenantSubscription',
89-
'Set-AzureRMManagedSubscription', 'Set-AzureRMTenantSubscription',
90-
'Get-AzureStackToken'
60+
# FormatsToProcess = @('AzureStackAdmin.format.ps1xml')
9161

92-
# Variables to export from this module
93-
# VariablesToExport = @()
62+
# Modules to import as nested modules of the module specified in ModuleToProcess
63+
NestedModules = @()
64+
65+
# Functions to export from this module
66+
FunctionsToExport = '*'
67+
68+
# Cmdlets to export from this module
69+
CmdletsToExport = '*'
9470

95-
# 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.
96-
AliasesToExport = @()
71+
# Variables to export from this module
72+
VariablesToExport = '*'
9773

98-
# DSC resources to export from this module
99-
# DscResourcesToExport = @()
74+
# Aliases to export from this module
75+
AliasesToExport = '*'
10076

10177
# List of all modules packaged with this module
102-
# ModuleList = @()
78+
ModuleList = @()
10379

10480
# List of all files packaged with this module
10581
# FileList = @()
10682

107-
# 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.
83+
# Private data to pass to the module specified in ModuleToProcess
10884
PrivateData = @{
10985

11086
PSData = @{
11187

11288
# Tags applied to this module. These help with module discovery in online galleries.
113-
# Tags = @()
89+
Tags = @("Azure", "ResourceManager", "ARM", "AzureStack")
11490

11591
# A URL to the license for this module.
11692
LicenseUri = 'https://raw.githubusercontent.com/Azure/azure-powershell/dev/LICENSE.txt'
@@ -124,18 +100,7 @@ PrivateData = @{
124100
# ReleaseNotes of this module
125101
ReleaseNotes = 'Updated for common code changes'
126102

127-
# External dependent modules of this module
128-
# ExternalModuleDependencies = ''
129-
130103
} # End of PSData hashtable
131-
132-
} # End of PrivateData hashtable
133-
134-
# HelpInfo URI of this module
135-
# HelpInfoURI = ''
136-
137-
# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
138-
# DefaultCommandPrefix = ''
139104

105+
} # End of PrivateData hashtable
140106
}
141-
Lines changed: 87 additions & 120 deletions
Original file line numberDiff line numberDiff line change
@@ -1,117 +1,94 @@
1-
#
2-
# Module manifest for module 'PSGet_AzureRM.AzureStackStorage'
3-
#
4-
# Generated by: Microsoft Corporation
5-
#
6-
# Generated on: 10/31/2016
7-
#
8-
9-
@{
10-
11-
# Script module or binary module file associated with this manifest.
12-
# RootModule = ''
13-
14-
# Version number of this module.
15-
ModuleVersion = '0.9.91'
16-
17-
# Supported PSEditions
18-
# CompatiblePSEditions = @()
19-
20-
# ID used to uniquely identify this module
21-
GUID = 'da5816b5-97a6-4301-9aa0-72cc68c79f20'
22-
23-
# Author of this module
24-
Author = 'Microsoft Corporation'
25-
26-
# Company or vendor of this module
27-
CompanyName = 'Microsoft Corporation'
28-
29-
# Copyright statement for this module
30-
Copyright = 'Microsoft Corporation. All rights reserved.'
31-
32-
# Description of the functionality provided by this module
33-
Description = 'Microsoft Azure PowerShell - Storage management cmdlets for Azure Stack'
34-
35-
# Minimum version of the Windows PowerShell engine required by this module
36-
PowerShellVersion = '3.0'
37-
38-
# Name of the Windows PowerShell host required by this module
39-
# PowerShellHostName = ''
40-
41-
# Minimum version of the Windows PowerShell host required by this module
42-
# PowerShellHostVersion = ''
43-
44-
# Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
45-
DotNetFrameworkVersion = '4.0'
46-
47-
# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
48-
CLRVersion = '4.0'
49-
50-
# Processor architecture (None, X86, Amd64) required by this module
51-
# ProcessorArchitecture = ''
52-
53-
# Modules that must be imported into the global environment prior to importing this module
54-
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '2.0.1'; })
55-
56-
# Assemblies that must be loaded prior to importing this module
57-
# RequiredAssemblies = @()
58-
59-
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
60-
# ScriptsToProcess = @()
61-
62-
# Type files (.ps1xml) to be loaded when importing this module
63-
# TypesToProcess = @()
64-
65-
# Format files (.ps1xml) to be loaded when importing this module
66-
# FormatsToProcess = @()
67-
68-
# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
69-
NestedModules = @('.\Microsoft.AzureStack.Commands.StorageAdmin.dll')
70-
71-
# 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.
72-
FunctionsToExport = @()
73-
74-
# 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.
75-
CmdletsToExport = 'Add-ACSFarm', 'Get-ACSEvent', 'Get-ACSEventQuery', 'Get-ACSFarm',
76-
'Get-ACSFarmMetricDefinition', 'Get-ACSFarmMetric', 'Export-ACSLog',
77-
'Set-ACSFarm', 'Get-ACSFault', 'Resolve-ACSFault', 'Disable-ACSNode',
78-
'Enable-ACSNode', 'Get-ACSNode', 'Get-ACSNodeMetricDefinition',
79-
'Get-ACSNodeMetric', 'Get-ACSRoleInstance',
80-
'Get-ACSRoleInstanceMetricDefinition', 'Get-ACSRoleInstanceMetric',
81-
'Restart-ACSRoleInstance', 'Update-ACSRoleInstance',
82-
'Start-ACSBlobServerRoleInstance', 'Stop-ACSBlobServerRoleInstance',
83-
'Get-ACSBlobService', 'Get-ACSBlobServiceMetricDefinition',
84-
'Get-ACSBlobServiceMetric', 'Get-ACSManagementService',
85-
'Get-ACSManagementServiceMetricDefinition',
86-
'Get-ACSManagementServiceMetric', 'Get-ACSTableService',
87-
'Get-ACSTableServiceMetricDefinition', 'Get-ACSTableServiceMetric',
88-
'Set-ACSBlobService', 'Set-ACSManagementService',
89-
'Set-ACSTableService', 'Get-ACSShare', 'Get-ACSShareMetricDefinition',
90-
'Get-ACSShareMetric', 'Get-ACSStorageAccount',
91-
'Sync-ACSStorageAccount', 'Undo-ACSStorageAccountDeletion'
92-
93-
# Variables to export from this module
94-
# VariablesToExport = @()
95-
96-
# 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.
1+
#
2+
# Module manifest for module 'Microsoft.Azure.Commands.Insights'
3+
#
4+
# Generated by: Microsoft Corporation
5+
#
6+
# Generated on: 9/19/2015
7+
#
8+
9+
@{
10+
11+
# Version number of this module.
12+
ModuleVersion = '0.11.1'
13+
14+
# ID used to uniquely identify this module
15+
GUID = 'DA5816B5-97A6-4301-9AA0-72CC68C79F20'
16+
17+
# Author of this module
18+
Author = 'Microsoft Corporation'
19+
20+
# Company or vendor of this module
21+
CompanyName = 'Microsoft Corporation'
22+
23+
# Copyright statement for this module
24+
Copyright = 'Microsoft Corporation. All rights reserved.'
25+
26+
# Description of the functionality provided by this module
27+
Description = 'Microsoft Azure PowerShell - Storage management cmdlets for Azure Stack'
28+
29+
# Minimum version of the Windows PowerShell engine required by this module
30+
PowerShellVersion = '3.0'
31+
32+
# Name of the Windows PowerShell host required by this module
33+
PowerShellHostName = ''
34+
35+
# Minimum version of the Windows PowerShell host required by this module
36+
PowerShellHostVersion = ''
37+
38+
# Minimum version of the .NET Framework required by this module
39+
DotNetFrameworkVersion = '4.0'
40+
41+
# Minimum version of the common language runtime (CLR) required by this module
42+
CLRVersion='4.0'
43+
44+
# Processor architecture (None, X86, Amd64, IA64) required by this module
45+
ProcessorArchitecture = 'None'
46+
47+
# Modules that must be imported into the global environment prior to importing this module
48+
RequiredModules = @( @{ ModuleName = 'AzureRM.Profile'; ModuleVersion = '2.3.0'})
49+
50+
# Assemblies that must be loaded prior to importing this module
51+
RequiredAssemblies = @()
52+
53+
# Script files (.ps1) that are run in the caller's environment prior to importing this module
54+
ScriptsToProcess = @()
55+
56+
# Type files (.ps1xml) to be loaded when importing this module
57+
TypesToProcess = @()
58+
59+
# Format files (.ps1xml) to be loaded when importing this module
60+
FormatsToProcess = @()
61+
62+
# Modules to import as nested modules of the module specified in ModuleToProcess
63+
NestedModules = @(
64+
'.\Microsoft.AzureStack.Commands.StorageAdmin.dll'
65+
)
66+
67+
# Functions to export from this module
68+
FunctionsToExport = '*'
69+
70+
# Cmdlets to export from this module
71+
CmdletsToExport = '*'
72+
73+
# Variables to export from this module
74+
VariablesToExport = '*'
75+
76+
# Aliases to export from this module
9777
AliasesToExport = @()
98-
99-
# DSC resources to export from this module
100-
# DscResourcesToExport = @()
101-
102-
# List of all modules packaged with this module
103-
# ModuleList = @()
104-
105-
# List of all files packaged with this module
106-
# FileList = @()
107-
108-
# 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.
78+
79+
# List of all modules packaged with this module
80+
ModuleList = @()
81+
82+
# List of all files packaged with this module
83+
FileList = @()
84+
85+
# Private data to pass to the module specified in ModuleToProcess
10986
PrivateData = @{
11087

11188
PSData = @{
11289

11390
# Tags applied to this module. These help with module discovery in online galleries.
114-
# Tags = @()
91+
Tags = @("Azure", "ResourceManager", "ARM", "AzureStack")
11592

11693
# A URL to the license for this module.
11794
LicenseUri = 'https://raw.githubusercontent.com/Azure/azure-powershell/dev/LICENSE.txt'
@@ -125,18 +102,8 @@ PrivateData = @{
125102
# ReleaseNotes of this module
126103
ReleaseNotes = 'Updated for common code changes'
127104

128-
# External dependent modules of this module
129-
# ExternalModuleDependencies = ''
130-
131105
} # End of PSData hashtable
132-
133-
} # End of PrivateData hashtable
134-
135-
# HelpInfo URI of this module
136-
# HelpInfoURI = ''
137-
138-
# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
139-
# DefaultCommandPrefix = ''
140106

141-
}
107+
} # End of PrivateData hashtable
142108

109+
}

src/ResourceManager/Intune/AzureRM.Intune.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '2.2.0'
15+
ModuleVersion = '2.3.0'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()

0 commit comments

Comments
 (0)