Skip to content

Commit fc8739d

Browse files
authored
databricks 1.0.1 oob release (#13223)
1 parent 4fd46ff commit fc8739d

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

src/Databricks/Az.Databricks.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = './Az.Databricks.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.2.0'
15+
ModuleVersion = '1.0.1'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -110,7 +110,7 @@ PrivateData = @{
110110
# IconUri = ''
111111

112112
# ReleaseNotes of this module
113-
# ReleaseNotes = ''
113+
ReleaseNotes = '* Fixed a bug that may cause updating databricks workspace without `-EncryptionKeyVersion` to fail.'
114114

115115
# Prerelease string of this module
116116
# Prerelease = ''

src/Databricks/ChangeLog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21-
* Update databricks workspace withouth -EncryptionKeyVersion that the key version will be empty.
21+
22+
## Version 1.0.1
23+
* Fixed a bug that may cause updating databricks workspace without `-EncryptionKeyVersion` to fail.
2224

2325
## Version 1.0.0
2426
* General availability of 'Az.Databricks' module

src/Databricks/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("0FE1E430-10E7-474A-B48E-942EF7512F50")]
27-
[assembly: AssemblyVersion("1.0.0")]
28-
[assembly: AssemblyFileVersion("1.0.0")]
27+
[assembly: AssemblyVersion("1.0.1")]
28+
[assembly: AssemblyFileVersion("1.0.1")]

tools/Az/Az.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.5'; },
6767
@{ModuleName = 'Az.ContainerInstance'; RequiredVersion = '1.0.3'; },
6868
@{ModuleName = 'Az.ContainerRegistry'; RequiredVersion = '1.1.1'; },
6969
@{ModuleName = 'Az.DataBoxEdge'; RequiredVersion = '1.1.0'; },
70-
@{ModuleName = 'Az.Databricks'; RequiredVersion = '1.0.0'; },
70+
@{ModuleName = 'Az.Databricks'; RequiredVersion = '1.0.1'; },
7171
@{ModuleName = 'Az.DataFactory'; RequiredVersion = '1.10.2'; },
7272
@{ModuleName = 'Az.DataLakeAnalytics'; RequiredVersion = '1.0.2'; },
7373
@{ModuleName = 'Az.DataLakeStore'; RequiredVersion = '1.2.8'; },

0 commit comments

Comments
 (0)