Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
313b952
Updating examples
Aug 1, 2025
a37c29d
Merge pull request #3372 from microsoftgraph/WeeklyExamplesUpdate/202…
ramsessanchez Aug 1, 2025
b93b489
adding template context
adrian05-ms Aug 13, 2025
b70669d
removing checkout
adrian05-ms Aug 13, 2025
de8230e
Merge pull request #3377 from microsoftgraph/feat/security-pipeline-fix
adrian05-ms Aug 13, 2025
c02426c
manually update openApi docs (#3373)
ramsessanchez Aug 15, 2025
8a4bcd6
Updating examples (#3378)
MIchaelMainer Aug 15, 2025
8eff8b8
Compress MgCommandMetadata.json to reduce whitespace/package size for…
sean-r-williams Aug 15, 2025
cbe3b2c
[v2] Weekly OpenApiDocs Refresh (#3379)
MIchaelMainer Aug 18, 2025
e6298e3
fix: include the groups on prem sync behavior in the OpenAPI spec (#3…
gavinbarron Sep 22, 2025
7fec312
update azure.identity tooling (#3403)
ramsessanchez Sep 23, 2025
6ea3d09
Updating examples (#3398)
MIchaelMainer Sep 23, 2025
79dc52f
Update New-MgDomainFederationConfiguration.md (#3385)
juntakata Sep 23, 2025
351e577
Fix missing extensionAttributes structure in PowerShell Example 2 for…
KonstantinMSFT Sep 23, 2025
030a900
Fix: Include the users onPremSyncBehavior API in the OpenAPI spec (#3…
darshanmaiya Sep 23, 2025
74b15a6
[v2] Weekly OpenApiDocs Refresh (#3410)
MIchaelMainer Sep 26, 2025
c82af6b
revert azure identity updates (#3411)
ramsessanchez Sep 26, 2025
5f7bf07
Add generated MgCommandMetadata.json. [run ci] (#3412)
MIchaelMainer Sep 29, 2025
167f29d
Updating examples (#3416)
MIchaelMainer Oct 16, 2025
42ad1d2
Update example to clarify scope of AllowedToUseSSPR parameter (#3417)
msewaweru Oct 16, 2025
f5a0276
update known working open api docs (#3424)
ramsessanchez Oct 17, 2025
11e8ff0
[v2] Weekly OpenApiDocs Refresh (#3423)
MIchaelMainer Oct 17, 2025
1f2d3a5
merge main into dev
ramsessanchez Oct 17, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions config/ModuleMetadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
"versions": {
"authentication": {
"prerelease": "",
"version": "2.31.0"
"version": "2.32.0"
},
"beta": {
"prerelease": "",
"version": "2.31.0"
"version": "2.32.0"
},
"v1.0": {
"prerelease": "",
"version": "2.31.0"
"version": "2.32.0"
}
}
}
307 changes: 189 additions & 118 deletions openApiDocs/beta/Applications.yml

Large diffs are not rendered by default.

47 changes: 43 additions & 4 deletions openApiDocs/beta/BackupRestore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4730,7 +4730,7 @@ paths:
tags:
- solutions.backupRestoreRoot
summary: Invoke action cancelOffboard
description: Cancel offboard for a protectionUnitBase.
description: Cancel the offboarding of a protectionUnitBase.
externalDocs:
description: Find more info here
url: https://learn.microsoft.com/graph/api/protectionunitbase-canceloffboard?view=graph-rest-beta
Expand Down Expand Up @@ -8187,7 +8187,7 @@ components:
maximum: 2147483647
minimum: -2147483648
type: number
description: .
description: This property will be deprecated soon. Don't use.
format: int32
nullable: true
searchResponseId:
Expand Down Expand Up @@ -8396,21 +8396,26 @@ components:
createdDateTime:
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])$'
type: string
description: The time of creation of the policy.
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.'
format: date-time
nullable: true
displayName:
type: string
description: The name of the policy to be created.
nullable: true
isEnabled:
type: boolean
description: Indicates whether the policy is enabled.
lastModifiedBy:
$ref: '#/components/schemas/microsoft.graph.identitySet'
lastModifiedDateTime:
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])$'
type: string
description: The timestamp of the last modification of the policy.
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.'
format: date-time
nullable: true
protectionPolicyArtifactCount:
$ref: '#/components/schemas/microsoft.graph.protectionPolicyArtifactCount'
retentionSettings:
type: array
items:
Expand Down Expand Up @@ -8953,6 +8958,40 @@ components:
- restoreLocked
- unknownFutureValue
type: string
microsoft.graph.protectionPolicyArtifactCount:
title: protectionPolicyArtifactCount
type: object
properties:
completed:
maximum: 2147483647
minimum: -2147483648
type: number
description: The number of artifacts whose protection is completed.
format: int32
nullable: true
failed:
maximum: 2147483647
minimum: -2147483648
type: number
description: The number of artifacts whose protection failed.
format: int32
nullable: true
inProgress:
maximum: 2147483647
minimum: -2147483648
type: number
description: The number of artifacts whose protection is in progress.
format: int32
nullable: true
total:
maximum: 2147483647
minimum: -2147483648
type: number
description: The number of artifacts present in the protection policy.
format: int32
nullable: true
additionalProperties:
type: object
microsoft.graph.retentionSetting:
title: retentionSetting
type: object
Expand Down
45 changes: 42 additions & 3 deletions openApiDocs/beta/Bookings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14664,21 +14664,26 @@ components:
createdDateTime:
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])$'
type: string
description: The time of creation of the policy.
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.'
format: date-time
nullable: true
displayName:
type: string
description: The name of the policy to be created.
nullable: true
isEnabled:
type: boolean
description: Indicates whether the policy is enabled.
lastModifiedBy:
$ref: '#/components/schemas/microsoft.graph.identitySet'
lastModifiedDateTime:
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])$'
type: string
description: The timestamp of the last modification of the policy.
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.'
format: date-time
nullable: true
protectionPolicyArtifactCount:
$ref: '#/components/schemas/microsoft.graph.protectionPolicyArtifactCount'
retentionSettings:
type: array
items:
Expand Down Expand Up @@ -15400,7 +15405,7 @@ components:
maximum: 2147483647
minimum: -2147483648
type: number
description: .
description: This property will be deprecated soon. Don't use.
format: int32
nullable: true
searchResponseId:
Expand Down Expand Up @@ -15502,6 +15507,40 @@ components:
description: The list of email addresses that are added to the corresponding OneDrive for work or school restore session in a bulk operation.
additionalProperties:
type: object
microsoft.graph.protectionPolicyArtifactCount:
title: protectionPolicyArtifactCount
type: object
properties:
completed:
maximum: 2147483647
minimum: -2147483648
type: number
description: The number of artifacts whose protection is completed.
format: int32
nullable: true
failed:
maximum: 2147483647
minimum: -2147483648
type: number
description: The number of artifacts whose protection failed.
format: int32
nullable: true
inProgress:
maximum: 2147483647
minimum: -2147483648
type: number
description: The number of artifacts whose protection is in progress.
format: int32
nullable: true
total:
maximum: 2147483647
minimum: -2147483648
type: number
description: The number of artifacts present in the protection policy.
format: int32
nullable: true
additionalProperties:
type: object
microsoft.graph.retentionSetting:
title: retentionSetting
type: object
Expand Down
Loading
Loading