Skip to content

Commit 63d2f8a

Browse files
authored
[Container Apps] Fix REST API links
1 parent 984aa74 commit 63d2f8a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/container-apps/azure-resource-manager-api-spec.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: container-apps
55
author: craigshoemaker
66
ms.service: azure-container-apps
77
ms.topic: reference
8-
ms.date: 09/11/2024
8+
ms.date: 12/04/2024
99
ms.author: cshoe
1010
ms.custom: build-2023
1111
---
@@ -20,8 +20,8 @@ This article includes examples of the ARM and YAML configurations for frequently
2020

2121
The latest management API versions for Azure Container Apps are:
2222

23-
- [`2023-05-01`](/rest/api/containerapps/stable/container-apps?view=rest-containerapps-2023-05-01&preserve-view=true) (stable)
24-
- [`2023-08-01-preview`](/rest/api/containerapps/container-apps?view=rest-containerapps-2023-08-01-preview&preserve-view=true) (preview)
23+
- [`2024-03-01`](/rest/api/resource-manager/containerapps/operation-groups?view=rest-resource-manager-containerapps-2024-03-01&preserve-view=true) (stable)
24+
- [`2024-10-02-preview`](/rest/api/resource-manager/containerapps/operation-groups?view=rest-resource-manager-containerapps-2024-10-02-preview&preserve-view=true) (preview)
2525

2626
To learn more about the differences between API versions, see [Microsoft.App change log](/azure/templates/microsoft.app/change-log/summary).
2727

@@ -48,7 +48,7 @@ To programmatically manage Azure Container Apps with the latest API version, use
4848

4949
## Container Apps environment
5050

51-
The following tables describe commonly used properties available in the Container Apps environment resource. For a complete list of properties, see [Azure Container Apps REST API reference](/rest/api/containerapps/stable/managed-environments/get?tabs=HTTP).
51+
The following tables describe commonly used properties available in the Container Apps environment resource. For a complete list of properties, see [Azure Container Apps REST API reference](/rest/api/resource-manager/containerapps/managed-environments/get?view=rest-resource-manager-containerapps-2024-03-01&tabs=HTTP&preserve-view=true).
5252

5353
### Resource
5454

@@ -117,7 +117,7 @@ The following example ARM template snippet deploys a Container Apps environment.
117117

118118
## Container app
119119

120-
The following tables describe the commonly used properties in the container app resource. For a complete list of properties, see [Azure Container Apps REST API reference](/rest/api/containerapps/stable/container-apps/get?tabs=HTTP).
120+
The following tables describe the commonly used properties in the container app resource. For a complete list of properties, see [Azure Container Apps REST API reference](/rest/api/resource-manager/containerapps/container-apps/get?view=rest-resource-manager-containerapps-2024-03-01&tabs=HTTP&preserve-view=true).
121121

122122
### Resource
123123

@@ -492,7 +492,7 @@ properties:
492492
493493
## Container Apps job
494494
495-
The following tables describe the commonly used properties in the Container Apps job resource. For a complete list of properties, see [Azure Container Apps REST API reference](/rest/api/containerapps/stable/jobs/get?tabs=HTTP).
495+
The following tables describe the commonly used properties in the Container Apps job resource. For a complete list of properties, see [Azure Container Apps REST API reference](/rest/api/resource-manager/containerapps/jobs/get?view=rest-resource-manager-containerapps-2024-03-01&tabs=HTTP&preserve-view=true).
496496
497497
### Resource
498498

0 commit comments

Comments
 (0)