Skip to content

Commit 40886af

Browse files
Merge pull request #440 from microsoftgraph/kiota/beta/pipelinebuild/206096
Generated beta models and request builders
2 parents 49a16cf + a287420 commit 40886af

File tree

492 files changed

+2768
-1637
lines changed

Some content is hidden

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

492 files changed

+2768
-1637
lines changed

src/Generated/Applications/Item/FederatedIdentityCredentials/FederatedIdentityCredentialsRequestBuilder.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap
5252
}
5353

5454
/**
55-
* Get a list of the federatedIdentityCredential objects and their properties.
55+
* Get a list of the federatedIdentityCredential objects and their properties assigned to an application or an agentIdentityBlueprint.
5656
* @param FederatedIdentityCredentialsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
5757
* @return Promise<FederatedIdentityCredentialCollectionResponse|null>
5858
* @throws Exception
59-
* @link https://learn.microsoft.com/graph/api/application-list-federatedidentitycredentials?view=graph-rest-beta Find more info here
59+
* @link https://learn.microsoft.com/graph/api/federatedidentitycredential-list?view=graph-rest-beta Find more info here
6060
*/
6161
public function get(?FederatedIdentityCredentialsRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise {
6262
$requestInfo = $this->toGetRequestInformation($requestConfiguration);
@@ -67,12 +67,12 @@ public function get(?FederatedIdentityCredentialsRequestBuilderGetRequestConfigu
6767
}
6868

6969
/**
70-
* 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.
70+
* 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.
7171
* @param FederatedIdentityCredential $body The request body
7272
* @param FederatedIdentityCredentialsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
7373
* @return Promise<FederatedIdentityCredential|null>
7474
* @throws Exception
75-
* @link https://learn.microsoft.com/graph/api/agentidentityblueprint-post-federatedidentitycredentials?view=graph-rest-beta Find more info here
75+
* @link https://learn.microsoft.com/graph/api/federatedidentitycredential-post?view=graph-rest-beta Find more info here
7676
*/
7777
public function post(FederatedIdentityCredential $body, ?FederatedIdentityCredentialsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise {
7878
$requestInfo = $this->toPostRequestInformation($body, $requestConfiguration);
@@ -83,7 +83,7 @@ public function post(FederatedIdentityCredential $body, ?FederatedIdentityCreden
8383
}
8484

8585
/**
86-
* Get a list of the federatedIdentityCredential objects and their properties.
86+
* Get a list of the federatedIdentityCredential objects and their properties assigned to an application or an agentIdentityBlueprint.
8787
* @param FederatedIdentityCredentialsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
8888
* @return RequestInformation
8989
*/
@@ -104,7 +104,7 @@ public function toGetRequestInformation(?FederatedIdentityCredentialsRequestBuil
104104
}
105105

106106
/**
107-
* 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.
107+
* 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.
108108
* @param FederatedIdentityCredential $body The request body
109109
* @param FederatedIdentityCredentialsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
110110
* @return RequestInformation

src/Generated/Applications/Item/FederatedIdentityCredentials/FederatedIdentityCredentialsRequestBuilderGetQueryParameters.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
use Microsoft\Kiota\Abstractions\QueryParameter;
66

77
/**
8-
* Get a list of the federatedIdentityCredential objects and their properties.
8+
* Get a list of the federatedIdentityCredential objects and their properties assigned to an application or an agentIdentityBlueprint.
99
*/
1010
class FederatedIdentityCredentialsRequestBuilderGetQueryParameters
1111
{

src/Generated/Applications/Item/FederatedIdentityCredentials/Item/FederatedIdentityCredentialItemRequestBuilder.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap
3131
}
3232

3333
/**
34-
* Deletes a federatedIdentityCredential object from an application.
34+
* Delete a federatedIdentityCredential object from an application or an agentIdentityBlueprint.
3535
* @param FederatedIdentityCredentialItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
3636
* @return Promise<void|null>
3737
* @throws Exception
@@ -46,7 +46,7 @@ public function delete(?FederatedIdentityCredentialItemRequestBuilderDeleteReque
4646
}
4747

4848
/**
49-
* Read the properties and relationships of a federatedIdentityCredential object.
49+
* Read the properties and relationships of a federatedIdentityCredential object assigned to an application or an agentIdentityBlueprint.
5050
* @param FederatedIdentityCredentialItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
5151
* @return Promise<FederatedIdentityCredential|null>
5252
* @throws Exception
@@ -61,7 +61,7 @@ public function get(?FederatedIdentityCredentialItemRequestBuilderGetRequestConf
6161
}
6262

6363
/**
64-
* 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.
64+
* 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.
6565
* @param FederatedIdentityCredential $body The request body
6666
* @param FederatedIdentityCredentialItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
6767
* @return Promise<FederatedIdentityCredential|null>
@@ -77,7 +77,7 @@ public function patch(FederatedIdentityCredential $body, ?FederatedIdentityCrede
7777
}
7878

7979
/**
80-
* Deletes a federatedIdentityCredential object from an application.
80+
* Delete a federatedIdentityCredential object from an application or an agentIdentityBlueprint.
8181
* @param FederatedIdentityCredentialItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
8282
* @return RequestInformation
8383
*/
@@ -95,7 +95,7 @@ public function toDeleteRequestInformation(?FederatedIdentityCredentialItemReque
9595
}
9696

9797
/**
98-
* Read the properties and relationships of a federatedIdentityCredential object.
98+
* Read the properties and relationships of a federatedIdentityCredential object assigned to an application or an agentIdentityBlueprint.
9999
* @param FederatedIdentityCredentialItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
100100
* @return RequestInformation
101101
*/
@@ -116,7 +116,7 @@ public function toGetRequestInformation(?FederatedIdentityCredentialItemRequestB
116116
}
117117

118118
/**
119-
* 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.
119+
* 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.
120120
* @param FederatedIdentityCredential $body The request body
121121
* @param FederatedIdentityCredentialItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
122122
* @return RequestInformation

src/Generated/Applications/Item/FederatedIdentityCredentials/Item/FederatedIdentityCredentialItemRequestBuilderGetQueryParameters.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
use Microsoft\Kiota\Abstractions\QueryParameter;
66

77
/**
8-
* Read the properties and relationships of a federatedIdentityCredential object.
8+
* Read the properties and relationships of a federatedIdentityCredential object assigned to an application or an agentIdentityBlueprint.
99
*/
1010
class FederatedIdentityCredentialItemRequestBuilderGetQueryParameters
1111
{

src/Generated/Applications/Item/FederatedIdentityCredentialsWithName/FederatedIdentityCredentialsWithNameRequestBuilder.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap
3434
}
3535

3636
/**
37-
* Deletes a federatedIdentityCredential object from an application.
37+
* Delete a federatedIdentityCredential object from an application or an agentIdentityBlueprint.
3838
* @param FederatedIdentityCredentialsWithNameRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
3939
* @return Promise<void|null>
4040
* @throws Exception
@@ -49,7 +49,7 @@ public function delete(?FederatedIdentityCredentialsWithNameRequestBuilderDelete
4949
}
5050

5151
/**
52-
* Read the properties and relationships of a federatedIdentityCredential object.
52+
* Read the properties and relationships of a federatedIdentityCredential object assigned to an application or an agentIdentityBlueprint.
5353
* @param FederatedIdentityCredentialsWithNameRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
5454
* @return Promise<FederatedIdentityCredential|null>
5555
* @throws Exception
@@ -64,7 +64,7 @@ public function get(?FederatedIdentityCredentialsWithNameRequestBuilderGetReques
6464
}
6565

6666
/**
67-
* 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.
67+
* 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.
6868
* @param FederatedIdentityCredential $body The request body
6969
* @param FederatedIdentityCredentialsWithNameRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
7070
* @return Promise<FederatedIdentityCredential|null>
@@ -80,7 +80,7 @@ public function patch(FederatedIdentityCredential $body, ?FederatedIdentityCrede
8080
}
8181

8282
/**
83-
* Deletes a federatedIdentityCredential object from an application.
83+
* Delete a federatedIdentityCredential object from an application or an agentIdentityBlueprint.
8484
* @param FederatedIdentityCredentialsWithNameRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
8585
* @return RequestInformation
8686
*/
@@ -98,7 +98,7 @@ public function toDeleteRequestInformation(?FederatedIdentityCredentialsWithName
9898
}
9999

100100
/**
101-
* Read the properties and relationships of a federatedIdentityCredential object.
101+
* Read the properties and relationships of a federatedIdentityCredential object assigned to an application or an agentIdentityBlueprint.
102102
* @param FederatedIdentityCredentialsWithNameRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
103103
* @return RequestInformation
104104
*/
@@ -119,7 +119,7 @@ public function toGetRequestInformation(?FederatedIdentityCredentialsWithNameReq
119119
}
120120

121121
/**
122-
* 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.
122+
* 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.
123123
* @param FederatedIdentityCredential $body The request body
124124
* @param FederatedIdentityCredentialsWithNameRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
125125
* @return RequestInformation

src/Generated/Applications/Item/FederatedIdentityCredentialsWithName/FederatedIdentityCredentialsWithNameRequestBuilderGetQueryParameters.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
use Microsoft\Kiota\Abstractions\QueryParameter;
66

77
/**
8-
* Read the properties and relationships of a federatedIdentityCredential object.
8+
* Read the properties and relationships of a federatedIdentityCredential object assigned to an application or an agentIdentityBlueprint.
99
*/
1010
class FederatedIdentityCredentialsWithNameRequestBuilderGetQueryParameters
1111
{

src/Generated/Chats/Item/CompleteMigration/CompleteMigrationRequestBuilder.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,11 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap
3030
}
3131

3232
/**
33-
* Invoke action completeMigration
33+
* 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.
3434
* @param CompleteMigrationRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
3535
* @return Promise<void|null>
3636
* @throws Exception
37+
* @link https://learn.microsoft.com/graph/api/chat-completemigration?view=graph-rest-beta Find more info here
3738
*/
3839
public function post(?CompleteMigrationRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise {
3940
$requestInfo = $this->toPostRequestInformation($requestConfiguration);
@@ -44,7 +45,7 @@ public function post(?CompleteMigrationRequestBuilderPostRequestConfiguration $r
4445
}
4546

4647
/**
47-
* Invoke action completeMigration
48+
* 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.
4849
* @param CompleteMigrationRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
4950
* @return RequestInformation
5051
*/

0 commit comments

Comments
 (0)