Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit 84f71be

Browse files
authored
updating the Linked API version to working one (#408)
Resource Microsoft.Resources/deployments | 'globalServicePolicyTemplate' failed with message '{ | "error": { "code": "BadRequest", "message": "The | api-version '2018-01-01' is not supported for a deployment at | subscription scope; please use api-version '2018-05-01' or | later. Please see https://aka.ms/arm-deploy for usage | details.
1 parent 1b916d6 commit 84f71be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/APIM_ARMTemplate/apimtemplate/Common/Constants/GlobalConstants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ internal static class GlobalConstants
1212
public const string ExtractDescription = "Extract an existing API Management instance";
1313

1414
public const string APIVersion = "2019-01-01";
15-
public const string LinkedAPIVersion = "2018-01-01";
15+
public const string LinkedAPIVersion = "2018-05-01";
1616
public const int NumOfRecords = 100;
1717

1818
public const string azAccessToken = "account get-access-token --query \"accessToken\" --output json";

0 commit comments

Comments
 (0)