Skip to content

Merge to Main 2.10.0 #2470

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 27 commits into from
Nov 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
323564a
Updating examples
Nov 10, 2023
f50106c
Added example
timayabi2020 Nov 10, 2023
b898835
Merge pull request #2429 from microsoftgraph/teamwork-app-setting-exa…
timayabi2020 Nov 14, 2023
0930a32
Merge branch 'dev' into WeeklyExamplesUpdate/202311100308
timayabi2020 Nov 14, 2023
e50f593
Merge pull request #2426 from microsoftgraph/WeeklyExamplesUpdate/202…
timayabi2020 Nov 14, 2023
66be499
Added missing system.memory.data dll
timayabi2020 Nov 14, 2023
429fca1
Merge pull request #2436 from microsoftgraph/2424-microsoftgraphauthe…
timayabi2020 Nov 15, 2023
8d622d1
Bumps sdk version to 2.9.1
timayabi2020 Nov 15, 2023
e192b34
Merge pull request #2442 from microsoftgraph/bugFixes/addsystem.memor…
timayabi2020 Nov 16, 2023
3e23815
Updating examples
Nov 17, 2023
c524ad5
Excaped special characters on path segments
timayabi2020 Nov 21, 2023
7014427
Weekly OpenApiDocs Download.
Nov 21, 2023
2bbc232
Update src/Authentication/Authentication/Cmdlets/InvokeMgGraphRequest.cs
timayabi2020 Nov 21, 2023
025caa8
Merge pull request #2445 from microsoftgraph/WeeklyExamplesUpdate/202…
timayabi2020 Nov 22, 2023
ba5a320
Moved method to hepers and added unit test for the helper method as p…
timayabi2020 Nov 22, 2023
6b8a093
Merge branch 'dev' into 1947-invoke-mggraphrequest-cant-handle-uri-with
timayabi2020 Nov 22, 2023
a8b8118
Add generated MgCommandMetadata.json. [run ci]
Nov 22, 2023
bb75171
Merge branch 'dev' into WeeklyApiRefresh/202311211206
timayabi2020 Nov 22, 2023
7e8170e
Merge pull request #2458 from microsoftgraph/WeeklyApiRefresh/2023112…
timayabi2020 Nov 22, 2023
1430b80
Update src/Authentication/Authentication/Helpers/EncodeUriPath.cs
timayabi2020 Nov 23, 2023
0766a34
Merge branch 'dev' into 1947-invoke-mggraphrequest-cant-handle-uri-with
timayabi2020 Nov 23, 2023
7f249e9
Updating examples
Nov 24, 2023
0fd3465
Merge pull request #2455 from microsoftgraph/1947-invoke-mggraphreque…
timayabi2020 Nov 27, 2023
ffae834
Merge branch 'dev' into WeeklyExamplesUpdate/202311240306
timayabi2020 Nov 28, 2023
38d26b4
Merge pull request #2461 from microsoftgraph/WeeklyExamplesUpdate/202…
timayabi2020 Nov 28, 2023
f509fd7
Merge branch 'main' of https://github.com/microsoftgraph/msgraph-sdk-…
timayabi2020 Nov 30, 2023
4550a3b
Merge pull request #2471 from microsoftgraph/update_basebranch_main
timayabi2020 Nov 30, 2023
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.9.0"
"version": "2.10.0"
},
"beta": {
"prerelease": "",
"version": "2.9.0"
"version": "2.10.0"
},
"v1.0": {
"prerelease": "",
"version": "2.9.0"
"version": "2.10.0"
}
}
}
12 changes: 6 additions & 6 deletions openApiDocs/beta/Applications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9766,10 +9766,10 @@ paths:
tags:
- onPremisesPublishingProfiles.connectorGroup
summary: Create connectorGroup
description: Create a connectorGroup object.
description: Create a new connectorGroup.
externalDocs:
description: Find more info here
url: https://learn.microsoft.com/graph/api/connectorgroup-post?view=graph-rest-1.0
url: https://learn.microsoft.com/graph/api/connectorgroup-post-connectorgroups?view=graph-rest-1.0
operationId: onPremisesPublishingProfile_CreateConnectorGroup
parameters:
- name: onPremisesPublishingProfile-id
Expand Down Expand Up @@ -30808,11 +30808,11 @@ components:
properties:
key:
type: string
description: Key.
description: Contains the name of the field that a value is associated with.
nullable: true
value:
type: string
description: Value.
description: Contains the corresponding value for the specified key.
nullable: true
additionalProperties:
type: object
Expand Down Expand Up @@ -31312,11 +31312,11 @@ components:
properties:
displayName:
type: string
description: The display name of the identity. This property is read-only.
description: 'The display name of the identity. This might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.'
nullable: true
id:
type: string
description: The identifier of the identity. This property is read-only.
description: Unique identifier for the identity.
nullable: true
additionalProperties:
type: object
Expand Down
4 changes: 2 additions & 2 deletions openApiDocs/beta/Bookings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16923,11 +16923,11 @@ components:
properties:
displayName:
type: string
description: The display name of the identity. This property is read-only.
description: 'The display name of the identity. This might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.'
nullable: true
id:
type: string
description: The identifier of the identity. This property is read-only.
description: Unique identifier for the identity.
nullable: true
additionalProperties:
type: object
Expand Down
20 changes: 10 additions & 10 deletions openApiDocs/beta/Calendar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23445,7 +23445,7 @@ paths:
tags:
- places.room
summary: Get rooms from places
operationId: place_ListRoom
operationId: placeAsRoomList_ListRoom
parameters:
- name: place-id
in: path
Expand Down Expand Up @@ -23561,7 +23561,7 @@ paths:
tags:
- places.room
summary: Create new navigation property to rooms for places
operationId: place_CreateRoom
operationId: placeAsRoomList_CreateRoom
parameters:
- name: place-id
in: path
Expand Down Expand Up @@ -23593,7 +23593,7 @@ paths:
tags:
- places.room
summary: Get rooms from places
operationId: place_GetRoom
operationId: placeAsRoomList_GetRoom
parameters:
- name: place-id
in: path
Expand Down Expand Up @@ -23666,7 +23666,7 @@ paths:
tags:
- places.room
summary: Update the navigation property rooms in places
operationId: place_UpdateRoom
operationId: placeAsRoomList_UpdateRoom
parameters:
- name: place-id
in: path
Expand Down Expand Up @@ -23705,7 +23705,7 @@ paths:
tags:
- places.room
summary: Delete navigation property rooms for places
operationId: place_DeleteRoom
operationId: placeAsRoomList_DeleteRoom
parameters:
- name: place-id
in: path
Expand Down Expand Up @@ -23762,7 +23762,7 @@ paths:
tags:
- places.workspace
summary: Get workspaces from places
operationId: place_ListWorkspace
operationId: placeAsRoomList_ListWorkspace
parameters:
- name: place-id
in: path
Expand Down Expand Up @@ -23866,7 +23866,7 @@ paths:
tags:
- places.workspace
summary: Create new navigation property to workspaces for places
operationId: place_CreateWorkspace
operationId: placeAsRoomList_CreateWorkspace
parameters:
- name: place-id
in: path
Expand Down Expand Up @@ -23898,7 +23898,7 @@ paths:
tags:
- places.workspace
summary: Get workspaces from places
operationId: place_GetWorkspace
operationId: placeAsRoomList_GetWorkspace
parameters:
- name: place-id
in: path
Expand Down Expand Up @@ -23967,7 +23967,7 @@ paths:
tags:
- places.workspace
summary: Update the navigation property workspaces in places
operationId: place_UpdateWorkspace
operationId: placeAsRoomList_UpdateWorkspace
parameters:
- name: place-id
in: path
Expand Down Expand Up @@ -24006,7 +24006,7 @@ paths:
tags:
- places.workspace
summary: Delete navigation property workspaces for places
operationId: place_DeleteWorkspace
operationId: placeAsRoomList_DeleteWorkspace
parameters:
- name: place-id
in: path
Expand Down
Loading