From d3ab24c47a71b02fc054063cccb18f9ea5e2dbe4 Mon Sep 17 00:00:00 2001 From: SDK Automation Date: Wed, 4 Mar 2020 03:03:16 +0000 Subject: [PATCH] Generated from 2a84e3ec66065a54b71da755056e26c21b0068f5 Add RuleSetId to managed rule set definitions api (read only field) --- services/frontdoor/mgmt/2019-10-01/frontdoor/models.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/services/frontdoor/mgmt/2019-10-01/frontdoor/models.go b/services/frontdoor/mgmt/2019-10-01/frontdoor/models.go index b81c730ffdbd..933fa4cc5a1a 100644 --- a/services/frontdoor/mgmt/2019-10-01/frontdoor/models.go +++ b/services/frontdoor/mgmt/2019-10-01/frontdoor/models.go @@ -2247,6 +2247,8 @@ func NewManagedRuleSetDefinitionListPage(getNextPage func(context.Context, Manag type ManagedRuleSetDefinitionProperties struct { // ProvisioningState - READ-ONLY; Provisioning state of the managed rule set. ProvisioningState *string `json:"provisioningState,omitempty"` + // RuleSetID - READ-ONLY; Id of the managed rule set. + RuleSetID *string `json:"ruleSetId,omitempty"` // RuleSetType - READ-ONLY; Type of the managed rule set. RuleSetType *string `json:"ruleSetType,omitempty"` // RuleSetVersion - READ-ONLY; Version of the managed rule set type.