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

[AutoPR network/resource-manager] added links to application gateway limits #4743

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
38 changes: 26 additions & 12 deletions lib/services/networkManagement2/lib/models/applicationGateway.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,33 +45,47 @@ class ApplicationGateway extends models['Resource'] {
* @property {string} [operationalState] Operational state of the application
* gateway resource. Possible values include: 'Stopped', 'Starting',
* 'Running', 'Stopping'
* @property {array} [gatewayIPConfigurations] Subnets of application the
* gateway resource.
* @property {array} [gatewayIPConfigurations] Subnets of the application
* gateway resource. For default limits, see [Application Gateway
* limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
* @property {array} [authenticationCertificates] Authentication certificates
* of the application gateway resource.
* of the application gateway resource. For default limits, see [Application
* Gateway
* limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
* @property {array} [trustedRootCertificates] Trusted Root certificates of
* the application gateway resource.
* the application gateway resource. For default limits, see [Application
* Gateway
* limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
* @property {array} [sslCertificates] SSL certificates of the application
* gateway resource.
* gateway resource. For default limits, see [Application Gateway
* limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
* @property {array} [frontendIPConfigurations] Frontend IP addresses of the
* application gateway resource.
* application gateway resource. For default limits, see [Application Gateway
* limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
* @property {array} [frontendPorts] Frontend ports of the application
* gateway resource.
* gateway resource. For default limits, see [Application Gateway
* limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
* @property {array} [probes] Probes of the application gateway resource.
* @property {array} [backendAddressPools] Backend address pool of the
* application gateway resource.
* application gateway resource. For default limits, see [Application Gateway
* limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
* @property {array} [backendHttpSettingsCollection] Backend http settings of
* the application gateway resource.
* the application gateway resource. For default limits, see [Application
* Gateway
* limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
* @property {array} [httpListeners] Http listeners of the application
* gateway resource.
* gateway resource. For default limits, see [Application Gateway
* limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
* @property {array} [urlPathMaps] URL path map of the application gateway
* resource.
* resource. For default limits, see [Application Gateway
* limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
* @property {array} [requestRoutingRules] Request routing rules of the
* application gateway resource.
* @property {array} [rewriteRuleSets] Rewrite rules for the application
* gateway resource.
* @property {array} [redirectConfigurations] Redirect configurations of the
* application gateway resource.
* application gateway resource. For default limits, see [Application Gateway
* limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
* @property {object} [webApplicationFirewallConfiguration] Web application
* firewall configuration.
* @property {boolean} [webApplicationFirewallConfiguration.enabled] Whether
Expand Down
42 changes: 31 additions & 11 deletions lib/services/networkManagement2/lib/models/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2133,47 +2133,65 @@ export interface ApplicationGateway extends Resource {
*/
readonly operationalState?: string;
/**
* Subnets of application the gateway resource.
* Subnets of the application gateway resource. For default limits, see [Application Gateway
* limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
*/
gatewayIPConfigurations?: ApplicationGatewayIPConfiguration[];
/**
* Authentication certificates of the application gateway resource.
* Authentication certificates of the application gateway resource. For default limits, see
* [Application Gateway
* limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
*/
authenticationCertificates?: ApplicationGatewayAuthenticationCertificate[];
/**
* Trusted Root certificates of the application gateway resource.
* Trusted Root certificates of the application gateway resource. For default limits, see
* [Application Gateway
* limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
*/
trustedRootCertificates?: ApplicationGatewayTrustedRootCertificate[];
/**
* SSL certificates of the application gateway resource.
* SSL certificates of the application gateway resource. For default limits, see [Application
* Gateway
* limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
*/
sslCertificates?: ApplicationGatewaySslCertificate[];
/**
* Frontend IP addresses of the application gateway resource.
* Frontend IP addresses of the application gateway resource. For default limits, see
* [Application Gateway
* limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
*/
frontendIPConfigurations?: ApplicationGatewayFrontendIPConfiguration[];
/**
* Frontend ports of the application gateway resource.
* Frontend ports of the application gateway resource. For default limits, see [Application
* Gateway
* limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
*/
frontendPorts?: ApplicationGatewayFrontendPort[];
/**
* Probes of the application gateway resource.
*/
probes?: ApplicationGatewayProbe[];
/**
* Backend address pool of the application gateway resource.
* Backend address pool of the application gateway resource. For default limits, see [Application
* Gateway
* limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
*/
backendAddressPools?: ApplicationGatewayBackendAddressPool[];
/**
* Backend http settings of the application gateway resource.
* Backend http settings of the application gateway resource. For default limits, see
* [Application Gateway
* limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
*/
backendHttpSettingsCollection?: ApplicationGatewayBackendHttpSettings[];
/**
* Http listeners of the application gateway resource.
* Http listeners of the application gateway resource. For default limits, see [Application
* Gateway
* limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
*/
httpListeners?: ApplicationGatewayHttpListener[];
/**
* URL path map of the application gateway resource.
* URL path map of the application gateway resource. For default limits, see [Application Gateway
* limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
*/
urlPathMaps?: ApplicationGatewayUrlPathMap[];
/**
Expand All @@ -2185,7 +2203,9 @@ export interface ApplicationGateway extends Resource {
*/
rewriteRuleSets?: ApplicationGatewayRewriteRuleSet[];
/**
* Redirect configurations of the application gateway resource.
* Redirect configurations of the application gateway resource. For default limits, see
* [Application Gateway
* limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
*/
redirectConfigurations?: ApplicationGatewayRedirectConfiguration[];
/**
Expand Down
Loading