Azure / Azure/azure-powershell

[Feature]: Get-AzAutomationSoftwareUpdateConfiguration Include includedKbNumbers and excludedKbNumbers

Open
#17,691 3 comments 0 reactions 0 assignees View on GitHub
act-codegen-extensibility-squad Automation customer-reported feature-request Service Attention
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.