Skip to content

Commit

Permalink
Increase min version for management api (#2298)
Browse files Browse the repository at this point in the history
Co-authored-by: Farhad Alizada <falizada@microsoft.com>
  • Loading branch information
f-alizada and Farhad Alizada authored Sep 26, 2023
1 parent 68e1254 commit db96030
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 @@ -293,7 +293,7 @@ export enum GrantTypes {
password = "password"
}

export const managementApiVersion = "2021-04-01-preview";
export const managementApiVersion = "2021-08-01";

/**
* Header name to track developer portal type.
Expand Down

0 comments on commit db96030

Please sign in to comment.