Skip to content

Commit da8171e

Browse files
authored
Merge pull request #6531 from cormacpayne/reservations-release
Update versions for Reservation release
2 parents fcf7aa0 + e9b192e commit da8171e

File tree

5 files changed

+537
-309
lines changed

5 files changed

+537
-309
lines changed

src/ResourceManager/Reservations/Commands.Reservations/AzureRM.Reservations.psd1

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.1.3'
15+
ModuleVersion = '0.1.4'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -72,9 +72,9 @@ NestedModules = @('.\Microsoft.Azure.Commands.Reservations.dll')
7272
FunctionsToExport = @()
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 = 'Get-AzureRmReservationOrder', 'Get-AzureRmReservation',
76-
'Get-AzureRmReservationHistory', 'Update-AzureRmReservation',
77-
'Merge-AzureRmReservation', 'Split-AzureRmReservation',
75+
CmdletsToExport = 'Get-AzureRmReservationOrder', 'Get-AzureRmReservation',
76+
'Get-AzureRmReservationHistory', 'Update-AzureRmReservation',
77+
'Merge-AzureRmReservation', 'Split-AzureRmReservation',
7878
'Get-AzureRmReservationOrderId', 'Get-AzureRmReservationCatalog'
7979

8080
# Variables to export from this module
@@ -110,8 +110,15 @@ PrivateData = @{
110110
# IconUri = ''
111111

112112
# ReleaseNotes of this module
113-
ReleaseNotes = '* Change Guid paramters to Guid type, not string
114-
* Set minimum dependency of module to PowerShell 5.0'
113+
ReleaseNotes = '* Updated to the latest .NET SDK version 1.8.0-preview
114+
* Updated Cmdlet Get-AzureRmReservationCatalog
115+
- Added parameters ReservedResourceType and Location.
116+
- Removed Size and Tier from Catalog response.
117+
- Renamed Capabilities to SkuProperties in Catalog response.
118+
* Updated Cmdlet Update-AzureRmReservation
119+
- Added optional InstanceFlexibility parameter.
120+
* Added properties to Reservation response.
121+
* Fixed formatting of OutputType in help files'
115122

116123
# Prerelease string of this module
117124
# Prerelease = ''
@@ -123,7 +130,7 @@ PrivateData = @{
123130
# ExternalModuleDependencies = @()
124131

125132
} # End of PSData hashtable
126-
133+
127134
} # End of PrivateData hashtable
128135

129136
# HelpInfo URI of this module

src/ResourceManager/Reservations/Commands.Reservations/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
- Additional information about change #1
2020
-->
2121
## Current Release
22+
23+
## Version 0.1.4
2224
* Updated to the latest .NET SDK version 1.8.0-preview
2325
* Updated Cmdlet Get-AzureRmReservationCatalog
2426
- Added parameters ReservedResourceType and Location.

src/ResourceManager/Reservations/Commands.Reservations/Properties/AssemblyInfo.cs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
using System.Runtime.CompilerServices;
33
using System.Runtime.InteropServices;
44

5-
// General Information about an assembly is controlled through the following
5+
// General Information about an assembly is controlled through the following
66
// set of attributes. Change these attribute values to modify the information
77
// associated with an assembly.
88
[assembly: AssemblyTitle("Reservations")]
@@ -14,8 +14,8 @@
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

17-
// Setting ComVisible to false makes the types in this assembly not visible
18-
// to COM components. If you need to access a type in this assembly from
17+
// Setting ComVisible to false makes the types in this assembly not visible
18+
// to COM components. If you need to access a type in this assembly from
1919
// COM, set the ComVisible attribute to true on that type.
2020
[assembly: ComVisible(false)]
2121

@@ -25,12 +25,12 @@
2525
// Version information for an assembly consists of the following four values:
2626
//
2727
// Major Version
28-
// Minor Version
28+
// Minor Version
2929
// Build Number
3030
// Revision
3131
//
32-
// You can specify all the values or you can default the Build and Revision Numbers
32+
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("0.1.3.0")]
36-
[assembly: AssemblyFileVersion("0.1.3.0")]
35+
[assembly: AssemblyVersion("0.1.4.0")]
36+
[assembly: AssemblyFileVersion("0.1.4.0")]

src/ResourceManager/SignalR/ChangeLog.md renamed to src/ResourceManager/SignalR/Commands.SignalR/ChangeLog.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,8 @@
1717
* Overview of change #1
1818
- Additional information about change #1
1919
-->
20-
## Current
21-
20+
## Current Release
2221
* `New-AzureRmSignalR` uses a new version of `Strategy` library (4.0).
2322

2423
## 0.1.1
25-
2624
* `New-AzureRmSignalR` null reference bug fix.

0 commit comments

Comments
 (0)