Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

azure-arm-eventhub

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

azure-arm-eventhub - npm Package Compare versions

Comparing version 2.0.1 to 2.1.0

lib/models/ipFilterRule.js

0

lib/models/captureDescription.js

@@ -0,0 +0,0 @@ /*

@@ -41,2 +41,4 @@ /*

* units. ( '0' if AutoInflateEnabled = true)
* @member {boolean} [kafkaEnabled] Value that indicates whether Kafka is
* enabled for eventhub namespace.
*/

@@ -171,2 +173,9 @@ constructor() {

}
},
kafkaEnabled: {
required: false,
serializedName: 'properties.kafkaEnabled',
type: {
name: 'Boolean'
}
}

@@ -173,0 +182,0 @@ }

@@ -92,2 +92,4 @@ /*

* units. ( '0' if AutoInflateEnabled = true)
* @member {boolean} [kafkaEnabled] Value that indicates whether Kafka is
* enabled for eventhub namespace.
*/

@@ -103,2 +105,3 @@ export interface EHNamespace extends TrackedResource {

maximumThroughputUnits?: number;
kafkaEnabled?: boolean;
}

@@ -454,5 +457,34 @@

/**
* @class
* Initializes a new instance of the IpFilterRule class.
* @constructor
* Single item in a List or Get IpFilterRules operation
*
* @member {string} [ipMask] IP Mask
* @member {string} [action] The IP Filter Action. Possible values include:
* 'Accept', 'Reject'
* @member {string} [filterName] IP Filter name
*/
export interface IpFilterRule extends Resource {
ipMask?: string;
action?: string;
filterName?: string;
}
/**
* @class
* Initializes a new instance of the VirtualNetworkRule class.
* @constructor
* Single item in a List or Get VirtualNetworkRules operation
*
* @member {string} [virtualNetworkSubnetId] ARM ID of Virtual Network Subnet
*/
export interface VirtualNetworkRule extends Resource {
virtualNetworkSubnetId?: string;
}
/**
* @class
* Initializes a new instance of the OperationListResult class.

@@ -498,2 +530,28 @@ * @constructor

* @class
* Initializes a new instance of the IpFilterRuleListResult class.
* @constructor
* The response from the List namespace operation.
*
* @member {string} [nextLink] Link to the next set of results. Not empty if
* Value contains an incomplete list of IpFilter Rules
*/
export interface IpFilterRuleListResult extends Array<IpFilterRule> {
nextLink?: string;
}
/**
* @class
* Initializes a new instance of the VirtualNetworkRuleListResult class.
* @constructor
* The response from the List namespace operation.
*
* @member {string} [nextLink] Link to the next set of results. Not empty if
* Value contains an incomplete list of VirtualNetwork Rules
*/
export interface VirtualNetworkRuleListResult extends Array<VirtualNetworkRule> {
nextLink?: string;
}
/**
* @class
* Initializes a new instance of the ArmDisasterRecoveryListResult class.

@@ -500,0 +558,0 @@ * @constructor

@@ -41,5 +41,9 @@ /*

exports.MessagingPlan = require('./messagingPlan');
exports.IpFilterRule = require('./ipFilterRule');
exports.VirtualNetworkRule = require('./virtualNetworkRule');
exports.OperationListResult = require('./operationListResult');
exports.EHNamespaceListResult = require('./eHNamespaceListResult');
exports.AuthorizationRuleListResult = require('./authorizationRuleListResult');
exports.IpFilterRuleListResult = require('./ipFilterRuleListResult');
exports.VirtualNetworkRuleListResult = require('./virtualNetworkRuleListResult');
exports.ArmDisasterRecoveryListResult = require('./armDisasterRecoveryListResult');

@@ -46,0 +50,0 @@ exports.EventHubListResult = require('./eventHubListResult');

@@ -0,0 +0,0 @@ /*

2

package.json

@@ -5,3 +5,3 @@ {

"description": "EventHubManagementClient Library with typescript type definitions for node",
"version": "2.0.1",
"version": "2.1.0",
"dependencies": {

@@ -8,0 +8,0 @@ "ms-rest": "^2.3.3",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc