From 7f73c8fb2dae20435f5a2c8ffa474308543ec767 Mon Sep 17 00:00:00 2001 From: Martin Machacek Date: Thu, 18 Dec 2025 14:19:47 +0100 Subject: [PATCH] Fixes beta references and removes beta disclaimer --- ...laccessroot-list-authenticationcontextclassreferences.md | 2 +- .../crosstenantaccesspolicyconfigurationpartner-update.md | 2 +- .../entitlementmanagement-post-connectedorganizations.md | 4 ++-- .../v1.0/api/externalconnectors-externalitem-get.md | 2 +- api-reference/v1.0/api/filestoragecontainer-update.md | 2 +- .../v1.0/api/identityuserflowattributeassignment-delete.md | 2 +- .../api/identityuserflowattributeassignment-getorder.md | 2 +- .../v1.0/api/learningprovider-list-learningcontents.md | 4 ++-- .../v1.0/api/licensedetails-getteamslicensingdetails.md | 4 ++-- api-reference/v1.0/api/messagerule-get.md | 2 +- ...externalusersselfservicesignup-post-identityproviders.md | 4 ++-- .../v1.0/api/onpremisesdirectorysynchronization-get.md | 2 +- api-reference/v1.0/api/reportroot-getteamsteamcounts.md | 2 +- api-reference/v1.0/api/riskyserviceprincipal-get.md | 2 +- api-reference/v1.0/api/serviceprincipal-get.md | 2 +- .../v1.0/api/sharepointmigrationjob-list-progressevents.md | 2 +- .../synchronization-synchronizationjob-post-bulkupload.md | 6 +++--- api-reference/v1.0/api/team-sendactivitynotification.md | 2 +- api-reference/v1.0/api/teamwork-get.md | 2 +- ...poraryaccesspassauthenticationmethodconfiguration-get.md | 2 +- api-reference/v1.0/api/todotask-update.md | 2 +- .../v1.0/api/unifiedrolemanagementpolicyassignment-get.md | 2 +- api-reference/v1.0/api/user-post-approleassignments.md | 2 +- api-reference/v1.0/api/userflowlanguagepage-delete.md | 2 +- api-reference/v1.0/resources/azure-ad-auditlog-overview.md | 2 +- api-reference/v1.0/resources/fieldvalueset.md | 2 +- .../v1.0/resources/intune-enrollment-conceptual.md | 2 -- api-reference/v1.0/resources/security-retentioneventtype.md | 2 +- 28 files changed, 33 insertions(+), 35 deletions(-) diff --git a/api-reference/v1.0/api/conditionalaccessroot-list-authenticationcontextclassreferences.md b/api-reference/v1.0/api/conditionalaccessroot-list-authenticationcontextclassreferences.md index c2e5d6fcceb..c169f1de418 100644 --- a/api-reference/v1.0/api/conditionalaccessroot-list-authenticationcontextclassreferences.md +++ b/api-reference/v1.0/api/conditionalaccessroot-list-authenticationcontextclassreferences.md @@ -117,7 +117,7 @@ Content-type: application/json { - "@odata.context": "https://graph.microsoft.com/beta/$metadata#/conditionalAccess/authenticationContextClassReferences", + "@odata.context": "https://graph.microsoft.com/v1.0/$metadata#/conditionalAccess/authenticationContextClassReferences", "value": [ { "id": "c1", diff --git a/api-reference/v1.0/api/crosstenantaccesspolicyconfigurationpartner-update.md b/api-reference/v1.0/api/crosstenantaccesspolicyconfigurationpartner-update.md index 00723cc03a0..a20b9f6f575 100644 --- a/api-reference/v1.0/api/crosstenantaccesspolicyconfigurationpartner-update.md +++ b/api-reference/v1.0/api/crosstenantaccesspolicyconfigurationpartner-update.md @@ -221,7 +221,7 @@ The following example shows a request. } --> ``` http -PATCH https://graph.microsoft.com/beta/policies/crossTenantAccessPolicy/partners/90e29127-71ad-49c7-9ce8-db3f41ea06f1 +PATCH https://graph.microsoft.com/v1.0/policies/crossTenantAccessPolicy/partners/90e29127-71ad-49c7-9ce8-db3f41ea06f1 Content-Type: application/json { diff --git a/api-reference/v1.0/api/entitlementmanagement-post-connectedorganizations.md b/api-reference/v1.0/api/entitlementmanagement-post-connectedorganizations.md index 95a41f8f67e..be82dc1a179 100644 --- a/api-reference/v1.0/api/entitlementmanagement-post-connectedorganizations.md +++ b/api-reference/v1.0/api/entitlementmanagement-post-connectedorganizations.md @@ -160,7 +160,7 @@ This example shows creating a connected organization with an identity source bas } --> ``` http -POST https://graph.microsoft.com/beta/identityGovernance/entitlementManagement/connectedOrganizations/ +POST https://graph.microsoft.com/v1.0/identityGovernance/entitlementManagement/connectedOrganizations/ Content-Type: application/json { @@ -222,7 +222,7 @@ HTTP/1.1 201 Created Content-type: application/json { - "@odata.context": "https://graph.microsoft.com/beta/$metadata#identityGovernance/entitlementManagement/connectedOrganizations/$entity", + "@odata.context": "https://graph.microsoft.com/v1.0/$metadata#identityGovernance/entitlementManagement/connectedOrganizations/$entity", "id": "922c86cf-65b8-4d94-b6a6-477dde331c7b", "displayName": "Connected organization name", "description": "Connected organization description", diff --git a/api-reference/v1.0/api/externalconnectors-externalitem-get.md b/api-reference/v1.0/api/externalconnectors-externalitem-get.md index d796099c4d5..ff29dc1d10d 100644 --- a/api-reference/v1.0/api/externalconnectors-externalitem-get.md +++ b/api-reference/v1.0/api/externalconnectors-externalitem-get.md @@ -62,7 +62,7 @@ The following example shows a request. --> ```msgraph-interactive -GET https://graph.microsoft.com/beta/external/connections/contosohr/items/TSP228082938 +GET https://graph.microsoft.com/v1.0/external/connections/contosohr/items/TSP228082938 ``` # [C#](#tab/csharp) diff --git a/api-reference/v1.0/api/filestoragecontainer-update.md b/api-reference/v1.0/api/filestoragecontainer-update.md index 2d847ca5f96..b712127c8a0 100644 --- a/api-reference/v1.0/api/filestoragecontainer-update.md +++ b/api-reference/v1.0/api/filestoragecontainer-update.md @@ -62,7 +62,7 @@ The following example shows a request. } --> ``` http -PATCH https://graph.microsoft.com/beta/storage/fileStorage/containers/b!ISJs1WRro0y0EWgkUYcktDa0mE8zSlFEqFzqRn70Zwp1CEtDEBZgQICPkRbil_5Z +PATCH https://graph.microsoft.com/v1.0/storage/fileStorage/containers/b!ISJs1WRro0y0EWgkUYcktDa0mE8zSlFEqFzqRn70Zwp1CEtDEBZgQICPkRbil_5Z Content-Type: application/json { diff --git a/api-reference/v1.0/api/identityuserflowattributeassignment-delete.md b/api-reference/v1.0/api/identityuserflowattributeassignment-delete.md index 0cffa2dbb9a..d1ad2a79896 100644 --- a/api-reference/v1.0/api/identityuserflowattributeassignment-delete.md +++ b/api-reference/v1.0/api/identityuserflowattributeassignment-delete.md @@ -64,7 +64,7 @@ If successful, this method returns a `204 No Content` response code. --> ``` http -DELETE https://graph.microsoft.com/beta/identity/b2xUserFlows/B2X_1_Partner/userAttributeAssignments/City +DELETE https://graph.microsoft.com/v1.0/identity/b2xUserFlows/B2X_1_Partner/userAttributeAssignments/City ``` # [C#](#tab/csharp) diff --git a/api-reference/v1.0/api/identityuserflowattributeassignment-getorder.md b/api-reference/v1.0/api/identityuserflowattributeassignment-getorder.md index 5a1a8c5e1ce..442a16b4e22 100644 --- a/api-reference/v1.0/api/identityuserflowattributeassignment-getorder.md +++ b/api-reference/v1.0/api/identityuserflowattributeassignment-getorder.md @@ -112,7 +112,7 @@ HTTP/1.1 200 OK Content-Type: application/json { - "@odata.context": "https://graph.microsoft.com/beta$metadata#microsoft.graph.assignmentOrder", + "@odata.context": "https://graph.microsoft.com/v1.0$metadata#microsoft.graph.assignmentOrder", "order": [ "extension_GUID_ShoeSize", "City" diff --git a/api-reference/v1.0/api/learningprovider-list-learningcontents.md b/api-reference/v1.0/api/learningprovider-list-learningcontents.md index c4e7c71868d..7f93e465bbe 100644 --- a/api-reference/v1.0/api/learningprovider-list-learningcontents.md +++ b/api-reference/v1.0/api/learningprovider-list-learningcontents.md @@ -111,8 +111,8 @@ HTTP/1.1 200 OK Content-Type: application/json { - "@odata.context": "https://graph.microsoft.com/beta/$metadata#learningProviders('13727311-e7bb-470d-8b20-6a23d9030d70')/learningContents", - "@odata.nextLink": "https://graph.microsoft.com/beta/$metadata#learningProviders('13727311-e7bb-470d-8b20-6a23d9030d70')/learningContents?skip=2&top=2", + "@odata.context": "https://graph.microsoft.com/v1.0/$metadata#learningProviders('13727311-e7bb-470d-8b20-6a23d9030d70')/learningContents", + "@odata.nextLink": "https://graph.microsoft.com/v1.0/$metadata#learningProviders('13727311-e7bb-470d-8b20-6a23d9030d70')/learningContents?skip=2&top=2", "@odata.count": 10, "value": [ { diff --git a/api-reference/v1.0/api/licensedetails-getteamslicensingdetails.md b/api-reference/v1.0/api/licensedetails-getteamslicensingdetails.md index 77d167b4e4f..d38eb24dc47 100644 --- a/api-reference/v1.0/api/licensedetails-getteamslicensingdetails.md +++ b/api-reference/v1.0/api/licensedetails-getteamslicensingdetails.md @@ -56,7 +56,7 @@ The following example shows a request. "sampleKeys": ["2f39ffba-51ca-4d2d-a66f-a020a83ce208"] }--> ```msgraph-interactive -GET https://graph.microsoft.com/beta/users/2f39ffba-51ca-4d2d-a66f-a020a83ce208/licenseDetails/getTeamsLicensingDetails +GET https://graph.microsoft.com/v1.0/users/2f39ffba-51ca-4d2d-a66f-a020a83ce208/licenseDetails/getTeamsLicensingDetails ``` # [C#](#tab/csharp) @@ -104,7 +104,7 @@ HTTP/1.1 200 OK Content-type: application/json { - "@odata.context": "https://graph.microsoft.com/beta/$metadata#microsoft.graph.teamsLicensingDetails", + "@odata.context": "https://graph.microsoft.com/v1.0/$metadata#microsoft.graph.teamsLicensingDetails", "hasTeamsLicense": true } ``` diff --git a/api-reference/v1.0/api/messagerule-get.md b/api-reference/v1.0/api/messagerule-get.md index 33cff004c74..da97c9cdaf2 100644 --- a/api-reference/v1.0/api/messagerule-get.md +++ b/api-reference/v1.0/api/messagerule-get.md @@ -101,7 +101,7 @@ HTTP/1.1 200 OK Content-type: application/json { - "@odata.context":"https://graph.microsoft.com/beta/$metadata#Me/mailFolders('inbox')/messageRules/$entity", + "@odata.context":"https://graph.microsoft.com/v1.0/$metadata#Me/mailFolders('inbox')/messageRules/$entity", "id":"AQAAAJ5dZqA=", "displayName":"From partner", "sequence":2, diff --git a/api-reference/v1.0/api/onauthenticationmethodloadstartexternalusersselfservicesignup-post-identityproviders.md b/api-reference/v1.0/api/onauthenticationmethodloadstartexternalusersselfservicesignup-post-identityproviders.md index 4b04c7dbf5a..64e56fe584d 100644 --- a/api-reference/v1.0/api/onauthenticationmethodloadstartexternalusersselfservicesignup-post-identityproviders.md +++ b/api-reference/v1.0/api/onauthenticationmethodloadstartexternalusersselfservicesignup-post-identityproviders.md @@ -58,10 +58,10 @@ The following example shows a request that adds Google as identity provider opti } --> ```http -POST https://graph.microsoft.com/beta/identity/authenticationEventsFlows/0313cc37-d421-421d-857b-87804d61e33e/microsoft.graph.externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/microsoft.graph.onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$ref +POST https://graph.microsoft.com/v1.0/identity/authenticationEventsFlows/0313cc37-d421-421d-857b-87804d61e33e/microsoft.graph.externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/microsoft.graph.onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$ref { - "@odata.id": "https://graph.microsoft.com/beta/identityProviders/Google-OAUTH" + "@odata.id": "https://graph.microsoft.com/v1.0/identityProviders/Google-OAUTH" } ``` diff --git a/api-reference/v1.0/api/onpremisesdirectorysynchronization-get.md b/api-reference/v1.0/api/onpremisesdirectorysynchronization-get.md index 3f59ef05913..23aa4bc8dd2 100644 --- a/api-reference/v1.0/api/onpremisesdirectorysynchronization-get.md +++ b/api-reference/v1.0/api/onpremisesdirectorysynchronization-get.md @@ -117,7 +117,7 @@ HTTP/1.1 200 OK Content-Type: application/json { - "@odata.context": "https://graph.microsoft.com/beta/$metadata#directory/onPremisesSynchronization/$entity", + "@odata.context": "https://graph.microsoft.com/v1.0/$metadata#directory/onPremisesSynchronization/$entity", "id": "12cce4b4-4ab8-40b7-be4d-f5d7742ec185", "configuration": { "accidentalDeletionPrevention": { diff --git a/api-reference/v1.0/api/reportroot-getteamsteamcounts.md b/api-reference/v1.0/api/reportroot-getteamsteamcounts.md index fbcae3d6f07..983475809e8 100644 --- a/api-reference/v1.0/api/reportroot-getteamsteamcounts.md +++ b/api-reference/v1.0/api/reportroot-getteamsteamcounts.md @@ -78,7 +78,7 @@ The following example shows a request. }--> ```msgraph-interactive -GET https://graph.microsoft.com/beta/reports/getTeamsTeamCounts(period='D7')?$format=text/csv +GET https://graph.microsoft.com/v1.0/reports/getTeamsTeamCounts(period='D7')?$format=text/csv ``` # [C#](#tab/csharp) diff --git a/api-reference/v1.0/api/riskyserviceprincipal-get.md b/api-reference/v1.0/api/riskyserviceprincipal-get.md index 929455165b3..0ef76862e98 100644 --- a/api-reference/v1.0/api/riskyserviceprincipal-get.md +++ b/api-reference/v1.0/api/riskyserviceprincipal-get.md @@ -23,7 +23,7 @@ Choose the permission or permissions marked as least privileged for this API. Us [!INCLUDE [permissions-table](../includes/permissions/riskyserviceprincipal-get-permissions.md)] -[!INCLUDE [rbac-identity-protection-apis-read](../../beta/includes/rbac-for-apis/rbac-identity-protection-apis-read.md)] +[!INCLUDE [rbac-identity-protection-apis-read](../../v1.0/includes/rbac-for-apis/rbac-identity-protection-apis-read.md)] ## HTTP request diff --git a/api-reference/v1.0/api/serviceprincipal-get.md b/api-reference/v1.0/api/serviceprincipal-get.md index 095da221317..d7765fb077d 100644 --- a/api-reference/v1.0/api/serviceprincipal-get.md +++ b/api-reference/v1.0/api/serviceprincipal-get.md @@ -228,7 +228,7 @@ HTTP/1.1 200 OK Content-type: application/json { - "@odata.context": "https://graph.microsoft.com/beta/$metadata#servicePrincipals(id,appId,displayName,appRoles,publishedPermissionScopes)/$entity", + "@odata.context": "https://graph.microsoft.com/v1.0/$metadata#servicePrincipals(id,appId,displayName,appRoles,publishedPermissionScopes)/$entity", "id": "7408235b-7540-4850-82fe-a5f15ed019e2", "appId": "00000003-0000-0000-c000-000000000000", "displayName": "Microsoft Graph", diff --git a/api-reference/v1.0/api/sharepointmigrationjob-list-progressevents.md b/api-reference/v1.0/api/sharepointmigrationjob-list-progressevents.md index 1162c1857a2..6942da5204f 100644 --- a/api-reference/v1.0/api/sharepointmigrationjob-list-progressevents.md +++ b/api-reference/v1.0/api/sharepointmigrationjob-list-progressevents.md @@ -63,7 +63,7 @@ The following example shows how to retrieve a list of **sharePointMigrationEvent } --> ``` http -GET https://graph.microsoft.com/beta/storage/fileStorage/containers/b!ISJs1WRro0y0EWgkUYcktDa0mE8zSlFEqFzqRn70Zwp1CEtDEBZgQICPkRbil_5Z/migrationJobs/7b04bfdd-5f8c-4bd9-97faa166a7922c61/progressEvents +GET https://graph.microsoft.com/v1.0/storage/fileStorage/containers/b!ISJs1WRro0y0EWgkUYcktDa0mE8zSlFEqFzqRn70Zwp1CEtDEBZgQICPkRbil_5Z/migrationJobs/7b04bfdd-5f8c-4bd9-97faa166a7922c61/progressEvents ``` ### Response diff --git a/api-reference/v1.0/api/synchronization-synchronizationjob-post-bulkupload.md b/api-reference/v1.0/api/synchronization-synchronizationjob-post-bulkupload.md index 3291f647a7a..3ac7ed0c771 100644 --- a/api-reference/v1.0/api/synchronization-synchronizationjob-post-bulkupload.md +++ b/api-reference/v1.0/api/synchronization-synchronizationjob-post-bulkupload.md @@ -237,7 +237,7 @@ HTTP/1.1 202 Accepted Content-Type: application/scim+json client-request-id: 92cd10f6-fcc3-5d61-098e-a6dd35e460ef content-length: "0" -location: "https://graph.microsoft.com/beta/auditLogs/provisioning/?$filter=jobid%20eq%20'API2AAD.b16687d38faf42adb29892cdcaf01c6e.1a03de52-b9c3-4e2c-a1e3-9145aaa8e530'" +location: "https://graph.microsoft.com/v1.0/auditLogs/provisioning/?$filter=jobid%20eq%20'API2AAD.b16687d38faf42adb29892cdcaf01c6e.1a03de52-b9c3-4e2c-a1e3-9145aaa8e530'" request-id: beeb9ea0-f7e4-4fe7-8507-cd834c88f18b {} @@ -426,7 +426,7 @@ HTTP/1.1 202 Accepted Content-Type: application/scim+json client-request-id: 92cd10f6-fcc3-5d61-098e-a6dd35e460ef content-length: "0" -location: "https://graph.microsoft.com/beta/auditLogs/provisioning/?$filter=jobid%20eq%20'API2AAD.b16687d38faf42adb29892cdcaf01c6e.1a03de52-b9c3-4e2c-a1e3-9145aaa8e530'" +location: "https://graph.microsoft.com/v1.0/auditLogs/provisioning/?$filter=jobid%20eq%20'API2AAD.b16687d38faf42adb29892cdcaf01c6e.1a03de52-b9c3-4e2c-a1e3-9145aaa8e530'" request-id: beeb9ea0-f7e4-4fe7-8507-cd834c88f18b {} @@ -490,7 +490,7 @@ HTTP/1.1 202 Accepted Content-Type: application/scim+json client-request-id: 92cd20f6-fcc3-5d61-098e-a6dd35e460ef content-length: "0" -location: "https://graph.microsoft.com/beta/auditLogs/provisioning/?$filter=jobid%20eq%20'API2AAD.b16687d38faf42adb29892cdcaf01c6e.1a03de52-b9c3-4e2c-a1e3-9145aaa8e530'" +location: "https://graph.microsoft.com/v1.0/auditLogs/provisioning/?$filter=jobid%20eq%20'API2AAD.b16687d38faf42adb29892cdcaf01c6e.1a03de52-b9c3-4e2c-a1e3-9145aaa8e530'" request-id: beec9ea0-f7e4-4fe7-8507-cd834c88f18b {} diff --git a/api-reference/v1.0/api/team-sendactivitynotification.md b/api-reference/v1.0/api/team-sendactivitynotification.md index 4c708010ce2..bb6add1481b 100644 --- a/api-reference/v1.0/api/team-sendactivitynotification.md +++ b/api-reference/v1.0/api/team-sendactivitynotification.md @@ -590,7 +590,7 @@ Content-Type: application/json { "topic": { "source": "entityUrl", - "value": "https://graph.microsoft.com/beta/teams/{teamId}/channels/{channelId}/messages/{messageId}/replies/{replyId}" + "value": "https://graph.microsoft.com/v1.0/teams/{teamId}/channels/{channelId}/messages/{messageId}/replies/{replyId}" }, "activityType": "reservationStatusUpdated", "previewText": { diff --git a/api-reference/v1.0/api/teamwork-get.md b/api-reference/v1.0/api/teamwork-get.md index 144f810aba6..31c73937256 100644 --- a/api-reference/v1.0/api/teamwork-get.md +++ b/api-reference/v1.0/api/teamwork-get.md @@ -108,7 +108,7 @@ HTTP/1.1 200 OK Content-type: application/json { - "@odata.context": "https://graph.microsoft.com/beta/$metadata#teamwork", + "@odata.context": "https://graph.microsoft.com/v1.0/$metadata#teamwork", "id": "teamwork", "isTeamsEnabled": true, "region": "Americas" diff --git a/api-reference/v1.0/api/temporaryaccesspassauthenticationmethodconfiguration-get.md b/api-reference/v1.0/api/temporaryaccesspassauthenticationmethodconfiguration-get.md index 82b9eb0f935..2b396146280 100644 --- a/api-reference/v1.0/api/temporaryaccesspassauthenticationmethodconfiguration-get.md +++ b/api-reference/v1.0/api/temporaryaccesspassauthenticationmethodconfiguration-get.md @@ -113,7 +113,7 @@ Content-Type: application/json "minimumLifetimeInMinutes": 60, "maximumLifetimeInMinutes": 480, "isUsableOnce": false, - "includeTargets@odata.context": "https://graph.microsoft.com/beta/$metadata#policies/authenticationMethodsPolicy/authenticationMethodConfigurations('TemporaryAccessPass')/microsoft.graph.temporaryAccessPassAuthenticationMethodConfiguration/includeTargets", + "includeTargets@odata.context": "https://graph.microsoft.com/v1.0/$metadata#policies/authenticationMethodsPolicy/authenticationMethodConfigurations('TemporaryAccessPass')/microsoft.graph.temporaryAccessPassAuthenticationMethodConfiguration/includeTargets", "includeTargets": [ { "targetType": "group", diff --git a/api-reference/v1.0/api/todotask-update.md b/api-reference/v1.0/api/todotask-update.md index 632316c8d46..7e0f9027d5e 100644 --- a/api-reference/v1.0/api/todotask-update.md +++ b/api-reference/v1.0/api/todotask-update.md @@ -135,7 +135,7 @@ HTTP/1.1 200 OK Content-Type: application/json { - "@odata.context": "https://graph.microsoft.com/beta/$metadata#tasks/$entity", + "@odata.context": "https://graph.microsoft.com/v1.0/$metadata#tasks/$entity", "@odata.etag": "W/\"s8/ERWT3WEeFpBGD0bDgAA+TWq9g==\"", "importance": "low", "isReminderOn": false, diff --git a/api-reference/v1.0/api/unifiedrolemanagementpolicyassignment-get.md b/api-reference/v1.0/api/unifiedrolemanagementpolicyassignment-get.md index cc048bda633..07df3a754c8 100644 --- a/api-reference/v1.0/api/unifiedrolemanagementpolicyassignment-get.md +++ b/api-reference/v1.0/api/unifiedrolemanagementpolicyassignment-get.md @@ -532,7 +532,7 @@ The following example shows a request. } --> ```msgraph-interactive -GET https://graph.microsoft.com/beta/policies/roleManagementPolicyAssignments/Group_60bba733-f09d-49b7-8445-32369aa066b3_f21b26d9-9ff9-4af1-b1d4-bddf28591369_member +GET https://graph.microsoft.com/v1.0/policies/roleManagementPolicyAssignments/Group_60bba733-f09d-49b7-8445-32369aa066b3_f21b26d9-9ff9-4af1-b1d4-bddf28591369_member ``` # [C#](#tab/csharp) diff --git a/api-reference/v1.0/api/user-post-approleassignments.md b/api-reference/v1.0/api/user-post-approleassignments.md index d47f62fcaae..f3d420eae0e 100644 --- a/api-reference/v1.0/api/user-post-approleassignments.md +++ b/api-reference/v1.0/api/user-post-approleassignments.md @@ -127,7 +127,7 @@ HTTP/1.1 200 OK Content-type: application/json { - "@odata.context": "https://graph.microsoft.com/beta/$metadata#users('cde330e5-2150-4c11-9c5b-14bfdc948c79')/appRoleAssignments/$entity", + "@odata.context": "https://graph.microsoft.com/v1.0/$metadata#users('cde330e5-2150-4c11-9c5b-14bfdc948c79')/appRoleAssignments/$entity", "id": "5TDjzVAhEUycWxS_3JSMeY-oHkjrWvBKi7aIZwYGQzg", "deletedDateTime": null, "appRoleId": "00000000-0000-0000-0000-000000000000", diff --git a/api-reference/v1.0/api/userflowlanguagepage-delete.md b/api-reference/v1.0/api/userflowlanguagepage-delete.md index b5989eb015c..0506e68bc8d 100644 --- a/api-reference/v1.0/api/userflowlanguagepage-delete.md +++ b/api-reference/v1.0/api/userflowlanguagepage-delete.md @@ -66,7 +66,7 @@ The following example shows a request. --> ```http -DELETE https://graph.microsoft.com/beta/identity/b2xUserFlows/B2X_1_Partner/languages/en/overridesPages/selfasserted1_1/$value +DELETE https://graph.microsoft.com/v1.0/identity/b2xUserFlows/B2X_1_Partner/languages/en/overridesPages/selfasserted1_1/$value ``` # [C#](#tab/csharp) diff --git a/api-reference/v1.0/resources/azure-ad-auditlog-overview.md b/api-reference/v1.0/resources/azure-ad-auditlog-overview.md index 0c99a0f5b6f..9da089420d5 100644 --- a/api-reference/v1.0/resources/azure-ad-auditlog-overview.md +++ b/api-reference/v1.0/resources/azure-ad-auditlog-overview.md @@ -47,7 +47,7 @@ Here are popular requests for working with report data: |--|--| | GET tenant user activities | [https://graph.microsoft.com/v1.0/auditLogs/directoryAudits](https://developer.microsoft.com/graph/graph-explorer?request=auditLogs/directoryAudits&version=v1.0) | | GET custom security attribute audit logs | [https://graph.microsoft.com/v1.0/auditLogs/customSecurityAttributeAudits](https://developer.microsoft.com/graph/graph-explorer?request=auditLogs/customSecurityAttributeAudits&version=v1.0) | -| GET tenant sign-ins | [https://graph.microsoft.com/beta/auditLogs/signIns](https://developer.microsoft.com/graph/graph-explorer?request=auditLogs/signIns&version=v1.0) | +| GET tenant sign-ins | [https://graph.microsoft.com/v1.0/auditLogs/signIns](https://developer.microsoft.com/graph/graph-explorer?request=auditLogs/signIns&version=v1.0) | ## License requirements diff --git a/api-reference/v1.0/resources/fieldvalueset.md b/api-reference/v1.0/resources/fieldvalueset.md index 7380c5ce5a8..9ccf2890fcd 100644 --- a/api-reference/v1.0/resources/fieldvalueset.md +++ b/api-reference/v1.0/resources/fieldvalueset.md @@ -45,7 +45,7 @@ The server returns lookup values if your request includes a `select` statement w Example: ```http -GET https://graph.microsoft.com/beta/sites/{site-id}/lists/{list-id}/items?expand=fields(select=Author,BookTitle,PageCount) +GET https://graph.microsoft.com/v1.0/sites/{site-id}/lists/{list-id}/items?expand=fields(select=Author,BookTitle,PageCount) ``` You may request up to 12 lookup fields in a single query, plus any number of regular fields. diff --git a/api-reference/v1.0/resources/intune-enrollment-conceptual.md b/api-reference/v1.0/resources/intune-enrollment-conceptual.md index a5d34824394..1022536b86b 100644 --- a/api-reference/v1.0/resources/intune-enrollment-conceptual.md +++ b/api-reference/v1.0/resources/intune-enrollment-conceptual.md @@ -11,8 +11,6 @@ ms.date: 04/18/2024 Namespace: microsoft.graph -> **Important:** APIs under the /beta version in Microsoft Graph are in preview and are subject to change. Use of these APIs in production applications is not supported. - > **Note:** The Microsoft Graph API for Intune requires an [active Intune license](https://go.microsoft.com/fwlink/?linkid=839381) for the tenant. You can enroll organization-owned or corporate-owned devices to manage with Intune in a variety of ways, depending on the type of device, how the device was purchased, and the needs of the organization. You also can install the Company Portal app to enroll and manage corporate-owned devices, like in a "bring your own device" (BYOD) scenario. diff --git a/api-reference/v1.0/resources/security-retentioneventtype.md b/api-reference/v1.0/resources/security-retentioneventtype.md index 31756b1b76a..64262a51dd4 100644 --- a/api-reference/v1.0/resources/security-retentioneventtype.md +++ b/api-reference/v1.0/resources/security-retentioneventtype.md @@ -14,7 +14,7 @@ Namespace: microsoft.graph.security Represents a single group for the same type of retention events. -When a [retention event](../resources/security-retentionevent.md) is created, it's associated with a specific event type that in turn is associated with a [retention label](/graph/api-reference/beta/resources/security-retentionlabel.md). Only content with that retention label applied will be retained for the specified retention period. +When a [retention event](../resources/security-retentionevent.md) is created, it's associated with a specific event type that in turn is associated with a [retention label](/graph/api-reference/v1.0/resources/security-retentionlabel.md). Only content with that retention label applied will be retained for the specified retention period. For details, see [Start retention when an event occurs](/microsoft-365/compliance/event-driven-retention).