Skip to content

Commit 67d4341

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Updated directives to remove overgenerated variants
1 parent 75c9880 commit 67d4341

File tree

8 files changed

+2588
-711
lines changed

8 files changed

+2588
-711
lines changed

config/ModulesMapping.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// "BackupRestore": "^solutions.backupRestoreRoot$|^solutions.backupRestore.*.Actions$|^solutions.backupRestore.*.Functions$",
66
// "Calendar": "^places\\.|^users.calendar$|^users.calendarGroup$|^users.event$|^groups.calendar$|^groups.event$",
77
// "ChangeNotifications": "^subscriptions\\.",
8-
// "CloudCommunications": "^users.onlineMeeting$|^users.presence$|^communications\\.",
8+
"CloudCommunications": "^users.onlineMeeting$|^users.presence$|^communications\\.",
99
// "Compliance": "^compliance\\.|^privacy.subjectRightsRequest$",
1010
// "CrossDeviceExperiences": "^users.userActivity$|^users.device$",
1111
// "Devices.CloudPrint": "^print\\.",

openApiDocs/beta/CloudCommunications.yml

Lines changed: 1629 additions & 626 deletions
Large diffs are not rendered by default.

openApiDocs/beta/Sites.yml

Lines changed: 54 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61212,11 +61212,11 @@ paths:
6121261212
get:
6121361213
tags:
6121461214
- sites.list
61215-
summary: List operations
61216-
description: Get the list of richLongRunningOperations associated with a list.
61215+
summary: Get metadata for a list
61216+
description: Return the metadata for a list.
6121761217
externalDocs:
6121861218
description: Find more info here
61219-
url: https://learn.microsoft.com/graph/api/list-list-operations?view=graph-rest-beta
61219+
url: https://learn.microsoft.com/graph/api/list-get?view=graph-rest-beta
6122061220
operationId: site_GetList
6122161221
parameters:
6122261222
- name: site-id
@@ -96219,7 +96219,7 @@ components:
9621996219
type: object
9622096220
microsoft.graph.appRoleAssignment:
9622196221
allOf:
96222-
- $ref: '#/components/schemas/microsoft.graph.entity'
96222+
- $ref: '#/components/schemas/microsoft.graph.directoryObject'
9622396223
- title: appRoleAssignment
9622496224
type: object
9622596225
properties:
@@ -96848,6 +96848,8 @@ components:
9684896848
description: The results of every partner agent's installation status on Cloud PC.
9684996849
powerState:
9685096850
$ref: '#/components/schemas/microsoft.graph.cloudPcPowerState'
96851+
productType:
96852+
$ref: '#/components/schemas/microsoft.graph.cloudPcProductType'
9685196853
provisioningPolicyId:
9685296854
type: string
9685396855
description: The provisioning policy ID of the Cloud PC.
@@ -99473,6 +99475,8 @@ components:
9947399475
description: 'When set to true, documents in the user''s Office Delve are disabled. Users can control this setting in Office Delve.'
9947499476
contactMergeSuggestions:
9947599477
$ref: '#/components/schemas/microsoft.graph.contactMergeSuggestions'
99478+
exchange:
99479+
$ref: '#/components/schemas/microsoft.graph.exchangeSettings'
9947699480
itemInsights:
9947799481
$ref: '#/components/schemas/microsoft.graph.userInsightsSettings'
9947899482
regionalAndLanguageSettings:
@@ -103189,6 +103193,8 @@ components:
103189103193
properties:
103190103194
capabilityType:
103191103195
$ref: '#/components/schemas/microsoft.graph.cloudPcDisasterRecoveryCapabilityType'
103196+
licenseType:
103197+
$ref: '#/components/schemas/microsoft.graph.cloudPcDisasterRecoveryLicenseType'
103192103198
primaryRegion:
103193103199
type: string
103194103200
description: The primary and mainly used region where the Cloud PC is located.
@@ -103300,6 +103306,16 @@ components:
103300103306
- poweredOff
103301103307
- unknownFutureValue
103302103308
type: string
103309+
microsoft.graph.cloudPcProductType:
103310+
title: cloudPcProductType
103311+
enum:
103312+
- enterprise
103313+
- frontline
103314+
- devBox
103315+
- powerAutomate
103316+
- business
103317+
- unknownFutureValue
103318+
type: string
103303103319
microsoft.graph.cloudPcProvisioningType:
103304103320
title: cloudPcProvisioningType
103305103321
enum:
@@ -104196,6 +104212,10 @@ components:
104196104212
type: boolean
104197104213
description: Indicates whether the schedule is enabled for the team. Required.
104198104214
nullable: true
104215+
isActivitiesIncludedWhenCopyingShiftsEnabled:
104216+
type: boolean
104217+
description: Indicates whether copied shifts include activities from the original shift.
104218+
nullable: true
104199104219
isCrossLocationShiftRequestApprovalRequired:
104200104220
type: boolean
104201104221
description: Indicates whether approval is required by a manager of this schedule for cross location shift requests.
@@ -108074,6 +108094,20 @@ components:
108074108094
nullable: true
108075108095
additionalProperties:
108076108096
type: object
108097+
microsoft.graph.exchangeSettings:
108098+
allOf:
108099+
- $ref: '#/components/schemas/microsoft.graph.entity'
108100+
- title: exchangeSettings
108101+
type: object
108102+
properties:
108103+
inPlaceArchiveMailboxId:
108104+
type: string
108105+
nullable: true
108106+
primaryMailboxId:
108107+
type: string
108108+
nullable: true
108109+
additionalProperties:
108110+
type: object
108077108111
microsoft.graph.userInsightsSettings:
108078108112
allOf:
108079108113
- $ref: '#/components/schemas/microsoft.graph.entity'
@@ -109941,6 +109975,13 @@ components:
109941109975
- failback
109942109976
- unknownFutureValue
109943109977
type: string
109978+
microsoft.graph.cloudPcDisasterRecoveryLicenseType:
109979+
title: cloudPcDisasterRecoveryLicenseType
109980+
enum:
109981+
- none
109982+
- standard
109983+
- unknownFutureValue
109984+
type: string
109944109985
microsoft.graph.actionState:
109945109986
title: actionState
109946109987
enum:
@@ -115366,6 +115407,10 @@ components:
115366115407
type: string
115367115408
description: The time the entry is recorded.
115368115409
format: date-time
115410+
isAtApprovedLocation:
115411+
type: boolean
115412+
description: Indicates whether this action happens at an approved location.
115413+
nullable: true
115369115414
notes:
115370115415
$ref: '#/components/schemas/microsoft.graph.itemBody'
115371115416
additionalProperties:
@@ -116018,6 +116063,7 @@ components:
116018116063
- project
116019116064
- driveItem
116020116065
- user
116066+
- teamsChannel
116021116067
type: string
116022116068
microsoft.graph.plannerCreationSourceKind:
116023116069
title: plannerCreationSourceKind
@@ -119029,6 +119075,10 @@ components:
119029119075
type: boolean
119030119076
description: 'If true, the restriction isn''t enforced for SAML applications in Microsoft Entra ID; else, the restriction is enforced for those applications.'
119031119077
nullable: true
119078+
isStateSetByMicrosoft:
119079+
type: boolean
119080+
description: 'If true, Microsoft sets the identifierUriRestriction state. If false, the tenant modifies the identifierUriRestriction state. Read-only.'
119081+
readOnly: true
119032119082
restrictForAppsCreatedAfterDateTime:
119033119083
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])$'
119034119084
type: string

0 commit comments

Comments
 (0)