Skip to content

Commit

Permalink
feat: use older API version to improve compatibility with Consumption…
Browse files Browse the repository at this point in the history
… tier (#378)
  • Loading branch information
blackchoey authored Jan 16, 2025
1 parent a826650 commit 64769c1
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 = "2024-06-01-preview";
export const apimApiVersion = "2022-08-01";
export const maxTokenValidTimeSpan = 29;
export const gatewayHostName = "CustomerHostName";

Expand Down

0 comments on commit 64769c1

Please sign in to comment.