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

[AutoPR network/resource-manager] [Hub Generated] Review request for Microsoft.Network to add version 9999-99-99 #4654

Closed
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
10 changes: 4 additions & 6 deletions lib/services/networkManagement2/lib/models/applicationGateway.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,13 @@ class ApplicationGateway extends models['Resource'] {
* @property {boolean} [webApplicationFirewallConfiguration.requestBodyCheck]
* Whether allow WAF to check request Body.
* @property {number}
* [webApplicationFirewallConfiguration.maxRequestBodySize] Maximum request
* [webApplicationFirewallConfiguration.maxRequestBodySize] Maxium request
* body size for WAF.
* @property {number}
* [webApplicationFirewallConfiguration.maxRequestBodySizeInKb] Maximum
* [webApplicationFirewallConfiguration.maxRequestBodySizeInKb] Maxium
* request body size in Kb for WAF.
* @property {number}
* [webApplicationFirewallConfiguration.fileUploadLimitInMb] Maximum file
* [webApplicationFirewallConfiguration.fileUploadLimitInMb] Maxium file
* upload size in Mb for WAF.
* @property {array} [webApplicationFirewallConfiguration.exclusions] The
* exclusion list.
Expand All @@ -105,9 +105,7 @@ class ApplicationGateway extends models['Resource'] {
* application gateway resource.
* @property {object} [autoscaleConfiguration] Autoscale Configuration.
* @property {number} [autoscaleConfiguration.minCapacity] Lower bound on
* number of Application Gateway capacity
* @property {number} [autoscaleConfiguration.maxCapacity] Upper bound on
* number of Application Gateway capacity
* number of Application Gateway instances
* @property {string} [resourceGuid] Resource GUID property of the
* application gateway resource.
* @property {string} [provisioningState] Provisioning state of the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ class ApplicationGatewayAutoscaleConfiguration {
/**
* Create a ApplicationGatewayAutoscaleConfiguration.
* @property {number} minCapacity Lower bound on number of Application
* Gateway capacity
* @property {number} [maxCapacity] Upper bound on number of Application
* Gateway capacity
* Gateway instances
*/
constructor() {
}
Expand All @@ -42,16 +40,6 @@ class ApplicationGatewayAutoscaleConfiguration {
minCapacity: {
required: true,
serializedName: 'minCapacity',
constraints: {
InclusiveMinimum: 0
},
type: {
name: 'Number'
}
},
maxCapacity: {
required: false,
serializedName: 'maxCapacity',
constraints: {
InclusiveMinimum: 2
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -255,19 +255,6 @@ class ApplicationGatewayBackendHealthServer {
* this public IP address. If the reverseFqdn is specified, then a PTR DNS
* record is created pointing from the IP address in the in-addr.arpa domain
* to the reverse FQDN.
* @property {object} [ipConfiguration.publicIPAddress.ddosSettings] The DDoS
* protection custom policy associated with the public IP address.
* @property {object}
* [ipConfiguration.publicIPAddress.ddosSettings.ddosCustomPolicy] The DDoS
* custom policy associated with the public IP.
* @property {string}
* [ipConfiguration.publicIPAddress.ddosSettings.ddosCustomPolicy.id]
* Resource ID.
* @property {string}
* [ipConfiguration.publicIPAddress.ddosSettings.protectionCoverage] The DDoS
* protection policy customizability of the public IP. Only standard coverage
* will have the ability to be customized. Possible values include: 'Basic',
* 'Standard'
* @property {array} [ipConfiguration.publicIPAddress.ipTags] The list of
* tags associated with the public IP address.
* @property {string} [ipConfiguration.publicIPAddress.ipAddress] The IP
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ class ApplicationGatewayWebApplicationFirewallConfiguration {
* @property {array} [disabledRuleGroups] The disabled rule groups.
* @property {boolean} [requestBodyCheck] Whether allow WAF to check request
* Body.
* @property {number} [maxRequestBodySize] Maximum request body size for WAF.
* @property {number} [maxRequestBodySizeInKb] Maximum request body size in
* Kb for WAF.
* @property {number} [fileUploadLimitInMb] Maximum file upload size in Mb
* @property {number} [maxRequestBodySize] Maxium request body size for WAF.
* @property {number} [maxRequestBodySizeInKb] Maxium request body size in Kb
* for WAF.
* @property {number} [fileUploadLimitInMb] Maxium file upload size in Mb for
* WAF.
* @property {array} [exclusions] The exclusion list.
*/
constructor() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
'use strict';

/**
* List of connection states snapshots.
* List of connection states snaphots.
*
*/
class ConnectionMonitorQueryResult {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class ContainerNetworkInterface extends models['SubResource'] {
* Resource type.
* @property {string} [containerNetworkInterfaceConfiguration.etag] A unique
* read-only string that changes whenever the resource is updated.
* @property {object} [container] Reference to the container to which this
* @property {object} [container] Reference to the conatinaer to which this
* container network interface is attached.
* @property {array} [ipConfigurations] Reference to the ip configuration on
* this container nic.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
const models = require('./index');

/**
* Container network interface configuration child resource.
* Container network interface configruation child resource.
*
* @extends models['SubResource']
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,20 @@ class EffectiveNetworkSecurityRule {
* @property {string} [destinationPortRange] The destination port or range.
* @property {array} [sourcePortRanges] The source port ranges. Expected
* values include a single integer between 0 and 65535, a range using '-' as
* separator (e.g. 100-400), or an asterisk (*)
* seperator (e.g. 100-400), or an asterix (*)
* @property {array} [destinationPortRanges] The destination port ranges.
* Expected values include a single integer between 0 and 65535, a range
* using '-' as separator (e.g. 100-400), or an asterisk (*)
* using '-' as seperator (e.g. 100-400), or an asterix (*)
* @property {string} [sourceAddressPrefix] The source address prefix.
* @property {string} [destinationAddressPrefix] The destination address
* prefix.
* @property {array} [sourceAddressPrefixes] The source address prefixes.
* Expected values include CIDR IP ranges, Default Tags (VirtualNetwork,
* AzureLoadBalancer, Internet), System Tags, and the asterisk (*).
* AureLoadBalancer, Internet), System Tags, and the asterix (*).
* @property {array} [destinationAddressPrefixes] The destination address
* prefixes. Expected values include CIDR IP ranges, Default Tags
* (VirtualNetwork, AzureLoadBalancer, Internet), System Tags, and the
* asterisk (*).
* (VirtualNetwork, AureLoadBalancer, Internet), System Tags, and the asterix
* (*).
* @property {array} [expandedSourceAddressPrefix] The expanded source
* address prefix.
* @property {array} [expandedDestinationAddressPrefix] Expanded destination
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class ExpressRouteCircuitConnection extends models['SubResource'] {
* Connection State. Possible values are: 'Connected' and 'Disconnected'.
* Possible values include: 'Connected', 'Connecting', 'Disconnected'
* @property {string} [provisioningState] Provisioning state of the circuit
* connection resource. Possible values are: 'Succeeded', 'Updating',
* connection resource. Possible values are: 'Succeded', 'Updating',
* 'Deleting', and 'Failed'.
* @property {string} [name] Gets name of the resource that is unique within
* a resource group. This name can be used to access the resource.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class ExpressRouteCircuitPeering extends models['SubResource'] {
* @property {array} [microsoftPeeringConfig.advertisedPublicPrefixes] The
* reference of AdvertisedPublicPrefixes.
* @property {array} [microsoftPeeringConfig.advertisedCommunities] The
* communities of bgp peering. Specified for microsoft peering
* communities of bgp peering. Spepcified for microsoft peering
* @property {string} [microsoftPeeringConfig.advertisedPublicPrefixesState]
* AdvertisedPublicPrefixState of the Peering resource. Possible values are
* 'NotConfigured', 'Configuring', 'Configured', and 'ValidationNeeded'.
Expand Down Expand Up @@ -84,7 +84,7 @@ class ExpressRouteCircuitPeering extends models['SubResource'] {
* reference of AdvertisedPublicPrefixes.
* @property {array}
* [ipv6PeeringConfig.microsoftPeeringConfig.advertisedCommunities] The
* communities of bgp peering. Specified for microsoft peering
* communities of bgp peering. Spepcified for microsoft peering
* @property {string}
* [ipv6PeeringConfig.microsoftPeeringConfig.advertisedPublicPrefixesState]
* AdvertisedPublicPrefixState of the Peering resource. Possible values are
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class ExpressRouteCircuitPeeringConfig {
* @property {array} [advertisedPublicPrefixes] The reference of
* AdvertisedPublicPrefixes.
* @property {array} [advertisedCommunities] The communities of bgp peering.
* Specified for microsoft peering
* Spepcified for microsoft peering
* @property {string} [advertisedPublicPrefixesState]
* AdvertisedPublicPrefixState of the Peering resource. Possible values are
* 'NotConfigured', 'Configuring', 'Configured', and 'ValidationNeeded'.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class ExpressRouteCrossConnectionPeering extends models['SubResource'] {
* @property {array} [microsoftPeeringConfig.advertisedPublicPrefixes] The
* reference of AdvertisedPublicPrefixes.
* @property {array} [microsoftPeeringConfig.advertisedCommunities] The
* communities of bgp peering. Specified for microsoft peering
* communities of bgp peering. Spepcified for microsoft peering
* @property {string} [microsoftPeeringConfig.advertisedPublicPrefixesState]
* AdvertisedPublicPrefixState of the Peering resource. Possible values are
* 'NotConfigured', 'Configuring', 'Configured', and 'ValidationNeeded'.
Expand Down Expand Up @@ -68,7 +68,7 @@ class ExpressRouteCrossConnectionPeering extends models['SubResource'] {
* reference of AdvertisedPublicPrefixes.
* @property {array}
* [ipv6PeeringConfig.microsoftPeeringConfig.advertisedCommunities] The
* communities of bgp peering. Specified for microsoft peering
* communities of bgp peering. Spepcified for microsoft peering
* @property {string}
* [ipv6PeeringConfig.microsoftPeeringConfig.advertisedPublicPrefixesState]
* AdvertisedPublicPrefixState of the Peering resource. Possible values are
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class ExpressRoutePort extends models['Resource'] {
* pair(s)
* @property {string} [encapsulation] Encapsulation method on physical ports.
* Possible values include: 'Dot1Q', 'QinQ'
* @property {string} [etherType] Ether type of the physical port.
* @property {string} [etherType] Ethertype of the physical port.
* @property {string} [allocationDate] Date of the physical port allocation
* to be used in Letter of Authorization.
* @property {array} [links] ExpressRouteLink Sub-Resources. The set of
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -223,16 +223,6 @@ class FrontendIPConfiguration extends models['SubResource'] {
* resolves to this public IP address. If the reverseFqdn is specified, then
* a PTR DNS record is created pointing from the IP address in the
* in-addr.arpa domain to the reverse FQDN.
* @property {object} [publicIPAddress.ddosSettings] The DDoS protection
* custom policy associated with the public IP address.
* @property {object} [publicIPAddress.ddosSettings.ddosCustomPolicy] The
* DDoS custom policy associated with the public IP.
* @property {string} [publicIPAddress.ddosSettings.ddosCustomPolicy.id]
* Resource ID.
* @property {string} [publicIPAddress.ddosSettings.protectionCoverage] The
* DDoS protection policy customizability of the public IP. Only standard
* coverage will have the ability to be customized. Possible values include:
* 'Basic', 'Standard'
* @property {array} [publicIPAddress.ipTags] The list of tags associated
* with the public IP address.
* @property {string} [publicIPAddress.ipAddress] The IP address associated
Expand Down
10 changes: 0 additions & 10 deletions lib/services/networkManagement2/lib/models/iPConfiguration.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,16 +115,6 @@ class IPConfiguration extends models['SubResource'] {
* resolves to this public IP address. If the reverseFqdn is specified, then
* a PTR DNS record is created pointing from the IP address in the
* in-addr.arpa domain to the reverse FQDN.
* @property {object} [publicIPAddress.ddosSettings] The DDoS protection
* custom policy associated with the public IP address.
* @property {object} [publicIPAddress.ddosSettings.ddosCustomPolicy] The
* DDoS custom policy associated with the public IP.
* @property {string} [publicIPAddress.ddosSettings.ddosCustomPolicy.id]
* Resource ID.
* @property {string} [publicIPAddress.ddosSettings.protectionCoverage] The
* DDoS protection policy customizability of the public IP. Only standard
* coverage will have the ability to be customized. Possible values include:
* 'Basic', 'Standard'
* @property {array} [publicIPAddress.ipTags] The list of tags associated
* with the public IP address.
* @property {string} [publicIPAddress.ipAddress] The IP address associated
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class IPConfigurationProfile extends models['SubResource'] {
/**
* Create a IPConfigurationProfile.
* @property {object} [subnet] The reference of the subnet resource to create
* a container network interface ip configuration.
* a contatainer network interface ip configruation.
* @property {string} [subnet.addressPrefix] The address prefix for the
* subnet.
* @property {array} [subnet.addressPrefixes] List of address prefixes for
Expand Down
13 changes: 0 additions & 13 deletions lib/services/networkManagement2/lib/models/inboundNatRule.js
Original file line number Diff line number Diff line change
Expand Up @@ -273,19 +273,6 @@ class InboundNatRule extends models['SubResource'] {
* resolves to this public IP address. If the reverseFqdn is specified, then
* a PTR DNS record is created pointing from the IP address in the
* in-addr.arpa domain to the reverse FQDN.
* @property {object} [backendIPConfiguration.publicIPAddress.ddosSettings]
* The DDoS protection custom policy associated with the public IP address.
* @property {object}
* [backendIPConfiguration.publicIPAddress.ddosSettings.ddosCustomPolicy] The
* DDoS custom policy associated with the public IP.
* @property {string}
* [backendIPConfiguration.publicIPAddress.ddosSettings.ddosCustomPolicy.id]
* Resource ID.
* @property {string}
* [backendIPConfiguration.publicIPAddress.ddosSettings.protectionCoverage]
* The DDoS protection policy customizability of the public IP. Only standard
* coverage will have the ability to be customized. Possible values include:
* 'Basic', 'Standard'
* @property {array} [backendIPConfiguration.publicIPAddress.ipTags] The list
* of tags associated with the public IP address.
* @property {string} [backendIPConfiguration.publicIPAddress.ipAddress] The
Expand Down
Loading