Azure / Azure/azure-powershell
[Feature]: Get-AzAutomationSoftwareUpdateConfiguration Include includedKbNumbers and excludedKbNumbers
- Dominant language
- C#
- Stars
- 4.8k
- Forks
- 4.3k
- Avg merge
- 3d 14h
- Merged PRs (30d)
- 54
Description
### Description of the new feature
Currently the Get-AzAutomationSoftwareUpdateConfiguration does not return the Included KB Numbers and the Excluded KB Number. These IDs are available on the REST API per the MS documentation (https://docs.microsoft.com/en-us/rest/api/automation/software-update-configurations/get-by-name):
https://management.azure.com/subscriptions/[subscriptionID]/resourceGroups/[resourceGroup]/providers/Microsoft.Automation/automationAccounts/[automationAccount]/softwareUpdateConfigurations/[ScheduleName]?api-version=2017-05-15-preview
### Proposed implementation details (optional)
Ideally this can be built into the object
Contributor guide
Research direction
Start at the Get-AzAutomationSoftwareUpdateConfiguration cmdlet and trace how the Automation REST API response is mapped into its returned object. Check the existing tests for this cmdlet before making the change. Done means the includedKbNumbers and excludedKbNumbers values from the REST response are exposed and covered by passing tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, csharp, powershell
- Domain
- cli, cloud
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100