Skip to content

Commit 203d6c4

Browse files
authored
Merge pull request #9416 from cormacpayne/version-blueprints
Update version of Az.Blueprint for release
2 parents 520232f + b9981ab commit 203d6c4

File tree

4 files changed

+11290
-24
lines changed

4 files changed

+11290
-24
lines changed

src/Blueprint/Blueprint/Az.Blueprint.psd1

Lines changed: 17 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 4/18/2019
6+
# Generated on: 6/11/2019
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.1.1'
15+
ModuleVersion = '0.2.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -74,19 +74,12 @@ NestedModules = @('.\Microsoft.Azure.PowerShell.Cmdlets.Blueprint.dll')
7474
FunctionsToExport = @()
7575

7676
# 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.
77-
CmdletsToExport = 'Get-AzBlueprint',
78-
'Get-AzBlueprintAssignment',
79-
'New-AzBlueprintAssignment',
80-
'Remove-AzBlueprintAssignment',
81-
'Set-AzBlueprintAssignment',
82-
'New-AzBlueprint',
83-
'Publish-AzBlueprint',
84-
'New-AzBlueprintArtifact',
85-
'Get-AzBlueprintArtifact',
86-
'Export-AzBlueprintWithArtifact',
87-
'Import-AzBlueprintWithArtifact',
88-
'Set-AzBlueprintArtifact',
89-
'Set-AzBlueprint'
77+
CmdletsToExport = 'Get-AzBlueprint', 'Get-AzBlueprintAssignment',
78+
'New-AzBlueprintAssignment', 'Remove-AzBlueprintAssignment',
79+
'Set-AzBlueprintAssignment', 'New-AzBlueprint', 'Publish-AzBlueprint',
80+
'New-AzBlueprintArtifact', 'Get-AzBlueprintArtifact',
81+
'Export-AzBlueprintWithArtifact', 'Import-AzBlueprintWithArtifact',
82+
'Set-AzBlueprintArtifact', 'Set-AzBlueprint'
9083

9184
# Variables to export from this module
9285
# VariablesToExport = @()
@@ -121,12 +114,15 @@ PrivateData = @{
121114
# IconUri = ''
122115

123116
# ReleaseNotes of this module
124-
ReleaseNotes = '* Update Remove- cmdlet to not require SubscriptionId parameter
125-
* Update cmdlet examples
126-
* Update Blueprint .NET SDK version
127-
* Support secure strings as assignment parameters
128-
* Support WhoIsBlueprint
129-
- Get AAD ObjectId of the Blueprints service principal in the tenant'
117+
ReleaseNotes = '* Added new cmdlets:
118+
- New-AzBlueprint
119+
- Set-AzBlueprint
120+
- Publish-AzBlueprint
121+
- New-AzBlueprintArtifact
122+
- Set-AzBlueprintArtifact
123+
- Get-AzBlueprintArtifact
124+
- Export-AzBlueprintWithArtifact
125+
- Import-AzBlueprintWithArtifact'''
130126

131127
# Prerelease string of this module
132128
# Prerelease = ''

src/Blueprint/Blueprint/ChangeLog.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,20 @@
1919
-->
2020
## Upcoming Release
2121

22+
## Version 0.2.0
23+
* Added new cmdlets:
24+
- New-AzBlueprint
25+
- Set-AzBlueprint
26+
- Publish-AzBlueprint
27+
- New-AzBlueprintArtifact
28+
- Set-AzBlueprintArtifact
29+
- Get-AzBlueprintArtifact
30+
- Export-AzBlueprintWithArtifact
31+
- Import-AzBlueprintWithArtifact'
32+
2233
## Version 0.1.1
2334
* Update Remove- cmdlet to not require SubscriptionId parameter
24-
* Update cmdlet examples
35+
* Update cmdlet examples
2536
* Update Blueprint .NET SDK version
2637
* Support secure strings as assignment parameters
2738
* Support WhoIsBlueprint

src/Blueprint/Blueprint/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
// You can specify all the values or you can default the Build and Revision Numbers
4444
// by using the '*' as shown below:
4545

46-
[assembly: AssemblyVersion("0.1.1")]
47-
[assembly: AssemblyFileVersion("0.1.1")]
46+
[assembly: AssemblyVersion("0.2.0")]
47+
[assembly: AssemblyFileVersion("0.2.0")]
4848
#if SIGN
4949
[assembly: InternalsVisibleTo("Microsoft.Azure.Commands.ResourceManager.Blueprint.Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
5050
#else

0 commit comments

Comments
 (0)