diff --git a/services/frontdoor/mgmt/2019-11-01/frontdoor/models.go b/services/frontdoor/mgmt/2019-11-01/frontdoor/models.go index 8003b5aa9343..e9f809c415be 100644 --- a/services/frontdoor/mgmt/2019-11-01/frontdoor/models.go +++ b/services/frontdoor/mgmt/2019-11-01/frontdoor/models.go @@ -2934,6 +2934,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-11-01/frontdoor/version.go b/services/frontdoor/mgmt/2019-11-01/frontdoor/version.go index 029b01286208..6645d97fff8c 100644 --- a/services/frontdoor/mgmt/2019-11-01/frontdoor/version.go +++ b/services/frontdoor/mgmt/2019-11-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-11-01" + return "Azure-SDK-For-Go/" + Version() + " frontdoor/2019-11-01" } // Version returns the semantic version (see http://semver.org) of the client.