Skip to content

Commit

Permalink
Generated from adca4cd9eac95f46998e3b35e1d5ae600498808f (#123)
Browse files Browse the repository at this point in the history
add SocketAddr matchvariable
  • Loading branch information
openapi-sdkautomation[bot] authored and SDK Automation committed Sep 27, 2019
1 parent 6ae31d4 commit 22321bc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 26 deletions.
12 changes: 0 additions & 12 deletions sdk/frontdoor/arm-frontdoor/src/models/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.**
Expand Down
14 changes: 0 additions & 14 deletions sdk/frontdoor/arm-frontdoor/src/models/mappers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 22321bc

Please sign in to comment.