Skip to content
This repository was archived by the owner on May 5, 2023. It is now read-only.
Closed
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
17 changes: 0 additions & 17 deletions lib/services/networkManagement2/lib/models/applicationGateway.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ class ApplicationGateway extends models['Resource'] {
* gateway resource.
* @member {array} [authenticationCertificates] Authentication certificates
* of the application gateway resource.
* @member {array} [trustedRootCertificates] Trusted Root certificates of the
* application gateway resource.
* @member {array} [sslCertificates] SSL certificates of the application
* gateway resource.
* @member {array} [frontendIPConfigurations] Frontend IP addresses of the
Expand Down Expand Up @@ -224,21 +222,6 @@ class ApplicationGateway extends models['Resource'] {
}
}
},
trustedRootCertificates: {
required: false,
serializedName: 'properties.trustedRootCertificates',
type: {
name: 'Sequence',
element: {
required: false,
serializedName: 'ApplicationGatewayTrustedRootCertificateElementType',
type: {
name: 'Composite',
className: 'ApplicationGatewayTrustedRootCertificate'
}
}
}
},
sslCertificates: {
required: false,
serializedName: 'properties.sslCertificates',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ class ApplicationGatewayBackendHealthHttpSettings {
* @member {string} [backendHttpSettings.probe.id] Resource ID.
* @member {array} [backendHttpSettings.authenticationCertificates] Array of
* references to application gateway authentication certificates.
* @member {array} [backendHttpSettings.trustedRootCertificates] Array of
* references to application gateway trusted root certificates.
* @member {object} [backendHttpSettings.connectionDraining] Connection
* draining of the backend http settings resource.
* @member {boolean} [backendHttpSettings.connectionDraining.enabled] Whether
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ class ApplicationGatewayBackendHealthServer {
* @member {string} [address] IP address or FQDN of backend server.
* @member {object} [ipConfiguration] Reference of IP configuration of
* backend server.
* @member {array} [ipConfiguration.virtualNetworkTaps] The reference to
* Virtual Network Taps.
* @member {array} [ipConfiguration.applicationGatewayBackendAddressPools]
* The reference of ApplicationGatewayBackendAddressPool resource.
* @member {array} [ipConfiguration.loadBalancerBackendAddressPools] The
Expand All @@ -41,6 +43,8 @@ class ApplicationGatewayBackendHealthServer {
* configuration.
* @member {string} [ipConfiguration.subnet.addressPrefix] The address prefix
* for the subnet.
* @member {array} [ipConfiguration.subnet.addressPrefixes] List of address
* prefixes for the subnet.
* @member {object} [ipConfiguration.subnet.networkSecurityGroup] The
* reference of the NetworkSecurityGroup resource.
* @member {array}
Expand Down Expand Up @@ -122,6 +126,9 @@ class ApplicationGatewayBackendHealthServer {
* @member {string}
* [ipConfiguration.publicIPAddress.ipConfiguration.subnet.addressPrefix] The
* address prefix for the subnet.
* @member {array}
* [ipConfiguration.publicIPAddress.ipConfiguration.subnet.addressPrefixes]
* List of address prefixes for the subnet.
* @member {object}
* [ipConfiguration.publicIPAddress.ipConfiguration.subnet.networkSecurityGroup]
* The reference of the NetworkSecurityGroup resource.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ class ApplicationGatewayBackendHttpSettings extends models['SubResource'] {
* @member {string} [probe.id] Resource ID.
* @member {array} [authenticationCertificates] Array of references to
* application gateway authentication certificates.
* @member {array} [trustedRootCertificates] Array of references to
* application gateway trusted root certificates.
* @member {object} [connectionDraining] Connection draining of the backend
* http settings resource.
* @member {boolean} [connectionDraining.enabled] Whether connection draining
Expand Down Expand Up @@ -137,21 +135,6 @@ class ApplicationGatewayBackendHttpSettings extends models['SubResource'] {
}
}
},
trustedRootCertificates: {
required: false,
serializedName: 'properties.trustedRootCertificates',
type: {
name: 'Sequence',
element: {
required: false,
serializedName: 'SubResourceElementType',
type: {
name: 'Composite',
className: 'SubResource'
}
}
}
},
connectionDraining: {
required: false,
serializedName: 'properties.connectionDraining',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ class AzureFirewallApplicationRule {
* rule.
* @member {array} [protocols] Array of ApplicationRuleProtocols.
* @member {array} [targetUrls] List of URLs for this rule.
* @member {array} [fqdnTags] List of FQDN Tags for this rule.
*/
constructor() {
}
Expand Down Expand Up @@ -99,6 +100,20 @@ class AzureFirewallApplicationRule {
}
}
}
},
fqdnTags: {
required: false,
serializedName: 'fqdnTags',
type: {
name: 'Sequence',
element: {
required: false,
serializedName: 'StringElementType',
type: {
name: 'String'
}
}
}
}
}
}
Expand Down
121 changes: 121 additions & 0 deletions lib/services/networkManagement2/lib/models/azureFirewallFqdnTag.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,121 @@
/*
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
* Changes may cause incorrect behavior and will be lost if the code is
* regenerated.
*/

'use strict';

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

/**
* Azure Firewall FQDN Tag Resource
*
* @extends models['Resource']
*/
class AzureFirewallFqdnTag extends models['Resource'] {
/**
* Create a AzureFirewallFqdnTag.
* @member {string} [provisioningState] The provisioning state of the
* resource.
* @member {string} [fqdnTagName] The name of this FQDN Tag.
* @member {string} [etag] Gets a unique read-only string that changes
* whenever the resource is updated.
*/
constructor() {
super();
}

/**
* Defines the metadata of AzureFirewallFqdnTag
*
* @returns {object} metadata of AzureFirewallFqdnTag
*
*/
mapper() {
return {
required: false,
serializedName: 'AzureFirewallFqdnTag',
type: {
name: 'Composite',
className: 'AzureFirewallFqdnTag',
modelProperties: {
id: {
required: false,
serializedName: 'id',
type: {
name: 'String'
}
},
name: {
required: false,
readOnly: true,
serializedName: 'name',
type: {
name: 'String'
}
},
type: {
required: false,
readOnly: true,
serializedName: 'type',
type: {
name: 'String'
}
},
location: {
required: false,
serializedName: 'location',
type: {
name: 'String'
}
},
tags: {
required: false,
serializedName: 'tags',
type: {
name: 'Dictionary',
value: {
required: false,
serializedName: 'StringElementType',
type: {
name: 'String'
}
}
}
},
provisioningState: {
required: false,
readOnly: true,
serializedName: 'properties.provisioningState',
type: {
name: 'String'
}
},
fqdnTagName: {
required: false,
readOnly: true,
serializedName: 'properties.fqdnTagName',
type: {
name: 'String'
}
},
etag: {
required: false,
readOnly: true,
serializedName: 'etag',
type: {
name: 'String'
}
}
}
}
};
}
}

module.exports = AzureFirewallFqdnTag;
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
/*
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
* Changes may cause incorrect behavior and will be lost if the code is
* regenerated.
*/

'use strict';

/**
* Response for ListAzureFirewallFqdnTags API service call.
*/
class AzureFirewallFqdnTagListResult extends Array {
/**
* Create a AzureFirewallFqdnTagListResult.
* @member {string} [nextLink] URL to get the next set of results.
*/
constructor() {
super();
}

/**
* Defines the metadata of AzureFirewallFqdnTagListResult
*
* @returns {object} metadata of AzureFirewallFqdnTagListResult
*
*/
mapper() {
return {
required: false,
serializedName: 'AzureFirewallFqdnTagListResult',
type: {
name: 'Composite',
className: 'AzureFirewallFqdnTagListResult',
modelProperties: {
value: {
required: false,
serializedName: '',
type: {
name: 'Sequence',
element: {
required: false,
serializedName: 'AzureFirewallFqdnTagElementType',
type: {
name: 'Composite',
className: 'AzureFirewallFqdnTag'
}
}
}
},
nextLink: {
required: false,
serializedName: 'nextLink',
type: {
name: 'String'
}
}
}
}
};
}
}

module.exports = AzureFirewallFqdnTagListResult;
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,8 @@ class AzureFirewallIPConfiguration extends models['SubResource'] {
* @member {object} [subnet] Reference of the subnet resource. This resource
* must be named 'AzureFirewallSubnet'.
* @member {string} [subnet.id] Resource ID.
* @member {object} [internalPublicIpAddress] Reference of the PublicIP
* resource. This field is a mandatory input.
* @member {string} [internalPublicIpAddress.id] Resource ID.
* @member {object} [publicIPAddress] Reference of the PublicIP resource.
* This field is populated in the output.
* This field is a mandatory input if subnet is not null.
* @member {string} [publicIPAddress.id] Resource ID.
* @member {string} [provisioningState] The provisioning state of the
* resource. Possible values include: 'Succeeded', 'Updating', 'Deleting',
Expand Down Expand Up @@ -79,14 +76,6 @@ class AzureFirewallIPConfiguration extends models['SubResource'] {
className: 'SubResource'
}
},
internalPublicIpAddress: {
required: false,
serializedName: 'properties.internalPublicIpAddress',
type: {
name: 'Composite',
className: 'SubResource'
}
},
publicIPAddress: {
required: false,
serializedName: 'properties.publicIPAddress',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ class FrontendIPConfiguration extends models['SubResource'] {
* include: 'Static', 'Dynamic'
* @member {object} [subnet] The reference of the subnet resource.
* @member {string} [subnet.addressPrefix] The address prefix for the subnet.
* @member {array} [subnet.addressPrefixes] List of address prefixes for the
* subnet.
* @member {object} [subnet.networkSecurityGroup] The reference of the
* NetworkSecurityGroup resource.
* @member {array} [subnet.networkSecurityGroup.securityRules] A collection
Expand Down Expand Up @@ -102,6 +104,8 @@ class FrontendIPConfiguration extends models['SubResource'] {
* the subnet resource.
* @member {string} [publicIPAddress.ipConfiguration.subnet.addressPrefix]
* The address prefix for the subnet.
* @member {array} [publicIPAddress.ipConfiguration.subnet.addressPrefixes]
* List of address prefixes for the subnet.
* @member {object}
* [publicIPAddress.ipConfiguration.subnet.networkSecurityGroup] The
* reference of the NetworkSecurityGroup resource.
Expand Down
2 changes: 2 additions & 0 deletions lib/services/networkManagement2/lib/models/iPConfiguration.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ class IPConfiguration extends models['SubResource'] {
* include: 'Static', 'Dynamic'
* @member {object} [subnet] The reference of the subnet resource.
* @member {string} [subnet.addressPrefix] The address prefix for the subnet.
* @member {array} [subnet.addressPrefixes] List of address prefixes for the
* subnet.
* @member {object} [subnet.networkSecurityGroup] The reference of the
* NetworkSecurityGroup resource.
* @member {array} [subnet.networkSecurityGroup.securityRules] A collection
Expand Down
Loading