Skip to content

Commit 12a5339

Browse files
Merge pull request #429 from microsoftgraph/beta/pipelinebuild/206096
Generated beta models and request builders
2 parents 7ab1a79 + a95c5a2 commit 12a5339

83 files changed

Lines changed: 1607 additions & 997 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.

packages/kiota-dom-export.txt

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

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": "D869905336258215D763BC9ABF0010544F61DFEE6A3A754653848AE49404CBA67DD36B80D958A47541E754E7165E1788250B0B7145D0CD43E9FC528070331438",
2+
"descriptionHash": "6A09B52B6D0D5BDB6C9A9158997009125BA86A5C3AB433B1D1F3C5AC6D440A8E0FCA70A70AF3C8848AAC74BA0CD826175872C0642C55ACE86437076717D4531D",
33
"descriptionLocation": "../../msgraph-metadata/clean_beta_openapi/openapi.yaml",
44
"lockFileVersion": "1.0.0",
55
"kiotaVersion": "1.30.0",

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,38 +27,38 @@ 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 or an agentIdentityBlueprint.
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-beta|Find more info here}
34+
* @see {@link https://learn.microsoft.com/graph/api/federatedidentitycredential-list?view=graph-rest-beta|Find more info here}
3535
*/
3636
get(requestConfiguration?: RequestConfiguration<FederatedIdentityCredentialsRequestBuilderGetQueryParameters> | undefined) : Promise<FederatedIdentityCredentialCollectionResponse | undefined>;
3737
/**
38-
* Create a new federatedIdentityCredential object for an agentIdentityBlueprint. By configuring a trust relationship between your Microsoft Entra agent identity blueprint registration and the identity provider for your compute platform, you can use tokens issued by that platform to authenticate with Microsoft identity platform and call APIs in the Microsoft ecosystem. Maximum of 20 objects can be added to an agentIdentityBlueprint.
38+
* Create a new federatedIdentityCredential object for an application or an agentIdentityBlueprint. By configuring a trust relationship between your Microsoft Entra application registration or agent identity blueprint and the identity provider for your compute platform, you can use tokens issued by that platform to authenticate with Microsoft identity platform and call APIs in the Microsoft ecosystem. Maximum of 20 objects can be added to an application or agent identity blueprint.
3939
* @param body The request body
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/agentidentityblueprint-post-federatedidentitycredentials?view=graph-rest-beta|Find more info here}
43+
* @see {@link https://learn.microsoft.com/graph/api/federatedidentitycredential-post?view=graph-rest-beta|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 or an agentIdentityBlueprint.
4848
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
4949
* @returns {RequestInformation}
5050
*/
5151
toGetRequestInformation(requestConfiguration?: RequestConfiguration<FederatedIdentityCredentialsRequestBuilderGetQueryParameters> | undefined) : RequestInformation;
5252
/**
53-
* Create a new federatedIdentityCredential object for an agentIdentityBlueprint. By configuring a trust relationship between your Microsoft Entra agent identity blueprint registration and the identity provider for your compute platform, you can use tokens issued by that platform to authenticate with Microsoft identity platform and call APIs in the Microsoft ecosystem. Maximum of 20 objects can be added to an agentIdentityBlueprint.
53+
* Create a new federatedIdentityCredential object for an application or an agentIdentityBlueprint. By configuring a trust relationship between your Microsoft Entra application registration or agent identity blueprint and the identity provider for your compute platform, you can use tokens issued by that platform to authenticate with Microsoft identity platform and call APIs in the Microsoft ecosystem. Maximum of 20 objects can be added to an application or agent identity blueprint.
5454
* @param body The request body
5555
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
5656
* @returns {RequestInformation}
5757
*/
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 or an agentIdentityBlueprint.
6262
*/
6363
export interface FederatedIdentityCredentialsRequestBuilderGetQueryParameters {
6464
/**

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,22 @@ import { type BaseRequestBuilder, type Parsable, type ParsableFactory, type Requ
1313
*/
1414
export interface FederatedIdentityCredentialItemRequestBuilder extends BaseRequestBuilder<FederatedIdentityCredentialItemRequestBuilder> {
1515
/**
16-
* Deletes a federatedIdentityCredential object from an application.
16+
* Delete a federatedIdentityCredential object from an application or an agentIdentityBlueprint.
1717
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
1818
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
1919
* @see {@link https://learn.microsoft.com/graph/api/federatedidentitycredential-delete?view=graph-rest-beta|Find more info here}
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 or an agentIdentityBlueprint.
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
2727
* @see {@link https://learn.microsoft.com/graph/api/federatedidentitycredential-get?view=graph-rest-beta|Find more info here}
2828
*/
2929
get(requestConfiguration?: RequestConfiguration<FederatedIdentityCredentialItemRequestBuilderGetQueryParameters> | undefined) : Promise<FederatedIdentityCredential | undefined>;
3030
/**
31-
* Create a new federatedIdentityCredential object for an application if it doesn't exist, or update the properties of an existing federatedIdentityCredential object. By configuring a trust relationship between your Microsoft Entra application registration and the identity provider for your compute platform, you can use tokens issued by that platform to authenticate with Microsoft identity platform and call APIs in the Microsoft ecosystem. Maximum of 20 objects can be added to an application.
31+
* Create a new federatedIdentityCredential object for an application or an agentIdentityBlueprint if it doesn't exist, or update the properties of an existing federatedIdentityCredential object. By configuring a trust relationship between your Microsoft Entra application registration or agentIdentityBlueprint and the identity provider for your compute platform, you can use tokens issued by that platform to authenticate with Microsoft identity platform and call APIs in the Microsoft ecosystem. Maximum of 20 objects can be added to an application or agentIdentityBlueprint.
3232
* @param body The request body
3333
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
3434
* @returns {Promise<FederatedIdentityCredential>}
@@ -37,27 +37,27 @@ export interface FederatedIdentityCredentialItemRequestBuilder extends BaseReque
3737
*/
3838
patch(body: FederatedIdentityCredential, requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<FederatedIdentityCredential | undefined>;
3939
/**
40-
* Deletes a federatedIdentityCredential object from an application.
40+
* Delete a federatedIdentityCredential object from an application or an agentIdentityBlueprint.
4141
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
4242
* @returns {RequestInformation}
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 or an agentIdentityBlueprint.
4747
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
4848
* @returns {RequestInformation}
4949
*/
5050
toGetRequestInformation(requestConfiguration?: RequestConfiguration<FederatedIdentityCredentialItemRequestBuilderGetQueryParameters> | undefined) : RequestInformation;
5151
/**
52-
* Create a new federatedIdentityCredential object for an application if it doesn't exist, or update the properties of an existing federatedIdentityCredential object. By configuring a trust relationship between your Microsoft Entra application registration and the identity provider for your compute platform, you can use tokens issued by that platform to authenticate with Microsoft identity platform and call APIs in the Microsoft ecosystem. Maximum of 20 objects can be added to an application.
52+
* Create a new federatedIdentityCredential object for an application or an agentIdentityBlueprint if it doesn't exist, or update the properties of an existing federatedIdentityCredential object. By configuring a trust relationship between your Microsoft Entra application registration or agentIdentityBlueprint and the identity provider for your compute platform, you can use tokens issued by that platform to authenticate with Microsoft identity platform and call APIs in the Microsoft ecosystem. Maximum of 20 objects can be added to an application or agentIdentityBlueprint.
5353
* @param body The request body
5454
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
5555
* @returns {RequestInformation}
5656
*/
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 or an agentIdentityBlueprint.
6161
*/
6262
export interface FederatedIdentityCredentialItemRequestBuilderGetQueryParameters {
6363
/**

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,22 @@ import { type BaseRequestBuilder, type Parsable, type ParsableFactory, type Requ
1313
*/
1414
export interface FederatedIdentityCredentialsWithNameRequestBuilder extends BaseRequestBuilder<FederatedIdentityCredentialsWithNameRequestBuilder> {
1515
/**
16-
* Deletes a federatedIdentityCredential object from an application.
16+
* Delete a federatedIdentityCredential object from an application or an agentIdentityBlueprint.
1717
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
1818
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
1919
* @see {@link https://learn.microsoft.com/graph/api/federatedidentitycredential-delete?view=graph-rest-beta|Find more info here}
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 or an agentIdentityBlueprint.
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
2727
* @see {@link https://learn.microsoft.com/graph/api/federatedidentitycredential-get?view=graph-rest-beta|Find more info here}
2828
*/
2929
get(requestConfiguration?: RequestConfiguration<FederatedIdentityCredentialsWithNameRequestBuilderGetQueryParameters> | undefined) : Promise<FederatedIdentityCredential | undefined>;
3030
/**
31-
* Create a new federatedIdentityCredential object for an application if it doesn't exist, or update the properties of an existing federatedIdentityCredential object. By configuring a trust relationship between your Microsoft Entra application registration and the identity provider for your compute platform, you can use tokens issued by that platform to authenticate with Microsoft identity platform and call APIs in the Microsoft ecosystem. Maximum of 20 objects can be added to an application.
31+
* Create a new federatedIdentityCredential object for an application or an agentIdentityBlueprint if it doesn't exist, or update the properties of an existing federatedIdentityCredential object. By configuring a trust relationship between your Microsoft Entra application registration or agentIdentityBlueprint and the identity provider for your compute platform, you can use tokens issued by that platform to authenticate with Microsoft identity platform and call APIs in the Microsoft ecosystem. Maximum of 20 objects can be added to an application or agentIdentityBlueprint.
3232
* @param body The request body
3333
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
3434
* @returns {Promise<FederatedIdentityCredential>}
@@ -37,27 +37,27 @@ export interface FederatedIdentityCredentialsWithNameRequestBuilder extends Base
3737
*/
3838
patch(body: FederatedIdentityCredential, requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<FederatedIdentityCredential | undefined>;
3939
/**
40-
* Deletes a federatedIdentityCredential object from an application.
40+
* Delete a federatedIdentityCredential object from an application or an agentIdentityBlueprint.
4141
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
4242
* @returns {RequestInformation}
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 or an agentIdentityBlueprint.
4747
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
4848
* @returns {RequestInformation}
4949
*/
5050
toGetRequestInformation(requestConfiguration?: RequestConfiguration<FederatedIdentityCredentialsWithNameRequestBuilderGetQueryParameters> | undefined) : RequestInformation;
5151
/**
52-
* Create a new federatedIdentityCredential object for an application if it doesn't exist, or update the properties of an existing federatedIdentityCredential object. By configuring a trust relationship between your Microsoft Entra application registration and the identity provider for your compute platform, you can use tokens issued by that platform to authenticate with Microsoft identity platform and call APIs in the Microsoft ecosystem. Maximum of 20 objects can be added to an application.
52+
* Create a new federatedIdentityCredential object for an application or an agentIdentityBlueprint if it doesn't exist, or update the properties of an existing federatedIdentityCredential object. By configuring a trust relationship between your Microsoft Entra application registration or agentIdentityBlueprint and the identity provider for your compute platform, you can use tokens issued by that platform to authenticate with Microsoft identity platform and call APIs in the Microsoft ecosystem. Maximum of 20 objects can be added to an application or agentIdentityBlueprint.
5353
* @param body The request body
5454
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
5555
* @returns {RequestInformation}
5656
*/
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 or an agentIdentityBlueprint.
6161
*/
6262
export interface FederatedIdentityCredentialsWithNameRequestBuilderGetQueryParameters {
6363
/**

packages/msgraph-beta-sdk-chats/chats/item/completeMigration/index.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,14 @@ import { type BaseRequestBuilder, type Parsable, type ParsableFactory, type Requ
1111
*/
1212
export interface CompleteMigrationRequestBuilder extends BaseRequestBuilder<CompleteMigrationRequestBuilder> {
1313
/**
14-
* Invoke action completeMigration
14+
* Complete the migration of external messages by removing migration mode from a chat. Complete migration operations were initially restricted to newly created standard channels using migration templates specifically designed for the initial migration process. For more information, see Import third-party platform messages to Teams using Microsoft Graph. After a completeMigration request is made for an existing or new chat, you can start a migration session by calling chat: startMigration. This API supportes the following channel types.
1515
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
1616
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
17+
* @see {@link https://learn.microsoft.com/graph/api/chat-completemigration?view=graph-rest-beta|Find more info here}
1718
*/
1819
post(requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<void>;
1920
/**
20-
* Invoke action completeMigration
21+
* Complete the migration of external messages by removing migration mode from a chat. Complete migration operations were initially restricted to newly created standard channels using migration templates specifically designed for the initial migration process. For more information, see Import third-party platform messages to Teams using Microsoft Graph. After a completeMigration request is made for an existing or new chat, you can start a migration session by calling chat: startMigration. This API supportes the following channel types.
2122
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
2223
* @returns {RequestInformation}
2324
*/

0 commit comments

Comments
 (0)