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 @@ -107,7 +107,7 @@ class ApplicationGateway extends models['Resource'] {
* @member {string} [provisioningState] Provisioning state of the application
* gateway resource. Possible values are: 'Updating', 'Deleting', and
* 'Failed'.
* @member {array} [customErrorConfiguration] Custom error configurations of
* @member {array} [customErrorConfigurations] Custom error configurations of
* the application gateway resource.
* @member {string} [etag] A unique read-only string that changes whenever
* the resource is updated.
Expand Down Expand Up @@ -439,9 +439,9 @@ class ApplicationGateway extends models['Resource'] {
name: 'String'
}
},
customErrorConfiguration: {
customErrorConfigurations: {
required: false,
serializedName: 'properties.customErrorConfiguration',
serializedName: 'properties.customErrorConfigurations',
type: {
name: 'Sequence',
element: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class ApplicationGatewayCustomError {
/**
* Create a ApplicationGatewayCustomError.
* @member {string} [statusCode] Status code of the application gateway
* customer error. Possible values include: '403', '502'
* customer error. Possible values include: 'HttpStatus403', 'HttpStatus502'
* @member {string} [customErrorPageUrl] Error page URL of the application
* gateway customer error.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class ApplicationGatewayHttpListener extends models['SubResource'] {
* @member {string} [provisioningState] Provisioning state of the HTTP
* listener resource. Possible values are: 'Updating', 'Deleting', and
* 'Failed'.
* @member {array} [customErrorConfiguration] Custom error configurations of
* @member {array} [customErrorConfigurations] Custom error configurations of
* the HTTP listener.
* @member {string} [name] Name of the HTTP listener that is unique within an
* Application Gateway.
Expand Down Expand Up @@ -122,9 +122,9 @@ class ApplicationGatewayHttpListener extends models['SubResource'] {
name: 'String'
}
},
customErrorConfiguration: {
customErrorConfigurations: {
required: false,
serializedName: 'properties.customErrorConfiguration',
serializedName: 'properties.customErrorConfigurations',
type: {
name: 'Sequence',
element: {
Expand Down
10 changes: 5 additions & 5 deletions lib/services/networkManagement2/lib/models/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4072,7 +4072,7 @@ export interface ApplicationGatewayFrontendPort extends SubResource {
* Customer error of an application gateway.
*
* @member {string} [statusCode] Status code of the application gateway
* customer error. Possible values include: '403', '502'
* customer error. Possible values include: 'HttpStatus403', 'HttpStatus502'
* @member {string} [customErrorPageUrl] Error page URL of the application
* gateway customer error.
*/
Expand Down Expand Up @@ -4103,7 +4103,7 @@ export interface ApplicationGatewayCustomError {
* is https. Enables SNI for multi-hosting.
* @member {string} [provisioningState] Provisioning state of the HTTP listener
* resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.
* @member {array} [customErrorConfiguration] Custom error configurations of
* @member {array} [customErrorConfigurations] Custom error configurations of
* the HTTP listener.
* @member {string} [name] Name of the HTTP listener that is unique within an
* Application Gateway.
Expand All @@ -4119,7 +4119,7 @@ export interface ApplicationGatewayHttpListener extends SubResource {
sslCertificate?: SubResource;
requireServerNameIndication?: boolean;
provisioningState?: string;
customErrorConfiguration?: ApplicationGatewayCustomError[];
customErrorConfigurations?: ApplicationGatewayCustomError[];
name?: string;
etag?: string;
type?: string;
Expand Down Expand Up @@ -4528,7 +4528,7 @@ export interface ApplicationGatewayAutoscaleConfiguration {
* gateway resource.
* @member {string} [provisioningState] Provisioning state of the application
* gateway resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.
* @member {array} [customErrorConfiguration] Custom error configurations of
* @member {array} [customErrorConfigurations] Custom error configurations of
* the application gateway resource.
* @member {string} [etag] A unique read-only string that changes whenever the
* resource is updated.
Expand Down Expand Up @@ -4558,7 +4558,7 @@ export interface ApplicationGateway extends Resource {
autoscaleConfiguration?: ApplicationGatewayAutoscaleConfiguration;
resourceGuid?: string;
provisioningState?: string;
customErrorConfiguration?: ApplicationGatewayCustomError[];
customErrorConfigurations?: ApplicationGatewayCustomError[];
etag?: string;
zones?: string[];
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ function _get(resourceGroupName, applicationGatewayName, options, callback) {
* application gateway resource. Possible values are: 'Updating', 'Deleting',
* and 'Failed'.
*
* @param {array} [parameters.customErrorConfiguration] Custom error
* @param {array} [parameters.customErrorConfigurations] Custom error
* configurations of the application gateway resource.
*
* @param {string} [parameters.etag] A unique read-only string that changes
Expand Down Expand Up @@ -1809,7 +1809,7 @@ function _beginDeleteMethod(resourceGroupName, applicationGatewayName, options,
* application gateway resource. Possible values are: 'Updating', 'Deleting',
* and 'Failed'.
*
* @param {array} [parameters.customErrorConfiguration] Custom error
* @param {array} [parameters.customErrorConfigurations] Custom error
* configurations of the application gateway resource.
*
* @param {string} [parameters.etag] A unique read-only string that changes
Expand Down Expand Up @@ -3292,7 +3292,7 @@ class ApplicationGateways {
* application gateway resource. Possible values are: 'Updating', 'Deleting',
* and 'Failed'.
*
* @param {array} [parameters.customErrorConfiguration] Custom error
* @param {array} [parameters.customErrorConfigurations] Custom error
* configurations of the application gateway resource.
*
* @param {string} [parameters.etag] A unique read-only string that changes
Expand Down Expand Up @@ -3472,7 +3472,7 @@ class ApplicationGateways {
* application gateway resource. Possible values are: 'Updating', 'Deleting',
* and 'Failed'.
*
* @param {array} [parameters.customErrorConfiguration] Custom error
* @param {array} [parameters.customErrorConfigurations] Custom error
* configurations of the application gateway resource.
*
* @param {string} [parameters.etag] A unique read-only string that changes
Expand Down Expand Up @@ -4604,7 +4604,7 @@ class ApplicationGateways {
* application gateway resource. Possible values are: 'Updating', 'Deleting',
* and 'Failed'.
*
* @param {array} [parameters.customErrorConfiguration] Custom error
* @param {array} [parameters.customErrorConfigurations] Custom error
* configurations of the application gateway resource.
*
* @param {string} [parameters.etag] A unique read-only string that changes
Expand Down Expand Up @@ -4784,7 +4784,7 @@ class ApplicationGateways {
* application gateway resource. Possible values are: 'Updating', 'Deleting',
* and 'Failed'.
*
* @param {array} [parameters.customErrorConfiguration] Custom error
* @param {array} [parameters.customErrorConfigurations] Custom error
* configurations of the application gateway resource.
*
* @param {string} [parameters.etag] A unique read-only string that changes
Expand Down
8 changes: 4 additions & 4 deletions lib/services/networkManagement2/lib/operations/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ export interface ApplicationGateways {
* application gateway resource. Possible values are: 'Updating', 'Deleting',
* and 'Failed'.
*
* @param {array} [parameters.customErrorConfiguration] Custom error
* @param {array} [parameters.customErrorConfigurations] Custom error
* configurations of the application gateway resource.
*
* @param {string} [parameters.etag] A unique read-only string that changes
Expand Down Expand Up @@ -446,7 +446,7 @@ export interface ApplicationGateways {
* application gateway resource. Possible values are: 'Updating', 'Deleting',
* and 'Failed'.
*
* @param {array} [parameters.customErrorConfiguration] Custom error
* @param {array} [parameters.customErrorConfigurations] Custom error
* configurations of the application gateway resource.
*
* @param {string} [parameters.etag] A unique read-only string that changes
Expand Down Expand Up @@ -1266,7 +1266,7 @@ export interface ApplicationGateways {
* application gateway resource. Possible values are: 'Updating', 'Deleting',
* and 'Failed'.
*
* @param {array} [parameters.customErrorConfiguration] Custom error
* @param {array} [parameters.customErrorConfigurations] Custom error
* configurations of the application gateway resource.
*
* @param {string} [parameters.etag] A unique read-only string that changes
Expand Down Expand Up @@ -1434,7 +1434,7 @@ export interface ApplicationGateways {
* application gateway resource. Possible values are: 'Updating', 'Deleting',
* and 'Failed'.
*
* @param {array} [parameters.customErrorConfiguration] Custom error
* @param {array} [parameters.customErrorConfigurations] Custom error
* configurations of the application gateway resource.
*
* @param {string} [parameters.etag] A unique read-only string that changes
Expand Down