Azure / Azure/azure-powershell
Get-AzAutomationSoftwareUpdateConfiguration returns a wrong value for the OperatingSystem property
- Dominant language
- C#
- Stars
- 4.8k
- Forks
- 4.3k
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 51
Description
### Description
Scheduled update deployments in Azure Automation Update Management are set up for Linux operating system and the Portal shows the correct data ("Linux").

Get-AzAutomationSoftwareUpdateConfiguration returns the incorrect value "Windows" for the OperatingSystem property.

### Module Version
```powershell
Get-Module Az.Automation -ListAvailable
ModuleType Version Name
---------- ------- ----
Script 1.0.0 Az.Automation
```
### Environment Data
```powershell
PS C:\> $PSVersionTable
Name Value
---- -----
PSVersion 6.1.1
PSEdition Core
GitCommitId 6.1.1
OS Microsoft Windows 10.0.17763
Platform Win32NT
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0
```
### Debug Output
```
```
Contributor guide
Assessment
This issue has not been assessed yet.