From 40ac2088fcc1f1240d79929172dfdc9e57a6ac0f Mon Sep 17 00:00:00 2001 From: SDK Automation Date: Tue, 5 May 2020 12:52:41 +0000 Subject: [PATCH] Generated from 114608a2dd23b4d6bd64b8256125563db531215b fix readme.go --- services/frontdoor/mgmt/2019-05-01/frontdoor/models.go | 2 ++ services/frontdoor/mgmt/2019-05-01/frontdoor/version.go | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/services/frontdoor/mgmt/2019-05-01/frontdoor/models.go b/services/frontdoor/mgmt/2019-05-01/frontdoor/models.go index 1ebc7c3e44d0..102477b092e2 100644 --- a/services/frontdoor/mgmt/2019-05-01/frontdoor/models.go +++ b/services/frontdoor/mgmt/2019-05-01/frontdoor/models.go @@ -2190,6 +2190,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. diff --git a/services/frontdoor/mgmt/2019-05-01/frontdoor/version.go b/services/frontdoor/mgmt/2019-05-01/frontdoor/version.go index fb5fbd023513..c73a22ba8660 100644 --- a/services/frontdoor/mgmt/2019-05-01/frontdoor/version.go +++ b/services/frontdoor/mgmt/2019-05-01/frontdoor/version.go @@ -21,7 +21,7 @@ import "github.com/Azure/azure-sdk-for-go/version" // UserAgent returns the UserAgent string to use when sending http.Requests. func UserAgent() string { - return "Azure-SDK-For-Go/" + version.Number + " frontdoor/2019-05-01" + return "Azure-SDK-For-Go/" + Version() + " frontdoor/2019-05-01" } // Version returns the semantic version (see http://semver.org) of the client.