Skip to content

Commit

Permalink
[UpdateManagement] SoftwareUpdateConfiguration changes to support Inc…
Browse files Browse the repository at this point in the history
…lusion (#2911)

* SoftwareUpdateConfiguration Changes to support Inclusion

* Removed NotSelected
  • Loading branch information
ikanni authored and marstr committed Apr 26, 2018
1 parent 12634d0 commit 838bca8
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -714,6 +714,13 @@
"items": {
"type": "string"
}
},
"includedKbNumbers": {
"type": "array",
"description": "KB numbers included from the software update configuration.",
"items": {
"type": "string"
}
}
}
},
Expand Down Expand Up @@ -741,6 +748,13 @@
"items": {
"type": "string"
}
},
"includedPackageNameMasks": {
"type": "array",
"description": "packages included from the software update configuration.",
"items": {
"type": "string"
}
}
}
},
Expand Down

0 comments on commit 838bca8

Please sign in to comment.