Skip to content

Commit c83a521

Browse files
authored
release-2020-08-28 (#12801)
1 parent 9118cbe commit c83a521

File tree

6 files changed

+444
-441
lines changed

6 files changed

+444
-441
lines changed

ChangeLog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 4.6.1 - August 2020
2+
#### Az.Compute
3+
* Patched '-EncryptionAtHost' parameter in 'New-AzVm' to remove default value of false [#12776]
4+
15
## 4.6.0 - August 2020
26
#### Az.Accounts
37
* Loaded all public cloud environments when discovery endpoint doesn't return default AzureCloud or other public environments [#12633]

src/Compute/Compute/Az.Compute.psd1

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 8/21/2020
6+
# Generated on: 8/28/2020
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '4.3.0'
15+
ModuleVersion = '4.3.1'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -205,10 +205,7 @@ PrivateData = @{
205205
# IconUri = ''
206206

207207
# ReleaseNotes of this module
208-
ReleaseNotes = '* Added ''-EncryptionAtHost'' parameter to ''New-AzVm'', ''New-AzVmss'', ''New-AzVMConfig'', ''New-AzVmssConfig'', ''Update-AzVM'', and ''Update-AzVmss''
209-
* Added ''SecurityProfile'' to ''Get-AzVM'' and ''Get-AzVmss'' return object
210-
* Added ''-InstanceView'' switch as optional parameter to ''Get-AzHostGroup''
211-
* Added new cmdlet ''Invoke-AzVmPatchAssessment'''
208+
ReleaseNotes = '* Patched ''-EncryptionAtHost'' parameter in ''New-AzVm'' to remove default value of false [#12776]'
212209

213210
# Prerelease string of this module
214211
# Prerelease = ''

src/Compute/Compute/ChangeLog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@
1919
- Additional information about change #1
2020
-->
2121
## Upcoming Release
22-
* Patched -EncryptionAtHost parameter to remove default value of false
22+
23+
## Version 4.3.1
24+
* Patched `-EncryptionAtHost` parameter in `New-AzVm` to remove default value of false [#12776]
2325

2426
## Version 4.3.0
2527
* Added `-EncryptionAtHost` parameter to `New-AzVm`, `New-AzVmss`, `New-AzVMConfig`, `New-AzVmssConfig`, `Update-AzVM`, and `Update-AzVmss`

src/Compute/Compute/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
[assembly: ComVisible(false)]
2626
[assembly: CLSCompliant(false)]
2727
[assembly: Guid("91792853-487B-4DC2-BE6C-DD09A0A1BC10")]
28-
[assembly: AssemblyVersion("4.3.0")]
29-
[assembly: AssemblyFileVersion("4.3.0")]
28+
[assembly: AssemblyVersion("4.3.1")]
29+
[assembly: AssemblyFileVersion("4.3.1")]
3030
#if !SIGN
3131
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Compute.Test")]
3232
#endif

tools/Az/Az.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 = '4.6.0'
15+
ModuleVersion = '4.6.1'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -63,7 +63,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.3'; },
6363
@{ModuleName = 'Az.Billing'; RequiredVersion = '1.0.3'; },
6464
@{ModuleName = 'Az.Cdn'; RequiredVersion = '1.4.3'; },
6565
@{ModuleName = 'Az.CognitiveServices'; RequiredVersion = '1.5.1'; },
66-
@{ModuleName = 'Az.Compute'; RequiredVersion = '4.3.0'; },
66+
@{ModuleName = 'Az.Compute'; RequiredVersion = '4.3.1'; },
6767
@{ModuleName = 'Az.ContainerInstance'; RequiredVersion = '1.0.3'; },
6868
@{ModuleName = 'Az.ContainerRegistry'; RequiredVersion = '1.1.1'; },
6969
@{ModuleName = 'Az.DataBoxEdge'; RequiredVersion = '1.1.0'; },

0 commit comments

Comments
 (0)