Skip to content

Commit 2928b82

Browse files
github-actions[bot]Microsoft Graph DevX Toolingpeombwa
authored
Weekly OpenApiDocs Download (#932)
* Weekly OpenApiDocs Download * Bump SDK version * Bump SDK version * [run ci] Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com> Co-authored-by: Peter Ombwa <peter.ombwa@microsoft.com>
1 parent a9033d5 commit 2928b82

117 files changed

Lines changed: 32141 additions & 2916 deletions

File tree

Some content is hidden

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

.azure-pipelines/generation-templates/generate-service-modules.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ parameters:
3232
jobs:
3333
- job: GenerateServiceModules
3434
displayName: Service module generation
35-
timeoutInMinutes: 360
35+
timeoutInMinutes: 600
3636
condition: and(succeeded(), ne(stageDependencies.DownloadOpenAPIDocs.GetLatestDocs.outputs['OpenAPIDocDiff.ModulesWithChanges'], ''))
3737
variables:
3838
Branch: ${{ parameters.Branch }}

config/ModuleMetadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
],
2323
"releaseNotes": "See https://aka.ms/GraphPowerShell-Release.",
2424
"assemblyOriginatorKeyFile": "35MSSharedLib1024.snk",
25-
"version": "1.8.0"
25+
"version": "1.8.1"
2626
}

openApiDocs/beta/Bookings.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2273,6 +2273,7 @@ components:
22732273
nullable: true
22742274
customerTimeZone:
22752275
type: string
2276+
description: 'The time zone of the customer. For a list of possible values, see dateTimeTimeZone.'
22762277
nullable: true
22772278
duration:
22782279
pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$'
@@ -2299,8 +2300,10 @@ components:
22992300
nullable: true
23002301
isLocationOnline:
23012302
type: boolean
2303+
description: True indicates that the appointment will be held online. Default value is false.
23022304
joinWebUrl:
23032305
type: string
2306+
description: The URL of the online meeting for the appointment.
23042307
nullable: true
23052308
onlineMeetingUrl:
23062309
type: string
@@ -2348,6 +2351,7 @@ components:
23482351
nullable: true
23492352
smsNotificationsEnabled:
23502353
type: boolean
2354+
description: True indicates SMS notifications will be sent to the customers for the appointment. Default value is false.
23512355
staffMemberIds:
23522356
type: array
23532357
items:
@@ -2369,10 +2373,12 @@ components:
23692373
type: array
23702374
items:
23712375
$ref: '#/components/schemas/microsoft.graph.physicalAddress'
2376+
description: 'Addresses associated with the customer, including home, business and other addresses.'
23722377
phones:
23732378
type: array
23742379
items:
23752380
$ref: '#/components/schemas/microsoft.graph.phone'
2381+
description: 'Phone numbers associated with the customer, including home, business and mobile numbers.'
23762382
additionalProperties:
23772383
type: object
23782384
description: Represents a customer of the business.
@@ -2412,6 +2418,7 @@ components:
24122418
description: True means this service is not available to customers for booking.
24132419
isLocationOnline:
24142420
type: boolean
2421+
description: True indicates that the appointments for the service will be held online. Default value is false.
24152422
notes:
24162423
type: string
24172424
description: Additional information about this service.
@@ -2430,6 +2437,7 @@ components:
24302437
$ref: '#/components/schemas/microsoft.graph.bookingSchedulingPolicy'
24312438
smsNotificationsEnabled:
24322439
type: boolean
2440+
description: True indicates SMS notifications can be sent to the customers for the appointment of the service. Default value is false.
24332441
staffMemberIds:
24342442
type: array
24352443
items:
@@ -2438,7 +2446,7 @@ components:
24382446
description: Represents those staff members who provide this service.
24392447
webUrl:
24402448
type: string
2441-
description: The URL of the booking service.
2449+
description: The URL a customer uses to access the service.
24422450
nullable: true
24432451
additionalProperties:
24442452
type: object
@@ -2463,6 +2471,7 @@ components:
24632471
$ref: '#/components/schemas/microsoft.graph.bookingStaffRole'
24642472
timeZone:
24652473
type: string
2474+
description: 'The time zone of the staff member. For a list of possible values, see dateTimeTimeZone.'
24662475
nullable: true
24672476
useBusinessHours:
24682477
type: boolean

openApiDocs/beta/CloudCommunications.yml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4313,6 +4313,7 @@ paths:
43134313
properties:
43144314
sessionId:
43154315
type: string
4316+
nullable: true
43164317
additionalProperties:
43174318
type: object
43184319
required: true
@@ -4345,6 +4346,7 @@ paths:
43454346
properties:
43464347
sessionId:
43474348
type: string
4349+
nullable: true
43484350
availability:
43494351
type: string
43504352
activity:
@@ -6473,12 +6475,12 @@ components:
64736475
nullable: true
64746476
alternativeRecording:
64756477
type: string
6476-
description: The content stream of the alternative recording of a live event. Read-only.
6478+
description: The content stream of the alternative recording of a Microsoft Teams live event. Read-only.
64776479
format: base64url
64786480
nullable: true
64796481
attendeeReport:
64806482
type: string
6481-
description: The content stream of the attendee report of a live event. Read-only.
6483+
description: The content stream of the attendee report of a Microsoft Teams live event. Read-only.
64826484
format: base64url
64836485
nullable: true
64846486
audioConferencing:
@@ -6522,7 +6524,7 @@ components:
65226524
nullable: true
65236525
isBroadcast:
65246526
type: boolean
6525-
description: Indicates if this is a live event.
6527+
description: Indicates if this is a Teams live event.
65266528
nullable: true
65276529
isCancelled:
65286530
type: boolean
@@ -6546,7 +6548,7 @@ components:
65466548
nullable: true
65476549
recording:
65486550
type: string
6549-
description: The content stream of the recording of a live event. Read-only.
6551+
description: The content stream of the recording of a Teams live event. Read-only.
65506552
format: base64url
65516553
nullable: true
65526554
startDateTime:
@@ -7251,19 +7253,19 @@ components:
72517253
$ref: '#/components/schemas/microsoft.graph.broadcastMeetingAudience'
72527254
isAttendeeReportEnabled:
72537255
type: boolean
7254-
description: Indicates whether attendee report is enabled for this live event. Default value is false.
7256+
description: Indicates whether attendee report is enabled for this Teams live event. Default value is false.
72557257
nullable: true
72567258
isQuestionAndAnswerEnabled:
72577259
type: boolean
7258-
description: Indicates whether Q&A is enabled for this live event. Default value is false.
7260+
description: Indicates whether Q&A is enabled for this Teams live event. Default value is false.
72597261
nullable: true
72607262
isRecordingEnabled:
72617263
type: boolean
7262-
description: Indicates whether recording is enabled for this live event. Default value is false.
7264+
description: Indicates whether recording is enabled for this Teams live event. Default value is false.
72637265
nullable: true
72647266
isVideoOnDemandEnabled:
72657267
type: boolean
7266-
description: Indicates whether video on demand is enabled for this live event. Default value is false.
7268+
description: Indicates whether video on demand is enabled for this Teams live event. Default value is false.
72677269
nullable: true
72687270
additionalProperties:
72697271
type: object

openApiDocs/beta/Compliance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23119,7 +23119,7 @@ components:
2311923119
$ref: '#/components/schemas/microsoft.graph.accessReviewNotificationRecipientScope'
2312023120
notificationTemplateType:
2312123121
type: string
23122-
description: Indicates the type of access review email to be sent. Supported template type is CompletedAdditionalRecipients which sends review completion notifications to the recipients.
23122+
description: 'Indicates the type of access review email to be sent. Supported template type is CompletedAdditionalRecipients, which sends review completion notifications to the recipients.'
2312323123
nullable: true
2312423124
additionalProperties:
2312523125
type: object
@@ -23157,7 +23157,7 @@ components:
2315723157
recommendationLookBackDuration:
2315823158
pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$'
2315923159
type: string
23160-
description: 'Optional field. Indicates the time period of inactivity (with respect to the start date of the review instance) that recommendations will be configured from. The recommendation will be to deny if the user is inactive during the look back duration. If not specified, the duration is 30 days.'
23160+
description: 'Optional field. Indicates the time period of inactivity (with respect to the start date of the review instance) that recommendations will be configured from. The recommendation will be to deny if the user is inactive during the look back duration. For reviews of groups and Azure AD roles, any duration is accepted. For reviews of applications, 30 days is the maximum duration. If not specified, the duration is 30 days.'
2316123161
format: duration
2316223162
nullable: true
2316323163
recommendationsEnabled:

0 commit comments

Comments
 (0)