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

[AutoPR] iothub/resource-manager #3435

Merged
3 commits merged into from
Aug 27, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions lib/services/iothub/lib/models/certificateListDescription.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

'use strict';

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

/**
* The JSON-serialized array of Certificate objects.
*
Expand Down
2 changes: 0 additions & 2 deletions lib/services/iothub/lib/models/cloudToDeviceProperties.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

'use strict';

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

/**
* The IoT hub cloud-to-device messaging properties.
*
Expand Down
2 changes: 0 additions & 2 deletions lib/services/iothub/lib/models/iotHubProperties.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

'use strict';

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

/**
* The properties of an IoT hub.
*
Expand Down
2 changes: 0 additions & 2 deletions lib/services/iothub/lib/models/iotHubSkuDescription.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

'use strict';

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

/**
* SKU properties.
*
Expand Down
2 changes: 0 additions & 2 deletions lib/services/iothub/lib/models/matchedRoute.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

'use strict';

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

/**
* Routes that matched
*
Expand Down
2 changes: 0 additions & 2 deletions lib/services/iothub/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');

/**
* IoT Hub REST API operation
*
Expand Down
2 changes: 0 additions & 2 deletions lib/services/iothub/lib/models/routeCompilationError.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

'use strict';

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

/**
* Compilation error when evaluating route
*
Expand Down
2 changes: 0 additions & 2 deletions lib/services/iothub/lib/models/routeErrorRange.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

'use strict';

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

/**
* Range of route errors
*
Expand Down
2 changes: 0 additions & 2 deletions lib/services/iothub/lib/models/routingEndpoints.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

'use strict';

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

/**
* The properties related to the custom endpoints to which your IoT hub routes
* messages based on the routing rules. A maximum of 10 custom endpoints are
Expand Down
2 changes: 0 additions & 2 deletions lib/services/iothub/lib/models/routingProperties.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

'use strict';

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

/**
* The routing related properties of the IoT hub. See:
* https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-messaging
Expand Down
2 changes: 0 additions & 2 deletions lib/services/iothub/lib/models/testAllRoutesInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

'use strict';

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

/**
* Input for testing all routes
*
Expand Down
2 changes: 0 additions & 2 deletions lib/services/iothub/lib/models/testAllRoutesResult.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

'use strict';

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

/**
* Result of testing all routes
*
Expand Down
2 changes: 0 additions & 2 deletions lib/services/iothub/lib/models/testRouteInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

'use strict';

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

/**
* Input for testing route
*
Expand Down
2 changes: 0 additions & 2 deletions lib/services/iothub/lib/models/testRouteResult.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

'use strict';

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

/**
* Result of testing one route
*
Expand Down
2 changes: 0 additions & 2 deletions lib/services/iothub/lib/models/testRouteResultDetails.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

'use strict';

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

/**
* Detailed result of testing a route
*
Expand Down
2 changes: 0 additions & 2 deletions lib/services/iothub/lib/models/userSubscriptionQuota.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

'use strict';

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

/**
* User subscription quota response
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

'use strict';

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

/**
* Json-serialized array of User subscription quota response
*
Expand Down
2 changes: 1 addition & 1 deletion lib/services/iothub/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions lib/services/iothub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "azure-arm-iothub",
"author": "Microsoft Corporation",
"description": "IotHubClient Library with typescript type definitions for node",
"version": "2.0.1",
"version": "2.0.2",
"dependencies": {
"ms-rest": "^2.3.3",
"ms-rest-azure": "^2.5.5"
Expand All @@ -14,7 +14,7 @@
"license": "MIT",
"main": "./lib/iotHubClient.js",
"types": "./lib/iotHubClient.d.ts",
"homepage": "https://github.com/azure/azure-sdk-for-node/lib/services/iothub",
"homepage": "https://github.com/azure/azure-sdk-for-node/tree/master/lib/services/iothub",
"repository": {
"type": "git",
"url": "https://github.com/azure/azure-sdk-for-node.git"
Expand Down