Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoPR @azure/arm-support] Microsoft.Support RP documentation updates #1438

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions sdk/support/arm-support/src/models/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
/**
Expand Down
8 changes: 4 additions & 4 deletions sdk/support/arm-support/src/operations/communications.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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. <br/><br/>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. <br/><br/>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<Models.CommunicationsListResponse>
Expand Down Expand Up @@ -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. <br/><br/>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. <br/><br/>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<Models.CommunicationsListNextResponse>
Expand Down
12 changes: 6 additions & 6 deletions sdk/support/arm-support/src/operations/supportTickets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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. <br/><br/>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<Models.SupportTicketsListResponse>
*/
Expand All @@ -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
Expand Down Expand Up @@ -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. <br/><br/>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<Models.SupportTicketsListNextResponse>
Expand Down