Skip to content

Commit 1195c34

Browse files
Merge pull request #391 from microsoftgraph/mmainer/merge-deps-doc-update
chore: gen update (docs), update deps
2 parents 9f88945 + 3a8693f commit 1195c34

59 files changed

Lines changed: 373 additions & 373 deletions

File tree

  • .github/workflows
  • packages
    • msgraph-beta-sdk-administrativeUnits/administrativeUnits/item/restore
    • msgraph-beta-sdk-admin/admin/windows/updates
    • msgraph-beta-sdk-applications/applications/item/restore
    • msgraph-beta-sdk-contacts/contacts/item/restore
    • msgraph-beta-sdk-contracts/contracts/item/restore
    • msgraph-beta-sdk-devices/devices/item/restore
    • msgraph-beta-sdk-directoryObjects/directoryObjects/item/restore
    • msgraph-beta-sdk-directoryRoleTemplates/directoryRoleTemplates/item/restore
    • msgraph-beta-sdk-directoryRoles/directoryRoles/item/restore
    • msgraph-beta-sdk-directorySettingTemplates/directorySettingTemplates/item/restore
    • msgraph-beta-sdk-directory/directory
      • authenticationMethodDevices/hardwareOathDevices
      • deletedItems/item/restore
    • msgraph-beta-sdk-drives/drives/item/items/item
    • msgraph-beta-sdk-education/education
      • classes/item
      • me/assignments/item/gradingScheme
      • users/item/assignments/item/gradingScheme
    • msgraph-beta-sdk-external/external
    • msgraph-beta-sdk-groups/groups
    • msgraph-beta-sdk-identityGovernance/identityGovernance
      • entitlementManagement/accessPackageCatalogs/item
        • accessPackageCustomWorkflowExtensions/item
        • customAccessPackageWorkflowExtensions/item
      • lifecycleWorkflows
        • deletedItems/workflows/item
          • runs/item/userProcessingResults/item/subject
          • userProcessingResults/item/subject
        • workflows/item
          • runs/item/userProcessingResults/item/subject
          • userProcessingResults/item/subject
    • msgraph-beta-sdk-identity/identity
      • conditionalAccess/namedLocations/item
      • customAuthenticationExtensions/item
    • msgraph-beta-sdk-networkAccess/networkAccess/filteringProfiles/item/policies
    • msgraph-beta-sdk-organization/organization/item/restore
    • msgraph-beta-sdk-permissionGrants/permissionGrants/item/restore
    • msgraph-beta-sdk-policies/policies/federatedTokenValidationPolicy
    • msgraph-beta-sdk-servicePrincipals/servicePrincipals/item
    • msgraph-beta-sdk-sites/sites/item/lists/item
    • msgraph-beta-sdk-teams/teams/item/channels/item/members/item
    • msgraph-beta-sdk-teamwork/teamwork/teamTemplates
    • msgraph-beta-sdk-tenantRelationships/tenantRelationships/multiTenantOrganization
    • msgraph-beta-sdk-users/users/item/restore
    • msgraph-beta-sdk/models

Some content is hidden

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

.github/workflows/release-please-gha.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
release:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v5
2323

2424
- name: Generate GitHub App token
2525
id: app-token

package-lock.json

Lines changed: 158 additions & 158 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "210748C370E8C008FEC7B35917759487777853C327E5F1110B8AE829FB1FFCCC449B17C42253984FB6379E2587AF94E61187A6C052C14EA092EA4686B777D848",
2+
"descriptionHash": "5EBF0931575B59AFF14D62894DEA1930E8EA6764C2838D65EB17C04BBD10176BD6FC9859893FAA48C7AC6F4984BE90FD1DBE3E8CABDC2FF70B5BC5937BBED056",
33
"descriptionLocation": "../../msgraph-metadata/clean_beta_openapi/openapi.yaml",
44
"lockFileVersion": "1.0.0",
55
"kiotaVersion": "1.29.0",

packages/msgraph-beta-sdk-admin/admin/windows/updates/resourceConnections/item/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ import { type BaseRequestBuilder, type Parsable, type ParsableFactory, type Requ
1313
*/
1414
export interface ResourceConnectionItemRequestBuilder extends BaseRequestBuilder<ResourceConnectionItemRequestBuilder> {
1515
/**
16-
* Delete a resourceConnection object.
16+
* Delete an operationalInsightsConnection object.
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
19-
* @see {@link https://learn.microsoft.com/graph/api/windowsupdates-resourceconnection-delete?view=graph-rest-beta|Find more info here}
19+
* @see {@link https://learn.microsoft.com/graph/api/windowsupdates-operationalinsightsconnection-delete?view=graph-rest-beta|Find more info here}
2020
*/
2121
delete(requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<void>;
2222
/**
@@ -36,7 +36,7 @@ export interface ResourceConnectionItemRequestBuilder extends BaseRequestBuilder
3636
*/
3737
patch(body: ResourceConnection, requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<ResourceConnection | undefined>;
3838
/**
39-
* Delete a resourceConnection object.
39+
* Delete an operationalInsightsConnection object.
4040
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
4141
* @returns {RequestInformation}
4242
*/

packages/msgraph-beta-sdk-admin/admin/windows/updates/updatableAssets/item/index.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,18 @@ export interface UpdatableAssetItemRequestBuilder extends BaseRequestBuilder<Upd
3737
*/
3838
get microsoftGraphWindowsUpdatesRemoveMembersById(): MicrosoftGraphWindowsUpdatesRemoveMembersByIdRequestBuilder;
3939
/**
40-
* Delete an updatableAssetGroup object. When an updatableAssetGroup object, its member updatableAsset objects are not deleted.
40+
* Delete an azureADDevice object. When a Microsoft Entra device is deleted, it is unregistered and automatically unenrolled from management for all update categories, as well as removed from every deploymentAudience and updatableAssetGroup.
4141
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
4242
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
43-
* @see {@link https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-delete?view=graph-rest-beta|Find more info here}
43+
* @see {@link https://learn.microsoft.com/graph/api/windowsupdates-azureaddevice-delete?view=graph-rest-beta|Find more info here}
4444
*/
4545
delete(requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<void>;
4646
/**
47-
* Read the properties of an azureADDevice object.
47+
* Read the properties and relationships of an updatableAsset object.
4848
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
4949
* @returns {Promise<UpdatableAsset>}
5050
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
51-
* @see {@link https://learn.microsoft.com/graph/api/windowsupdates-azureaddevice-get?view=graph-rest-beta|Find more info here}
51+
* @see {@link https://learn.microsoft.com/graph/api/windowsupdates-updatableasset-get?view=graph-rest-beta|Find more info here}
5252
*/
5353
get(requestConfiguration?: RequestConfiguration<UpdatableAssetItemRequestBuilderGetQueryParameters> | undefined) : Promise<UpdatableAsset | undefined>;
5454
/**
@@ -60,13 +60,13 @@ export interface UpdatableAssetItemRequestBuilder extends BaseRequestBuilder<Upd
6060
*/
6161
patch(body: UpdatableAsset, requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<UpdatableAsset | undefined>;
6262
/**
63-
* Delete an updatableAssetGroup object. When an updatableAssetGroup object, its member updatableAsset objects are not deleted.
63+
* Delete an azureADDevice object. When a Microsoft Entra device is deleted, it is unregistered and automatically unenrolled from management for all update categories, as well as removed from every deploymentAudience and updatableAssetGroup.
6464
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
6565
* @returns {RequestInformation}
6666
*/
6767
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;
6868
/**
69-
* Read the properties of an azureADDevice object.
69+
* Read the properties and relationships of an updatableAsset object.
7070
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
7171
* @returns {RequestInformation}
7272
*/
@@ -80,7 +80,7 @@ export interface UpdatableAssetItemRequestBuilder extends BaseRequestBuilder<Upd
8080
toPatchRequestInformation(body: UpdatableAsset, requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;
8181
}
8282
/**
83-
* Read the properties of an azureADDevice object.
83+
* Read the properties and relationships of an updatableAsset object.
8484
*/
8585
export interface UpdatableAssetItemRequestBuilderGetQueryParameters {
8686
/**

packages/msgraph-beta-sdk-admin/admin/windows/updates/updatePolicies/item/complianceChanges/item/index.ts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,51 +19,51 @@ export interface ComplianceChangeItemRequestBuilder extends BaseRequestBuilder<C
1919
*/
2020
get updatePolicy(): UpdatePolicyRequestBuilder;
2121
/**
22-
* Delete a contentApproval object.
22+
* Delete a complianceChange object.
2323
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
2424
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
25-
* @see {@link https://learn.microsoft.com/graph/api/windowsupdates-contentapproval-delete?view=graph-rest-beta|Find more info here}
25+
* @see {@link https://learn.microsoft.com/graph/api/windowsupdates-compliancechange-delete?view=graph-rest-beta|Find more info here}
2626
*/
2727
delete(requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<void>;
2828
/**
29-
* Read the properties and relationships of a complianceChange object.
29+
* Read the properties and relationships of a contentApproval object.
3030
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
3131
* @returns {Promise<ComplianceChange>}
3232
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
33-
* @see {@link https://learn.microsoft.com/graph/api/windowsupdates-compliancechange-get?view=graph-rest-beta|Find more info here}
33+
* @see {@link https://learn.microsoft.com/graph/api/windowsupdates-contentapproval-get?view=graph-rest-beta|Find more info here}
3434
*/
3535
get(requestConfiguration?: RequestConfiguration<ComplianceChangeItemRequestBuilderGetQueryParameters> | undefined) : Promise<ComplianceChange | undefined>;
3636
/**
37-
* Update the properties of a complianceChange object.
37+
* Update the properties of a contentApproval object.
3838
* @param body The request body
3939
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
4040
* @returns {Promise<ComplianceChange>}
4141
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
42-
* @see {@link https://learn.microsoft.com/graph/api/windowsupdates-compliancechange-update?view=graph-rest-beta|Find more info here}
42+
* @see {@link https://learn.microsoft.com/graph/api/windowsupdates-contentapproval-update?view=graph-rest-beta|Find more info here}
4343
*/
4444
patch(body: ComplianceChange, requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<ComplianceChange | undefined>;
4545
/**
46-
* Delete a contentApproval object.
46+
* Delete a complianceChange object.
4747
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
4848
* @returns {RequestInformation}
4949
*/
5050
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;
5151
/**
52-
* Read the properties and relationships of a complianceChange object.
52+
* Read the properties and relationships of a contentApproval object.
5353
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
5454
* @returns {RequestInformation}
5555
*/
5656
toGetRequestInformation(requestConfiguration?: RequestConfiguration<ComplianceChangeItemRequestBuilderGetQueryParameters> | undefined) : RequestInformation;
5757
/**
58-
* Update the properties of a complianceChange object.
58+
* Update the properties of a contentApproval object.
5959
* @param body The request body
6060
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
6161
* @returns {RequestInformation}
6262
*/
6363
toPatchRequestInformation(body: ComplianceChange, requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;
6464
}
6565
/**
66-
* Read the properties and relationships of a complianceChange object.
66+
* Read the properties and relationships of a contentApproval object.
6767
*/
6868
export interface ComplianceChangeItemRequestBuilderGetQueryParameters {
6969
/**

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- certificateBasedAuthPki- certificateAuthorityDetail- externalUserProfile- group- pendingExternalUserProfile- servicePrincipal- user If an item is accidentally deleted, you can fully restore it. Additionally, restoring an application doesn't automatically restore the associated service principal. You must call this API to restore the deleted service principal explicitly. 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- certificateBasedAuthPki- certificateAuthorityDetail- externalUserProfile- group- pendingExternalUserProfile- servicePrincipal- user If an item is accidentally deleted, you can fully restore it. Additionally, restoring an application doesn't automatically restore the associated service principal. You must call this API to restore the deleted service principal explicitly. 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-applications/applications/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- certificateBasedAuthPki- certificateAuthorityDetail- externalUserProfile- group- pendingExternalUserProfile- servicePrincipal- user If an item is accidentally deleted, you can fully restore it. Additionally, restoring an application doesn't automatically restore the associated service principal. You must call this API to restore the deleted service principal explicitly. 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- certificateBasedAuthPki- certificateAuthorityDetail- externalUserProfile- group- pendingExternalUserProfile- servicePrincipal- user If an item is accidentally deleted, you can fully restore it. Additionally, restoring an application doesn't automatically restore the associated service principal. You must call this API to restore the deleted service principal explicitly. 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
*/

0 commit comments

Comments
 (0)