Skip to content

Commit 83977d4

Browse files
authored
Merge pull request Azure#7624 from MiYanni/release-2018-10-23
RC2 for 2018-10-23
2 parents 3a4612a + 62c285c commit 83977d4

File tree

8 files changed

+34
-15
lines changed

8 files changed

+34
-15
lines changed

ChangeLog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@
1010
* Added new sizes to the whitelist of VM sizes for which accelerated networking will be turned on when using the simple param set for 'New-AzureRmVm'
1111
* Added ResourceName argument completer to all cmdlets.
1212

13+
#### AzureRM.DataLakeStore
14+
* Adding support for Virtual Network Rules
15+
- Get-AzureRmDataLakeStoreVirtualNetworkRule: Gets or Lists Azure Data Lake Store virtual network rule.
16+
- Add-AzureRmDataLakeStoreVirtualNetworkRule: Adds a virtual network rule to the specified Data Lake Store account.
17+
- Set-AzureRmDataLakeStoreVirtualNetworkRule: Modifies the specified virtual network rule in the specified Data Lake Store account.
18+
- Remove-AzureRmDataLakeStoreVirtualNetworkRule: Deletes an Azure Data Lake Store virtual network rule.
19+
1320
#### AzureRM.Network
1421
* Update cmdlet Test-AzureRmNetworkWatcherConnectivity, pass the protocol value to backend.
1522
* Added ResourceName argument completer to all cmdlets.

src/ResourceManager/Aks/Commands.Aks/AzureRM.Aks.psd1

Lines changed: 2 additions & 2 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.0.5'
15+
ModuleVersion = '0.0.6'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -109,7 +109,7 @@ PrivateData = @{
109109
# IconUri = ''
110110

111111
# ReleaseNotes of this module
112-
ReleaseNotes = '* Updated to the latest version of the Azure ClientRuntime.'
112+
ReleaseNotes = '* Update version of YamlDotNet.Signed used'
113113

114114
# Prerelease string of this module
115115
Prerelease = 'preview'

src/ResourceManager/Aks/Commands.Aks/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
## Current Release
21+
22+
## Version 0.0.6
2123
* Update version of YamlDotNet.Signed used
2224

2325
## Version 0.0.5

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@
2323
[assembly: ComVisible(false)]
2424
[assembly: CLSCompliant(false)]
2525
[assembly: Guid("a97e0c3e-e389-46a6-b73d-2b9bd6909bdb")]
26-
[assembly: AssemblyVersion("0.0.5")]
27-
[assembly: AssemblyFileVersion("0.0.5")]
26+
[assembly: AssemblyVersion("0.0.6")]
27+
[assembly: AssemblyFileVersion("0.0.6")]

src/ResourceManager/DataLakeStore/Commands.DataLakeStore/AzureRM.DataLakeStore.psd1

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

1414
# Version number of this module.
15-
ModuleVersion = '6.1.2'
15+
ModuleVersion = '6.2.0'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -163,10 +163,11 @@ PrivateData = @{
163163
# IconUri = ''
164164

165165
# ReleaseNotes of this module
166-
ReleaseNotes = '* Fix debugging when DebugPreference is set from powershell command line
167-
* Update example for Set-AzureRmDataLakeStoreItemAcl
168-
* Updated to the latest version of the Azure ClientRuntime.
169-
* Update example for Set-AzureRmDataLakeStoreItemAclEntry'
166+
ReleaseNotes = '* Adding support for Virtual Network Rules
167+
- Get-AzureRmDataLakeStoreVirtualNetworkRule: Gets or Lists Azure Data Lake Store virtual network rule.
168+
- Add-AzureRmDataLakeStoreVirtualNetworkRule: Adds a virtual network rule to the specified Data Lake Store account.
169+
- Set-AzureRmDataLakeStoreVirtualNetworkRule: Modifies the specified virtual network rule in the specified Data Lake Store account.
170+
- Remove-AzureRmDataLakeStoreVirtualNetworkRule: Deletes an Azure Data Lake Store virtual network rule.'
170171

171172
# Prerelease string of this module
172173
# Prerelease = ''

src/ResourceManager/DataLakeStore/Commands.DataLakeStore/ChangeLog.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,12 @@
1818
- Additional information about change #1
1919
-->
2020
## Current Release
21+
22+
## Version 6.2.0
2123
* Adding support for Virtual Network Rules
22-
- Get-AzureRmDataLakeStoreVirtualNetworkRule: Gets or Lists Azure Data Lake Store virtual network rule.`
23-
- Add-AzureRmDataLakeStoreVirtualNetworkRule: Adds a virtual network rule to the specified Data Lake Store account.`
24-
- Set-AzureRmDataLakeStoreVirtualNetworkRule: Modifies the specified virtual network rule in the specified Data Lake Store account.`
24+
- Get-AzureRmDataLakeStoreVirtualNetworkRule: Gets or Lists Azure Data Lake Store virtual network rule.
25+
- Add-AzureRmDataLakeStoreVirtualNetworkRule: Adds a virtual network rule to the specified Data Lake Store account.
26+
- Set-AzureRmDataLakeStoreVirtualNetworkRule: Modifies the specified virtual network rule in the specified Data Lake Store account.
2527
- Remove-AzureRmDataLakeStoreVirtualNetworkRule: Deletes an Azure Data Lake Store virtual network rule.
2628

2729
## Version 6.1.2

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@
3535
// by using the '*' as shown below:
3636

3737

38-
[assembly: AssemblyVersion("6.1.2")]
39-
[assembly: AssemblyFileVersion("6.1.2")]
38+
[assembly: AssemblyVersion("6.2.0")]
39+
[assembly: AssemblyFileVersion("6.2.0")]

tools/AzureRM/AzureRM.psd1

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; RequiredVersion = '5.7.0';
7070
@{ModuleName = 'AzureRM.DataFactories'; RequiredVersion = '5.0.3'; },
7171
@{ModuleName = 'AzureRM.DataFactoryV2'; RequiredVersion = '0.5.11'; },
7272
@{ModuleName = 'AzureRM.DataLakeAnalytics'; RequiredVersion = '5.1.4'; },
73-
@{ModuleName = 'AzureRM.DataLakeStore'; RequiredVersion = '6.1.2'; },
73+
@{ModuleName = 'AzureRM.DataLakeStore'; RequiredVersion = '6.2.0'; },
7474
@{ModuleName = 'AzureRM.DevTestLabs'; RequiredVersion = '4.0.9'; },
7575
@{ModuleName = 'AzureRM.Dns'; RequiredVersion = '5.1.0'; },
7676
@{ModuleName = 'AzureRM.EventGrid'; RequiredVersion = '0.3.7'; },
@@ -173,6 +173,13 @@ AzureRM.Compute
173173
* Added new sizes to the whitelist of VM sizes for which accelerated networking will be turned on when using the simple param set for ''New-AzureRmVm''
174174
* Added ResourceName argument completer to all cmdlets.
175175
176+
AzureRM.DataLakeStore
177+
* Adding support for Virtual Network Rules
178+
- Get-AzureRmDataLakeStoreVirtualNetworkRule: Gets or Lists Azure Data Lake Store virtual network rule.
179+
- Add-AzureRmDataLakeStoreVirtualNetworkRule: Adds a virtual network rule to the specified Data Lake Store account.
180+
- Set-AzureRmDataLakeStoreVirtualNetworkRule: Modifies the specified virtual network rule in the specified Data Lake Store account.
181+
- Remove-AzureRmDataLakeStoreVirtualNetworkRule: Deletes an Azure Data Lake Store virtual network rule.
182+
176183
AzureRM.Network
177184
* Update cmdlet Test-AzureRmNetworkWatcherConnectivity, pass the protocol value to backend.
178185
* Added ResourceName argument completer to all cmdlets.

0 commit comments

Comments
 (0)