Skip to content

Latest commit

 

History

History
58 lines (46 loc) · 2.22 KB

windowsupdates-productrevision.md

File metadata and controls

58 lines (46 loc) · 2.22 KB
title description author ms.localizationpriority ms.subservice doc_type
productRevision resource type
Represents a product revision that is associated with a quality update.
angiechen22
medium
windows-update-business
resourcePageType

productRevision resource type

Namespace: microsoft.graph.windowsUpdates

[!INCLUDE beta-disclaimer]

Represents a product revision that is associated with a quality update.

When a quality update is released, it includes one or more product revisions to operating system builds. The taxonomy of a product revision is majorVersion.minorVersion.buildNumber.updateBuildRevision.

Properties

Property Type Description
displayName String The display name of the content. Read-only.
id String The unique identifier for the product revision. Read-only.
osBuild microsoft.graph.windowsUpdates.buildVersionDetails The version details of the product revision. Read-only.
product String The product of the revision. Possible values are: Windows 10, Windows 11. Read-only.
releaseDateTime DateTimeOffset The release date for the content. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.
version String The version of the feature update. Read-only.

Relationships

Property Type Description
knowledgeBaseArticle microsoft.graph.windowsUpdates.knowledgeBaseArticle The knowledge base article associated with the product revision.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.windowsUpdates.productRevision",
  "displayName": "String",
  "id": "String (identifier)",
  "osBuild": { "@odata.type": "microsoft.graph.windowsUpdates.buildVersionDetails" },
  "product": "String",
  "releaseDateTime": "String (timestamp)",
  "version": "String"
}