Skip to content

Commit 616126b

Browse files
authored
Merge branch 'main' into adsandor/pfdbugvm
2 parents 7e70eb9 + 7cf281d commit 616126b

File tree

289 files changed

+57310
-63327
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

289 files changed

+57310
-63327
lines changed

ChangeLog.md

Lines changed: 128 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,130 @@
1+
## 7.5.0 - April 2022
2+
#### Az.Accounts
3+
* Upgraded Microsoft.Rest.ClientRuntime to 2.3.24
4+
5+
#### Az.Aks
6+
* Updated the description of 'Force' in 'Invoke-AzAksRunCommand' [#17756]
7+
* Fixed the issue that 'identity' cannot be piped into 'Set-AzAksCluster' [#17376]
8+
9+
#### Az.ApiManagement
10+
Added warning message for upcoming breaking change.
11+
12+
#### Az.Batch
13+
* Updated Az.Batch to use 'Microsoft.Azure.Batch' SDK version 15.3.0
14+
- Add ability to assign user-assigned managed identities to 'PSCloudPool'. These identities will be made available on each node in the pool, and can be used to access various resources.
15+
- Added 'IdentityReference' property to the following models to support accessing resources via managed identity:
16+
- 'PSAzureBlobFileSystemConfiguration'
17+
- 'PSOutputFileBlobContainerDestination'
18+
- 'PSContainerRegistry'
19+
- 'PSResourceFile'
20+
- 'PSUploadBatchServiceLogsConfiguration'
21+
- Added new 'extensions' property to 'PSVirtualMachineConfiguration' on 'PSCloudPool' to specify virtual machine extensions for nodes
22+
- Added the ability to specify availability zones using a new property 'NodePlacementConfiguration' on 'VirtualMachineConfiguration'
23+
- Added new 'OSDisk' property to 'VirtualMachineConfiguration', which contains settings for the operating system disk of the Virtual Machine.
24+
- The 'Placement' property on 'PSDiffDiskSettings' specifies the ephemeral disk placement for operating system disks for all VMs in the pool. Setting it to 'CacheDisk' will store the ephemeral OS disk on the VM cache.
25+
- Added 'MaxParallelTasks' property on 'PSCloudJob' to control the maximum allowed tasks per job (defaults to -1, meaning unlimited).
26+
- Added 'VirtualMachineInfo' property on 'PSComputeNode' which contains information about the current state of the virtual machine, including the exact version of the marketplace image the VM is using.
27+
- Added 'RecurrenceInterval' property to 'PSSchedule' to control the interval between the start times of two successive job under a job schedule.
28+
- Added a new 'Get-AzBatchComputeNodeExtension' command, which gets a specific extension by name, or a list of all extensions, for a given compute node.
29+
* Updated Az.Batch'Microsoft.Azure.Management.Batch' SDK version 14.0.0.
30+
- Added a new 'Get-AzBatchSupportedVirtualMachineSku' command, which gets the list of Batch-supported Virtual Machine VM sizes available at a given location.
31+
- Added a new 'Get-AzBatchTaskSlotCount' command, which gets the number of task slots required by a given job.
32+
- 'MaxTasksPerComputeNode' has been renamed to 'TaskSlotsPerNode', to match a change in functionality.
33+
- 'MaxTasksPerComputeNode' will remain as an alias but will be removed in a coming update.
34+
35+
#### Az.Cdn
36+
* Added breaking change messages for all cmdlets in Az.CDN module
37+
38+
#### Az.CognitiveServices
39+
* Updated CognitiveServices PowerShell to use 2022-03-01 version.
40+
* Added 'Get-AzCognitiveServicesAccountModel' cmdlet.
41+
42+
#### Az.Compute
43+
* Added '-ImageReferenceId' parameter to following cmdlets: 'New-AzVm', 'New-AzVmConfig', 'New-AzVmss', 'Set-AzVmssStorageProfile'
44+
* Added functionality for cross-tenant image reference for VM, VMSS, Managed Disk, and Gallery Image Version creation.
45+
* 'New-AzGallery' can take in '-Permission' parameter to set its sharingProfile property.
46+
* 'Update-AzGallery' can update sharingProfile.
47+
* 'Get-AzGallery' can take in '-Expand' parameter for expanded resource view.
48+
* New parameter set for the following cmdlets to support Shared Image Gallery Direct Sharing
49+
- Get-AzGallery
50+
- Get-AzGalleryImageDefinition
51+
- Get-AzGalleryImageVersion
52+
* Updates and improvements to 'Add-AzVhd'
53+
- Added '-DiskHyperVGeneration' and '-DiskOsType' parameters to the DirectUploadToManagedDisk parameter set for upload to more robust managed disk settings.
54+
- Updated progress output functions so that it works with VHD files with '&' character in its name.
55+
- Updated so that uploading dynamically sized VHD files are converted to fixed size during upload.
56+
- Fixed a bug in uploading a differencing disk.
57+
- Automatically delete converted/resized VHD files after upload.
58+
- Fixed a bug that indicates '-ResourceGroupName' parameter as optional when it is actually mandatory.
59+
60+
#### Az.ContainerInstance
61+
* Supported empty directory volume and secret volume for creating container group [#17410]
62+
63+
#### Az.DataFactory
64+
* Updated ADF .Net SDK version to 6.0.0
65+
66+
#### Az.EventHub
67+
* Deprecating older MSI related fields in New-AzEventHubNamespace and Set-AzEventHubNamespace
68+
69+
#### Az.KeyVault
70+
* Supported getting random number from managed HSM by 'Get-AzKeyVaultRandomNumber'
71+
* Skipped subscription connection status validation for Az.KeyVault.Extension [#17712]
72+
* Enabled public network access setting
73+
74+
#### Az.Kusto
75+
* Supported inline script resource (creation of script with content instead of sas token)
76+
* Added managed identity support to EventGrid
77+
* Added databaseRouting (Single/Multi) to all data connections
78+
* Added PublicIPType to cluster
79+
80+
#### Az.Network
81+
* Fixed 'ArgumentNullException' in 'Add-AzureRmRouteConfig' when 'RouteTable.Routes' is null.
82+
83+
#### Az.RecoveryServices
84+
* Added support for multiple backups per day (hourly) Enhanced policy for workloadType AzureVM.
85+
86+
#### Az.Resources
87+
* Fixed redundant quotes in list pagination [#17667]
88+
* Added cmdlet 'Update-AzADGroup' [#17514]
89+
* Updated API version to beta for group member related cmdlet to allow service principal to be add, get and delete from group [#16698]
90+
* Added parameter '-OwnedApplication' for 'Get-AzADApplication' to get applications owned by current user
91+
* Added parameter '-Web' for 'Update-AzADApplication' [#16750]
92+
93+
#### Az.Security
94+
* Added new cmdlets for security Automations API
95+
96+
#### Az.StackHCI
97+
* Updated firewall rules for Attestation network to block all other traffic
98+
* Updated cluster to ignore Attestation network
99+
100+
#### Az.Storage
101+
* Supported DaysAfterLastTierChangeGreaterThan in Management Policy
102+
- 'Add-AzStorageAccountManagementPolicyAction'
103+
* Fixed the issue that upload blob might fail on Linux [#17743]
104+
- 'Set-AzStorageBlobContent'
105+
* Supported AllowPermanentDelete when enable blob soft delete
106+
- 'Enable-AzStorageBlobDeleteRetentionPolicy'
107+
* Added breaking change warning message for upcoming cmdlet breaking change
108+
- 'Get-AzStorageFile'
109+
110+
#### Az.Synapse
111+
* Added support for Synapse Azure Active Directory (Azure AD) only authentication
112+
- Added 'Get-AzSynapseActiveDirectoryOnlyAuthentication' cmdlet
113+
- Added 'Enable-AzSynapseActiveDirectoryOnlyAuthentication' cmdlet
114+
- Added 'Disable-AzSynapseActiveDirectoryOnlyAuthentication' cmdlet
115+
116+
#### Az.Websites
117+
* Updated 'New-AzWebAppContainerPSSession' with CmdletDeprecation Attribute [#16646]
118+
* Updated 'Restore-AzDeletedWebApp' to fix issue that prevents the cmdlet from working on hosts with a locale is anything different from 'en-US'
119+
120+
### Thanks to our community contributors
121+
* Aleksandar Nikolić (@alexandair), Fix the UniqueName property in the examples (#17826)
122+
* @enevoj, Markup rendering issue? (#17732)
123+
* @jeremytanyz, Update Set-AzStorageFileContent.md (#17805)
124+
* Martin Bentancour (@mbentancour), Fix DateTime issue restoring deleted webapp (#16308)
125+
* Preben Huybrechts (@pregress), Perform null check before accessing it (#16552)
126+
* Ryan Buckman (@ryan-buckman), update example 1 command description to match the ApiRevision arg in code sample (#17741)
127+
1128
## 7.4.0 - April 2022
2129
#### Az.Accounts
3130
* Added 'SshCredentialFactory' to support get ssh credential of vm from msal.
@@ -779,7 +906,7 @@ This release migrates Microsoft.Azure.Graph SDK to MicrosoftGraph SDK.
779906
* Performance improvement for Get-AzPolicyAlias when -NamespaceMatch matches a single RP namespace
780907

781908
#### Az.Security
782-
* Added new cmdlets for security Automations API
909+
* Updated Security .NET SDK package reference to version 3.0.0
783910

784911
#### Az.ServiceBus
785912
* Added support for ZoneRedundant and optional switch parameter 'DisableLocalAuth' to 'New-AzServiceBusNamespace' and 'Set-AzServiceBusNamespace'

src/Accounts/Accounts/Az.Accounts.psd1

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

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

1414
# Version number of this module.
15-
ModuleVersion = '2.7.5'
15+
ModuleVersion = '2.7.6'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -145,9 +145,7 @@ PrivateData = @{
145145
# IconUri = ''
146146

147147
# ReleaseNotes of this module
148-
ReleaseNotes = '* Added ''SshCredentialFactory'' to support get ssh credential of vm from msal.
149-
* Fixed the bug of cmdlet fails when -DefaultProfile is set to service principal login context. [#16617]
150-
* Fixed the issue that authorization does not work in Dogfood environment'
148+
ReleaseNotes = '* Upgraded Microsoft.Rest.ClientRuntime to 2.3.24'
151149

152150
# Prerelease string of this module
153151
# Prerelease = ''

src/Accounts/Accounts/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
-->
2020

2121
## Upcoming Release
22+
23+
## Version 2.7.6
2224
* Upgraded Microsoft.Rest.ClientRuntime to 2.3.24
2325

2426
## Version 2.7.5

src/Accounts/Accounts/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
// You can specify all the values or you can default the Build and Revision Numbers
4444
// by using the '*' as shown below:
4545

46-
[assembly: AssemblyVersion("2.7.5")]
47-
[assembly: AssemblyFileVersion("2.7.5")]
46+
[assembly: AssemblyVersion("2.7.6")]
47+
[assembly: AssemblyFileVersion("2.7.6")]
4848
#if !SIGN
4949
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Accounts.Test")]
5050
#endif

src/Accounts/Authentication/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@
4343
// You can specify all the values or you can default the Build and Revision Numbers
4444
// by using the '*' as shown below:
4545
// [assembly: AssemblyVersion("1.0.*")]
46-
[assembly: AssemblyVersion("2.7.5")]
47-
[assembly: AssemblyFileVersion("2.7.5")]
46+
[assembly: AssemblyVersion("2.7.6")]
47+
[assembly: AssemblyFileVersion("2.7.6")]

src/Accounts/Authenticators/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@
4848
// You can specify all the values or you can default the Build and Revision Numbers
4949
// by using the '*' as shown below:
5050
// [assembly: AssemblyVersion("1.0.*")]
51-
[assembly: AssemblyVersion("2.7.5")]
52-
[assembly: AssemblyFileVersion("2.7.5")]
51+
[assembly: AssemblyVersion("2.7.6")]
52+
[assembly: AssemblyFileVersion("2.7.6")]

src/Aks/Aks.Autorest/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("5970aa1c-f499-4b40-aeee-426ab8876d7e")]
27-
[assembly: AssemblyVersion("3.1.2")]
28-
[assembly: AssemblyFileVersion("3.1.2")]
27+
[assembly: AssemblyVersion("3.1.3")]
28+
[assembly: AssemblyFileVersion("3.1.3")]

src/Aks/Aks/Az.Aks.psd1

Lines changed: 5 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: 2/24/2022
6+
# Generated on: 4/22/2022
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '3.1.2'
15+
ModuleVersion = '3.1.3'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2'
5353
# ProcessorArchitecture = ''
5454

5555
# Modules that must be imported into the global environment prior to importing this module
56-
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.7.4'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.7.6'; })
5757

5858
# Assemblies that must be loaded prior to importing this module
5959
RequiredAssemblies = 'YamlDotNet.dll', 'AutoMapper.dll',
@@ -118,7 +118,8 @@ PrivateData = @{
118118
# IconUri = ''
119119

120120
# ReleaseNotes of this module
121-
ReleaseNotes = '* Updated the breaking change warning messages [#16805]'
121+
ReleaseNotes = '* Updated the description of ''Force'' in ''Invoke-AzAksRunCommand'' [#17756]
122+
* Fixed the issue that ''identity'' cannot be piped into ''Set-AzAksCluster'' [#17376]'
122123

123124
# Prerelease string of this module
124125
# Prerelease = ''

src/Aks/Aks/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-
* Updated the decsription of `Force` in `Invoke-AzAksRunCommand` [#17756]
21+
22+
## Version 3.1.3
23+
* Updated the description of `Force` in `Invoke-AzAksRunCommand` [#17756]
2224
* Fixed the issue that `identity` cannot be piped into `Set-AzAksCluster` [#17376]
2325

2426
## Version 3.1.2

src/Aks/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("3.1.2")]
27-
[assembly: AssemblyFileVersion("3.1.2")]
26+
[assembly: AssemblyVersion("3.1.3")]
27+
[assembly: AssemblyFileVersion("3.1.3")]

src/AlertsManagement/AlertsManagement/ActionRuleCommands/SetAzureAlertProcessingRule.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ private Schedule ValidateParseSchedule()
660660

661661
private void ValidateSchedule()
662662
{
663-
string format = "yyyy-MM-dd hh:mm:ss";
663+
string format = "yyyy-MM-dd HH:mm:ss";
664664
System.DateTime outDateTime;
665665

666666
if (ScheduleStartDateTime == null)
@@ -675,9 +675,9 @@ private void ValidateSchedule()
675675
}
676676
if (ScheduleEndDateTime != null)
677677
{
678-
if (System.DateTime.TryParseExact(ScheduleStartDateTime, format, CultureInfo.InvariantCulture, DateTimeStyles.None, out outDateTime) == false)
678+
if (System.DateTime.TryParseExact(ScheduleEndDateTime, format, CultureInfo.InvariantCulture, DateTimeStyles.None, out outDateTime) == false)
679679
{
680-
throw new PSInvalidOperationException("Invalid ScheduleStartDateTime Format");
680+
throw new PSInvalidOperationException("Invalid ScheduleEndDateTime Format");
681681
}
682682
}
683683

src/AlertsManagement/AlertsManagement/Az.AlertsManagement.psd1

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

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

1414
# Version number of this module.
15-
ModuleVersion = '0.4.0'
15+
ModuleVersion = '0.4.1'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2'
5353
# ProcessorArchitecture = ''
5454

5555
# Modules that must be imported into the global environment prior to importing this module
56-
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.7.4'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.7.6'; })
5757

5858
# Assemblies that must be loaded prior to importing this module
5959
RequiredAssemblies = 'Microsoft.Azure.Management.AlertsManagement.dll'
@@ -114,11 +114,7 @@ PrivateData = @{
114114
# IconUri = ''
115115

116116
# ReleaseNotes of this module
117-
ReleaseNotes = '* Substitute cmdlets:
118-
- ''Get-AzActionRule'' with ''Get-AzAlertProcessingRule''
119-
- ''Set-AzActionRule'' with ''Set-AzAlertProcessingRule''
120-
- ''Update-AzActionRule'' with ''Update-AzAlertProcessingRule''
121-
- ''Remove-AzActionRule'' with ''Remove-AzAlertProcessingRule'''
117+
ReleaseNotes = '* Added support for 24-hour clock in ''Set-AzAlertProcessingRule'' [#17762]'
122118

123119
# Prerelease string of this module
124120
# Prerelease = ''

src/AlertsManagement/AlertsManagement/ChangeLog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
-->
2020
## Upcoming Release
2121

22+
## Version 0.4.1
23+
* Added support for 24-hour clock in `Set-AzAlertProcessingRule` [#17762]
24+
2225
## Version
2326
* Fixed bug for `Get-AzAlertProcessingRule` does not fetch more than 50 Alert Processing Rules
2427
* Fixed bug for `Get-AzAlert` rounds down the number of alerts to multiple of 100

src/AlertsManagement/AlertsManagement/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("4381ecdd-5486-46fb-bef0-c0b2fb16bd54")]
27-
[assembly: AssemblyVersion("0.4.0")]
28-
[assembly: AssemblyFileVersion("0.4.0")]
27+
[assembly: AssemblyVersion("0.4.1")]
28+
[assembly: AssemblyFileVersion("0.4.1")]

src/ApiManagement/ApiManagement.ServiceManagement/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@
4242
// You can specify all the values or you can default the Build and Revision Numbers
4343
// by using the '*' as shown below:
4444

45-
[assembly: AssemblyVersion("2.3.1")]
46-
[assembly: AssemblyFileVersion("2.3.1")]
45+
[assembly: AssemblyVersion("2.3.2")]
46+
[assembly: AssemblyFileVersion("2.3.2")]

src/ApiManagement/ApiManagement/Az.ApiManagement.psd1

Lines changed: 4 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: 10/28/2021
6+
# Generated on: 4/22/2022
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '2.3.1'
15+
ModuleVersion = '2.3.2'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2'
5353
# ProcessorArchitecture = ''
5454

5555
# Modules that must be imported into the global environment prior to importing this module
56-
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.7.4'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.7.6'; })
5757

5858
# Assemblies that must be loaded prior to importing this module
5959
RequiredAssemblies = 'AutoMapper.dll', 'Microsoft.Azure.Management.ApiManagement.dll',
@@ -209,7 +209,7 @@ PrivateData = @{
209209
# IconUri = ''
210210

211211
# ReleaseNotes of this module
212-
ReleaseNotes = '* Fixed a bug in ''Get-AzApiManagementTenantGitAccess'' cmdlet.'
212+
ReleaseNotes = 'Added warning message for upcoming breaking change.'
213213

214214
# Prerelease string of this module
215215
# Prerelease = ''

0 commit comments

Comments
 (0)