|
3 | 3 | #
|
4 | 4 | # Generated by: Microsoft Corporation
|
5 | 5 | #
|
6 |
| -# Generated on: 4/18/2019 |
| 6 | +# Generated on: 6/11/2019 |
7 | 7 | #
|
8 | 8 |
|
9 | 9 | @{
|
|
12 | 12 | # RootModule = ''
|
13 | 13 |
|
14 | 14 | # Version number of this module.
|
15 |
| -ModuleVersion = '0.1.1' |
| 15 | +ModuleVersion = '0.2.0' |
16 | 16 |
|
17 | 17 | # Supported PSEditions
|
18 | 18 | CompatiblePSEditions = 'Core', 'Desktop'
|
@@ -74,19 +74,12 @@ NestedModules = @('.\Microsoft.Azure.PowerShell.Cmdlets.Blueprint.dll')
|
74 | 74 | FunctionsToExport = @()
|
75 | 75 |
|
76 | 76 | # 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' |
90 | 83 |
|
91 | 84 | # Variables to export from this module
|
92 | 85 | # VariablesToExport = @()
|
@@ -121,12 +114,15 @@ PrivateData = @{
|
121 | 114 | # IconUri = ''
|
122 | 115 |
|
123 | 116 | # 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''' |
130 | 126 |
|
131 | 127 | # Prerelease string of this module
|
132 | 128 | # Prerelease = ''
|
|
0 commit comments