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 @@ -88,6 +88,8 @@ class ApplicationGateway extends models['Resource'] {
* Maxium request body size for WAF.
* @member {boolean} [enableHttp2] Whether HTTP2 is enabled on the
* application gateway resource.
* @member {boolean} [enableFIPS] Whether FIPS is enabled on the application
* gateway resource.
* @member {object} [autoscaleConfiguration] Autoscale Configuration.
* @member {object} [autoscaleConfiguration.bounds] Autoscale bounds
* @member {number} [autoscaleConfiguration.bounds.min] Lower bound on number
Expand Down Expand Up @@ -385,6 +387,13 @@ class ApplicationGateway extends models['Resource'] {
name: 'Boolean'
}
},
enableFIPS: {
required: false,
serializedName: 'properties.enableFIPS',
type: {
name: 'Boolean'
}
},
autoscaleConfiguration: {
required: false,
serializedName: 'properties.autoscaleConfiguration',
Expand Down
3 changes: 3 additions & 0 deletions lib/services/networkManagement2/lib/models/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2297,6 +2297,8 @@ export interface ApplicationGatewayAutoscaleConfiguration {
* Maxium request body size for WAF.
* @member {boolean} [enableHttp2] Whether HTTP2 is enabled on the application
* gateway resource.
* @member {boolean} [enableFIPS] Whether FIPS is enabled on the application
* gateway resource.
* @member {object} [autoscaleConfiguration] Autoscale Configuration.
* @member {object} [autoscaleConfiguration.bounds] Autoscale bounds
* @member {number} [autoscaleConfiguration.bounds.min] Lower bound on number
Expand Down Expand Up @@ -2330,6 +2332,7 @@ export interface ApplicationGateway extends Resource {
redirectConfigurations?: ApplicationGatewayRedirectConfiguration[];
webApplicationFirewallConfiguration?: ApplicationGatewayWebApplicationFirewallConfiguration;
enableHttp2?: boolean;
enableFIPS?: boolean;
autoscaleConfiguration?: ApplicationGatewayAutoscaleConfiguration;
resourceGuid?: string;
provisioningState?: string;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,9 @@ function _get(resourceGroupName, applicationGatewayName, options, callback) {
* @param {boolean} [parameters.enableHttp2] Whether HTTP2 is enabled on the
* application gateway resource.
*
* @param {boolean} [parameters.enableFIPS] Whether FIPS is enabled on the
* application gateway resource.
*
* @param {object} [parameters.autoscaleConfiguration] Autoscale Configuration.
*
* @param {object} parameters.autoscaleConfiguration.bounds Autoscale bounds
Expand Down Expand Up @@ -1765,6 +1768,9 @@ function _beginDeleteMethod(resourceGroupName, applicationGatewayName, options,
* @param {boolean} [parameters.enableHttp2] Whether HTTP2 is enabled on the
* application gateway resource.
*
* @param {boolean} [parameters.enableFIPS] Whether FIPS is enabled on the
* application gateway resource.
*
* @param {object} [parameters.autoscaleConfiguration] Autoscale Configuration.
*
* @param {object} parameters.autoscaleConfiguration.bounds Autoscale bounds
Expand Down Expand Up @@ -3233,6 +3239,9 @@ class ApplicationGateways {
* @param {boolean} [parameters.enableHttp2] Whether HTTP2 is enabled on the
* application gateway resource.
*
* @param {boolean} [parameters.enableFIPS] Whether FIPS is enabled on the
* application gateway resource.
*
* @param {object} [parameters.autoscaleConfiguration] Autoscale Configuration.
*
* @param {object} parameters.autoscaleConfiguration.bounds Autoscale bounds
Expand Down Expand Up @@ -3398,6 +3407,9 @@ class ApplicationGateways {
* @param {boolean} [parameters.enableHttp2] Whether HTTP2 is enabled on the
* application gateway resource.
*
* @param {boolean} [parameters.enableFIPS] Whether FIPS is enabled on the
* application gateway resource.
*
* @param {object} [parameters.autoscaleConfiguration] Autoscale Configuration.
*
* @param {object} parameters.autoscaleConfiguration.bounds Autoscale bounds
Expand Down Expand Up @@ -4515,6 +4527,9 @@ class ApplicationGateways {
* @param {boolean} [parameters.enableHttp2] Whether HTTP2 is enabled on the
* application gateway resource.
*
* @param {boolean} [parameters.enableFIPS] Whether FIPS is enabled on the
* application gateway resource.
*
* @param {object} [parameters.autoscaleConfiguration] Autoscale Configuration.
*
* @param {object} parameters.autoscaleConfiguration.bounds Autoscale bounds
Expand Down Expand Up @@ -4680,6 +4695,9 @@ class ApplicationGateways {
* @param {boolean} [parameters.enableHttp2] Whether HTTP2 is enabled on the
* application gateway resource.
*
* @param {boolean} [parameters.enableFIPS] Whether FIPS is enabled on the
* application gateway resource.
*
* @param {object} [parameters.autoscaleConfiguration] Autoscale Configuration.
*
* @param {object} parameters.autoscaleConfiguration.bounds Autoscale bounds
Expand Down
12 changes: 12 additions & 0 deletions lib/services/networkManagement2/lib/operations/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,9 @@ export interface ApplicationGateways {
* @param {boolean} [parameters.enableHttp2] Whether HTTP2 is enabled on the
* application gateway resource.
*
* @param {boolean} [parameters.enableFIPS] Whether FIPS is enabled on the
* application gateway resource.
*
* @param {object} [parameters.autoscaleConfiguration] Autoscale Configuration.
*
* @param {object} parameters.autoscaleConfiguration.bounds Autoscale bounds
Expand Down Expand Up @@ -402,6 +405,9 @@ export interface ApplicationGateways {
* @param {boolean} [parameters.enableHttp2] Whether HTTP2 is enabled on the
* application gateway resource.
*
* @param {boolean} [parameters.enableFIPS] Whether FIPS is enabled on the
* application gateway resource.
*
* @param {object} [parameters.autoscaleConfiguration] Autoscale Configuration.
*
* @param {object} parameters.autoscaleConfiguration.bounds Autoscale bounds
Expand Down Expand Up @@ -1207,6 +1213,9 @@ export interface ApplicationGateways {
* @param {boolean} [parameters.enableHttp2] Whether HTTP2 is enabled on the
* application gateway resource.
*
* @param {boolean} [parameters.enableFIPS] Whether FIPS is enabled on the
* application gateway resource.
*
* @param {object} [parameters.autoscaleConfiguration] Autoscale Configuration.
*
* @param {object} parameters.autoscaleConfiguration.bounds Autoscale bounds
Expand Down Expand Up @@ -1360,6 +1369,9 @@ export interface ApplicationGateways {
* @param {boolean} [parameters.enableHttp2] Whether HTTP2 is enabled on the
* application gateway resource.
*
* @param {boolean} [parameters.enableFIPS] Whether FIPS is enabled on the
* application gateway resource.
*
* @param {object} [parameters.autoscaleConfiguration] Autoscale Configuration.
*
* @param {object} parameters.autoscaleConfiguration.bounds Autoscale bounds
Expand Down