Skip to content

Commit c953b7a

Browse files
committed
bump version for Az.KubernetesConfiguration
1 parent feeb0ce commit c953b7a

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

src/KubernetesConfiguration/Az.KubernetesConfiguration.psd1

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 5/24/2022
6+
# Generated on: 5/27/2022
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
RootModule = './Az.KubernetesConfiguration.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.5.0'
15+
ModuleVersion = '0.6.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -92,7 +92,7 @@ AliasesToExport = 'Get-AzK8sConfigFluxOperationStatus', 'Get-AzK8sConfiguration'
9292
'New-AzK8sConfiguration', 'New-AzK8sConfigurationFlux',
9393
'New-AzK8sExtension', 'Remove-AzK8sConfiguration',
9494
'Remove-AzK8sConfigurationFlux', 'Remove-AzK8sExtension',
95-
'Update-AzK8sConfigurationFlux', 'Update-AzK8sExtension', '*'
95+
'Update-AzK8sConfigurationFlux', 'Update-AzK8sExtension'
9696

9797
# DSC resources to export from this module
9898
# DscResourcesToExport = @()
@@ -121,7 +121,12 @@ PrivateData = @{
121121
# IconUri = ''
122122

123123
# ReleaseNotes of this module
124-
# ReleaseNotes = ''
124+
ReleaseNotes = ' * Added cmdlets:
125+
* ''Get-AzKubernetesConfigFluxOperationStatus''
126+
* ''Get-AzKubernetesConfigurationFlux''
127+
* ''New-AzKubernetesConfigurationFlux''
128+
* ''Update-AzKubernetesConfigurationFlux''
129+
* ''Remove-AzKubernetesConfigurationFlux'''
125130

126131
# Prerelease string of this module
127132
# Prerelease = ''

src/KubernetesConfiguration/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
22+
## Version 0.6.0
2123
* Added cmdlets:
2224
* `Get-AzKubernetesConfigFluxOperationStatus`
2325
* `Get-AzKubernetesConfigurationFlux`

src/KubernetesConfiguration/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
[assembly: ComVisible(false)]
2525
[assembly: CLSCompliant(false)]
2626
[assembly: Guid("D22E4B20-44C5-4DD8-A76B-35423C573AE0")]
27-
[assembly: AssemblyVersion("0.5.0")]
28-
[assembly: AssemblyFileVersion("0.5.0")]
27+
[assembly: AssemblyVersion("0.6.0")]
28+
[assembly: AssemblyFileVersion("0.6.0")]

0 commit comments

Comments
 (0)