From 9adf922376ad0a95bace0a07622286a3a8ef1a31 Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Tue, 13 Aug 2019 18:23:49 +0000 Subject: [PATCH] Generated from adca4cd9eac95f46998e3b35e1d5ae600498808f add SocketAddr matchvariable --- .../frontdoor/models/front_door_management_client_enums.py | 1 + .../azure/mgmt/frontdoor/models/match_condition.py | 3 ++- .../azure/mgmt/frontdoor/models/match_condition_py3.py | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sdk/network/azure-mgmt-frontdoor/azure/mgmt/frontdoor/models/front_door_management_client_enums.py b/sdk/network/azure-mgmt-frontdoor/azure/mgmt/frontdoor/models/front_door_management_client_enums.py index b2cea7051432..84c635ac2f6f 100644 --- a/sdk/network/azure-mgmt-frontdoor/azure/mgmt/frontdoor/models/front_door_management_client_enums.py +++ b/sdk/network/azure-mgmt-frontdoor/azure/mgmt/frontdoor/models/front_door_management_client_enums.py @@ -197,6 +197,7 @@ class MatchVariable(str, Enum): request_header = "RequestHeader" request_body = "RequestBody" cookies = "Cookies" + socket_addr = "SocketAddr" class Operator(str, Enum): diff --git a/sdk/network/azure-mgmt-frontdoor/azure/mgmt/frontdoor/models/match_condition.py b/sdk/network/azure-mgmt-frontdoor/azure/mgmt/frontdoor/models/match_condition.py index bbd75b247d3e..1b44b3e1c91d 100644 --- a/sdk/network/azure-mgmt-frontdoor/azure/mgmt/frontdoor/models/match_condition.py +++ b/sdk/network/azure-mgmt-frontdoor/azure/mgmt/frontdoor/models/match_condition.py @@ -19,7 +19,8 @@ class MatchCondition(Model): :param match_variable: Required. Request variable to compare with. Possible values include: 'RemoteAddr', 'RequestMethod', 'QueryString', - 'PostArgs', 'RequestUri', 'RequestHeader', 'RequestBody', 'Cookies' + 'PostArgs', 'RequestUri', 'RequestHeader', 'RequestBody', 'Cookies', + 'SocketAddr' :type match_variable: str or ~azure.mgmt.frontdoor.models.MatchVariable :param selector: Match against a specific key from the QueryString, PostArgs, RequestHeader or Cookies variables. Default is null. diff --git a/sdk/network/azure-mgmt-frontdoor/azure/mgmt/frontdoor/models/match_condition_py3.py b/sdk/network/azure-mgmt-frontdoor/azure/mgmt/frontdoor/models/match_condition_py3.py index 18d040a78eb5..ea65422bff52 100644 --- a/sdk/network/azure-mgmt-frontdoor/azure/mgmt/frontdoor/models/match_condition_py3.py +++ b/sdk/network/azure-mgmt-frontdoor/azure/mgmt/frontdoor/models/match_condition_py3.py @@ -19,7 +19,8 @@ class MatchCondition(Model): :param match_variable: Required. Request variable to compare with. Possible values include: 'RemoteAddr', 'RequestMethod', 'QueryString', - 'PostArgs', 'RequestUri', 'RequestHeader', 'RequestBody', 'Cookies' + 'PostArgs', 'RequestUri', 'RequestHeader', 'RequestBody', 'Cookies', + 'SocketAddr' :type match_variable: str or ~azure.mgmt.frontdoor.models.MatchVariable :param selector: Match against a specific key from the QueryString, PostArgs, RequestHeader or Cookies variables. Default is null.