Skip to content

Commit 953e02c

Browse files
authored
Merge pull request #419 from microsoftgraph/beta/pipelinebuild/203832
Generated beta models and request builders
2 parents c2a37b7 + 8feb5c4 commit 953e02c

515 files changed

Lines changed: 20044 additions & 32031 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: 2481 additions & 3186 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": "BE5A94A3648F65A4D73FA36E8042B69153C64BCA945929E62ECA8F1BBC6F96B2887606326DC0AA1B03C562719D8B520F4A96A969CF7CD8BAEF75AA9DF27DFFEE",
2+
"descriptionHash": "FCB69AE6AE6CB1838B3866243DF8255F2D1FC69A1445C5671ACA8A3A1965B0748B43FB6D5FFCF23AC4B134F27F4FC69410D0EA484CC2128D8B7C9019E6650B38",
33
"descriptionLocation": "../../msgraph-metadata/clean_beta_openapi/openapi.yaml",
44
"lockFileVersion": "1.0.0",
55
"kiotaVersion": "1.30.0",

packages/msgraph-beta-sdk-administrativeUnits/administrativeUnits/item/restore/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ import { type BaseRequestBuilder, type Parsable, type ParsableFactory, type Requ
1313
*/
1414
export interface RestoreRequestBuilder extends BaseRequestBuilder<RestoreRequestBuilder> {
1515
/**
16-
* Restore a recently deleted directory object from deleted items. The following types are supported:- administrativeUnit- application- certificateBasedAuthPki- certificateAuthorityDetail- externalUserProfile- group- pendingExternalUserProfile- servicePrincipal- user If an item was accidentally deleted, you can fully restore the item. This isn't applicable to security groups, which are deleted permanently. Also, restoring an application doesn't restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted.
16+
* Restore a recently deleted directory object from deleted items. The following types are supported:- administrativeUnit- application- agentIdentityBlueprint- agentIdentity- agentIdentityBlueprintPrincipal- agentUser- certificateBasedAuthPki- certificateAuthorityDetail- externalUserProfile- group- pendingExternalUserProfile- servicePrincipal- user If an item is accidentally deleted, you can fully restore the item. Additionally, restoring an application doesn't automatically restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted.
1717
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
1818
* @returns {Promise<DirectoryObject>}
1919
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
2020
* @see {@link https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-beta|Find more info here}
2121
*/
2222
post(requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<DirectoryObject | undefined>;
2323
/**
24-
* Restore a recently deleted directory object from deleted items. The following types are supported:- administrativeUnit- application- certificateBasedAuthPki- certificateAuthorityDetail- externalUserProfile- group- pendingExternalUserProfile- servicePrincipal- user If an item was accidentally deleted, you can fully restore the item. This isn't applicable to security groups, which are deleted permanently. Also, restoring an application doesn't restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted.
24+
* Restore a recently deleted directory object from deleted items. The following types are supported:- administrativeUnit- application- agentIdentityBlueprint- agentIdentity- agentIdentityBlueprintPrincipal- agentUser- certificateBasedAuthPki- certificateAuthorityDetail- externalUserProfile- group- pendingExternalUserProfile- servicePrincipal- user If an item is accidentally deleted, you can fully restore the item. Additionally, restoring an application doesn't automatically restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted.
2525
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
2626
* @returns {RequestInformation}
2727
*/

packages/msgraph-beta-sdk-applicationTemplates/applicationTemplates/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,22 +27,22 @@ export interface ApplicationTemplatesRequestBuilder extends BaseRequestBuilder<A
2727
*/
2828
byApplicationTemplateId(applicationTemplateId: string) : ApplicationTemplateItemRequestBuilder;
2929
/**
30-
* Retrieve a list of applicationTemplate objects from the Microsoft Entra application gallery.
30+
* Retrieve a list of applicationTemplate objects from the Microsoft Entra application gallery. Details about optional risk properties such as riskScore and riskFactors are available with either the Microsoft Entra Suite or Microsoft Entra Internet Access license.
3131
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
3232
* @returns {Promise<ApplicationTemplateCollectionResponse>}
3333
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
3434
* @see {@link https://learn.microsoft.com/graph/api/applicationtemplate-list?view=graph-rest-beta|Find more info here}
3535
*/
3636
get(requestConfiguration?: RequestConfiguration<ApplicationTemplatesRequestBuilderGetQueryParameters> | undefined) : Promise<ApplicationTemplateCollectionResponse | undefined>;
3737
/**
38-
* Retrieve a list of applicationTemplate objects from the Microsoft Entra application gallery.
38+
* Retrieve a list of applicationTemplate objects from the Microsoft Entra application gallery. Details about optional risk properties such as riskScore and riskFactors are available with either the Microsoft Entra Suite or Microsoft Entra Internet Access license.
3939
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
4040
* @returns {RequestInformation}
4141
*/
4242
toGetRequestInformation(requestConfiguration?: RequestConfiguration<ApplicationTemplatesRequestBuilderGetQueryParameters> | undefined) : RequestInformation;
4343
}
4444
/**
45-
* Retrieve a list of applicationTemplate objects from the Microsoft Entra application gallery.
45+
* Retrieve a list of applicationTemplate objects from the Microsoft Entra application gallery. Details about optional risk properties such as riskScore and riskFactors are available with either the Microsoft Entra Suite or Microsoft Entra Internet Access license.
4646
*/
4747
export interface ApplicationTemplatesRequestBuilderGetQueryParameters {
4848
/**

packages/msgraph-beta-sdk-applicationTemplates/applicationTemplates/item/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,22 @@ export interface ApplicationTemplateItemRequestBuilder extends BaseRequestBuilde
1919
*/
2020
get instantiate(): InstantiateRequestBuilder;
2121
/**
22-
* Retrieve the properties of an applicationTemplate object.
22+
* Retrieve the properties of an applicationTemplate object. Details about optional risk properties such as riskScore and riskFactors are available with either the Microsoft Entra Suite or Microsoft Entra Internet Access license.
2323
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
2424
* @returns {Promise<ApplicationTemplate>}
2525
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
2626
* @see {@link https://learn.microsoft.com/graph/api/applicationtemplate-get?view=graph-rest-beta|Find more info here}
2727
*/
2828
get(requestConfiguration?: RequestConfiguration<ApplicationTemplateItemRequestBuilderGetQueryParameters> | undefined) : Promise<ApplicationTemplate | undefined>;
2929
/**
30-
* Retrieve the properties of an applicationTemplate object.
30+
* Retrieve the properties of an applicationTemplate object. Details about optional risk properties such as riskScore and riskFactors are available with either the Microsoft Entra Suite or Microsoft Entra Internet Access license.
3131
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
3232
* @returns {RequestInformation}
3333
*/
3434
toGetRequestInformation(requestConfiguration?: RequestConfiguration<ApplicationTemplateItemRequestBuilderGetQueryParameters> | undefined) : RequestInformation;
3535
}
3636
/**
37-
* Retrieve the properties of an applicationTemplate object.
37+
* Retrieve the properties of an applicationTemplate object. Details about optional risk properties such as riskScore and riskFactors are available with either the Microsoft Entra Suite or Microsoft Entra Internet Access license.
3838
*/
3939
export interface ApplicationTemplateItemRequestBuilderGetQueryParameters {
4040
/**

packages/msgraph-beta-sdk-applications/applications/delta/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,22 +28,22 @@ export interface DeltaGetResponse extends BaseDeltaFunctionResponse, Parsable {
2828
*/
2929
export interface DeltaRequestBuilder extends BaseRequestBuilder<DeltaRequestBuilder> {
3030
/**
31-
* Get newly created, updated, or deleted applications without having to perform a full read of the entire resource collection. For more information, see Use delta query to track changes in Microsoft Graph data for details.
31+
* Get newly created, updated, or deleted applications and agent identity blueprints without having to perform a full read of the entire resource collection. For more information, see Use delta query to track changes in Microsoft Graph data for details.
3232
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
3333
* @returns {Promise<DeltaGetResponse>}
3434
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
3535
* @see {@link https://learn.microsoft.com/graph/api/application-delta?view=graph-rest-beta|Find more info here}
3636
*/
3737
get(requestConfiguration?: RequestConfiguration<DeltaRequestBuilderGetQueryParameters> | undefined) : Promise<DeltaGetResponse | undefined>;
3838
/**
39-
* Get newly created, updated, or deleted applications without having to perform a full read of the entire resource collection. For more information, see Use delta query to track changes in Microsoft Graph data for details.
39+
* Get newly created, updated, or deleted applications and agent identity blueprints without having to perform a full read of the entire resource collection. For more information, see Use delta query to track changes in Microsoft Graph data for details.
4040
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
4141
* @returns {RequestInformation}
4242
*/
4343
toGetRequestInformation(requestConfiguration?: RequestConfiguration<DeltaRequestBuilderGetQueryParameters> | undefined) : RequestInformation;
4444
}
4545
/**
46-
* Get newly created, updated, or deleted applications without having to perform a full read of the entire resource collection. For more information, see Use delta query to track changes in Microsoft Graph data for details.
46+
* Get newly created, updated, or deleted applications and agent identity blueprints without having to perform a full read of the entire resource collection. For more information, see Use delta query to track changes in Microsoft Graph data for details.
4747
*/
4848
export interface DeltaRequestBuilderGetQueryParameters {
4949
/**

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@ export interface ApplicationsRequestBuilder extends BaseRequestBuilder<Applicati
5151
*/
5252
byApplicationId(applicationId: string) : ApplicationItemRequestBuilder;
5353
/**
54-
* Get the list of applications in this organization.
54+
* Get the list of applications in this organization. This API also returns agentIdentityBlueprint objects, which are identified by the @odata.type property of #microsoft.graph.agentIdentityBlueprint.
5555
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
5656
* @returns {Promise<ApplicationCollectionResponse>}
5757
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
5858
* @see {@link https://learn.microsoft.com/graph/api/application-list?view=graph-rest-beta|Find more info here}
5959
*/
6060
get(requestConfiguration?: RequestConfiguration<ApplicationsRequestBuilderGetQueryParameters> | undefined) : Promise<ApplicationCollectionResponse | undefined>;
6161
/**
62-
* Create a new application object.
62+
* Create a new application object. This API can also create an agentIdentityBlueprint object when the @odata.type property is set to #microsoft.graph.agentIdentityBlueprint.
6363
* @param body The request body
6464
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
6565
* @returns {Promise<Application>}
@@ -68,21 +68,21 @@ export interface ApplicationsRequestBuilder extends BaseRequestBuilder<Applicati
6868
*/
6969
post(body: Application, requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<Application | undefined>;
7070
/**
71-
* Get the list of applications in this organization.
71+
* Get the list of applications in this organization. This API also returns agentIdentityBlueprint objects, which are identified by the @odata.type property of #microsoft.graph.agentIdentityBlueprint.
7272
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
7373
* @returns {RequestInformation}
7474
*/
7575
toGetRequestInformation(requestConfiguration?: RequestConfiguration<ApplicationsRequestBuilderGetQueryParameters> | undefined) : RequestInformation;
7676
/**
77-
* Create a new application object.
77+
* Create a new application object. This API can also create an agentIdentityBlueprint object when the @odata.type property is set to #microsoft.graph.agentIdentityBlueprint.
7878
* @param body The request body
7979
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
8080
* @returns {RequestInformation}
8181
*/
8282
toPostRequestInformation(body: Application, requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;
8383
}
8484
/**
85-
* Get the list of applications in this organization.
85+
* Get the list of applications in this organization. This API also returns agentIdentityBlueprint objects, which are identified by the @odata.type property of #microsoft.graph.agentIdentityBlueprint.
8686
*/
8787
export interface ApplicationsRequestBuilderGetQueryParameters {
8888
/**

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ export interface FederatedIdentityCredentialsRequestBuilder extends BaseRequestB
3535
*/
3636
get(requestConfiguration?: RequestConfiguration<FederatedIdentityCredentialsRequestBuilderGetQueryParameters> | undefined) : Promise<FederatedIdentityCredentialCollectionResponse | undefined>;
3737
/**
38-
* Create a new federatedIdentityCredential object for an application. 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.
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.
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/application-post-federatedidentitycredentials?view=graph-rest-beta|Find more info here}
43+
* @see {@link https://learn.microsoft.com/graph/api/agentidentityblueprint-post-federatedidentitycredentials?view=graph-rest-beta|Find more info here}
4444
*/
4545
post(body: FederatedIdentityCredential, requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<FederatedIdentityCredential | undefined>;
4646
/**
@@ -50,7 +50,7 @@ export interface FederatedIdentityCredentialsRequestBuilder extends BaseRequestB
5050
*/
5151
toGetRequestInformation(requestConfiguration?: RequestConfiguration<FederatedIdentityCredentialsRequestBuilderGetQueryParameters> | undefined) : RequestInformation;
5252
/**
53-
* Create a new federatedIdentityCredential object for an application. 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.
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.
5454
* @param body The request body
5555
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
5656
* @returns {RequestInformation}

0 commit comments

Comments
 (0)