From 22321bcd489a00f6fa13e3126f6199008ea0bdf1 Mon Sep 17 00:00:00 2001 From: "openapi-bot[bot]" <37845953+openapi-bot[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2019 09:14:19 +0000 Subject: [PATCH] Generated from adca4cd9eac95f46998e3b35e1d5ae600498808f (#123) add SocketAddr matchvariable --- sdk/frontdoor/arm-frontdoor/src/models/index.ts | 12 ------------ sdk/frontdoor/arm-frontdoor/src/models/mappers.ts | 14 -------------- 2 files changed, 26 deletions(-) diff --git a/sdk/frontdoor/arm-frontdoor/src/models/index.ts b/sdk/frontdoor/arm-frontdoor/src/models/index.ts index c4c71df32b61..613bf8445c1f 100644 --- a/sdk/frontdoor/arm-frontdoor/src/models/index.ts +++ b/sdk/frontdoor/arm-frontdoor/src/models/index.ts @@ -1051,18 +1051,6 @@ export interface ManagedRuleDefinition { * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly ruleId?: string; - /** - * Describes the default state for the managed rule. Possible values include: 'Disabled', - * 'Enabled' - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly defaultState?: ManagedRuleEnabledState; - /** - * Describes the default action to be applied when the managed rule matches. Possible values - * include: 'Allow', 'Block', 'Log', 'Redirect' - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly defaultAction?: ActionType; /** * Describes the functionality of the managed rule. * **NOTE: This property will not be serialized. It can only be populated by the server.** diff --git a/sdk/frontdoor/arm-frontdoor/src/models/mappers.ts b/sdk/frontdoor/arm-frontdoor/src/models/mappers.ts index 949cd4546ad4..057b8d70c8ee 100644 --- a/sdk/frontdoor/arm-frontdoor/src/models/mappers.ts +++ b/sdk/frontdoor/arm-frontdoor/src/models/mappers.ts @@ -1790,20 +1790,6 @@ export const ManagedRuleDefinition: msRest.CompositeMapper = { name: "String" } }, - defaultState: { - readOnly: true, - serializedName: "defaultState", - type: { - name: "String" - } - }, - defaultAction: { - readOnly: true, - serializedName: "defaultAction", - type: { - name: "String" - } - }, description: { readOnly: true, serializedName: "description",