Skip to content

Commit ad66688

Browse files
authored
Merge pull request #26178 from microsoftgraph/fixBrokenLinks
Fix broken links
2 parents 515049f + 0ebf40e commit ad66688

10 files changed

+19
-21
lines changed

api-reference/beta/resources/certification.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ Namespace: microsoft.graph
1616

1717
Represents the certification details of an [application](application.md).
1818

19-
The certification property of an application is read-only, and can't be manually set. It is updated when the application is certified through the Microsoft 365 App Compliance Program. For more information, see [Microsoft 365 App Compliance Program](/microsoft-365-app-certification/docs/enterprise-app-certification-guide).
19+
The certification property of an application is read-only, and can't be manually set. It's updated when the application is certified through the Microsoft 365 App Compliance Program. For more information, see [Microsoft 365 App Compliance Program](/microsoft-365-app-certification/overview).
2020

2121
## Properties
2222
|Property|Type|Description|
2323
|:---------------|:--------|:----------|
2424
|certificationDetailsUrl|String|URL that shows certification details for the application.|
2525
|certificationExpirationDateTime|DateTimeOffset|The timestamp when the current certification for the application expires.|
2626
|isCertifiedByMicrosoft|Boolean|Indicates whether the application is certified by Microsoft.|
27-
|isPublisherAttested|Boolean|Indicates whether the application has been self-attested by the application developer or the publisher.|
27+
|isPublisherAttested|Boolean|Indicates whether the application developer or publisher completed Publisher Attestation.|
2828
|lastCertificationDateTime|DateTimeOffset|The timestamp when the certification for the application was most recently added or updated.|
2929

3030
## Relationships

api-reference/beta/resources/permissiongrantconditionset.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ A permission grant condition set contains several conditions. For an event to ma
3131
| clientApplicationTenantIds | String collection | A list of Microsoft Entra tenant IDs in which the client application is registered, or a list with the single value `all` to match with client apps registered in any tenant. Default is the single value `all`. |
3232
| clientApplicationPublisherIds | String collection | A list of Microsoft Partner Network (MPN) IDs for verified publishers of the client application, or a list with the single value `all` to match with client apps from any publisher. Default is the single value `all`. |
3333
| clientApplicationsFromVerifiedPublisherOnly | Boolean | Set to `true` to only match on client applications with a [verified publisher](/azure/active-directory/develop/publisher-verification-overview). Set to `false` to match on any client app, even if it does not have a verified publisher. Default is `false`. |
34-
| certifiedClientApplicationsOnly | Boolean | Set to `true` to only match on client applications that are [Microsoft 365 certified](/microsoft-365-app-certification/docs/enterprise-app-certification-guide). Set to `false` to match on any other client app. Default is `false`. |
34+
| certifiedClientApplicationsOnly | Boolean | Set to `true` to only match on client applications that are [Microsoft 365 certified](/microsoft-365-app-certification/overview). Set to `false` to match on any other client app. Default is `false`. |
3535
| scopeSensitivityLabels | [scopeSensitivityLabels](scopeSensitivityLabels.md) | Defines the sensitivity labels for groups that are included in a [permissionGrantPreApprovalPolicy](../resources/permissiongrantpreapprovalpolicy.md). |
3636

3737
## Relationships
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
author: egreenberg14
33
ms.topic: include
4-
ms.date: 03/15/2021
4+
ms.date: 01/30/2025
55
ms.localizationpriority: medium
66
---
77

88
<!-- markdownlint-disable MD041-->
99

1010
>[!NOTE]
11-
>This article describes how to export personal data from a device or service. These steps can be used to support your obligations under the General Data Protection Regulation (GDPR). Authorized tenant admins can use Microsoft Graph to correct, update, or delete identifiable information about end users, including customer and employee user profiles or personal data, such as a user's name, work title, address, or phone number, in your [Microsoft Entra ID](https://azure.microsoft.com/services/active-directory/) environment.
11+
>This article describes how to export personal data from a device or service. These steps can be used to support your obligations under the General Data Protection Regulation (GDPR). Authorized tenant admins can use Microsoft Graph to correct, update, or delete identifiable information about end users, including customer and employee user profiles or personal data, such as a user's name, work title, address, or phone number, in your [Microsoft Entra ID](https://www.microsoft.com/security/business/identity-access/microsoft-entra-id) environment.

api-reference/v1.0/resources/certification.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ Namespace: microsoft.graph
1313

1414
Represents the certification details of an [application](application.md).
1515

16-
The certification property of an application is read-only, and can't be manually set. It is updated when the application is certified through the Microsoft 365 App Compliance Program. For more information, see [Microsoft 365 App Compliance Program](/microsoft-365-app-certification/docs/enterprise-app-certification-guide).
16+
The certification property of an application is read-only, and can't be manually set. It's updated when the application is certified through the Microsoft 365 App Compliance Program. For more information, see [Microsoft 365 App Compliance Program](/microsoft-365-app-certification/overview).
1717

1818
## Properties
1919
|Property|Type|Description|
2020
|:---------------|:--------|:----------|
2121
|certificationDetailsUrl|String|URL that shows certification details for the application.|
2222
|certificationExpirationDateTime|DateTimeOffset|The timestamp when the current certification for the application expires.|
2323
|isCertifiedByMicrosoft|Boolean|Indicates whether the application is certified by Microsoft.|
24-
|isPublisherAttested|Boolean|Indicates whether the application has been self-attested by the application developer or the publisher.|
24+
|isPublisherAttested|Boolean|Indicates whether the application developer or publisher completed Publisher Attestation.|
2525
|lastCertificationDateTime|DateTimeOffset|The timestamp when the certification for the application was most recently added or updated.|
2626

2727
## JSON representation

api-reference/v1.0/resources/userteamwork.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: "akjo"
55
doc_type: resourcePageType
66
ms.localizationpriority: high
77
ms.subservice: "teams"
8-
ms.date: 08/14/2024
8+
ms.date: 01/30/2025
99
---
1010

1111
# userTeamwork resource type
@@ -25,7 +25,7 @@ Represents a container for the range of Microsoft Teams functionalities that are
2525
| Property | Type | Description |
2626
|:---------------|:--------|:----------|
2727
|id| String|The unique identifier for the **userTeamwork** object.|
28-
|locale|String |Represents the location that a user selected in Microsoft Teams and doesn't follow the Office's locale setting. A users locale is represented by their preferred language and country or region. For example, `en-us`. The language component follows two-letter codes as defined in [ISO 639-1](https://www.iso.org/iso/home/standards/language_codes.htm), and the country component follows two-letter codes as defined in [ISO 3166-1 alpha-2](https://www.iso.org/iso/country_codes.htm).|
28+
|locale|String |Represents the location that a user selected in Microsoft Teams and doesn't follow the Office's locale setting. A user's locale is represented by their preferred language and country or region. For example, `en-us`. The language component follows two-letter codes as defined in [ISO 639-1](https://www.iso.org/iso-639-language-code), and the country component follows two-letter codes as defined in [ISO 3166-1 alpha-2](https://www.iso.org/iso-3166-country-codes.html).|
2929
|region|string|Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.<br><br>The **region** value can be any region supported by the Teams payload. The possible values are: `Americas`, `Europe and MiddleEast`, `Asia Pacific`, `UAE`, `Australia`, `Brazil`, `Canada`, `Switzerland`, `Germany`, `France`, `India`, `Japan`, `South Korea`, `Norway`, `Singapore`, `United Kingdom`, `South Africa`, `Sweden`, `Qatar`, `Poland`, `Italy`, `Israel`, `Spain`, `Mexico`, `USGov Community Cloud`, `USGov Community Cloud High`, `USGov Department of Defense`, and `China`.|
3030

3131
## Relationships

concepts/change-notifications-delivery-event-hubs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The article guides you through the process of managing your Microsoft Graph subs
2424
2525
## Using Azure Event Hubs to receive change notification
2626

27-
[Azure Event Hubs](https://azure.microsoft.com/services/event-hubs) is a popular real-time events ingestion and distribution service built for scale. Using Azure Event Hubs to receive change notifications differs from webhooks in a few ways, including:
27+
[Azure Event Hubs](https://azure.microsoft.com/products/event-hubs/) is a popular real-time events ingestion and distribution service built for scale. Using Azure Event Hubs to receive change notifications differs from webhooks in a few ways, including:
2828

2929
- You don't rely on publicly exposed notification URLs. The Event Hubs SDK relays the notifications to your application.
3030
- You don't need to reply to the [notification URL validation](change-notifications-delivery-webhooks.md#notificationurl-validation). You can ignore the validation message that you receive.

concepts/cloud-communications-get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Before you get started, familiarize yourself with the following topics:
2121

2222
## Register a bot
2323

24-
The terms "service application" and "bot" can be used interchangeably. You can either create a bot through the [Azure portal](https://azure.microsoft.com/features/azure-portal/) directly or register a bot that isn't hosted on Azure.
24+
The terms "service application" and "bot" can be used interchangeably. You can either create a bot through the [Azure portal](https://azure.microsoft.com/get-started/azure-portal/) directly or register a bot that isn't hosted on Azure.
2525
For more information, see [Registering a calling bot](https://microsoftgraph.github.io/microsoft-graph-comms-samples/docs/articles/calls/register-calling-bot.html).
2626

2727
To make things easier later, it's helpful to understand the different [types of permissions](/azure/active-directory/develop/v1-permissions-and-consent#types-of-permissions) within Microsoft Entra ID. Apps with delegated permissions require a signed-in user. Application-based permissions don't need a signed-in user and can often run as a background service.

concepts/cloud-communications-media.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This article helps you determine which media hosting option is right for you bas
1515

1616
## Service-hosted media (remote hosting)
1717

18-
If you want your bot to play a custom prompt when a customer dials your business's number, or to detect phone tones, record short voice clips, or perform any of the various Interactive Voice Response ([IVR](/graph/api/resources/calls-api-ivr-overview)) scenarios, consider using the [service-hosted media APIs](/graph/api/resources/communications-api-overview).
18+
If you want your bot to play a custom prompt when a customer dials your business's number, or to detect phone tones, record short voice clips, or perform any of the various Interactive Voice Response ([IVR](/graph/api/resources/communications-api-overview)) scenarios, consider using the [service-hosted media APIs](/graph/api/resources/communications-api-overview).
1919

2020
**If your media needs are simpler, explore this option first**. Because the heavy media processing is offloaded remotely, this is a lighter weight solution that allows you to build your bot in a more flexible way.
2121

concepts/deployments.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: "Microsoft Graph national cloud deployments"
33
description: "Learn about Microsoft Graph national cloud deployments and the capabilities that are available to developers within each."
4-
author: "adamedx"
4+
ms.reviewer: krbash
55
ms.localizationpriority: medium
6-
ms.date: 11/07/2024
6+
ms.date: 01/30/2025
77
---
88

99
# Microsoft Graph national cloud deployments
@@ -61,10 +61,10 @@ The following table shows the service root endpoints for Microsoft Graph and [Gr
6161
6262
## Service API support in national clouds
6363

64-
For details about API support for Microsoft Graph services in national clouds, see the [API beta reference](/graph/api/overview?view=graph-rest-beta&preserve=true) and [API v1.0 reference](/graph/api/overview?view=graph-rest-1.0&preserve=true).
64+
For details about API support for Microsoft Graph services in national clouds, see the [API beta reference](/graph/api/overview?view=graph-rest-beta&preserve-view=true) and [API v1.0 reference](/graph/api/overview?view=graph-rest-1.0&preserve-view=true).
6565

6666
> [!IMPORTANT]
67-
> Certain services and features that are in specific regions of the global service might not be available in all national clouds. To find out what services are available, see [products available by region](https://azure.microsoft.com/global-infrastructure/services/?products=all&regions=usgov-non-regional,us-dod-central,us-dod-east,usgov-arizona,usgov-iowa,usgov-texas,usgov-virginia,china-non-regional,china-east,china-east-2,china-north,china-north-2,germany-non-regional,germany-central,germany-northeast).
67+
> Certain services and features that are in specific regions of the global service might not be available in all national clouds. To find out what services are available, see [Product Availability by Region](https://azure.microsoft.com/explore/global-infrastructure/products-by-region/table).
6868
6969
## Related content
7070

@@ -73,7 +73,7 @@ To learn more about national clouds, see the following articles:
7373
- [Microsoft National Clouds](https://www.microsoft.com/TrustCenter/CloudServices/NationalCloud)
7474
- [Microsoft 365 for US Government](/office365/servicedescriptions/office-365-platform-service-description/office-365-us-government/office-365-us-government)
7575
- [Microsoft 365 operated by 21Vianet](/office365/servicedescriptions/office-365-platform-service-description/office-365-operated-by-21vianet)
76-
- [Azure Government](https://azure.microsoft.com/global-infrastructure/government/)
76+
- [Azure Government](https://azure.microsoft.com/explore/global-infrastructure/government/)
7777
- [Azure China 21Vianet](/azure/china/)
7878

7979
Explore samples for authenticating and working with Azure and Microsoft 365 in National cloud deployments:

concepts/includes/quickstart-register-app.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
---
22
title: "Quickstart: Register an app in the Microsoft identity platform"
33
description: In this quickstart, you learn how to register an application with the Microsoft identity platform.
4-
services: active-directory
54
author: FaithOmbongi
65
ms.author: ombongifaith
76
ms.reviewer: jackson.woods
8-
ms.date: 01/22/2024
97
ms.topic: include
8+
ms.localizationpriority: high
109
ms.subservice: entra-applications
1110
#Customer intent: As developer, I want to know how to register my client application with the Microsoft identity platform so it can be authorized to access data in the Microsoft cloud.
1211

1312
# Content in this include file is largely duplicated from https://learn.microsoft.com/en-us/entra/identity-platform/quickstart-register-app
14-
-
1513
---
1614

1715
For your app to use the identity and access management (IAM) capabilities of Microsoft Entra ID, including accessing protected resources, you must register it first. Then the Microsoft identity platform performs the IAM functions for the registered applications. This article shows you how to register a *web application* in the Microsoft Entra admin center. You can learn more about [app types you can register in the Microsoft identity platform](/entra/identity-platform/v2-app-types).
@@ -21,7 +19,7 @@ For your app to use the identity and access management (IAM) capabilities of Mic
2119
2220
## Prerequisites
2321

24-
- A Microsoft Entra ID tenant. If you don't have a tenant, create a [free Azure account to get free subscription](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
22+
- A Microsoft Entra ID tenant. If you don't have a tenant, create a [free Azure account to get free subscription](https://azure.microsoft.com/pricing/purchase-options/azure-account).
2523
- An account that has at least the [Cloud Application Administrator](/entra/identity/role-based-access-control/permissions-reference?toc=%2Fgraph%2Ftoc.json#cloud-application-administrator) role.
2624

2725
## Register an application

0 commit comments

Comments
 (0)