diff --git a/lib/services/networkManagement2/lib/models/applicationGatewayProbe.js b/lib/services/networkManagement2/lib/models/applicationGatewayProbe.js index d7781988a9..f9795d60d8 100644 --- a/lib/services/networkManagement2/lib/models/applicationGatewayProbe.js +++ b/lib/services/networkManagement2/lib/models/applicationGatewayProbe.js @@ -28,7 +28,7 @@ class ApplicationGatewayProbe extends models['SubResource'] { * @property {number} [interval] The probing interval in seconds. This is the * time interval between two consecutive probes. Acceptable values are from 1 * second to 86400 seconds. - * @property {number} [timeout] the probe timeout in seconds. Probe marked as + * @property {number} [timeout] The probe timeout in seconds. Probe marked as * failed if valid response is not received with this timeout period. * Acceptable values are from 1 second to 86400 seconds. * @property {number} [unhealthyThreshold] The probe retry count. Backend diff --git a/lib/services/networkManagement2/lib/models/index.d.ts b/lib/services/networkManagement2/lib/models/index.d.ts index 779f817d12..868938f2e7 100644 --- a/lib/services/networkManagement2/lib/models/index.d.ts +++ b/lib/services/networkManagement2/lib/models/index.d.ts @@ -460,7 +460,7 @@ export interface ServiceEndpointPolicyDefinition extends SubResource { */ description?: string; /** - * service endpoint name. + * Service endpoint name. */ service?: string; /** @@ -1694,7 +1694,7 @@ export interface ApplicationGatewayProbe extends SubResource { */ interval?: number; /** - * the probe timeout in seconds. Probe marked as failed if valid response is not received with + * The probe timeout in seconds. Probe marked as failed if valid response is not received with * this timeout period. Acceptable values are from 1 second to 86400 seconds. */ timeout?: number; @@ -7179,7 +7179,7 @@ export interface P2SVpnServerConfiguration extends SubResource { */ p2SVpnServerConfigurationPropertiesName?: string; /** - * vpnProtocols for the P2SVpnServerConfiguration. + * VPN protocols for the P2SVpnServerConfiguration. */ vpnProtocols?: string[]; /** @@ -7264,7 +7264,7 @@ export interface VirtualWAN extends Resource { */ office365LocalBreakoutCategory?: string; /** - * list of all P2SVpnServerConfigurations associated with the virtual wan. + * List of all P2SVpnServerConfigurations associated with the virtual wan. */ p2SVpnServerConfigurations?: P2SVpnServerConfiguration[]; /** @@ -7394,7 +7394,7 @@ export interface HubVirtualNetworkConnection extends SubResource { */ export interface VirtualHubRoute { /** - * list of all addressPrefixes. + * List of all addressPrefixes. */ addressPrefixes?: string[]; /** @@ -7408,7 +7408,7 @@ export interface VirtualHubRoute { */ export interface VirtualHubRouteTable { /** - * list of all routes. + * List of all routes. */ routes?: VirtualHubRoute[]; } @@ -7434,7 +7434,7 @@ export interface VirtualHub extends Resource { */ expressRouteGateway?: SubResource; /** - * list of all vnet connections with this VirtualHub. + * List of all vnet connections with this VirtualHub. */ virtualNetworkConnections?: HubVirtualNetworkConnection[]; /** @@ -7465,7 +7465,7 @@ export interface VpnConnection extends SubResource { */ remoteVpnSite?: SubResource; /** - * routing weight for vpn connection. + * Routing weight for vpn connection. */ routingWeight?: number; /** @@ -7534,7 +7534,7 @@ export interface VpnGateway extends Resource { */ virtualHub?: SubResource; /** - * list of all vpn connections to the gateway. + * List of all vpn connections to the gateway. */ connections?: VpnConnection[]; /** diff --git a/lib/services/networkManagement2/lib/models/p2SVpnServerConfiguration.js b/lib/services/networkManagement2/lib/models/p2SVpnServerConfiguration.js index 42e452c175..1900c2cf28 100644 --- a/lib/services/networkManagement2/lib/models/p2SVpnServerConfiguration.js +++ b/lib/services/networkManagement2/lib/models/p2SVpnServerConfiguration.js @@ -24,7 +24,7 @@ class P2SVpnServerConfiguration extends models['SubResource'] { * the P2SVpnServerConfiguration that is unique within a VirtualWan in a * resource group. This name can be used to access the resource along with * Paren VirtualWan resource name. - * @property {array} [vpnProtocols] vpnProtocols for the + * @property {array} [vpnProtocols] VPN protocols for the * P2SVpnServerConfiguration. * @property {array} [p2SVpnServerConfigVpnClientRootCertificates] VPN client * root certificate of P2SVpnServerConfiguration. diff --git a/lib/services/networkManagement2/lib/models/serviceEndpointPolicyDefinition.js b/lib/services/networkManagement2/lib/models/serviceEndpointPolicyDefinition.js index 623b59ac0e..fe38ff2669 100644 --- a/lib/services/networkManagement2/lib/models/serviceEndpointPolicyDefinition.js +++ b/lib/services/networkManagement2/lib/models/serviceEndpointPolicyDefinition.js @@ -22,7 +22,7 @@ class ServiceEndpointPolicyDefinition extends models['SubResource'] { * Create a ServiceEndpointPolicyDefinition. * @property {string} [description] A description for this rule. Restricted * to 140 chars. - * @property {string} [service] service endpoint name. + * @property {string} [service] Service endpoint name. * @property {array} [serviceResources] A list of service resources. * @property {string} [provisioningState] The provisioning state of the * service end point policy definition. Possible values are: 'Updating', diff --git a/lib/services/networkManagement2/lib/models/virtualHub.js b/lib/services/networkManagement2/lib/models/virtualHub.js index 3ad3307784..503b049485 100644 --- a/lib/services/networkManagement2/lib/models/virtualHub.js +++ b/lib/services/networkManagement2/lib/models/virtualHub.js @@ -32,12 +32,12 @@ class VirtualHub extends models['Resource'] { * @property {object} [expressRouteGateway] The expressRouteGateway * associated with this VirtualHub * @property {string} [expressRouteGateway.id] Resource ID. - * @property {array} [virtualNetworkConnections] list of all vnet connections + * @property {array} [virtualNetworkConnections] List of all vnet connections * with this VirtualHub. * @property {string} [addressPrefix] Address-prefix for this VirtualHub. * @property {object} [routeTable] The routeTable associated with this * virtual hub. - * @property {array} [routeTable.routes] list of all routes. + * @property {array} [routeTable.routes] List of all routes. * @property {string} [provisioningState] The provisioning state of the * resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', * 'Failed' diff --git a/lib/services/networkManagement2/lib/models/virtualHubRoute.js b/lib/services/networkManagement2/lib/models/virtualHubRoute.js index 0958a270e0..a191a2cb56 100644 --- a/lib/services/networkManagement2/lib/models/virtualHubRoute.js +++ b/lib/services/networkManagement2/lib/models/virtualHubRoute.js @@ -17,7 +17,7 @@ class VirtualHubRoute { /** * Create a VirtualHubRoute. - * @property {array} [addressPrefixes] list of all addressPrefixes. + * @property {array} [addressPrefixes] List of all addressPrefixes. * @property {string} [nextHopIpAddress] NextHop ip address. */ constructor() { diff --git a/lib/services/networkManagement2/lib/models/virtualHubRouteTable.js b/lib/services/networkManagement2/lib/models/virtualHubRouteTable.js index 535228bcc0..a5657cff38 100644 --- a/lib/services/networkManagement2/lib/models/virtualHubRouteTable.js +++ b/lib/services/networkManagement2/lib/models/virtualHubRouteTable.js @@ -17,7 +17,7 @@ class VirtualHubRouteTable { /** * Create a VirtualHubRouteTable. - * @property {array} [routes] list of all routes. + * @property {array} [routes] List of all routes. */ constructor() { } diff --git a/lib/services/networkManagement2/lib/models/virtualNetworkConnectionGatewayReference.js b/lib/services/networkManagement2/lib/models/virtualNetworkConnectionGatewayReference.js index f65c434a56..6e6d4506b8 100644 --- a/lib/services/networkManagement2/lib/models/virtualNetworkConnectionGatewayReference.js +++ b/lib/services/networkManagement2/lib/models/virtualNetworkConnectionGatewayReference.js @@ -32,7 +32,7 @@ class VirtualNetworkConnectionGatewayReference { mapper() { return { required: false, - serializedName: 'virtualNetworkConnectionGatewayReference', + serializedName: 'VirtualNetworkConnectionGatewayReference', type: { name: 'Composite', className: 'VirtualNetworkConnectionGatewayReference', diff --git a/lib/services/networkManagement2/lib/models/virtualWAN.js b/lib/services/networkManagement2/lib/models/virtualWAN.js index 96ce283250..caffca467a 100644 --- a/lib/services/networkManagement2/lib/models/virtualWAN.js +++ b/lib/services/networkManagement2/lib/models/virtualWAN.js @@ -32,7 +32,7 @@ class VirtualWAN extends models['Resource'] { * @property {string} [office365LocalBreakoutCategory] The office local * breakout category. Possible values include: 'Optimize', * 'OptimizeAndAllow', 'All', 'None' - * @property {array} [p2SVpnServerConfigurations] list of all + * @property {array} [p2SVpnServerConfigurations] List of all * P2SVpnServerConfigurations associated with the virtual wan. * @property {string} [provisioningState] The provisioning state of the * resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', diff --git a/lib/services/networkManagement2/lib/models/vpnConnection.js b/lib/services/networkManagement2/lib/models/vpnConnection.js index 28a80804d5..a3a444e9f2 100644 --- a/lib/services/networkManagement2/lib/models/vpnConnection.js +++ b/lib/services/networkManagement2/lib/models/vpnConnection.js @@ -22,7 +22,7 @@ class VpnConnection extends models['SubResource'] { * Create a VpnConnection. * @property {object} [remoteVpnSite] Id of the connected vpn site. * @property {string} [remoteVpnSite.id] Resource ID. - * @property {number} [routingWeight] routing weight for vpn connection. + * @property {number} [routingWeight] Routing weight for vpn connection. * @property {string} [connectionStatus] The connection status. Possible * values include: 'Unknown', 'Connecting', 'Connected', 'NotConnected' * @property {string} [vpnConnectionProtocolType] Connection protocol used diff --git a/lib/services/networkManagement2/lib/models/vpnGateway.js b/lib/services/networkManagement2/lib/models/vpnGateway.js index c19b48ab52..4cf46916d5 100644 --- a/lib/services/networkManagement2/lib/models/vpnGateway.js +++ b/lib/services/networkManagement2/lib/models/vpnGateway.js @@ -23,7 +23,7 @@ class VpnGateway extends models['Resource'] { * @property {object} [virtualHub] The VirtualHub to which the gateway * belongs * @property {string} [virtualHub.id] Resource ID. - * @property {array} [connections] list of all vpn connections to the + * @property {array} [connections] List of all vpn connections to the * gateway. * @property {object} [bgpSettings] Local network gateway's BGP speaker * settings. diff --git a/lib/services/networkManagement2/lib/operations/index.d.ts b/lib/services/networkManagement2/lib/operations/index.d.ts index 61ae5217ca..ad94ce4837 100644 --- a/lib/services/networkManagement2/lib/operations/index.d.ts +++ b/lib/services/networkManagement2/lib/operations/index.d.ts @@ -33274,7 +33274,7 @@ export interface ServiceEndpointPolicyDefinitions { * @param {string} [serviceEndpointPolicyDefinitions.description] A description * for this rule. Restricted to 140 chars. * - * @param {string} [serviceEndpointPolicyDefinitions.service] service endpoint + * @param {string} [serviceEndpointPolicyDefinitions.service] Service endpoint * name. * * @param {array} [serviceEndpointPolicyDefinitions.serviceResources] A list of @@ -33320,7 +33320,7 @@ export interface ServiceEndpointPolicyDefinitions { * @param {string} [serviceEndpointPolicyDefinitions.description] A description * for this rule. Restricted to 140 chars. * - * @param {string} [serviceEndpointPolicyDefinitions.service] service endpoint + * @param {string} [serviceEndpointPolicyDefinitions.service] Service endpoint * name. * * @param {array} [serviceEndpointPolicyDefinitions.serviceResources] A list of @@ -33514,7 +33514,7 @@ export interface ServiceEndpointPolicyDefinitions { * @param {string} [serviceEndpointPolicyDefinitions.description] A description * for this rule. Restricted to 140 chars. * - * @param {string} [serviceEndpointPolicyDefinitions.service] service endpoint + * @param {string} [serviceEndpointPolicyDefinitions.service] Service endpoint * name. * * @param {array} [serviceEndpointPolicyDefinitions.serviceResources] A list of @@ -33560,7 +33560,7 @@ export interface ServiceEndpointPolicyDefinitions { * @param {string} [serviceEndpointPolicyDefinitions.description] A description * for this rule. Restricted to 140 chars. * - * @param {string} [serviceEndpointPolicyDefinitions.service] service endpoint + * @param {string} [serviceEndpointPolicyDefinitions.service] Service endpoint * name. * * @param {array} [serviceEndpointPolicyDefinitions.serviceResources] A list of @@ -43861,7 +43861,7 @@ export interface VirtualWans { * local breakout category. Possible values include: 'Optimize', * 'OptimizeAndAllow', 'All', 'None' * - * @param {array} [wANParameters.p2SVpnServerConfigurations] list of all + * @param {array} [wANParameters.p2SVpnServerConfigurations] List of all * P2SVpnServerConfigurations associated with the virtual wan. * * @param {string} [wANParameters.provisioningState] The provisioning state of @@ -43915,7 +43915,7 @@ export interface VirtualWans { * local breakout category. Possible values include: 'Optimize', * 'OptimizeAndAllow', 'All', 'None' * - * @param {array} [wANParameters.p2SVpnServerConfigurations] list of all + * @param {array} [wANParameters.p2SVpnServerConfigurations] List of all * P2SVpnServerConfigurations associated with the virtual wan. * * @param {string} [wANParameters.provisioningState] The provisioning state of @@ -44219,7 +44219,7 @@ export interface VirtualWans { * local breakout category. Possible values include: 'Optimize', * 'OptimizeAndAllow', 'All', 'None' * - * @param {array} [wANParameters.p2SVpnServerConfigurations] list of all + * @param {array} [wANParameters.p2SVpnServerConfigurations] List of all * P2SVpnServerConfigurations associated with the virtual wan. * * @param {string} [wANParameters.provisioningState] The provisioning state of @@ -44273,7 +44273,7 @@ export interface VirtualWans { * local breakout category. Possible values include: 'Optimize', * 'OptimizeAndAllow', 'All', 'None' * - * @param {array} [wANParameters.p2SVpnServerConfigurations] list of all + * @param {array} [wANParameters.p2SVpnServerConfigurations] List of all * P2SVpnServerConfigurations associated with the virtual wan. * * @param {string} [wANParameters.provisioningState] The provisioning state of @@ -45699,7 +45699,7 @@ export interface VirtualHubs { * * @param {string} [virtualHubParameters.expressRouteGateway.id] Resource ID. * - * @param {array} [virtualHubParameters.virtualNetworkConnections] list of all + * @param {array} [virtualHubParameters.virtualNetworkConnections] List of all * vnet connections with this VirtualHub. * * @param {string} [virtualHubParameters.addressPrefix] Address-prefix for this @@ -45708,7 +45708,7 @@ export interface VirtualHubs { * @param {object} [virtualHubParameters.routeTable] The routeTable associated * with this virtual hub. * - * @param {array} [virtualHubParameters.routeTable.routes] list of all routes. + * @param {array} [virtualHubParameters.routeTable.routes] List of all routes. * * @param {string} [virtualHubParameters.provisioningState] The provisioning * state of the resource. Possible values include: 'Succeeded', 'Updating', @@ -45758,7 +45758,7 @@ export interface VirtualHubs { * * @param {string} [virtualHubParameters.expressRouteGateway.id] Resource ID. * - * @param {array} [virtualHubParameters.virtualNetworkConnections] list of all + * @param {array} [virtualHubParameters.virtualNetworkConnections] List of all * vnet connections with this VirtualHub. * * @param {string} [virtualHubParameters.addressPrefix] Address-prefix for this @@ -45767,7 +45767,7 @@ export interface VirtualHubs { * @param {object} [virtualHubParameters.routeTable] The routeTable associated * with this virtual hub. * - * @param {array} [virtualHubParameters.routeTable.routes] list of all routes. + * @param {array} [virtualHubParameters.routeTable.routes] List of all routes. * * @param {string} [virtualHubParameters.provisioningState] The provisioning * state of the resource. Possible values include: 'Succeeded', 'Updating', @@ -46069,7 +46069,7 @@ export interface VirtualHubs { * * @param {string} [virtualHubParameters.expressRouteGateway.id] Resource ID. * - * @param {array} [virtualHubParameters.virtualNetworkConnections] list of all + * @param {array} [virtualHubParameters.virtualNetworkConnections] List of all * vnet connections with this VirtualHub. * * @param {string} [virtualHubParameters.addressPrefix] Address-prefix for this @@ -46078,7 +46078,7 @@ export interface VirtualHubs { * @param {object} [virtualHubParameters.routeTable] The routeTable associated * with this virtual hub. * - * @param {array} [virtualHubParameters.routeTable.routes] list of all routes. + * @param {array} [virtualHubParameters.routeTable.routes] List of all routes. * * @param {string} [virtualHubParameters.provisioningState] The provisioning * state of the resource. Possible values include: 'Succeeded', 'Updating', @@ -46128,7 +46128,7 @@ export interface VirtualHubs { * * @param {string} [virtualHubParameters.expressRouteGateway.id] Resource ID. * - * @param {array} [virtualHubParameters.virtualNetworkConnections] list of all + * @param {array} [virtualHubParameters.virtualNetworkConnections] List of all * vnet connections with this VirtualHub. * * @param {string} [virtualHubParameters.addressPrefix] Address-prefix for this @@ -46137,7 +46137,7 @@ export interface VirtualHubs { * @param {object} [virtualHubParameters.routeTable] The routeTable associated * with this virtual hub. * - * @param {array} [virtualHubParameters.routeTable.routes] list of all routes. + * @param {array} [virtualHubParameters.routeTable.routes] List of all routes. * * @param {string} [virtualHubParameters.provisioningState] The provisioning * state of the resource. Possible values include: 'Succeeded', 'Updating', @@ -46697,7 +46697,7 @@ export interface VpnGateways { * * @param {string} [vpnGatewayParameters.virtualHub.id] Resource ID. * - * @param {array} [vpnGatewayParameters.connections] list of all vpn + * @param {array} [vpnGatewayParameters.connections] List of all vpn * connections to the gateway. * * @param {object} [vpnGatewayParameters.bgpSettings] Local network gateway's @@ -46754,7 +46754,7 @@ export interface VpnGateways { * * @param {string} [vpnGatewayParameters.virtualHub.id] Resource ID. * - * @param {array} [vpnGatewayParameters.connections] list of all vpn + * @param {array} [vpnGatewayParameters.connections] List of all vpn * connections to the gateway. * * @param {object} [vpnGatewayParameters.bgpSettings] Local network gateway's @@ -47063,7 +47063,7 @@ export interface VpnGateways { * * @param {string} [vpnGatewayParameters.virtualHub.id] Resource ID. * - * @param {array} [vpnGatewayParameters.connections] list of all vpn + * @param {array} [vpnGatewayParameters.connections] List of all vpn * connections to the gateway. * * @param {object} [vpnGatewayParameters.bgpSettings] Local network gateway's @@ -47120,7 +47120,7 @@ export interface VpnGateways { * * @param {string} [vpnGatewayParameters.virtualHub.id] Resource ID. * - * @param {array} [vpnGatewayParameters.connections] list of all vpn + * @param {array} [vpnGatewayParameters.connections] List of all vpn * connections to the gateway. * * @param {object} [vpnGatewayParameters.bgpSettings] Local network gateway's @@ -47511,7 +47511,7 @@ export interface VpnConnections { * * @param {string} [vpnConnectionParameters.remoteVpnSite.id] Resource ID. * - * @param {number} [vpnConnectionParameters.routingWeight] routing weight for + * @param {number} [vpnConnectionParameters.routingWeight] Routing weight for * vpn connection. * * @param {string} [vpnConnectionParameters.connectionStatus] The connection @@ -47579,7 +47579,7 @@ export interface VpnConnections { * * @param {string} [vpnConnectionParameters.remoteVpnSite.id] Resource ID. * - * @param {number} [vpnConnectionParameters.routingWeight] routing weight for + * @param {number} [vpnConnectionParameters.routingWeight] Routing weight for * vpn connection. * * @param {string} [vpnConnectionParameters.connectionStatus] The connection @@ -47788,7 +47788,7 @@ export interface VpnConnections { * * @param {string} [vpnConnectionParameters.remoteVpnSite.id] Resource ID. * - * @param {number} [vpnConnectionParameters.routingWeight] routing weight for + * @param {number} [vpnConnectionParameters.routingWeight] Routing weight for * vpn connection. * * @param {string} [vpnConnectionParameters.connectionStatus] The connection @@ -47856,7 +47856,7 @@ export interface VpnConnections { * * @param {string} [vpnConnectionParameters.remoteVpnSite.id] Resource ID. * - * @param {number} [vpnConnectionParameters.routingWeight] routing weight for + * @param {number} [vpnConnectionParameters.routingWeight] Routing weight for * vpn connection. * * @param {string} [vpnConnectionParameters.connectionStatus] The connection @@ -48142,8 +48142,8 @@ export interface P2sVpnServerConfigurations { * in a resource group. This name can be used to access the resource along with * Paren VirtualWan resource name. * - * @param {array} [p2SVpnServerConfigurationParameters.vpnProtocols] - * vpnProtocols for the P2SVpnServerConfiguration. + * @param {array} [p2SVpnServerConfigurationParameters.vpnProtocols] VPN + * protocols for the P2SVpnServerConfiguration. * * @param {array} * [p2SVpnServerConfigurationParameters.p2SVpnServerConfigVpnClientRootCertificates] @@ -48215,8 +48215,8 @@ export interface P2sVpnServerConfigurations { * in a resource group. This name can be used to access the resource along with * Paren VirtualWan resource name. * - * @param {array} [p2SVpnServerConfigurationParameters.vpnProtocols] - * vpnProtocols for the P2SVpnServerConfiguration. + * @param {array} [p2SVpnServerConfigurationParameters.vpnProtocols] VPN + * protocols for the P2SVpnServerConfiguration. * * @param {array} * [p2SVpnServerConfigurationParameters.p2SVpnServerConfigVpnClientRootCertificates] @@ -48434,8 +48434,8 @@ export interface P2sVpnServerConfigurations { * in a resource group. This name can be used to access the resource along with * Paren VirtualWan resource name. * - * @param {array} [p2SVpnServerConfigurationParameters.vpnProtocols] - * vpnProtocols for the P2SVpnServerConfiguration. + * @param {array} [p2SVpnServerConfigurationParameters.vpnProtocols] VPN + * protocols for the P2SVpnServerConfiguration. * * @param {array} * [p2SVpnServerConfigurationParameters.p2SVpnServerConfigVpnClientRootCertificates] @@ -48507,8 +48507,8 @@ export interface P2sVpnServerConfigurations { * in a resource group. This name can be used to access the resource along with * Paren VirtualWan resource name. * - * @param {array} [p2SVpnServerConfigurationParameters.vpnProtocols] - * vpnProtocols for the P2SVpnServerConfiguration. + * @param {array} [p2SVpnServerConfigurationParameters.vpnProtocols] VPN + * protocols for the P2SVpnServerConfiguration. * * @param {array} * [p2SVpnServerConfigurationParameters.p2SVpnServerConfigVpnClientRootCertificates] diff --git a/lib/services/networkManagement2/lib/operations/p2sVpnServerConfigurations.js b/lib/services/networkManagement2/lib/operations/p2sVpnServerConfigurations.js index 0b89fa30f2..aa4c162c04 100644 --- a/lib/services/networkManagement2/lib/operations/p2sVpnServerConfigurations.js +++ b/lib/services/networkManagement2/lib/operations/p2sVpnServerConfigurations.js @@ -188,8 +188,8 @@ function _get(resourceGroupName, virtualWanName, p2SVpnServerConfigurationName, * in a resource group. This name can be used to access the resource along with * Paren VirtualWan resource name. * - * @param {array} [p2SVpnServerConfigurationParameters.vpnProtocols] - * vpnProtocols for the P2SVpnServerConfiguration. + * @param {array} [p2SVpnServerConfigurationParameters.vpnProtocols] VPN + * protocols for the P2SVpnServerConfiguration. * * @param {array} * [p2SVpnServerConfigurationParameters.p2SVpnServerConfigVpnClientRootCertificates] @@ -531,8 +531,8 @@ function _listByVirtualWan(resourceGroupName, virtualWanName, options, callback) * in a resource group. This name can be used to access the resource along with * Paren VirtualWan resource name. * - * @param {array} [p2SVpnServerConfigurationParameters.vpnProtocols] - * vpnProtocols for the P2SVpnServerConfiguration. + * @param {array} [p2SVpnServerConfigurationParameters.vpnProtocols] VPN + * protocols for the P2SVpnServerConfiguration. * * @param {array} * [p2SVpnServerConfigurationParameters.p2SVpnServerConfigVpnClientRootCertificates] @@ -1142,8 +1142,8 @@ class P2sVpnServerConfigurations { * in a resource group. This name can be used to access the resource along with * Paren VirtualWan resource name. * - * @param {array} [p2SVpnServerConfigurationParameters.vpnProtocols] - * vpnProtocols for the P2SVpnServerConfiguration. + * @param {array} [p2SVpnServerConfigurationParameters.vpnProtocols] VPN + * protocols for the P2SVpnServerConfiguration. * * @param {array} * [p2SVpnServerConfigurationParameters.p2SVpnServerConfigVpnClientRootCertificates] @@ -1227,8 +1227,8 @@ class P2sVpnServerConfigurations { * in a resource group. This name can be used to access the resource along with * Paren VirtualWan resource name. * - * @param {array} [p2SVpnServerConfigurationParameters.vpnProtocols] - * vpnProtocols for the P2SVpnServerConfiguration. + * @param {array} [p2SVpnServerConfigurationParameters.vpnProtocols] VPN + * protocols for the P2SVpnServerConfiguration. * * @param {array} * [p2SVpnServerConfigurationParameters.p2SVpnServerConfigVpnClientRootCertificates] @@ -1515,8 +1515,8 @@ class P2sVpnServerConfigurations { * in a resource group. This name can be used to access the resource along with * Paren VirtualWan resource name. * - * @param {array} [p2SVpnServerConfigurationParameters.vpnProtocols] - * vpnProtocols for the P2SVpnServerConfiguration. + * @param {array} [p2SVpnServerConfigurationParameters.vpnProtocols] VPN + * protocols for the P2SVpnServerConfiguration. * * @param {array} * [p2SVpnServerConfigurationParameters.p2SVpnServerConfigVpnClientRootCertificates] @@ -1600,8 +1600,8 @@ class P2sVpnServerConfigurations { * in a resource group. This name can be used to access the resource along with * Paren VirtualWan resource name. * - * @param {array} [p2SVpnServerConfigurationParameters.vpnProtocols] - * vpnProtocols for the P2SVpnServerConfiguration. + * @param {array} [p2SVpnServerConfigurationParameters.vpnProtocols] VPN + * protocols for the P2SVpnServerConfiguration. * * @param {array} * [p2SVpnServerConfigurationParameters.p2SVpnServerConfigVpnClientRootCertificates] diff --git a/lib/services/networkManagement2/lib/operations/serviceEndpointPolicyDefinitions.js b/lib/services/networkManagement2/lib/operations/serviceEndpointPolicyDefinitions.js index 508957ffd5..f00cec3d39 100644 --- a/lib/services/networkManagement2/lib/operations/serviceEndpointPolicyDefinitions.js +++ b/lib/services/networkManagement2/lib/operations/serviceEndpointPolicyDefinitions.js @@ -253,7 +253,7 @@ function _get(resourceGroupName, serviceEndpointPolicyName, serviceEndpointPolic * @param {string} [serviceEndpointPolicyDefinitions.description] A description * for this rule. Restricted to 140 chars. * - * @param {string} [serviceEndpointPolicyDefinitions.service] service endpoint + * @param {string} [serviceEndpointPolicyDefinitions.service] Service endpoint * name. * * @param {array} [serviceEndpointPolicyDefinitions.serviceResources] A list of @@ -635,7 +635,7 @@ function _beginDeleteMethod(resourceGroupName, serviceEndpointPolicyName, servic * @param {string} [serviceEndpointPolicyDefinitions.description] A description * for this rule. Restricted to 140 chars. * - * @param {string} [serviceEndpointPolicyDefinitions.service] service endpoint + * @param {string} [serviceEndpointPolicyDefinitions.service] Service endpoint * name. * * @param {array} [serviceEndpointPolicyDefinitions.serviceResources] A list of @@ -1178,7 +1178,7 @@ class ServiceEndpointPolicyDefinitions { * @param {string} [serviceEndpointPolicyDefinitions.description] A description * for this rule. Restricted to 140 chars. * - * @param {string} [serviceEndpointPolicyDefinitions.service] service endpoint + * @param {string} [serviceEndpointPolicyDefinitions.service] Service endpoint * name. * * @param {array} [serviceEndpointPolicyDefinitions.serviceResources] A list of @@ -1236,7 +1236,7 @@ class ServiceEndpointPolicyDefinitions { * @param {string} [serviceEndpointPolicyDefinitions.description] A description * for this rule. Restricted to 140 chars. * - * @param {string} [serviceEndpointPolicyDefinitions.service] service endpoint + * @param {string} [serviceEndpointPolicyDefinitions.service] Service endpoint * name. * * @param {array} [serviceEndpointPolicyDefinitions.serviceResources] A list of @@ -1499,7 +1499,7 @@ class ServiceEndpointPolicyDefinitions { * @param {string} [serviceEndpointPolicyDefinitions.description] A description * for this rule. Restricted to 140 chars. * - * @param {string} [serviceEndpointPolicyDefinitions.service] service endpoint + * @param {string} [serviceEndpointPolicyDefinitions.service] Service endpoint * name. * * @param {array} [serviceEndpointPolicyDefinitions.serviceResources] A list of @@ -1557,7 +1557,7 @@ class ServiceEndpointPolicyDefinitions { * @param {string} [serviceEndpointPolicyDefinitions.description] A description * for this rule. Restricted to 140 chars. * - * @param {string} [serviceEndpointPolicyDefinitions.service] service endpoint + * @param {string} [serviceEndpointPolicyDefinitions.service] Service endpoint * name. * * @param {array} [serviceEndpointPolicyDefinitions.serviceResources] A list of diff --git a/lib/services/networkManagement2/lib/operations/virtualHubs.js b/lib/services/networkManagement2/lib/operations/virtualHubs.js index 851e3c2652..607442d8f7 100644 --- a/lib/services/networkManagement2/lib/operations/virtualHubs.js +++ b/lib/services/networkManagement2/lib/operations/virtualHubs.js @@ -184,7 +184,7 @@ function _get(resourceGroupName, virtualHubName, options, callback) { * * @param {string} [virtualHubParameters.expressRouteGateway.id] Resource ID. * - * @param {array} [virtualHubParameters.virtualNetworkConnections] list of all + * @param {array} [virtualHubParameters.virtualNetworkConnections] List of all * vnet connections with this VirtualHub. * * @param {string} [virtualHubParameters.addressPrefix] Address-prefix for this @@ -193,7 +193,7 @@ function _get(resourceGroupName, virtualHubName, options, callback) { * @param {object} [virtualHubParameters.routeTable] The routeTable associated * with this virtual hub. * - * @param {array} [virtualHubParameters.routeTable.routes] list of all routes. + * @param {array} [virtualHubParameters.routeTable.routes] List of all routes. * * @param {string} [virtualHubParameters.provisioningState] The provisioning * state of the resource. Possible values include: 'Succeeded', 'Updating', @@ -716,7 +716,7 @@ function _list(options, callback) { * * @param {string} [virtualHubParameters.expressRouteGateway.id] Resource ID. * - * @param {array} [virtualHubParameters.virtualNetworkConnections] list of all + * @param {array} [virtualHubParameters.virtualNetworkConnections] List of all * vnet connections with this VirtualHub. * * @param {string} [virtualHubParameters.addressPrefix] Address-prefix for this @@ -725,7 +725,7 @@ function _list(options, callback) { * @param {object} [virtualHubParameters.routeTable] The routeTable associated * with this virtual hub. * - * @param {array} [virtualHubParameters.routeTable.routes] list of all routes. + * @param {array} [virtualHubParameters.routeTable.routes] List of all routes. * * @param {string} [virtualHubParameters.provisioningState] The provisioning * state of the resource. Possible values include: 'Succeeded', 'Updating', @@ -1605,7 +1605,7 @@ class VirtualHubs { * * @param {string} [virtualHubParameters.expressRouteGateway.id] Resource ID. * - * @param {array} [virtualHubParameters.virtualNetworkConnections] list of all + * @param {array} [virtualHubParameters.virtualNetworkConnections] List of all * vnet connections with this VirtualHub. * * @param {string} [virtualHubParameters.addressPrefix] Address-prefix for this @@ -1614,7 +1614,7 @@ class VirtualHubs { * @param {object} [virtualHubParameters.routeTable] The routeTable associated * with this virtual hub. * - * @param {array} [virtualHubParameters.routeTable.routes] list of all routes. + * @param {array} [virtualHubParameters.routeTable.routes] List of all routes. * * @param {string} [virtualHubParameters.provisioningState] The provisioning * state of the resource. Possible values include: 'Succeeded', 'Updating', @@ -1676,7 +1676,7 @@ class VirtualHubs { * * @param {string} [virtualHubParameters.expressRouteGateway.id] Resource ID. * - * @param {array} [virtualHubParameters.virtualNetworkConnections] list of all + * @param {array} [virtualHubParameters.virtualNetworkConnections] List of all * vnet connections with this VirtualHub. * * @param {string} [virtualHubParameters.addressPrefix] Address-prefix for this @@ -1685,7 +1685,7 @@ class VirtualHubs { * @param {object} [virtualHubParameters.routeTable] The routeTable associated * with this virtual hub. * - * @param {array} [virtualHubParameters.routeTable.routes] list of all routes. + * @param {array} [virtualHubParameters.routeTable.routes] List of all routes. * * @param {string} [virtualHubParameters.provisioningState] The provisioning * state of the resource. Possible values include: 'Succeeded', 'Updating', @@ -2110,7 +2110,7 @@ class VirtualHubs { * * @param {string} [virtualHubParameters.expressRouteGateway.id] Resource ID. * - * @param {array} [virtualHubParameters.virtualNetworkConnections] list of all + * @param {array} [virtualHubParameters.virtualNetworkConnections] List of all * vnet connections with this VirtualHub. * * @param {string} [virtualHubParameters.addressPrefix] Address-prefix for this @@ -2119,7 +2119,7 @@ class VirtualHubs { * @param {object} [virtualHubParameters.routeTable] The routeTable associated * with this virtual hub. * - * @param {array} [virtualHubParameters.routeTable.routes] list of all routes. + * @param {array} [virtualHubParameters.routeTable.routes] List of all routes. * * @param {string} [virtualHubParameters.provisioningState] The provisioning * state of the resource. Possible values include: 'Succeeded', 'Updating', @@ -2181,7 +2181,7 @@ class VirtualHubs { * * @param {string} [virtualHubParameters.expressRouteGateway.id] Resource ID. * - * @param {array} [virtualHubParameters.virtualNetworkConnections] list of all + * @param {array} [virtualHubParameters.virtualNetworkConnections] List of all * vnet connections with this VirtualHub. * * @param {string} [virtualHubParameters.addressPrefix] Address-prefix for this @@ -2190,7 +2190,7 @@ class VirtualHubs { * @param {object} [virtualHubParameters.routeTable] The routeTable associated * with this virtual hub. * - * @param {array} [virtualHubParameters.routeTable.routes] list of all routes. + * @param {array} [virtualHubParameters.routeTable.routes] List of all routes. * * @param {string} [virtualHubParameters.provisioningState] The provisioning * state of the resource. Possible values include: 'Succeeded', 'Updating', diff --git a/lib/services/networkManagement2/lib/operations/virtualWans.js b/lib/services/networkManagement2/lib/operations/virtualWans.js index 3a26f16464..40487ad1d1 100644 --- a/lib/services/networkManagement2/lib/operations/virtualWans.js +++ b/lib/services/networkManagement2/lib/operations/virtualWans.js @@ -187,7 +187,7 @@ function _get(resourceGroupName, virtualWANName, options, callback) { * local breakout category. Possible values include: 'Optimize', * 'OptimizeAndAllow', 'All', 'None' * - * @param {array} [wANParameters.p2SVpnServerConfigurations] list of all + * @param {array} [wANParameters.p2SVpnServerConfigurations] List of all * P2SVpnServerConfigurations associated with the virtual wan. * * @param {string} [wANParameters.provisioningState] The provisioning state of @@ -713,7 +713,7 @@ function _list(options, callback) { * local breakout category. Possible values include: 'Optimize', * 'OptimizeAndAllow', 'All', 'None' * - * @param {array} [wANParameters.p2SVpnServerConfigurations] list of all + * @param {array} [wANParameters.p2SVpnServerConfigurations] List of all * P2SVpnServerConfigurations associated with the virtual wan. * * @param {string} [wANParameters.provisioningState] The provisioning state of @@ -1596,7 +1596,7 @@ class VirtualWans { * local breakout category. Possible values include: 'Optimize', * 'OptimizeAndAllow', 'All', 'None' * - * @param {array} [wANParameters.p2SVpnServerConfigurations] list of all + * @param {array} [wANParameters.p2SVpnServerConfigurations] List of all * P2SVpnServerConfigurations associated with the virtual wan. * * @param {string} [wANParameters.provisioningState] The provisioning state of @@ -1662,7 +1662,7 @@ class VirtualWans { * local breakout category. Possible values include: 'Optimize', * 'OptimizeAndAllow', 'All', 'None' * - * @param {array} [wANParameters.p2SVpnServerConfigurations] list of all + * @param {array} [wANParameters.p2SVpnServerConfigurations] List of all * P2SVpnServerConfigurations associated with the virtual wan. * * @param {string} [wANParameters.provisioningState] The provisioning state of @@ -2089,7 +2089,7 @@ class VirtualWans { * local breakout category. Possible values include: 'Optimize', * 'OptimizeAndAllow', 'All', 'None' * - * @param {array} [wANParameters.p2SVpnServerConfigurations] list of all + * @param {array} [wANParameters.p2SVpnServerConfigurations] List of all * P2SVpnServerConfigurations associated with the virtual wan. * * @param {string} [wANParameters.provisioningState] The provisioning state of @@ -2155,7 +2155,7 @@ class VirtualWans { * local breakout category. Possible values include: 'Optimize', * 'OptimizeAndAllow', 'All', 'None' * - * @param {array} [wANParameters.p2SVpnServerConfigurations] list of all + * @param {array} [wANParameters.p2SVpnServerConfigurations] List of all * P2SVpnServerConfigurations associated with the virtual wan. * * @param {string} [wANParameters.provisioningState] The provisioning state of diff --git a/lib/services/networkManagement2/lib/operations/vpnConnections.js b/lib/services/networkManagement2/lib/operations/vpnConnections.js index 3cadd3bb06..e24b52300b 100644 --- a/lib/services/networkManagement2/lib/operations/vpnConnections.js +++ b/lib/services/networkManagement2/lib/operations/vpnConnections.js @@ -183,7 +183,7 @@ function _get(resourceGroupName, gatewayName, connectionName, options, callback) * * @param {string} [vpnConnectionParameters.remoteVpnSite.id] Resource ID. * - * @param {number} [vpnConnectionParameters.routingWeight] routing weight for + * @param {number} [vpnConnectionParameters.routingWeight] Routing weight for * vpn connection. * * @param {string} [vpnConnectionParameters.connectionStatus] The connection @@ -518,7 +518,7 @@ function _listByVpnGateway(resourceGroupName, gatewayName, options, callback) { * * @param {string} [vpnConnectionParameters.remoteVpnSite.id] Resource ID. * - * @param {number} [vpnConnectionParameters.routingWeight] routing weight for + * @param {number} [vpnConnectionParameters.routingWeight] Routing weight for * vpn connection. * * @param {string} [vpnConnectionParameters.connectionStatus] The connection @@ -1116,7 +1116,7 @@ class VpnConnections { * * @param {string} [vpnConnectionParameters.remoteVpnSite.id] Resource ID. * - * @param {number} [vpnConnectionParameters.routingWeight] routing weight for + * @param {number} [vpnConnectionParameters.routingWeight] Routing weight for * vpn connection. * * @param {string} [vpnConnectionParameters.connectionStatus] The connection @@ -1196,7 +1196,7 @@ class VpnConnections { * * @param {string} [vpnConnectionParameters.remoteVpnSite.id] Resource ID. * - * @param {number} [vpnConnectionParameters.routingWeight] routing weight for + * @param {number} [vpnConnectionParameters.routingWeight] Routing weight for * vpn connection. * * @param {string} [vpnConnectionParameters.connectionStatus] The connection @@ -1474,7 +1474,7 @@ class VpnConnections { * * @param {string} [vpnConnectionParameters.remoteVpnSite.id] Resource ID. * - * @param {number} [vpnConnectionParameters.routingWeight] routing weight for + * @param {number} [vpnConnectionParameters.routingWeight] Routing weight for * vpn connection. * * @param {string} [vpnConnectionParameters.connectionStatus] The connection @@ -1554,7 +1554,7 @@ class VpnConnections { * * @param {string} [vpnConnectionParameters.remoteVpnSite.id] Resource ID. * - * @param {number} [vpnConnectionParameters.routingWeight] routing weight for + * @param {number} [vpnConnectionParameters.routingWeight] Routing weight for * vpn connection. * * @param {string} [vpnConnectionParameters.connectionStatus] The connection diff --git a/lib/services/networkManagement2/lib/operations/vpnGateways.js b/lib/services/networkManagement2/lib/operations/vpnGateways.js index 7f25c8c69c..0a994d0725 100644 --- a/lib/services/networkManagement2/lib/operations/vpnGateways.js +++ b/lib/services/networkManagement2/lib/operations/vpnGateways.js @@ -175,7 +175,7 @@ function _get(resourceGroupName, gatewayName, options, callback) { * * @param {string} [vpnGatewayParameters.virtualHub.id] Resource ID. * - * @param {array} [vpnGatewayParameters.connections] list of all vpn + * @param {array} [vpnGatewayParameters.connections] List of all vpn * connections to the gateway. * * @param {object} [vpnGatewayParameters.bgpSettings] Local network gateway's @@ -705,7 +705,7 @@ function _list(options, callback) { * * @param {string} [vpnGatewayParameters.virtualHub.id] Resource ID. * - * @param {array} [vpnGatewayParameters.connections] list of all vpn + * @param {array} [vpnGatewayParameters.connections] List of all vpn * connections to the gateway. * * @param {object} [vpnGatewayParameters.bgpSettings] Local network gateway's @@ -1592,7 +1592,7 @@ class VpnGateways { * * @param {string} [vpnGatewayParameters.virtualHub.id] Resource ID. * - * @param {array} [vpnGatewayParameters.connections] list of all vpn + * @param {array} [vpnGatewayParameters.connections] List of all vpn * connections to the gateway. * * @param {object} [vpnGatewayParameters.bgpSettings] Local network gateway's @@ -1661,7 +1661,7 @@ class VpnGateways { * * @param {string} [vpnGatewayParameters.virtualHub.id] Resource ID. * - * @param {array} [vpnGatewayParameters.connections] list of all vpn + * @param {array} [vpnGatewayParameters.connections] List of all vpn * connections to the gateway. * * @param {object} [vpnGatewayParameters.bgpSettings] Local network gateway's @@ -2093,7 +2093,7 @@ class VpnGateways { * * @param {string} [vpnGatewayParameters.virtualHub.id] Resource ID. * - * @param {array} [vpnGatewayParameters.connections] list of all vpn + * @param {array} [vpnGatewayParameters.connections] List of all vpn * connections to the gateway. * * @param {object} [vpnGatewayParameters.bgpSettings] Local network gateway's @@ -2162,7 +2162,7 @@ class VpnGateways { * * @param {string} [vpnGatewayParameters.virtualHub.id] Resource ID. * - * @param {array} [vpnGatewayParameters.connections] list of all vpn + * @param {array} [vpnGatewayParameters.connections] List of all vpn * connections to the gateway. * * @param {object} [vpnGatewayParameters.bgpSettings] Local network gateway's