Skip to content

Commit 6be2c94

Browse files
authored
Merge pull request Azure#9988 from cormacpayne/version-healthcare
Version Az.HealthcareApis for release
2 parents 3238d8b + b2d5963 commit 6be2c94

File tree

3 files changed

+13
-10
lines changed

3 files changed

+13
-10
lines changed

src/HealthcareApis/HealthcareApis/Az.HealthcareApis.psd1

Lines changed: 10 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/13/2019
6+
# Generated on: 9/5/2019
77
#
88

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

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

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -65,7 +65,7 @@ RequiredAssemblies = '.\Microsoft.Azure.Management.HealthcareApis.dll'
6565
# TypesToProcess = @()
6666

6767
# Format files (.ps1xml) to be loaded when importing this module
68-
#FormatsToProcess = '.\HealthcareApis.format.ps1xml'
68+
# FormatsToProcess = @()
6969

7070
# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
7171
NestedModules = @('.\Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.dll')
@@ -74,8 +74,8 @@ NestedModules = @('.\Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.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 = 'New-AzHealthcareApisService', 'Remove-AzHealthcareApisService', 'Set-AzHealthcareApisService',
78-
'Get-AzHealthcareApisService'
77+
CmdletsToExport = 'New-AzHealthcareApisService', 'Remove-AzHealthcareApisService',
78+
'Set-AzHealthcareApisService', 'Get-AzHealthcareApisService'
7979

8080
# Variables to export from this module
8181
# VariablesToExport = @()
@@ -110,12 +110,15 @@ PrivateData = @{
110110
# IconUri = ''
111111

112112
# ReleaseNotes of this module
113-
ReleaseNotes = 'Introduced powershell cmdlets for HealthcareApis service'
113+
ReleaseNotes = '* Added Error Handling in all cmdlets
114+
* Fixed few typos
115+
* Enable Set-AzHealthcareApisService to allow updating tags.
116+
* Fixed bug around inaccurate kind'
114117

115118
# Prerelease string of this module
116119
# Prerelease = ''
117120

118-
# Flag to indicate whether the module requires explicit user acceptance for install/update
121+
# Flag to indicate whether the module requires explicit user acceptance for install/update/save
119122
# RequireLicenseAcceptance = $false
120123

121124
# External dependent modules of this module

src/HealthcareApis/HealthcareApis/ChangeLog.md

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

22+
## Version 0.1.1
2223
* Added Error Handling in all cmdlets
2324
* Fixed few typos
2425
* Enable Set-AzHealthcareApisService to allow updating tags.
2526
* Fixed bug around inaccurate kind
2627

2728
## Version 0.1.0
28-
2929
* Added following CRUD operation cmdlets to HealthcareApis service.
3030
* New-AzHealthcareApisService, Set-AzHealthcareApisService, Get-AzHealthcareApisService, Remove-AzHealthcareApisService

src/HealthcareApis/HealthcareApis/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@
4545
// You can specify all the values or you can default the Build and Revision Numbers
4646
// by using the '*' as shown below:
4747
// [assembly: AssemblyVersion("0.7.1")]
48-
[assembly: AssemblyVersion("0.1.0")]
49-
[assembly: AssemblyFileVersion("0.1.0")]
48+
[assembly: AssemblyVersion("0.1.1")]
49+
[assembly: AssemblyFileVersion("0.1.1")]

0 commit comments

Comments
 (0)