Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Commit

Permalink
Merge pull request #3522 from Azure/restapi_auto_eventgrid/resource-m…
Browse files Browse the repository at this point in the history
…anager

[AutoPR] eventgrid/resource-manager
  • Loading branch information
Dan Schulte authored Sep 6, 2018
2 parents 4d29d52 + 699630a commit 27b47b5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

'use strict';

const models = require('./index');

/**
* Properties of the Event Subscription update
*
Expand Down
2 changes: 0 additions & 2 deletions lib/services/eventgridManagement/lib/models/operation.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

'use strict';

const models = require('./index');

/**
* Represents an operation returned by the GetOperations request
*
Expand Down
4 changes: 2 additions & 2 deletions lib/services/eventgridManagement/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "azure-arm-eventgrid",
"author": "Microsoft Corporation",
"description": "EventGridManagementClient Library with typescript type definitions for node",
"version": "1.4.0",
"version": "1.4.1",
"dependencies": {
"ms-rest": "^2.3.3",
"ms-rest-azure": "^2.5.5"
Expand All @@ -14,7 +14,7 @@
"license": "MIT",
"main": "./lib/eventGridManagementClient.js",
"types": "./lib/eventGridManagementClient.d.ts",
"homepage": "https://github.com/azure/azure-sdk-for-node/lib/services/eventgridManagement",
"homepage": "https://github.com/azure/azure-sdk-for-node/tree/master/lib/services/eventgridManagement",
"repository": {
"type": "git",
"url": "https://github.com/azure/azure-sdk-for-node.git"
Expand Down

0 comments on commit 27b47b5

Please sign in to comment.