diff --git a/services/preview/support/mgmt/2019-05-01-preview/support/CHANGELOG.md b/services/preview/support/mgmt/2019-05-01-preview/support/CHANGELOG.md index 52911e4cc5e4..a1ecf841edb0 100644 --- a/services/preview/support/mgmt/2019-05-01-preview/support/CHANGELOG.md +++ b/services/preview/support/mgmt/2019-05-01-preview/support/CHANGELOG.md @@ -1,2 +1,2 @@ -# Change History +# Unreleased diff --git a/services/preview/support/mgmt/2019-05-01-preview/support/_meta.json b/services/preview/support/mgmt/2019-05-01-preview/support/_meta.json index 1dfcac24b697..42dc94c698e8 100644 --- a/services/preview/support/mgmt/2019-05-01-preview/support/_meta.json +++ b/services/preview/support/mgmt/2019-05-01-preview/support/_meta.json @@ -1,5 +1,5 @@ { - "commit": "3c764635e7d442b3e74caf593029fcd440b3ef82", + "commit": "d3af8b35477b9efb86268356276ccdad674cc171", "readme": "/_/azure-rest-api-specs/specification/support/resource-manager/readme.md", "tag": "package-2019-05-preview", "use": "@microsoft.azure/autorest.go@2.1.187", diff --git a/services/support/mgmt/2020-04-01/support/CHANGELOG.md b/services/support/mgmt/2020-04-01/support/CHANGELOG.md index 52911e4cc5e4..a1ecf841edb0 100644 --- a/services/support/mgmt/2020-04-01/support/CHANGELOG.md +++ b/services/support/mgmt/2020-04-01/support/CHANGELOG.md @@ -1,2 +1,2 @@ -# Change History +# Unreleased diff --git a/services/support/mgmt/2020-04-01/support/_meta.json b/services/support/mgmt/2020-04-01/support/_meta.json index 93ad556133f2..8e16ee7caf0f 100644 --- a/services/support/mgmt/2020-04-01/support/_meta.json +++ b/services/support/mgmt/2020-04-01/support/_meta.json @@ -1,5 +1,5 @@ { - "commit": "3c764635e7d442b3e74caf593029fcd440b3ef82", + "commit": "d3af8b35477b9efb86268356276ccdad674cc171", "readme": "/_/azure-rest-api-specs/specification/support/resource-manager/readme.md", "tag": "package-2020-04", "use": "@microsoft.azure/autorest.go@2.1.187", diff --git a/services/support/mgmt/2020-04-01/support/tickets.go b/services/support/mgmt/2020-04-01/support/tickets.go index 12af327695e5..2c061617c7a8 100644 --- a/services/support/mgmt/2020-04-01/support/tickets.go +++ b/services/support/mgmt/2020-04-01/support/tickets.go @@ -304,16 +304,18 @@ func (client TicketsClient) GetResponder(resp *http.Response) (result TicketDeta return } -// List lists all the support tickets for an Azure subscription. You can also filter the support tickets by _Status_ or -// _CreatedDate_ using the $filter parameter. Output will be a paged result with _nextLink_, using which you can -// retrieve the next set of support tickets.

Support ticket data is available for 18 months after ticket -// creation. If a ticket was created more than 18 months ago, a request for data might cause an error. +// List lists all the support tickets for an Azure subscription. You can also filter the support tickets by _Status_, +// _CreatedDate_, _ServiceId_, and _ProblemClassificationId_ using the $filter parameter. Output will be a paged result +// with _nextLink_, using which you can retrieve the next set of support tickets.

Support ticket data is +// available for 18 months after ticket creation. If a ticket was created more than 18 months ago, a request for data +// might cause an error. // Parameters: // top - the number of values to return in the collection. Default is 25 and max is 100. // filter - the filter to apply on the operation. We support 'odata v4.0' filter semantics. [Learn -// more](https://docs.microsoft.com/odata/concepts/queryoptions-overview). _Status_ filter can only be used -// with Equals ('eq') operator. For _CreatedDate_ filter, the supported operators are Greater Than ('gt') and -// Greater Than or Equals ('ge'). When using both filters, combine them using the logical 'AND'. +// more](https://docs.microsoft.com/odata/concepts/queryoptions-overview). _Status_, _ServiceId_, and +// _ProblemClassificationId_ filters can only be used with Equals ('eq') operator. For _CreatedDate_ filter, +// the supported operators are Greater Than ('gt') and Greater Than or Equals ('ge'). When using both filters, +// combine them using the logical 'AND'. func (client TicketsClient) List(ctx context.Context, top *int32, filter string) (result TicketsListResultPage, err error) { if tracing.IsEnabled() { ctx = tracing.StartSpan(ctx, fqdn+"/TicketsClient.List")