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

Commit

Permalink
Generated from 51ea9d092ef7f025479e8e3b616f5d67a7271483 (#3950)
Browse files Browse the repository at this point in the history
added kafkaEnabled to Namespace
  • Loading branch information
AutorestCI authored Oct 26, 2018
1 parent 1cc9d6e commit 17fe7a3
Show file tree
Hide file tree
Showing 4 changed files with 485 additions and 3,816 deletions.
55 changes: 0 additions & 55 deletions lib/services/eventHubManagement/lib/models/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -452,35 +452,6 @@ export interface MessagingPlan extends TrackedResource {
readonly revision?: number;
}

/**
* @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
Expand Down Expand Up @@ -522,32 +493,6 @@ export interface AuthorizationRuleListResult extends Array<AuthorizationRule> {
nextLink?: string;
}

/**
* @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.
Expand Down
4 changes: 0 additions & 4 deletions lib/services/eventHubManagement/lib/models/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,9 @@ exports.ArmDisasterRecovery = require('./armDisasterRecovery');
exports.MessagingRegionsProperties = require('./messagingRegionsProperties');
exports.MessagingRegions = require('./messagingRegions');
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');
exports.EventHubListResult = require('./eventHubListResult');
exports.ConsumerGroupListResult = require('./consumerGroupListResult');
Expand Down
Loading

0 comments on commit 17fe7a3

Please sign in to comment.