Skip to content

Commit 8d5c356

Browse files
Merge pull request #931 from microsoftgraph/v1.0/pipelinebuild/206096
Generated models and request builders
2 parents 3154d1f + 6013ee4 commit 8d5c356

File tree

62 files changed

+515
-490
lines changed

Some content is hidden

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

62 files changed

+515
-490
lines changed

packages/kiota-lock.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"descriptionHash": "B243F90AAC3F548EAA1D4BB9C012663E5F123A401E193B25D219B7D016381FF78B94701C2AF3F0DBDF12C8E8952F4095F9956FF17DE3320747B1A1BB91287751",
2+
"descriptionHash": "C00D26F092ED047E2B673F4D4AECAB01A3187818C66466C54F2F67BB43DC7762A57476FC6DB2C95F213034E60A57374E84B2B6A01F223BF7D23A0BB155BCA47D",
33
"descriptionLocation": "../../msgraph-metadata/clean_v10_openapi/openapi.yaml",
44
"lockFileVersion": "1.0.0",
55
"kiotaVersion": "1.30.0",

packages/msgraph-sdk-applications/applications/item/federatedIdentityCredentials/index.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ export interface FederatedIdentityCredentialsRequestBuilder extends BaseRequestB
2727
*/
2828
byFederatedIdentityCredentialId(federatedIdentityCredentialId: string) : FederatedIdentityCredentialItemRequestBuilder;
2929
/**
30-
* Get a list of the federatedIdentityCredential objects and their properties.
30+
* Get a list of the federatedIdentityCredential objects and their properties assigned to an application.
3131
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
3232
* @returns {Promise<FederatedIdentityCredentialCollectionResponse>}
3333
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
34-
* @see {@link https://learn.microsoft.com/graph/api/application-list-federatedidentitycredentials?view=graph-rest-1.0|Find more info here}
34+
* @see {@link https://learn.microsoft.com/graph/api/federatedidentitycredential-list?view=graph-rest-1.0|Find more info here}
3535
*/
3636
get(requestConfiguration?: RequestConfiguration<FederatedIdentityCredentialsRequestBuilderGetQueryParameters> | undefined) : Promise<FederatedIdentityCredentialCollectionResponse | undefined>;
3737
/**
@@ -40,11 +40,11 @@ export interface FederatedIdentityCredentialsRequestBuilder extends BaseRequestB
4040
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
4141
* @returns {Promise<FederatedIdentityCredential>}
4242
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
43-
* @see {@link https://learn.microsoft.com/graph/api/application-post-federatedidentitycredentials?view=graph-rest-1.0|Find more info here}
43+
* @see {@link https://learn.microsoft.com/graph/api/federatedidentitycredential-post?view=graph-rest-1.0|Find more info here}
4444
*/
4545
post(body: FederatedIdentityCredential, requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<FederatedIdentityCredential | undefined>;
4646
/**
47-
* Get a list of the federatedIdentityCredential objects and their properties.
47+
* Get a list of the federatedIdentityCredential objects and their properties assigned to an application.
4848
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
4949
* @returns {RequestInformation}
5050
*/
@@ -58,7 +58,7 @@ export interface FederatedIdentityCredentialsRequestBuilder extends BaseRequestB
5858
toPostRequestInformation(body: FederatedIdentityCredential, requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;
5959
}
6060
/**
61-
* Get a list of the federatedIdentityCredential objects and their properties.
61+
* Get a list of the federatedIdentityCredential objects and their properties assigned to an application.
6262
*/
6363
export interface FederatedIdentityCredentialsRequestBuilderGetQueryParameters {
6464
/**

packages/msgraph-sdk-applications/applications/item/federatedIdentityCredentials/item/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export interface FederatedIdentityCredentialItemRequestBuilder extends BaseReque
2020
*/
2121
delete(requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<void>;
2222
/**
23-
* Read the properties and relationships of a federatedIdentityCredential object.
23+
* Read the properties and relationships of a federatedIdentityCredential object assigned to an application.
2424
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
2525
* @returns {Promise<FederatedIdentityCredential>}
2626
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
@@ -43,7 +43,7 @@ export interface FederatedIdentityCredentialItemRequestBuilder extends BaseReque
4343
*/
4444
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;
4545
/**
46-
* Read the properties and relationships of a federatedIdentityCredential object.
46+
* Read the properties and relationships of a federatedIdentityCredential object assigned to an application.
4747
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
4848
* @returns {RequestInformation}
4949
*/
@@ -57,7 +57,7 @@ export interface FederatedIdentityCredentialItemRequestBuilder extends BaseReque
5757
toPatchRequestInformation(body: FederatedIdentityCredential, requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;
5858
}
5959
/**
60-
* Read the properties and relationships of a federatedIdentityCredential object.
60+
* Read the properties and relationships of a federatedIdentityCredential object assigned to an application.
6161
*/
6262
export interface FederatedIdentityCredentialItemRequestBuilderGetQueryParameters {
6363
/**

packages/msgraph-sdk-applications/applications/item/federatedIdentityCredentialsWithName/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export interface FederatedIdentityCredentialsWithNameRequestBuilder extends Base
2020
*/
2121
delete(requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<void>;
2222
/**
23-
* Read the properties and relationships of a federatedIdentityCredential object.
23+
* Read the properties and relationships of a federatedIdentityCredential object assigned to an application.
2424
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
2525
* @returns {Promise<FederatedIdentityCredential>}
2626
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
@@ -43,7 +43,7 @@ export interface FederatedIdentityCredentialsWithNameRequestBuilder extends Base
4343
*/
4444
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;
4545
/**
46-
* Read the properties and relationships of a federatedIdentityCredential object.
46+
* Read the properties and relationships of a federatedIdentityCredential object assigned to an application.
4747
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
4848
* @returns {RequestInformation}
4949
*/
@@ -57,7 +57,7 @@ export interface FederatedIdentityCredentialsWithNameRequestBuilder extends Base
5757
toPatchRequestInformation(body: FederatedIdentityCredential, requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;
5858
}
5959
/**
60-
* Read the properties and relationships of a federatedIdentityCredential object.
60+
* Read the properties and relationships of a federatedIdentityCredential object assigned to an application.
6161
*/
6262
export interface FederatedIdentityCredentialsWithNameRequestBuilderGetQueryParameters {
6363
/**

packages/msgraph-sdk-places/places/graphBuilding/index.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,22 @@ export interface GraphBuildingRequestBuilder extends BaseRequestBuilder<GraphBui
1919
*/
2020
get count(): CountRequestBuilder;
2121
/**
22-
* Get the items of type microsoft.graph.building in the microsoft.graph.place collection
22+
* Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list.
2323
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
2424
* @returns {Promise<BuildingCollectionResponse>}
2525
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
26+
* @see {@link https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0|Find more info here}
2627
*/
2728
get(requestConfiguration?: RequestConfiguration<GraphBuildingRequestBuilderGetQueryParameters> | undefined) : Promise<BuildingCollectionResponse | undefined>;
2829
/**
29-
* Get the items of type microsoft.graph.building in the microsoft.graph.place collection
30+
* Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list.
3031
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
3132
* @returns {RequestInformation}
3233
*/
3334
toGetRequestInformation(requestConfiguration?: RequestConfiguration<GraphBuildingRequestBuilderGetQueryParameters> | undefined) : RequestInformation;
3435
}
3536
/**
36-
* Get the items of type microsoft.graph.building in the microsoft.graph.place collection
37+
* Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list.
3738
*/
3839
export interface GraphBuildingRequestBuilderGetQueryParameters {
3940
/**

packages/msgraph-sdk-places/places/graphDesk/index.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,22 @@ export interface GraphDeskRequestBuilder extends BaseRequestBuilder<GraphDeskReq
1919
*/
2020
get count(): CountRequestBuilder;
2121
/**
22-
* Get the items of type microsoft.graph.desk in the microsoft.graph.place collection
22+
* Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list.
2323
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
2424
* @returns {Promise<DeskCollectionResponse>}
2525
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
26+
* @see {@link https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0|Find more info here}
2627
*/
2728
get(requestConfiguration?: RequestConfiguration<GraphDeskRequestBuilderGetQueryParameters> | undefined) : Promise<DeskCollectionResponse | undefined>;
2829
/**
29-
* Get the items of type microsoft.graph.desk in the microsoft.graph.place collection
30+
* Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list.
3031
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
3132
* @returns {RequestInformation}
3233
*/
3334
toGetRequestInformation(requestConfiguration?: RequestConfiguration<GraphDeskRequestBuilderGetQueryParameters> | undefined) : RequestInformation;
3435
}
3536
/**
36-
* Get the items of type microsoft.graph.desk in the microsoft.graph.place collection
37+
* Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list.
3738
*/
3839
export interface GraphDeskRequestBuilderGetQueryParameters {
3940
/**

packages/msgraph-sdk-places/places/graphFloor/index.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,22 @@ export interface GraphFloorRequestBuilder extends BaseRequestBuilder<GraphFloorR
1919
*/
2020
get count(): CountRequestBuilder;
2121
/**
22-
* Get the items of type microsoft.graph.floor in the microsoft.graph.place collection
22+
* Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list.
2323
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
2424
* @returns {Promise<FloorCollectionResponse>}
2525
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
26+
* @see {@link https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0|Find more info here}
2627
*/
2728
get(requestConfiguration?: RequestConfiguration<GraphFloorRequestBuilderGetQueryParameters> | undefined) : Promise<FloorCollectionResponse | undefined>;
2829
/**
29-
* Get the items of type microsoft.graph.floor in the microsoft.graph.place collection
30+
* Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list.
3031
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
3132
* @returns {RequestInformation}
3233
*/
3334
toGetRequestInformation(requestConfiguration?: RequestConfiguration<GraphFloorRequestBuilderGetQueryParameters> | undefined) : RequestInformation;
3435
}
3536
/**
36-
* Get the items of type microsoft.graph.floor in the microsoft.graph.place collection
37+
* Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list.
3738
*/
3839
export interface GraphFloorRequestBuilderGetQueryParameters {
3940
/**

packages/msgraph-sdk-places/places/graphRoom/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,22 @@ export interface GraphRoomRequestBuilder extends BaseRequestBuilder<GraphRoomReq
1919
*/
2020
get count(): CountRequestBuilder;
2121
/**
22-
* Get a collection of the specified type of place objects defined in the tenant. For example, you can get all the rooms, all the room lists, or the rooms in a specific room list in the tenant. A place object can be one of the following types: Both room and roomList are derived from the place object. By default, this operation returns 100 places per page. Compared with the findRooms and findRoomLists functions, this operation returns a richer payload for rooms and room lists. See details for how they compare.
22+
* Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list.
2323
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
2424
* @returns {Promise<RoomCollectionResponse>}
2525
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
2626
* @see {@link https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0|Find more info here}
2727
*/
2828
get(requestConfiguration?: RequestConfiguration<GraphRoomRequestBuilderGetQueryParameters> | undefined) : Promise<RoomCollectionResponse | undefined>;
2929
/**
30-
* Get a collection of the specified type of place objects defined in the tenant. For example, you can get all the rooms, all the room lists, or the rooms in a specific room list in the tenant. A place object can be one of the following types: Both room and roomList are derived from the place object. By default, this operation returns 100 places per page. Compared with the findRooms and findRoomLists functions, this operation returns a richer payload for rooms and room lists. See details for how they compare.
30+
* Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list.
3131
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
3232
* @returns {RequestInformation}
3333
*/
3434
toGetRequestInformation(requestConfiguration?: RequestConfiguration<GraphRoomRequestBuilderGetQueryParameters> | undefined) : RequestInformation;
3535
}
3636
/**
37-
* Get a collection of the specified type of place objects defined in the tenant. For example, you can get all the rooms, all the room lists, or the rooms in a specific room list in the tenant. A place object can be one of the following types: Both room and roomList are derived from the place object. By default, this operation returns 100 places per page. Compared with the findRooms and findRoomLists functions, this operation returns a richer payload for rooms and room lists. See details for how they compare.
37+
* Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list.
3838
*/
3939
export interface GraphRoomRequestBuilderGetQueryParameters {
4040
/**

0 commit comments

Comments
 (0)