3
3
#
4
4
# Generated by: Microsoft Corporation
5
5
#
6
- # Generated on: 8/13 /2019
6
+ # Generated on: 9/5 /2019
7
7
#
8
8
9
9
@ {
12
12
# RootModule = ''
13
13
14
14
# Version number of this module.
15
- ModuleVersion = ' 0.1.0 '
15
+ ModuleVersion = ' 0.1.1 '
16
16
17
17
# Supported PSEditions
18
18
CompatiblePSEditions = ' Core' , ' Desktop'
@@ -65,7 +65,7 @@ RequiredAssemblies = '.\Microsoft.Azure.Management.HealthcareApis.dll'
65
65
# TypesToProcess = @()
66
66
67
67
# Format files (.ps1xml) to be loaded when importing this module
68
- # FormatsToProcess = '.\HealthcareApis.format.ps1xml'
68
+ # FormatsToProcess = @()
69
69
70
70
# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
71
71
NestedModules = @ (' .\Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.dll' )
@@ -74,8 +74,8 @@ NestedModules = @('.\Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.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 = ' New-AzHealthcareApisService' , ' Remove-AzHealthcareApisService' , ' Set-AzHealthcareApisService ' ,
78
- ' Get-AzHealthcareApisService'
77
+ CmdletsToExport = ' New-AzHealthcareApisService' , ' Remove-AzHealthcareApisService' ,
78
+ ' Set-AzHealthcareApisService ' , ' Get-AzHealthcareApisService'
79
79
80
80
# Variables to export from this module
81
81
# VariablesToExport = @()
@@ -110,12 +110,15 @@ PrivateData = @{
110
110
# IconUri = ''
111
111
112
112
# 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'
114
117
115
118
# Prerelease string of this module
116
119
# Prerelease = ''
117
120
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
119
122
# RequireLicenseAcceptance = $false
120
123
121
124
# External dependent modules of this module
0 commit comments