Skip to content

Commit 47660d3

Browse files
MIchaelMainerMicrosoft Graph DevX Toolingramsessanchezadrian05-mssean-r-williams
authored
Merge to main 10 17 2025 (#3428)
* Updating examples * adding template context * removing checkout * manually update openApi docs (#3373) * update and build security module only * responseAction reMap * update security beta * update openApi docs * Updating examples (#3378) Co-authored-by: Microsoft Graph DevX Tooling <[email protected]> Co-authored-by: Ramses Sanchez-Hernandez <[email protected]> * Compress MgCommandMetadata.json to reduce whitespace/package size for `Microsoft.Graph.Authentication` (#3346) * PostGeneration\NewCommandMetadata: Compress MgCommandMetadata.json with `-Compress` on `ConvertTo-Json` * PostGeneration\AuthModuleMetadata: Compress MgCommandMetadata.json with `-Compress` on `ConvertTo-Json` --------- Co-authored-by: Ramses Sanchez-Hernandez <[email protected]> * [v2] Weekly OpenApiDocs Refresh (#3379) * Weekly OpenApiDocs Download. * Add generated MgCommandMetadata.json. [run ci] --------- Co-authored-by: Microsoft Graph DevX Tooling <[email protected]> * fix: include the groups on prem sync behavior in the OpenAPI spec (#3400) * update azure.identity tooling (#3403) * Updating examples (#3398) Co-authored-by: Microsoft Graph DevX Tooling <[email protected]> * Update New-MgDomainFederationConfiguration.md (#3385) Co-authored-by: Ramses Sanchez-Hernandez <[email protected]> * Fix missing extensionAttributes structure in PowerShell Example 2 for Update-MgDevice.md (#3384) Example 2 is missing the actual structure or syntax for how to pass extensionAttributes. Please include a working PowerShell snippet with the correct object structure. Co-authored-by: Ramses Sanchez-Hernandez <[email protected]> * Fix: Include the users onPremSyncBehavior API in the OpenAPI spec (#3407) Co-authored-by: Darshan Maiya <[email protected]> * [v2] Weekly OpenApiDocs Refresh (#3410) * Weekly OpenApiDocs Download. * Add generated MgCommandMetadata.json. [run ci] --------- Co-authored-by: Microsoft Graph DevX Tooling <[email protected]> * revert azure identity updates (#3411) * revert azure identity updates * version 2.31.0 * Add generated MgCommandMetadata.json. [run ci] (#3412) Co-authored-by: Microsoft Graph DevX Tooling <[email protected]> * Updating examples (#3416) Co-authored-by: Microsoft Graph DevX Tooling <[email protected]> * Update example to clarify scope of AllowedToUseSSPR parameter (#3417) Updated examples in Update-MgPolicyAuthorizationPolicy.md to clarify user roles and permissions. Co-authored-by: Ramses Sanchez-Hernandez <[email protected]> * update known working open api docs (#3424) * [v2] Weekly OpenApiDocs Refresh (#3423) * Weekly OpenApiDocs Download. * Add generated MgCommandMetadata.json. [run ci] --------- Co-authored-by: Microsoft Graph DevX Tooling <[email protected]> --------- Co-authored-by: Microsoft Graph DevX Tooling <[email protected]> Co-authored-by: Ramses Sanchez-Hernandez <[email protected]> Co-authored-by: Adrian <[email protected]> Co-authored-by: Sean Williams <[email protected]> Co-authored-by: Gavin Barron <[email protected]> Co-authored-by: Jun Takata <[email protected]> Co-authored-by: Konstantin Klein <[email protected]> Co-authored-by: Darshan Maiya <[email protected]> Co-authored-by: Darshan Maiya <[email protected]> Co-authored-by: Eunice Waweru <[email protected]>
1 parent e4c0630 commit 47660d3

File tree

68 files changed

+18524
-7819
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+18524
-7819
lines changed

config/ModuleMetadata.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@
2727
"versions": {
2828
"authentication": {
2929
"prerelease": "",
30-
"version": "2.31.0"
30+
"version": "2.32.0"
3131
},
3232
"beta": {
3333
"prerelease": "",
34-
"version": "2.31.0"
34+
"version": "2.32.0"
3535
},
3636
"v1.0": {
3737
"prerelease": "",
38-
"version": "2.31.0"
38+
"version": "2.32.0"
3939
}
4040
}
4141
}

openApiDocs/beta/Applications.yml

Lines changed: 189 additions & 118 deletions
Large diffs are not rendered by default.

openApiDocs/beta/BackupRestore.yml

Lines changed: 43 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4730,7 +4730,7 @@ paths:
47304730
tags:
47314731
- solutions.backupRestoreRoot
47324732
summary: Invoke action cancelOffboard
4733-
description: Cancel offboard for a protectionUnitBase.
4733+
description: Cancel the offboarding of a protectionUnitBase.
47344734
externalDocs:
47354735
description: Find more info here
47364736
url: https://learn.microsoft.com/graph/api/protectionunitbase-canceloffboard?view=graph-rest-beta
@@ -8187,7 +8187,7 @@ components:
81878187
maximum: 2147483647
81888188
minimum: -2147483648
81898189
type: number
8190-
description: .
8190+
description: This property will be deprecated soon. Don't use.
81918191
format: int32
81928192
nullable: true
81938193
searchResponseId:
@@ -8396,21 +8396,26 @@ components:
83968396
createdDateTime:
83978397
pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$'
83988398
type: string
8399-
description: The time of creation of the policy.
8399+
description: 'The date and time when the policy was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.'
84008400
format: date-time
84018401
nullable: true
84028402
displayName:
84038403
type: string
84048404
description: The name of the policy to be created.
84058405
nullable: true
8406+
isEnabled:
8407+
type: boolean
8408+
description: Indicates whether the policy is enabled.
84068409
lastModifiedBy:
84078410
$ref: '#/components/schemas/microsoft.graph.identitySet'
84088411
lastModifiedDateTime:
84098412
pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$'
84108413
type: string
8411-
description: The timestamp of the last modification of the policy.
8414+
description: 'The date and time when the policy was last modified. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.'
84128415
format: date-time
84138416
nullable: true
8417+
protectionPolicyArtifactCount:
8418+
$ref: '#/components/schemas/microsoft.graph.protectionPolicyArtifactCount'
84148419
retentionSettings:
84158420
type: array
84168421
items:
@@ -8953,6 +8958,40 @@ components:
89538958
- restoreLocked
89548959
- unknownFutureValue
89558960
type: string
8961+
microsoft.graph.protectionPolicyArtifactCount:
8962+
title: protectionPolicyArtifactCount
8963+
type: object
8964+
properties:
8965+
completed:
8966+
maximum: 2147483647
8967+
minimum: -2147483648
8968+
type: number
8969+
description: The number of artifacts whose protection is completed.
8970+
format: int32
8971+
nullable: true
8972+
failed:
8973+
maximum: 2147483647
8974+
minimum: -2147483648
8975+
type: number
8976+
description: The number of artifacts whose protection failed.
8977+
format: int32
8978+
nullable: true
8979+
inProgress:
8980+
maximum: 2147483647
8981+
minimum: -2147483648
8982+
type: number
8983+
description: The number of artifacts whose protection is in progress.
8984+
format: int32
8985+
nullable: true
8986+
total:
8987+
maximum: 2147483647
8988+
minimum: -2147483648
8989+
type: number
8990+
description: The number of artifacts present in the protection policy.
8991+
format: int32
8992+
nullable: true
8993+
additionalProperties:
8994+
type: object
89568995
microsoft.graph.retentionSetting:
89578996
title: retentionSetting
89588997
type: object

openApiDocs/beta/Bookings.yml

Lines changed: 42 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14664,21 +14664,26 @@ components:
1466414664
createdDateTime:
1466514665
pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$'
1466614666
type: string
14667-
description: The time of creation of the policy.
14667+
description: 'The date and time when the policy was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.'
1466814668
format: date-time
1466914669
nullable: true
1467014670
displayName:
1467114671
type: string
1467214672
description: The name of the policy to be created.
1467314673
nullable: true
14674+
isEnabled:
14675+
type: boolean
14676+
description: Indicates whether the policy is enabled.
1467414677
lastModifiedBy:
1467514678
$ref: '#/components/schemas/microsoft.graph.identitySet'
1467614679
lastModifiedDateTime:
1467714680
pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$'
1467814681
type: string
14679-
description: The timestamp of the last modification of the policy.
14682+
description: 'The date and time when the policy was last modified. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.'
1468014683
format: date-time
1468114684
nullable: true
14685+
protectionPolicyArtifactCount:
14686+
$ref: '#/components/schemas/microsoft.graph.protectionPolicyArtifactCount'
1468214687
retentionSettings:
1468314688
type: array
1468414689
items:
@@ -15400,7 +15405,7 @@ components:
1540015405
maximum: 2147483647
1540115406
minimum: -2147483648
1540215407
type: number
15403-
description: .
15408+
description: This property will be deprecated soon. Don't use.
1540415409
format: int32
1540515410
nullable: true
1540615411
searchResponseId:
@@ -15502,6 +15507,40 @@ components:
1550215507
description: The list of email addresses that are added to the corresponding OneDrive for work or school restore session in a bulk operation.
1550315508
additionalProperties:
1550415509
type: object
15510+
microsoft.graph.protectionPolicyArtifactCount:
15511+
title: protectionPolicyArtifactCount
15512+
type: object
15513+
properties:
15514+
completed:
15515+
maximum: 2147483647
15516+
minimum: -2147483648
15517+
type: number
15518+
description: The number of artifacts whose protection is completed.
15519+
format: int32
15520+
nullable: true
15521+
failed:
15522+
maximum: 2147483647
15523+
minimum: -2147483648
15524+
type: number
15525+
description: The number of artifacts whose protection failed.
15526+
format: int32
15527+
nullable: true
15528+
inProgress:
15529+
maximum: 2147483647
15530+
minimum: -2147483648
15531+
type: number
15532+
description: The number of artifacts whose protection is in progress.
15533+
format: int32
15534+
nullable: true
15535+
total:
15536+
maximum: 2147483647
15537+
minimum: -2147483648
15538+
type: number
15539+
description: The number of artifacts present in the protection policy.
15540+
format: int32
15541+
nullable: true
15542+
additionalProperties:
15543+
type: object
1550515544
microsoft.graph.retentionSetting:
1550615545
title: retentionSetting
1550715546
type: object

0 commit comments

Comments
 (0)