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
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] Maxium request
* [webApplicationFirewallConfiguration.maxRequestBodySize] Maximum request
* body size for WAF.
* @property {number}
* [webApplicationFirewallConfiguration.maxRequestBodySizeInKb] Maxium
* [webApplicationFirewallConfiguration.maxRequestBodySizeInKb] Maximum
* request body size in Kb for WAF.
* @property {number}
* [webApplicationFirewallConfiguration.fileUploadLimitInMb] Maxium file
* [webApplicationFirewallConfiguration.fileUploadLimitInMb] Maximum file
* upload size in Mb for WAF.
* @property {array} [webApplicationFirewallConfiguration.exclusions] The
* exclusion list.
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] Maxium request body size for WAF.
* @property {number} [maxRequestBodySizeInKb] Maxium request body size in Kb
* @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
* 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 snaphots.
* List of connection states snapshots.
*
*/
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 conatinaer to which this
* @property {object} [container] Reference to the container 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 configruation child resource.
* Container network interface configuration 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
* seperator (e.g. 100-400), or an asterix (*)
* separator (e.g. 100-400), or an asterisk (*)
* @property {array} [destinationPortRanges] The destination port ranges.
* Expected values include a single integer between 0 and 65535, a range
* using '-' as seperator (e.g. 100-400), or an asterix (*)
* using '-' as separator (e.g. 100-400), or an asterisk (*)
* @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,
* AureLoadBalancer, Internet), System Tags, and the asterix (*).
* AzureLoadBalancer, Internet), System Tags, and the asterisk (*).
* @property {array} [destinationAddressPrefixes] The destination address
* prefixes. Expected values include CIDR IP ranges, Default Tags
* (VirtualNetwork, AureLoadBalancer, Internet), System Tags, and the asterix
* (*).
* (VirtualNetwork, AzureLoadBalancer, Internet), System Tags, and the
* asterisk (*).
* @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: 'Succeded', 'Updating',
* connection resource. Possible values are: 'Succeeded', '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. Spepcified for microsoft peering
* communities of bgp peering. Specified 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. Spepcified for microsoft peering
* communities of bgp peering. Specified 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.
* Spepcified for microsoft peering
* Specified 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. Spepcified for microsoft peering
* communities of bgp peering. Specified 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. Spepcified for microsoft peering
* communities of bgp peering. Specified 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] Ethertype of the physical port.
* @property {string} [etherType] Ether type 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 @@ -21,7 +21,7 @@ class IPConfigurationProfile extends models['SubResource'] {
/**
* Create a IPConfigurationProfile.
* @property {object} [subnet] The reference of the subnet resource to create
* a contatainer network interface ip configruation.
* a container network interface ip configuration.
* @property {string} [subnet.addressPrefix] The address prefix for the
* subnet.
* @property {array} [subnet.addressPrefixes] List of address prefixes for
Expand Down
49 changes: 24 additions & 25 deletions lib/services/networkManagement2/lib/models/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,17 +114,17 @@ export interface SecurityRule extends SubResource {
*/
protocol: string;
/**
* The source port or range. Integer or range between 0 and 65535. Asterix '*' can also be used
* The source port or range. Integer or range between 0 and 65535. Asterisks '*' can also be used
* to match all ports.
*/
sourcePortRange?: string;
/**
* The destination port or range. Integer or range between 0 and 65535. Asterix '*' can also be
* The destination port or range. Integer or range between 0 and 65535. Asterisks '*' can also be
* used to match all ports.
*/
destinationPortRange?: string;
/**
* The CIDR or source IP range. Asterix '*' can also be used to match all source IPs. Default
* The CIDR or source IP range. Asterisks '*' can also be used to match all source IPs. Default
* tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. If this is
* an ingress rule, specifies where network traffic originates from.
*/
Expand All @@ -138,8 +138,8 @@ export interface SecurityRule extends SubResource {
*/
sourceApplicationSecurityGroups?: ApplicationSecurityGroup[];
/**
* The destination address prefix. CIDR or destination IP range. Asterix '*' can also be used to
* match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and
* The destination address prefix. CIDR or destination IP range. Asterisks '*' can also be used
* to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and
* 'Internet' can also be used.
*/
destinationAddressPrefix?: string;
Expand Down Expand Up @@ -172,7 +172,7 @@ export interface SecurityRule extends SubResource {
priority?: number;
/**
* The direction of the rule. The direction specifies if rule will be evaluated on incoming or
* outcoming traffic. Possible values are: 'Inbound' and 'Outbound'. Possible values include:
* outgoing traffic. Possible values are: 'Inbound' and 'Outbound'. Possible values include:
* 'Inbound', 'Outbound'
*/
direction: string;
Expand Down Expand Up @@ -661,8 +661,7 @@ export interface IPConfiguration extends SubResource {
*/
export interface IPConfigurationProfile extends SubResource {
/**
* The reference of the subnet resource to create a contatainer network interface ip
* configruation.
* The reference of the subnet resource to create a container network interface ip configuration.
*/
subnet?: Subnet;
/**
Expand Down Expand Up @@ -1991,15 +1990,15 @@ export interface ApplicationGatewayWebApplicationFirewallConfiguration {
*/
requestBodyCheck?: boolean;
/**
* Maxium request body size for WAF.
* Maximum request body size for WAF.
*/
maxRequestBodySize?: number;
/**
* Maxium request body size in Kb for WAF.
* Maximum request body size in Kb for WAF.
*/
maxRequestBodySizeInKb?: number;
/**
* Maxium file upload size in Mb for WAF.
* Maximum file upload size in Mb for WAF.
*/
fileUploadLimitInMb?: number;
/**
Expand Down Expand Up @@ -2734,7 +2733,7 @@ export interface ExpressRouteCircuitPeeringConfig {
*/
advertisedPublicPrefixes?: string[];
/**
* The communities of bgp peering. Spepcified for microsoft peering
* The communities of bgp peering. Specified for microsoft peering
*/
advertisedCommunities?: string[];
/**
Expand Down Expand Up @@ -2849,7 +2848,7 @@ export interface ExpressRouteCircuitConnection extends SubResource {
*/
readonly circuitConnectionStatus?: string;
/**
* Provisioning state of the circuit connection resource. Possible values are: 'Succeded',
* Provisioning state of the circuit connection resource. Possible values are: 'Succeeded',
* 'Updating', 'Deleting', and 'Failed'.
*/
readonly provisioningState?: string;
Expand Down Expand Up @@ -3673,7 +3672,7 @@ export interface ExpressRoutePort extends Resource {
*/
encapsulation?: string;
/**
* Ethertype of the physical port.
* Ether type of the physical port.
*/
readonly etherType?: string;
/**
Expand Down Expand Up @@ -4076,12 +4075,12 @@ export interface EffectiveNetworkSecurityRule {
destinationPortRange?: string;
/**
* The source port ranges. Expected values include a single integer between 0 and 65535, a range
* using '-' as seperator (e.g. 100-400), or an asterix (*)
* using '-' as separator (e.g. 100-400), or an asterisk (*)
*/
sourcePortRanges?: string[];
/**
* The destination port ranges. Expected values include a single integer between 0 and 65535, a
* range using '-' as seperator (e.g. 100-400), or an asterix (*)
* range using '-' as separator (e.g. 100-400), or an asterisk (*)
*/
destinationPortRanges?: string[];
/**
Expand All @@ -4094,12 +4093,12 @@ export interface EffectiveNetworkSecurityRule {
destinationAddressPrefix?: string;
/**
* The source address prefixes. Expected values include CIDR IP ranges, Default Tags
* (VirtualNetwork, AureLoadBalancer, Internet), System Tags, and the asterix (*).
* (VirtualNetwork, AzureLoadBalancer, Internet), System Tags, and the asterisk (*).
*/
sourceAddressPrefixes?: string[];
/**
* The destination address prefixes. Expected values include CIDR IP ranges, Default Tags
* (VirtualNetwork, AureLoadBalancer, Internet), System Tags, and the asterix (*).
* (VirtualNetwork, AzureLoadBalancer, Internet), System Tags, and the asterisk (*).
*/
destinationAddressPrefixes?: string[];
/**
Expand Down Expand Up @@ -4211,7 +4210,7 @@ export interface EffectiveRouteListResult {
}

/**
* Container network interface configruation child resource.
* Container network interface configuration child resource.
*/
export interface ContainerNetworkInterfaceConfiguration extends SubResource {
/**
Expand Down Expand Up @@ -4279,7 +4278,7 @@ export interface ContainerNetworkInterface extends SubResource {
*/
containerNetworkInterfaceConfiguration?: ContainerNetworkInterfaceConfiguration;
/**
* Reference to the conatinaer to which this container network interface is attached.
* Reference to the container to which this container network interface is attached.
*/
container?: Container;
/**
Expand Down Expand Up @@ -5486,7 +5485,7 @@ export interface ConnectionStateSnapshot {
}

/**
* List of connection states snaphots.
* List of connection states snapshots.
*/
export interface ConnectionMonitorQueryResult {
/**
Expand Down Expand Up @@ -5521,7 +5520,7 @@ export interface NetworkConfigurationDiagnosticProfile {
*/
destination: string;
/**
* Traffice destination port. Accepted values are '*', port (for example, 3389) and port range
* Traffic destination port. Accepted values are '*', port (for example, 3389) and port range
* (for example, 80-100).
*/
destinationPort: string;
Expand Down Expand Up @@ -7057,8 +7056,8 @@ export interface P2SVpnServerConfiguration extends SubResource {
*/
radiusServerAddress?: string;
/**
* The radius secret property of the P2SVpnServerConfiguration resource for for point to site
* client connection.
* The radius secret property of the P2SVpnServerConfiguration resource for point to site client
* connection.
*/
radiusServerSecret?: string;
/**
Expand Down Expand Up @@ -7488,7 +7487,7 @@ export interface P2SVpnGateway extends Resource {
*/
vpnClientAddressPool?: AddressSpace;
/**
* All P2S vpnclients' connection health status.
* All P2S VPN clients' connection health status.
*/
readonly vpnClientConnectionHealth?: VpnClientConnectionHealth;
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class Ipv6ExpressRouteCircuitPeeringConfig {
* @property {array} [microsoftPeeringConfig.advertisedPublicPrefixes] The
* reference of AdvertisedPublicPrefixes.
* @property {array} [microsoftPeeringConfig.advertisedCommunities] The
* communities of bgp peering. Spepcified for microsoft peering
* communities of bgp peering. Specified for microsoft peering
* @property {string} [microsoftPeeringConfig.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 @@ -26,7 +26,7 @@ class NetworkConfigurationDiagnosticProfile {
* Address/CIDR, Service Tag.
* @property {string} destination Traffic destination. Accepted values are:
* '*', IP Address/CIDR, Service Tag.
* @property {string} destinationPort Traffice destination port. Accepted
* @property {string} destinationPort Traffic destination port. Accepted
* values are '*', port (for example, 3389) and port range (for example,
* 80-100).
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class NetworkConfigurationDiagnosticResult {
* '*', IP Address/CIDR, Service Tag.
* @property {string} [profile.destination] Traffic destination. Accepted
* values are: '*', IP Address/CIDR, Service Tag.
* @property {string} [profile.destinationPort] Traffice destination port.
* @property {string} [profile.destinationPort] Traffic destination port.
* Accepted values are '*', port (for example, 3389) and port range (for
* example, 80-100).
* @property {object} [networkSecurityGroupResult]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class P2SVpnGateway extends models['Resource'] {
* space resource which represents Address space for P2S VpnClient.
* @property {array} [vpnClientAddressPool.addressPrefixes] A list of address
* blocks reserved for this virtual network in CIDR notation.
* @property {object} [vpnClientConnectionHealth] All P2S vpnclients'
* @property {object} [vpnClientConnectionHealth] All P2S VPN clients'
* connection health status.
* @property {number}
* [vpnClientConnectionHealth.totalIngressBytesTransferred] Total of the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ class P2SVpnServerConfiguration extends models['SubResource'] {
* property of the P2SVpnServerConfiguration resource for point to site
* client connection.
* @property {string} [radiusServerSecret] The radius secret property of the
* P2SVpnServerConfiguration resource for for point to site client
* connection.
* P2SVpnServerConfiguration resource for point to site client connection.
* @property {string} [provisioningState] The provisioning state of the
* P2SVpnServerConfiguration resource. Possible values are: 'Updating',
* 'Deleting', and 'Failed'.
Expand Down
Loading