- Updated Module operation cmdlets to support Powershell 7.2
- Fixed bug: Runbooks Name Pattern failures.
- Updated Example: Start-AzAutomationRunbook should pass ordered dictionary for parameters [#20408]
- Added cmdlets for Hybrid Runbook Worker group management
Remove-AzAutomationHybridRunbookWorker
Remove-AzAutomationHybridRunbookWorkerGroup
Set-AzAutomationHybridRunbookWorkerGroup
Get-AzAutomationHybridRunbookWorker
Get-AzAutomationHybridRunbookWorkerGroup
Move-AzAutomationHybridRunbookWorker
New-AzAutomationHybridRunbookWorker
New-AzAutomationHybridRunbookWorkerGroup
- Fixed bug: Export-AzAutomationRunbook no longer adds extra '' to file names [#11101]
- Fixed bug: Get-AzAutomationDscCompilationJobOutput returns complete summaries [#12322]
- Fixed bug: Get-AzAutomationDscNode [#10404]
- Fixed bug: Get-AzAutomationJob fails for some jobIds
- Added logic of returning error if insufficient user permissions are there for
GetAgentRegistrationInfo
New-AzAutomationSchedule
allows defnining StartTime with offsets.- Fixed bug: updated 'Set-AzAutomationModule' to use PUT call while updating modules with specific versions [#12552]
- Fixed example in reference doc for
Remove-AzAutomationHybridWorkerGroup
- Fixed bug: Add Schedule name validation in New-AzAutomationSchedule
- Fixed bug: Closing in input file handle in Import-AzAutomationRunbook
- Added support for User Assigned Identities and PublicNetworkAccess flag
- Added support for Customer Managed Key Encryption with System Assigned Identity
- Fixed issue that disables the schedule for update deployment if schedule was re-created with same name
- Fixed the issue for starting Python3 runbooks with parameters
- Fixed time zone issue while creating an update deployment schedule.
- Fixed te issue that complex object cannot be serialized correctly. [#14431]
- Fixed the issue that string cannot be serialized correctly. [#14215]
- Added Support for Python3 Runbook Type
- Fixed the issue of processing
PSCustomObject
andArray
.
- Fixed issue where description was not populated for update management schedules
- Fixed issue that parameters of
Start-AzAutomationRunbook
cannot convert PSObject wrapped string to JSON string [#13240] - Fixed location completer for New-AzAutomationUpdateManagementAzureQuery cmdlet
- Added
-RunOn
parameters toSet-AzAutomationWebhook
to specify a Hybrid Worker Group
- Fixed the issue that string with escape chars cannot be converted into json object.
- Fixed typo in Example 1 in reference documentation for
New-AzAutomationSoftwareUpdateConfiguration
- Update references in .psd1 to use relative path
- Fixed New-AzureAutomationSoftwareUpdateConfiguration cmdlet for Linux reboot setting parameter.
- Fixed example typo in reference documentation for
Register-AzAutomationDscNode
- Added clarification on OS restriction to Register-AzAutomationDSCNode
- Fixed Start-AzAutomationRunbook cmdlet Null reference exception for -Wait option.
- Fixed miscellaneous typos across module
- Fix typo in resource string
- Fixed Set-AzAutomationConnectionFieldValue cmdlet bug to handle string value.
- Added text to description for Register-AzAutomationDscNode to explain cross-sub
- Updated Get-AzAutomationJobOutputRecord to handle JSON and Text record values.
- Fix for issue Azure#7977
- Fix for issue Azure#8600
- Bug fix for NewAZAutomationUpdateManagementAzureQuery
- Changed behavior for Start-AzAutomationDscCompilationJob to just start the job instead of waiting for its completion.
- Fix for issue Azure#8347
- Fix for Get-AzAutomationDscNode when using -Name returns all node. Now it returns matching node only.
- Fixed Start-AzAutomationDscNodeConfigurationDeployment cmdlet to allow multiple executions
- Fixed New-AzAutomationSoftwareUpdateConfiguration cmdlet bug for Inclusions. Now parameter IncludedKbNumber and IncludedPackageNameMask should work.
- Bug fix for azure automation update management dynamic group
- Azure automation update management change to support the following new features :
- Dynamic grouping
- Pre-Post script
- Reboot Setting
- Fixed issue when retreiving certain monthly schedules in several Azure Automation cmdlets
- Fix Get-AzAutomationDscNode returning just top 20 nodes. Now it returns all nodes
- Update help for Import-AzAutomationDscNodeConfiguration
- Added configuration name validation to Import-AzAutomationDscConfiguration cmdlet
- Improved error handling for Import-AzAutomationDscConfiguration cmdlet
- Added support for Python 2 runbooks
- Update incorrect online help URLs
- General availability of
Az.Automation
module