Skip to content

Commit

Permalink
Generated from 0868c78c0557b048406f08e50eb3e5201f5634c8
Browse files Browse the repository at this point in the history
Access Reviews Schema addendum | Expose reviewer and statistics APIs
  • Loading branch information
SDK Automation committed Aug 13, 2020
1 parent d518a80 commit cf20e35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sdk/authorization/arm-authorization/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@azure/arm-authorization",
"author": "Microsoft Corporation",
"description": "AuthorizationManagementClient Library with typescript type definitions for node.js and browser.",
"version": "8.3.2",
"version": "8.3.3",
"dependencies": {
"@azure/ms-rest-azure-js": "^2.0.1",
"@azure/ms-rest-js": "^2.0.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import * as msRest from "@azure/ms-rest-js";
import * as msRestAzure from "@azure/ms-rest-azure-js";

const packageName = "@azure/arm-authorization";
const packageVersion = "8.3.2";
const packageVersion = "8.3.3";

export class AuthorizationManagementClientContext extends msRestAzure.AzureServiceClient {
credentials: msRest.ServiceClientCredentials;
Expand Down

0 comments on commit cf20e35

Please sign in to comment.