Skip to content

Commit d9ca5fa

Browse files
authored
Merge pull request #3613 from markcowl/rel129help
Update help to reflect new Profile version
2 parents 742bca1 + c04c7f9 commit d9ca5fa

10 files changed

+117
-114
lines changed

tools/AzureRM.BootStrapper/AzureRM.BootStrapper.psd1

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 8/19/2016
6+
# Generated on: 3/10/2017
77
#
88

99
@{
@@ -48,7 +48,7 @@ DotNetFrameworkVersion = '4.5'
4848
CLRVersion = '4.0'
4949

5050
# Processor architecture (None, X86, Amd64) required by this module
51-
ProcessorArchitecture = 'None'
51+
# ProcessorArchitecture = ''
5252

5353
# Modules that must be imported into the global environment prior to importing this module
5454
# RequiredModules = @()
@@ -69,10 +69,12 @@ ProcessorArchitecture = 'None'
6969
# NestedModules = @()
7070

7171
# 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 = @()
72+
FunctionsToExport = 'Set-BootstrapRepo'
7373

7474
# 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 = @()
75+
CmdletsToExport = 'Update-AzureRmProfile', 'Uninstall-AzureRmProfile',
76+
'Install-AzureRmProfile', 'Use-AzureRmProfile', 'Get-AzureRmProfile',
77+
'Get-AzureRmModule'
7678

7779
# Variables to export from this module
7880
# VariablesToExport = @()
@@ -95,7 +97,7 @@ PrivateData = @{
9597
PSData = @{
9698

9799
# Tags applied to this module. These help with module discovery in online galleries.
98-
Tags = @('Azure', 'AzureRM', 'AzureStack', 'Profile', 'Resource Manager')
100+
Tags = 'Azure','AzureRM','AzureStack','Profile','Resource Manager'
99101

100102
# A URL to the license for this module.
101103
# LicenseUri = ''
@@ -113,8 +115,8 @@ PrivateData = @{
113115
# ExternalModuleDependencies = ''
114116

115117
} # End of PSData hashtable
116-
117-
} # End of PrivateData hashtable
118+
119+
} # End of PrivateData hashtable
118120

119121
# HelpInfo URI of this module
120122
# HelpInfoURI = ''

tools/AzureRM.BootStrapper/AzureRM.Bootstrapper.psm1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1084,3 +1084,6 @@ function Set-BootstrapRepo
10841084
param([string]$Repo)
10851085
$script:BootStrapRepo = $Repo
10861086
}
1087+
1088+
Export-ModuleMember -Function 'Set-BootstrapRepo'
1089+
Export-ModuleMember -Cmdlet 'Update-AzureRmProfile', 'Uninstall-AzureRmProfile', 'Install-AzureRmProfile', 'Use-AzureRmProfile', 'Get-AzureRmProfile', 'Get-AzureRmModule'

tools/AzureRM.BootStrapper/ProfileMap.json

Lines changed: 45 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,50 @@
11
{
22
"latest": {
3-
"AzureRM": ["3.6.0"],
4-
"AzureRM.Profile": ["2.6.0"],
5-
"Azure.Storage": ["2.6.0"],
6-
"AzureRM.AnalysisServices": ["0.0.4"],
7-
"Azure.AnalysisServices": ["0.0.2"],
8-
"AzureRM.ApiManagement": ["3.4.0"],
9-
"AzureRM.Automation": ["2.6.0"],
10-
"AzureRM.Backup": ["2.6.0"],
11-
"AzureRM.Batch": ["2.6.0"],
12-
"AzureRM.Cdn": ["2.6.0"],
13-
"AzureRM.CognitiveServices": ["0.4.4"],
14-
"AzureRM.Compute": ["2.7.0"],
15-
"AzureRM.DataFactories": ["2.6.0"],
16-
"AzureRM.DataLakeAnalytics": ["2.6.0"],
17-
"AzureRM.DataLakeStore": ["3.4.0"],
18-
"AzureRM.DevTestLabs": ["2.6.0"],
19-
"AzureRM.Dns": ["2.6.0"],
20-
"AzureRM.EventHub": ["0.0.3"],
21-
"AzureRM.HDInsight": ["2.6.0"],
22-
"AzureRM.Insights": ["2.6.0"],
23-
"AzureRM.IoTHub": ["1.2.0"],
24-
"AzureRM.KeyVault": ["2.6.0"],
25-
"AzureRM.LogicApp": ["2.6.0"],
26-
"AzureRM.MachineLearning": ["0.11.4"],
27-
"AzureRM.Media": ["0.3.4"],
28-
"AzureRM.Network": ["3.5.0"],
29-
"AzureRM.NotificationHubs": ["2.6.0"],
30-
"AzureRM.OperationalInsights": ["2.6.0"],
31-
"AzureRM.PowerBIEmbedded": ["2.6.0"],
32-
"AzureRM.RecoveryServices": ["2.6.0"],
33-
"AzureRM.RecoveryServices.Backup": ["2.6.0"],
34-
"AzureRM.RedisCache": ["2.6.0"],
35-
"AzureRM.Resources": ["3.6.0"],
36-
"AzureRM.Scheduler": ["0.11.4"],
37-
"AzureRM.ServerManagement": ["2.6.0"],
38-
"AzureRM.ServiceBus": ["0.0.3"],
39-
"AzureRM.SiteRecovery": ["3.5.0"],
40-
"AzureRM.Sql": ["2.6.0"],
41-
"AzureRM.Storage": ["2.6.0"],
42-
"AzureRM.StreamAnalytics": ["2.6.0"],
43-
"AzureRM.Tags": ["2.6.0"],
44-
"AzureRM.TrafficManager": ["2.6.0"],
45-
"AzureRM.UsageAggregates": ["2.6.0"],
46-
"AzureRM.Websites": ["2.6.0"]
3+
"AzureRM": ["3.7.0"],
4+
"AzureRM.Profile": ["2.7.0"],
5+
"Azure.Storage": ["2.7.0"],
6+
"AzureRM.AnalysisServices": ["0.1.0"],
7+
"Azure.AnalysisServices": ["0.1.0"],
8+
"AzureRM.ApiManagement": ["3.5.0"],
9+
"AzureRM.Automation": ["2.7.0"],
10+
"AzureRM.Backup": ["2.7.0"],
11+
"AzureRM.Batch": ["2.7.0"],
12+
"AzureRM.Billing": ["0.10.0"],
13+
"AzureRM.Cdn": ["2.7.0"],
14+
"AzureRM.CognitiveServices": ["0.5.0"],
15+
"AzureRM.Compute": ["2.8.0"],
16+
"AzureRM.DataFactories": ["2.7.0"],
17+
"AzureRM.DataLakeAnalytics": ["2.7.0"],
18+
"AzureRM.DataLakeStore": ["3.5.0"],
19+
"AzureRM.DevTestLabs": ["2.7.0"],
20+
"AzureRM.Dns": ["2.7.0"],
21+
"AzureRM.EventHub": ["0.1.0"],
22+
"AzureRM.HDInsight": ["2.7.0"],
23+
"AzureRM.Insights": ["2.7.0"],
24+
"AzureRM.IoTHub": ["1.3.0"],
25+
"AzureRM.KeyVault": ["2.7.0"],
26+
"AzureRM.LogicApp": ["2.7.0"],
27+
"AzureRM.MachineLearning": ["0.12.0"],
28+
"AzureRM.Media": ["0.4.0"],
29+
"AzureRM.Network": ["3.6.0"],
30+
"AzureRM.NotificationHubs": ["2.7.0"],
31+
"AzureRM.OperationalInsights": ["2.7.0"],
32+
"AzureRM.PowerBIEmbedded": ["2.7.0"],
33+
"AzureRM.RecoveryServices": ["2.7.0"],
34+
"AzureRM.RecoveryServices.Backup": ["2.7.0"],
35+
"AzureRM.RedisCache": ["2.7.0"],
36+
"AzureRM.Resources": ["3.7.0"],
37+
"AzureRM.Scheduler": ["0.12.0"],
38+
"AzureRM.ServerManagement": ["2.7.0"],
39+
"AzureRM.ServiceBus": ["0.1.0"],
40+
"AzureRM.SiteRecovery": ["3.6.0"],
41+
"AzureRM.Sql": ["2.7.0"],
42+
"AzureRM.Storage": ["2.7.0"],
43+
"AzureRM.StreamAnalytics": ["2.7.0"],
44+
"AzureRM.Tags": ["2.7.0"],
45+
"AzureRM.TrafficManager": ["2.7.0"],
46+
"AzureRM.UsageAggregates": ["2.7.0"],
47+
"AzureRM.Websites": ["2.7.0"]
4748
},
4849
"2017-03-09-profile": {
4950
"AzureRM": ["1.2.9"],

0 commit comments

Comments
 (0)