Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify Get-CMSoftwareUpdateGroup CI_ID Usage #280

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

casorke
Copy link

@casorke casorke commented Feb 4, 2023

PR Title:

Clarify Get-CMSoftwareUpdateGroup CI_ID Usage

PR status

  • This PR is complete and ready for review.

Description of changes

  1. Altered Example 2 to use a more accurate CI_ID (Int32) example, as alphanumeric CM Package IDs aren't allowed.
  2. Expanded "ID" language in both the example and the Id parameter description to make it clear the parameter wants the Config Item ID (CI_ID) and not another ID type, such as the CI Unique ID or a CM Package ID.

More information

Here are some resources that might be helpful while contributing:

EXAMPLE MicrosoftDocs#2 Uses an example ID of "ST10000D" (in the common CM Object ID format of <site code>+<six alphanumeric digits>), except that the 'Id' parameter is an Int32 type (no letters allowed). It is, in fact, looking for the Config Item ID of the Software Update Group (which is an integer). Additionally, added language in both the example and the Id parameter description to make it clear the parameter wants the Config Item ID (CI_ID) and not another ID type, such as the CI Unique ID.
@prmerger-automator
Copy link

@casorke : Thanks for your contribution! The author(s) have been notified to review your proposed change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants