diff --git a/api-reference/beta/api/security-detectionrule-get.md b/api-reference/beta/api/security-detectionrule-get.md index f69114fb817..920f150274d 100644 --- a/api-reference/beta/api/security-detectionrule-get.md +++ b/api-reference/beta/api/security-detectionrule-get.md @@ -146,5 +146,4 @@ Content-Type: application/json } } } -``` - +``` \ No newline at end of file diff --git a/api-reference/beta/api/security-rulesroot-delete-detectionrules.md b/api-reference/beta/api/security-rulesroot-delete-detectionrules.md index 3f1bf73f9b8..b81a463287a 100644 --- a/api-reference/beta/api/security-rulesroot-delete-detectionrules.md +++ b/api-reference/beta/api/security-rulesroot-delete-detectionrules.md @@ -25,7 +25,6 @@ Choose the permission or permissions marked as least privileged for this API. Us "name": "security-rulesroot-delete-detectionrules-permissions" } --> - [!INCLUDE [permissions-table](../includes/permissions/security-rulesroot-delete-detectionrules-permissions.md)] [!INCLUDE [rbac-security-detection-rules-apis-write](../includes/rbac-for-apis/rbac-security-detection-rules-apis-write.md)] @@ -79,5 +78,4 @@ The following example shows the response. --> ``` http HTTP/1.1 204 No Content - ``` diff --git a/concepts/whats-new-overview.md b/concepts/whats-new-overview.md index a3295bfd800..ad21dfd8e2e 100644 --- a/concepts/whats-new-overview.md +++ b/concepts/whats-new-overview.md @@ -40,7 +40,6 @@ Evaluate applications in the Microsoft Entra application gallery by using the [a Added the [getSharePointApiUsage](/graph/api/reportroot-getsharepointapiusage?view=graph-rest-beta&preserve-view=true) method to the [reportRoot](/graph/api/resources/reportroot?view=graph-rest-beta&preserve-view=true) resource to retrieve aggregated OneDrive and SharePoint API usage metrics for a tenant. - ### Identity and access | Identity and sign-in Added support for programmatic FIDO2 passkey registration. Use the [creationOptions](/graph/api/fido2authenticationmethod-creationoptions) function to get WebAuthn credential creation options, then complete registration by posting the new **publicKeyCredential** property to the [fido2AuthenticationMethod](/graph/api/resources/fido2authenticationmethod) resource. @@ -87,6 +86,10 @@ Added the **appRoleAssignmentRequired** property to the [agentIdentity](/graph/a Use the **isRegistrationRequired** property on the [virtualEventTownhall](/graph/api/resources/virtualeventtownhall?view=graph-rest-beta&preserve-view=true) and [virtualEventWebinar](/graph/api/resources/virtualeventwebinar?view=graph-rest-beta&preserve-view=true) resources to specify if attendees must complete the registration flow before they can attend. +### Teamwork and communications | Calls and online meetings + +Use the **isRegistrationRequired** property on the [virtualEventTownhall](/graph/api/resources/virtualeventtownhall?view=graph-rest-beta&preserve-view=true) and [virtualEventWebinar](/graph/api/resources/virtualeventwebinar?view=graph-rest-beta&preserve-view=true) resources to specify if attendees must complete the registration flow before they can attend. + ### Device and app management | Cloud PC Use the [cloudPcProvisioningPolicy: apply](/graph/api/cloudpcprovisioningpolicy-apply?view=graph-rest-beta&preserve-view=true) method to apply policy settings such as `region` and `singleSignOn`. This method also supports reprovisioning for frontline shared mode Cloud PCs by using the **reservePercentage** parameter to control the percentage of Cloud PCs that remain available during the process. @@ -173,6 +176,10 @@ The **timeZone** property of the [schedule](/graph/api/resources/schedule?view=g [Validate](/graph/api/crosstenantmigrationjob-validate?view=graph-rest-beta&preserve-view=true) and [migrate](/graph/api/crosstenantmigrationjob-migrate?view=graph-rest-beta&preserve-view=true) a [cross-tenant migration job](/graph/api/resources/crosstenantmigrationjob?view=graph-rest-beta&preserve-view=true) asynchronously. A previously created job must pass validation before migration can start. +### Tenants | Cross-tenant migration + +[Validate](/graph/api/crosstenantmigrationjob-validate?view=graph-rest-beta&preserve-view=true) and [migrate](/graph/api/crosstenantmigrationjob-migrate?view=graph-rest-beta&preserve-view=true) a [cross-tenant migration job](/graph/api/resources/crosstenantmigrationjob?view=graph-rest-beta&preserve-view=true) asynchronously. A previously created job must pass validation before migration can start. + ### Tenants | Tenant governance Added the **groupDisplayName** property to the [delegatedAdministrationRoleAssignment](/graph/api/resources/tenantgovernanceservices-delegatedadministrationroleassignment?view=graph-rest-beta&preserve-view=true) and [delegatedAdministrationRoleAssignmentSnapshot](/graph/api/resources/tenantgovernanceservices-delegatedadministrationroleassignmentsnapshot?view=graph-rest-beta&preserve-view=true) resources. This property surfaces the display name of the security group inline, so consumers don't need to make a separate Microsoft Graph `/groups/{id}` call to resolve it. @@ -183,6 +190,7 @@ Application permissions for the [user: translateExchangeIds](/graph/api/user-tra - [Retrieve](/graph/api/cloudpcprovisioningpolicy-retrievepolicyupdatestatusresult?view=graph-rest-beta&preserve-view=true) the pending apply status of a [provisioning policy](/graph/api/resources/cloudpcprovisioningpolicy?view=graph-rest-beta&preserve-view=true) to determine whether unapplied changes exist for Cloud PCs. - Use the **isForceUserLogoffEnabled** parameter and property on [cloudPcProvisioningPolicy: apply](/graph/api/cloudpcprovisioningpolicy-apply?view=graph-rest-beta&preserve-view=true) and [cloudPcPolicyScheduledApplyActionDetail](/graph/api/resources/cloudpcpolicyscheduledapplyactiondetail?view=graph-rest-beta&preserve-view=true) to indicate whether active Cloud PC sessions are forcibly signed out when reprovisioning begins. + ## May 2026: New and generally available ### Agents