Skip to content

Commit

Permalink
[#171549167] Fix typo for ApiUserAdmin value in UserGroup enum (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgpeppe authored Mar 9, 2020
1 parent c85acf3 commit 173e4e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/middlewares/azure_api_auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import { IRequestMiddleware } from "../request_middleware";
*/
export enum UserGroup {
// API management users: get, list, create user's subscriptions and groups
ApiUserAdmin = "AipUserAdmin",
ApiUserAdmin = "ApiUserAdmin",

// profiles: read limited profile (without addresses)
ApiLimitedProfileRead = "ApiLimitedProfileRead",
Expand Down

0 comments on commit 173e4e0

Please sign in to comment.