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

Commit fab3cbc

Browse files
authored
update api-version to 2021-08-01 (#662)
* update GlobalConstants.ApiVersion to 2021-08-01 * clean launchsettings + update GlobalConstants.ApiVersion * update linked-api version also Co-authored-by: Dmitrii Korolev <dmkorolev@microsoft.com>
1 parent 5f8232e commit fab3cbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ArmTemplates/Common/Constants/GlobalConstants.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ public static class GlobalConstants
1111
public const string ExtractName = "extract";
1212
public const string ExtractDescription = "Extract an existing API Management instance";
1313

14-
public const string ApiVersion = "2021-01-01-preview";
15-
public const string LinkedAPIVersion = "2018-05-01";
14+
public const string ApiVersion = "2021-08-01";
15+
public const string LinkedAPIVersion = "2021-08-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)