Skip to content

Commit 15d1142

Browse files
authored
Integrate - update versioning table, GitHub Issue fix (#5508)
* ghi fix 13105 * reworked intro, link updates
1 parent 94905f3 commit 15d1142

File tree

6 files changed

+15
-13
lines changed

6 files changed

+15
-13
lines changed

docs/boards/work-items/work-item-fields.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@ https://dev.azure.com/fabrikam/_apis/wit/fields/System.IterationPath
715715
716716
::: moniker range="< azure-devops"
717717
718-
You can list the attributes assigned to a field by using the [**Fields - Get** REST API](/rest/api/azure/devops/wit/fields/get/?view=vsts-rest-tfs-4.1&preserve-view=true). Enter your organization name for *OrganizationName*. To get started using REST, see [Azure DevOps Services REST API Reference](/rest/api/azure/devops/?view=vsts-rest-tfs-4.1&preserve-view=true)
718+
You can list the attributes assigned to a field by using the [**Fields - Get** REST API](/rest/api/azure/devops/wit/fields/get/?view=vsts-rest-tfs-4.1&preserve-view=true). Enter your organization name for *OrganizationName*. To get started using REST, see [Azure DevOps Services REST API Reference](/rest/api/azure/devops)
719719
720720
> [!div class="tabbedCodeSnippets"]
721721
> ```REST

docs/extend/develop/work-with-urls.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ With the introduction of Azure DevOps, organizational resources and APIs are now
2121

2222
Regardless of when the organization was created, users, tools, and integrations can interact with organization-level REST APIs using either URL. As the developer of an extension, integration, or tool that interacts with Azure DevOps, learn how to best work with URLs made available to your code and form URLs when you call REST APIs.
2323

24-
For more information, see the [REST API Reference](/rest/api/azure/devops/?view=azure-devops-rest-5.1&preserve-view=true).
24+
For more information, see the [REST API Reference](/rest/api/azure/devops).
2525

2626
## Organization primary URL
2727

Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
> [!TIP]
2-
> For more information, see [Extensibility points, menus and toolbars](../reference/targets/overview.md#menus-and-toolbars), the [Contribution model](../develop/contributions-overview.md) the [Formula Design System](https://developer.microsoft.com/azure-devops/develop/extensions), [REST API reference](/rest/api/azure/devops/?view=azure-devops-rest-6.1&preserve-view=true), [Extension samples](https://github.com/Microsoft/azure-devops-extension-sample), and resources in the [Developer Community](https://developercommunity.visualstudio.com/spaces/21/index.html).
2+
> For more information, see [Extensibility points, menus and toolbars](../reference/targets/overview.md#menus-and-toolbars), the [Contribution model](../develop/contributions-overview.md) the [Formula Design System](https://developer.microsoft.com/azure-devops/develop/extensions), [REST API reference](/rest/api/azure/devops), [Extension samples](https://github.com/Microsoft/azure-devops-extension-sample), and resources in the [Developer Community](https://developercommunity.visualstudio.com/spaces/21/index.html).

docs/integrate/concepts/rest-api-versioning.md

+10-8
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
---
22
title: REST API versioning for Azure DevOps
3-
description: Learn how versioning works for REST APIs for Azure DevOps.
3+
description: Overview of the importance of versioning in REST APIs and guidance on implementing versioning in your projects in Azure DevOps.
44
ms.assetid: 5fc6efd4-9947-40f2-b4f6-9695a24de87c
55
ms.subservice: azure-devops-ecosystem
66
ms.topic: conceptual
7+
ms.custom: engagement-fy23
78
monikerRange: '<= azure-devops'
89
ms.author: chcomley
910
author: chcomley
10-
ms.date: 09/29/2020
11+
ms.date: 02/14/2023
1112
---
1213

1314
# REST API versioning
1415

1516
[!INCLUDE [version-lt-eq-azure-devops](../../includes/version-lt-eq-azure-devops.md)]
1617

17-
Azure DevOps REST APIs are versioned to ensure applications and services continue to work as APIs evolve.
18+
Using versioned REST APIs, you can ensure your projects are scalable and maintainable over time while applications and services continue to work as APIs evolve.
1819

1920
## Guidelines
2021

@@ -44,10 +45,11 @@ i.e. GET https://dev.azure.com/v1.0/{organization}/_apis/{area}/{resource}?some-
4445

4546
### Supported versions
4647

47-
| Product | 1.0 | 2.0 | 3.0 | 4.0 | 5.0 | 6.0 |
48-
|-----------------------------|-----|-----|-----|-----|-----|-----|
49-
| Azure DevOps Services | X | X | X | X | X | X |
50-
| Azure DevOps Server 2020 | X | X | X | X | X | X |
48+
| Product | 1.0 | 2.0 | 3.0 | 4.0 | 5.0 | 6.0 | 7.0 |
49+
|-----------------------------|-----|-----|-----|-----|-----|-----|-----|
50+
| Azure DevOps Services | X | X | X | X | X | X | X |
51+
|Azure DevOps Server 2022 | X | X | X | X | X | X | X |
52+
| Azure DevOps Server 2020 | X | X | X | X | X | X | - |
5153
| Azure DevOps Server 2019 | X | X | X | X | X | - |
5254
| Team Foundation Server 2018 | X | X | X | X | - | - |
5355
| Team Foundation Server 2017 | X | X | X | - | - | - |
@@ -60,4 +62,4 @@ A few undocumented version 1.0 APIs existed in Team Foundation Server 2013, but
6062
## Related articles
6163

6264
* [Get started with REST APIs](../how-to/call-rest-api.md)
63-
* [Azure DevOps Services REST API reference](/rest/api/azure/devops/?preserve-view=true&view=azure-devops-rest-6.1)
65+
* [Azure DevOps Services REST API reference](/rest/api/azure/devops/)

docs/organizations/accounts/create-organization.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Use an organization to connect groups of related projects, and help to scale up
2525
::: moniker range="= azure-devops"
2626

2727
> [!NOTE]
28-
> All organizations must be manually created via the web portal. We don't support automated creation of organizations. We do support automated organization configuration, project creation, and resource provisioning via [REST API](/rest/api/azure/devops/?view=azure-devops-rest-7.1&preserve-view=true).
28+
> All organizations must be manually created via the web portal. We don't support automated creation of organizations. We do support automated organization configuration, project creation, and resource provisioning via [REST API](/rest/api/azure/devops).
2929
3030
<a name="how-sign-up"></a>
3131

docs/repos/git/includes/personal-access-tokens.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ When your code is working, it's a good time to switch from basic auth to [OAuth]
288288
For more information and examples of how to use PATs, see the following articles:
289289
290290
- [Git credential managers](../set-up-credential-managers.md)
291-
- [REST APIs](/rest/api/azure/devops/?view=azure-devops-rest-5.1&preserve-view=true#assemble-the-request)
291+
- [REST APIs](/rest/api/azure/devops)
292292
- [NuGet on a Mac](../../../artifacts/nuget/consume.md#mac-os)
293293
- [Reporting clients](../../../report/powerbi/client-authentication-options.md#enter-credentials-within-a-client)
294294
- [Get started with Azure DevOps CLI](../../../cli/index.md).

0 commit comments

Comments
 (0)