From 523beb2c5a9e7cc3e721cecdfc4137a8bb31c77a Mon Sep 17 00:00:00 2001 From: SDK Automation Date: Thu, 18 Jun 2020 06:20:22 +0000 Subject: [PATCH] Generated from 35ca2eb1e430eac8c38580ae3431f294bd5bf447 Merge remote-tracking branch 'upstream/master' --- sdk/support/arm-support/src/models/index.ts | 5 +++-- .../arm-support/src/operations/communications.ts | 8 ++++---- .../arm-support/src/operations/supportTickets.ts | 12 ++++++------ 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/sdk/support/arm-support/src/models/index.ts b/sdk/support/arm-support/src/models/index.ts index 0a2c2da2c521..27400edc643a 100644 --- a/sdk/support/arm-support/src/models/index.ts +++ b/sdk/support/arm-support/src/models/index.ts @@ -310,8 +310,9 @@ export interface SupportTicketDetails extends BaseResource { /** * A value that indicates the urgency of the case, which in turn determines the response time * according to the service level agreement of the technical support plan you have with Azure. - * Note: 'Highest critical impact' severity is reserved only for our Premium customers. Possible - * values include: 'minimal', 'moderate', 'critical', 'highestcriticalimpact' + * Note: 'Highest critical impact', also known as the 'Emergency - Severe impact' level in the + * Azure portal is reserved only for our Premium customers. Possible values include: 'minimal', + * 'moderate', 'critical', 'highestcriticalimpact' */ severity: SeverityLevel; /** diff --git a/sdk/support/arm-support/src/operations/communications.ts b/sdk/support/arm-support/src/operations/communications.ts index ce7693cb8649..f06d0a003a2e 100644 --- a/sdk/support/arm-support/src/operations/communications.ts +++ b/sdk/support/arm-support/src/operations/communications.ts @@ -65,8 +65,8 @@ export class Communications { * also filter support ticket communications by _CreatedDate_ or _CommunicationType_ using the * $filter parameter. The only type of communication supported today is _Web_. Output will be a * paged result with _nextLink_, using which you can retrieve the next set of Communication - * results.

Support ticket data is available for 12 months after ticket creation. If a - * ticket was created more than 12 months ago, a request for data might cause an error. + * results.

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. * @param supportTicketName Support ticket name. * @param [options] The optional parameters * @returns Promise @@ -163,8 +163,8 @@ export class Communications { * also filter support ticket communications by _CreatedDate_ or _CommunicationType_ using the * $filter parameter. The only type of communication supported today is _Web_. Output will be a * paged result with _nextLink_, using which you can retrieve the next set of Communication - * results.

Support ticket data is available for 12 months after ticket creation. If a - * ticket was created more than 12 months ago, a request for data might cause an error. + * results.

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. * @param nextPageLink The NextLink from the previous successful call to List operation. * @param [options] The optional parameters * @returns Promise diff --git a/sdk/support/arm-support/src/operations/supportTickets.ts b/sdk/support/arm-support/src/operations/supportTickets.ts index b6c2eeb6c063..cd478a28ba2a 100644 --- a/sdk/support/arm-support/src/operations/supportTickets.ts +++ b/sdk/support/arm-support/src/operations/supportTickets.ts @@ -60,8 +60,8 @@ export class SupportTickets { * 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 12 months after ticket creation. If a ticket was created more than - * 12 months ago, a request for data might cause an error. + * 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. * @param [options] The optional parameters * @returns Promise */ @@ -85,8 +85,8 @@ export class SupportTickets { } /** - * Get ticket details for an Azure subscription. Support ticket data is available for 12 months - * after ticket creation. If a ticket was created more than 12 months ago, a request for data might + * Get ticket details for an Azure subscription. 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. * @param supportTicketName Support ticket name. * @param [options] The optional parameters @@ -220,8 +220,8 @@ export class SupportTickets { * 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 12 months after ticket creation. If a ticket was created more than - * 12 months ago, a request for data might cause an error. + * 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. * @param nextPageLink The NextLink from the previous successful call to List operation. * @param [options] The optional parameters * @returns Promise