Skip to content

Commit bb9edff

Browse files
authored
Merge pull request #293 from microsoftgraph/po/0.7.1Refresh
Refresh modules for 0.7.1 release
2 parents 3509ad0 + 80b5059 commit bb9edff

File tree

142 files changed

+10552
-2355
lines changed

Some content is hidden

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

142 files changed

+10552
-2355
lines changed

config/ModuleMetadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
"tags": "MicrosoftGraph;Microsoft;Office365;Graph;PowerShell;GraphServiceClient;Outlook;OneDrive;AzureAD;GraphAPI;Productivity;SharePoint;Intune;SDK;",
1111
"releaseNotes": "See https://aka.ms/GraphPowerShell-Release.",
1212
"assemblyOriginatorKeyFile": "35MSSharedLib1024.snk",
13-
"version": "0.7.0"
13+
"version": "0.7.1"
1414
}

openApiDocs/beta/Bookings.yml

+24
Original file line numberDiff line numberDiff line change
@@ -636,6 +636,18 @@ paths:
636636
schema:
637637
type: string
638638
x-ms-docs-key-type: bookingBusiness
639+
- name: start
640+
in: query
641+
description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00'
642+
required: true
643+
schema:
644+
type: string
645+
- name: end
646+
in: query
647+
description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00'
648+
required: true
649+
schema:
650+
type: string
639651
- $ref: '#/components/parameters/top'
640652
- $ref: '#/components/parameters/skip'
641653
- $ref: '#/components/parameters/search'
@@ -828,6 +840,18 @@ paths:
828840
schema:
829841
type: string
830842
x-ms-docs-key-type: bookingAppointment
843+
- name: start
844+
in: query
845+
description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00'
846+
required: true
847+
schema:
848+
type: string
849+
- name: end
850+
in: query
851+
description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00'
852+
required: true
853+
schema:
854+
type: string
831855
- name: $select
832856
in: query
833857
description: Select properties to be returned

0 commit comments

Comments
 (0)