Skip to content

Commit

Permalink
Updates the APIM API version to 2024-05-01 (#354)
Browse files Browse the repository at this point in the history
* Updates the API version to 2021-08-01
This is used when communicating to the management API of APIM
All versions prior to 2021-08-01 are deprecated and will be phased out starting 1st June 2024.

* feat: upgrade API version to latest stable

---------

Co-authored-by: blackchoey <[email protected]>
  • Loading branch information
domroutley and blackchoey authored Dec 24, 2024
1 parent 6e590a2 commit 072ed66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export enum HttpTriggerDirectionContract {
export const HttpTriggerAuthLevelAdmin = "admin";
export const FunctionAppKeyLength = 40;
export const webAppApiVersion20190801 = "2019-08-01";
export const apimApiVersion = "2019-12-01";
export const apimApiVersion = "2024-05-01";
export const maxTokenValidTimeSpan = 29;
export const gatewayHostName = "CustomerHostName";

Expand Down

0 comments on commit 072ed66

Please sign in to comment.