Skip to content

Commit f498798

Browse files
github-actions[bot]Microsoft Graph DevX Toolingpeombwa
authored
Docs Generation (#1138)
* Weekly OpenApiDocs Download. [run ci] * Add generated MgCommandMetadata.json. [run ci] * Docs Generation for Devices.CloudPrint [run ci] * Docs Generation for Devices.CorporateManagement [run ci] * Docs Generation for DeviceManagement.Enrolment [run ci] * Docs Generation for Users.Functions [run ci] * Docs Generation for Files [run ci] * Docs Generation for Identity.Governance [run ci] * Docs Generation for CrossDeviceExperiences [run ci] * Docs Generation for Identity.SignIns [run ci] * Docs Generation for DirectoryObjects [run ci] * Docs Generation for ChangeNotifications [run ci] * Docs Generation for Bookings [run ci] * Docs Generation for Identity.DirectoryManagement [run ci] * Docs Generation for Education [run ci] * Docs Generation for Users [run ci] * Docs Generation for Sites [run ci] * Docs Generation for Users.Actions [run ci] * Docs Generation for DeviceManagement [run ci] * Docs Generation for Teams [run ci] * Docs Generation for Security [run ci] * Docs Generation for Groups [run ci] Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com> Co-authored-by: Peter Ombwa <peombwa@microsoft.com>
1 parent 2733afd commit f498798

File tree

4,141 files changed

+287165
-1163129
lines changed

Some content is hidden

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

4,141 files changed

+287165
-1163129
lines changed

src/Bookings/Bookings/docs/v1.0-beta/Microsoft.Graph.Bookings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
Module Name: Microsoft.Graph.Bookings
3-
Module Guid: a8bc8dc1-78ad-4dbd-a8a3-21e8809c0697
3+
Module Guid: 2b613087-2170-4e01-be6c-e859d3d8db7e
44
Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.bookings
55
Help Version: 1.0.0.0
66
Locale: en-US

src/Bookings/Bookings/docs/v1.0-beta/New-MgBookingBusiness.md

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

src/Bookings/Bookings/docs/v1.0-beta/New-MgBookingBusinessAppointment.md

Lines changed: 21 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ Accept wildcard characters: False
291291
```
292292
293293
### -FilledAttendeesCount
294-
The current number of customers in the appointment.
294+
The current number of customers in the appointment
295295
296296
```yaml
297297
Type: System.Int32
@@ -413,7 +413,7 @@ Accept wildcard characters: False
413413
```
414414
415415
### -IsLocationOnline
416-
True indicates that the appointment will be held online.
416+
If true, indicates that the appointment will be held online.
417417
Default value is false.
418418
419419
```yaml
@@ -445,6 +445,8 @@ Accept wildcard characters: False
445445
446446
### -MaximumAttendeesCount
447447
The maximum number of customers allowed in an appointment.
448+
If maximumAttendeesCount of the service is greater than 1, pass valid customer IDs while creating or updating an appointment.
449+
To create a customer, use the Create bookingCustomer operation.
448450
449451
```yaml
450452
Type: System.Int32
@@ -474,7 +476,7 @@ Accept wildcard characters: False
474476
```
475477
476478
### -OptOutOfCustomerEmail
477-
True indicates that the bookingCustomer for this appointment does not wish to receive a confirmation for this appointment.
479+
If true indicates that the bookingCustomer for this appointment does not wish to receive a confirmation for this appointment.
478480
479481
```yaml
480482
Type: System.Management.Automation.SwitchParameter
@@ -569,6 +571,7 @@ Accept wildcard characters: False
569571
570572
### -SelfServiceAppointmentId
571573
An additional tracking ID for the appointment, if the appointment has been created directly by the customer on the scheduling page, as opposed to by a staff member on the behalf of the customer.
574+
Only supported for appointment if maxAttendeeCount is 1.
572575
573576
```yaml
574577
Type: System.String
@@ -646,7 +649,7 @@ Accept wildcard characters: False
646649
```
647650
648651
### -SmsNotificationsEnabled
649-
True indicates SMS notifications will be sent to the customers for the appointment.
652+
If true, indicates SMS notifications will be sent to the customers for the appointment.
650653
Default value is false.
651654
652655
```yaml
@@ -783,19 +786,19 @@ BODYPARAMETER <IMicrosoftGraphBookingAppointment>: Represents a booked appointme
783786
- `[Duration <TimeSpan?>]`: The length of the appointment, denoted in ISO8601 format.
784787
- `[End <IMicrosoftGraphDateTimeZone>]`: dateTimeTimeZone
785788
- `[(Any) <Object>]`: This indicates any property can be added to this object.
786-
- `[DateTime <String>]`: A single point of time in a combined date and time representation ({date}T{time}). For example, '2019-04-16T09:00:00'.
787-
- `[TimeZone <String>]`: Represents a time zone, for example, 'Pacific Standard Time'. See below for possible values.
788-
- `[FilledAttendeesCount <Int32?>]`: The current number of customers in the appointment.
789+
- `[DateTime <String>]`: A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).
790+
- `[TimeZone <String>]`: Represents a time zone, for example, 'Pacific Standard Time'. See below for more possible values.
791+
- `[FilledAttendeesCount <Int32?>]`: The current number of customers in the appointment
789792
- `[InvoiceAmount <Double?>]`: The billed amount on the invoice.
790793
- `[InvoiceDate <IMicrosoftGraphDateTimeZone>]`: dateTimeTimeZone
791794
- `[InvoiceId <String>]`: The ID of the invoice.
792795
- `[InvoiceStatus <String>]`: bookingInvoiceStatus
793796
- `[InvoiceUrl <String>]`: The URL of the invoice in Microsoft Bookings.
794-
- `[IsLocationOnline <Boolean?>]`: True indicates that the appointment will be held online. Default value is false.
797+
- `[IsLocationOnline <Boolean?>]`: If true, indicates that the appointment will be held online. Default value is false.
795798
- `[JoinWebUrl <String>]`: The URL of the online meeting for the appointment.
796-
- `[MaximumAttendeesCount <Int32?>]`: The maximum number of customers allowed in an appointment.
799+
- `[MaximumAttendeesCount <Int32?>]`: The maximum number of customers allowed in an appointment. If maximumAttendeesCount of the service is greater than 1, pass valid customer IDs while creating or updating an appointment. To create a customer, use the Create bookingCustomer operation.
797800
- `[OnlineMeetingUrl <String>]`:
798-
- `[OptOutOfCustomerEmail <Boolean?>]`: True indicates that the bookingCustomer for this appointment does not wish to receive a confirmation for this appointment.
801+
- `[OptOutOfCustomerEmail <Boolean?>]`: If true indicates that the bookingCustomer for this appointment does not wish to receive a confirmation for this appointment.
799802
- `[PostBuffer <TimeSpan?>]`: The amount of time to reserve after the appointment ends, for cleaning up, as an example. The value is expressed in ISO8601 format.
800803
- `[PreBuffer <TimeSpan?>]`: The amount of time to reserve before the appointment begins, for preparation, as an example. The value is expressed in ISO8601 format.
801804
- `[Price <Double?>]`: The regular price for an appointment for the specified bookingService.
@@ -804,12 +807,12 @@ BODYPARAMETER <IMicrosoftGraphBookingAppointment>: Represents a booked appointme
804807
- `[Message <String>]`: The message in the reminder.
805808
- `[Offset <TimeSpan?>]`: The amount of time before the start of an appointment that the reminder should be sent. It's denoted in ISO 8601 format.
806809
- `[Recipients <String>]`:
807-
- `[SelfServiceAppointmentId <String>]`: An additional tracking ID for the appointment, if the appointment has been created directly by the customer on the scheduling page, as opposed to by a staff member on the behalf of the customer.
810+
- `[SelfServiceAppointmentId <String>]`: An additional tracking ID for the appointment, if the appointment has been created directly by the customer on the scheduling page, as opposed to by a staff member on the behalf of the customer. Only supported for appointment if maxAttendeeCount is 1.
808811
- `[ServiceId <String>]`: The ID of the bookingService associated with this appointment.
809812
- `[ServiceLocation <IMicrosoftGraphLocation>]`: location
810813
- `[ServiceName <String>]`: The name of the bookingService associated with this appointment.This property is optional when creating a new appointment. If not specified, it is computed from the service associated with the appointment by the serviceId property.
811814
- `[ServiceNotes <String>]`: Notes from a bookingStaffMember. The value of this property is available only when reading this bookingAppointment by its ID.
812-
- `[SmsNotificationsEnabled <Boolean?>]`: True indicates SMS notifications will be sent to the customers for the appointment. Default value is false.
815+
- `[SmsNotificationsEnabled <Boolean?>]`: If true, indicates SMS notifications will be sent to the customers for the appointment. Default value is false.
813816
- `[StaffMemberIds <String[]>]`: The ID of each bookingStaffMember who is scheduled in this appointment.
814817
- `[Start <IMicrosoftGraphDateTimeZone>]`: dateTimeTimeZone
815818

@@ -840,8 +843,8 @@ CUSTOMERLOCATION <IMicrosoftGraphLocation>: location
840843

841844
END <IMicrosoftGraphDateTimeZone>: dateTimeTimeZone
842845
- `[(Any) <Object>]`: This indicates any property can be added to this object.
843-
- `[DateTime <String>]`: A single point of time in a combined date and time representation ({date}T{time}). For example, '2019-04-16T09:00:00'.
844-
- `[TimeZone <String>]`: Represents a time zone, for example, 'Pacific Standard Time'. See below for possible values.
846+
- `[DateTime <String>]`: A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).
847+
- `[TimeZone <String>]`: Represents a time zone, for example, 'Pacific Standard Time'. See below for more possible values.
845848

846849
INPUTOBJECT <IBookingsIdentity>: Identity Parameter
847850
- `[BookingAppointmentId <String>]`: key: id of bookingAppointment
@@ -856,8 +859,8 @@ INPUTOBJECT <IBookingsIdentity>: Identity Parameter
856859

857860
INVOICEDATE <IMicrosoftGraphDateTimeZone>: dateTimeTimeZone
858861
- `[(Any) <Object>]`: This indicates any property can be added to this object.
859-
- `[DateTime <String>]`: A single point of time in a combined date and time representation ({date}T{time}). For example, '2019-04-16T09:00:00'.
860-
- `[TimeZone <String>]`: Represents a time zone, for example, 'Pacific Standard Time'. See below for possible values.
862+
- `[DateTime <String>]`: A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).
863+
- `[TimeZone <String>]`: Represents a time zone, for example, 'Pacific Standard Time'. See below for more possible values.
861864

862865
REMINDERS <IMicrosoftGraphBookingReminder[]>: The collection of customer reminders sent for this appointment. The value of this property is available only when reading this bookingAppointment by its ID.
863866
- `[Message <String>]`: The message in the reminder.
@@ -891,8 +894,8 @@ SERVICELOCATION <IMicrosoftGraphLocation>: location
891894

892895
START <IMicrosoftGraphDateTimeZone>: dateTimeTimeZone
893896
- `[(Any) <Object>]`: This indicates any property can be added to this object.
894-
- `[DateTime <String>]`: A single point of time in a combined date and time representation ({date}T{time}). For example, '2019-04-16T09:00:00'.
895-
- `[TimeZone <String>]`: Represents a time zone, for example, 'Pacific Standard Time'. See below for possible values.
897+
- `[DateTime <String>]`: A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).
898+
- `[TimeZone <String>]`: Represents a time zone, for example, 'Pacific Standard Time'. See below for more possible values.
896899

897900
## RELATED LINKS
898901

src/Bookings/Bookings/docs/v1.0-beta/New-MgBookingBusinessCalendarView.md

Lines changed: 21 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ Accept wildcard characters: False
291291
```
292292
293293
### -FilledAttendeesCount
294-
The current number of customers in the appointment.
294+
The current number of customers in the appointment
295295
296296
```yaml
297297
Type: System.Int32
@@ -413,7 +413,7 @@ Accept wildcard characters: False
413413
```
414414
415415
### -IsLocationOnline
416-
True indicates that the appointment will be held online.
416+
If true, indicates that the appointment will be held online.
417417
Default value is false.
418418
419419
```yaml
@@ -445,6 +445,8 @@ Accept wildcard characters: False
445445
446446
### -MaximumAttendeesCount
447447
The maximum number of customers allowed in an appointment.
448+
If maximumAttendeesCount of the service is greater than 1, pass valid customer IDs while creating or updating an appointment.
449+
To create a customer, use the Create bookingCustomer operation.
448450
449451
```yaml
450452
Type: System.Int32
@@ -474,7 +476,7 @@ Accept wildcard characters: False
474476
```
475477
476478
### -OptOutOfCustomerEmail
477-
True indicates that the bookingCustomer for this appointment does not wish to receive a confirmation for this appointment.
479+
If true indicates that the bookingCustomer for this appointment does not wish to receive a confirmation for this appointment.
478480
479481
```yaml
480482
Type: System.Management.Automation.SwitchParameter
@@ -569,6 +571,7 @@ Accept wildcard characters: False
569571
570572
### -SelfServiceAppointmentId
571573
An additional tracking ID for the appointment, if the appointment has been created directly by the customer on the scheduling page, as opposed to by a staff member on the behalf of the customer.
574+
Only supported for appointment if maxAttendeeCount is 1.
572575
573576
```yaml
574577
Type: System.String
@@ -646,7 +649,7 @@ Accept wildcard characters: False
646649
```
647650
648651
### -SmsNotificationsEnabled
649-
True indicates SMS notifications will be sent to the customers for the appointment.
652+
If true, indicates SMS notifications will be sent to the customers for the appointment.
650653
Default value is false.
651654
652655
```yaml
@@ -783,19 +786,19 @@ BODYPARAMETER <IMicrosoftGraphBookingAppointment>: Represents a booked appointme
783786
- `[Duration <TimeSpan?>]`: The length of the appointment, denoted in ISO8601 format.
784787
- `[End <IMicrosoftGraphDateTimeZone>]`: dateTimeTimeZone
785788
- `[(Any) <Object>]`: This indicates any property can be added to this object.
786-
- `[DateTime <String>]`: A single point of time in a combined date and time representation ({date}T{time}). For example, '2019-04-16T09:00:00'.
787-
- `[TimeZone <String>]`: Represents a time zone, for example, 'Pacific Standard Time'. See below for possible values.
788-
- `[FilledAttendeesCount <Int32?>]`: The current number of customers in the appointment.
789+
- `[DateTime <String>]`: A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).
790+
- `[TimeZone <String>]`: Represents a time zone, for example, 'Pacific Standard Time'. See below for more possible values.
791+
- `[FilledAttendeesCount <Int32?>]`: The current number of customers in the appointment
789792
- `[InvoiceAmount <Double?>]`: The billed amount on the invoice.
790793
- `[InvoiceDate <IMicrosoftGraphDateTimeZone>]`: dateTimeTimeZone
791794
- `[InvoiceId <String>]`: The ID of the invoice.
792795
- `[InvoiceStatus <String>]`: bookingInvoiceStatus
793796
- `[InvoiceUrl <String>]`: The URL of the invoice in Microsoft Bookings.
794-
- `[IsLocationOnline <Boolean?>]`: True indicates that the appointment will be held online. Default value is false.
797+
- `[IsLocationOnline <Boolean?>]`: If true, indicates that the appointment will be held online. Default value is false.
795798
- `[JoinWebUrl <String>]`: The URL of the online meeting for the appointment.
796-
- `[MaximumAttendeesCount <Int32?>]`: The maximum number of customers allowed in an appointment.
799+
- `[MaximumAttendeesCount <Int32?>]`: The maximum number of customers allowed in an appointment. If maximumAttendeesCount of the service is greater than 1, pass valid customer IDs while creating or updating an appointment. To create a customer, use the Create bookingCustomer operation.
797800
- `[OnlineMeetingUrl <String>]`:
798-
- `[OptOutOfCustomerEmail <Boolean?>]`: True indicates that the bookingCustomer for this appointment does not wish to receive a confirmation for this appointment.
801+
- `[OptOutOfCustomerEmail <Boolean?>]`: If true indicates that the bookingCustomer for this appointment does not wish to receive a confirmation for this appointment.
799802
- `[PostBuffer <TimeSpan?>]`: The amount of time to reserve after the appointment ends, for cleaning up, as an example. The value is expressed in ISO8601 format.
800803
- `[PreBuffer <TimeSpan?>]`: The amount of time to reserve before the appointment begins, for preparation, as an example. The value is expressed in ISO8601 format.
801804
- `[Price <Double?>]`: The regular price for an appointment for the specified bookingService.
@@ -804,12 +807,12 @@ BODYPARAMETER <IMicrosoftGraphBookingAppointment>: Represents a booked appointme
804807
- `[Message <String>]`: The message in the reminder.
805808
- `[Offset <TimeSpan?>]`: The amount of time before the start of an appointment that the reminder should be sent. It's denoted in ISO 8601 format.
806809
- `[Recipients <String>]`:
807-
- `[SelfServiceAppointmentId <String>]`: An additional tracking ID for the appointment, if the appointment has been created directly by the customer on the scheduling page, as opposed to by a staff member on the behalf of the customer.
810+
- `[SelfServiceAppointmentId <String>]`: An additional tracking ID for the appointment, if the appointment has been created directly by the customer on the scheduling page, as opposed to by a staff member on the behalf of the customer. Only supported for appointment if maxAttendeeCount is 1.
808811
- `[ServiceId <String>]`: The ID of the bookingService associated with this appointment.
809812
- `[ServiceLocation <IMicrosoftGraphLocation>]`: location
810813
- `[ServiceName <String>]`: The name of the bookingService associated with this appointment.This property is optional when creating a new appointment. If not specified, it is computed from the service associated with the appointment by the serviceId property.
811814
- `[ServiceNotes <String>]`: Notes from a bookingStaffMember. The value of this property is available only when reading this bookingAppointment by its ID.
812-
- `[SmsNotificationsEnabled <Boolean?>]`: True indicates SMS notifications will be sent to the customers for the appointment. Default value is false.
815+
- `[SmsNotificationsEnabled <Boolean?>]`: If true, indicates SMS notifications will be sent to the customers for the appointment. Default value is false.
813816
- `[StaffMemberIds <String[]>]`: The ID of each bookingStaffMember who is scheduled in this appointment.
814817
- `[Start <IMicrosoftGraphDateTimeZone>]`: dateTimeTimeZone
815818

@@ -840,8 +843,8 @@ CUSTOMERLOCATION <IMicrosoftGraphLocation>: location
840843

841844
END <IMicrosoftGraphDateTimeZone>: dateTimeTimeZone
842845
- `[(Any) <Object>]`: This indicates any property can be added to this object.
843-
- `[DateTime <String>]`: A single point of time in a combined date and time representation ({date}T{time}). For example, '2019-04-16T09:00:00'.
844-
- `[TimeZone <String>]`: Represents a time zone, for example, 'Pacific Standard Time'. See below for possible values.
846+
- `[DateTime <String>]`: A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).
847+
- `[TimeZone <String>]`: Represents a time zone, for example, 'Pacific Standard Time'. See below for more possible values.
845848

846849
INPUTOBJECT <IBookingsIdentity>: Identity Parameter
847850
- `[BookingAppointmentId <String>]`: key: id of bookingAppointment
@@ -856,8 +859,8 @@ INPUTOBJECT <IBookingsIdentity>: Identity Parameter
856859

857860
INVOICEDATE <IMicrosoftGraphDateTimeZone>: dateTimeTimeZone
858861
- `[(Any) <Object>]`: This indicates any property can be added to this object.
859-
- `[DateTime <String>]`: A single point of time in a combined date and time representation ({date}T{time}). For example, '2019-04-16T09:00:00'.
860-
- `[TimeZone <String>]`: Represents a time zone, for example, 'Pacific Standard Time'. See below for possible values.
862+
- `[DateTime <String>]`: A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).
863+
- `[TimeZone <String>]`: Represents a time zone, for example, 'Pacific Standard Time'. See below for more possible values.
861864

862865
REMINDERS <IMicrosoftGraphBookingReminder[]>: The collection of customer reminders sent for this appointment. The value of this property is available only when reading this bookingAppointment by its ID.
863866
- `[Message <String>]`: The message in the reminder.
@@ -891,8 +894,8 @@ SERVICELOCATION <IMicrosoftGraphLocation>: location
891894

892895
START <IMicrosoftGraphDateTimeZone>: dateTimeTimeZone
893896
- `[(Any) <Object>]`: This indicates any property can be added to this object.
894-
- `[DateTime <String>]`: A single point of time in a combined date and time representation ({date}T{time}). For example, '2019-04-16T09:00:00'.
895-
- `[TimeZone <String>]`: Represents a time zone, for example, 'Pacific Standard Time'. See below for possible values.
897+
- `[DateTime <String>]`: A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).
898+
- `[TimeZone <String>]`: Represents a time zone, for example, 'Pacific Standard Time'. See below for more possible values.
896899

897900
## RELATED LINKS
898901

0 commit comments

Comments
 (0)