Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Creates, updates, deletes, gets or lists a <code>services_export_errors_v2</code

## `SELECT` examples

Gets the categorized export errors.
Gets the categorized export errors.


```sql
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Creates, updates, deletes, gets or lists a <code>alerts</code> resource.

## `SELECT` examples

List all existing alerts, where the results can be filtered on the basis of multiple parameters (e.g. time range). The results can then be sorted on the basis specific fields, with the default being lastModifiedDateTime.
List all existing alerts, where the results can be filtered on the basis of multiple parameters (e.g. time range). The results can then be sorted on the basis specific fields, with the default being lastModifiedDateTime.

<Tabs
defaultValue="view"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Creates, updates, deletes, gets or lists a <code>smart_groups</code> resource.

## `SELECT` examples

List all the Smart Groups within a specified subscription.
List all the Smart Groups within a specified subscription.

<Tabs
defaultValue="view"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Creates, updates, deletes, gets or lists a <code>configuration_profiles_versions

## `SELECT` examples

Retrieve a list of configuration profile version for a configuration profile
Retrieve a list of configuration profile version for a configuration profile


```sql
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Creates, updates, deletes, gets or lists a <code>endpoints_managed_proxy_details

## `SELECT` examples

Fetches the managed proxy details
Fetches the managed proxy details


```sql
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ Creates, updates, deletes, gets or lists a <code>descendants</code> resource.
List all entities that descend from a management group.



```sql
SELECT
id,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ Creates, updates, deletes, gets or lists a <code>entities</code> resource.
List all entities (Management Groups, Subscriptions, etc.) for the authenticated user.



```sql
SELECT
id,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ Creates, updates, deletes, gets or lists a <code>hierarchy_settings</code> resou
Gets the hierarchy settings defined at the Management Group level. Settings can only be set on the root Management Group of the hierarchy.



```sql
SELECT
id,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ Creates, updates, deletes, gets or lists a <code>management_group_subscriptions_

Retrieves details about given subscription which is associated with the management group.


<Tabs
defaultValue="view"
values={[
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ Creates, updates, deletes, gets or lists a <code>management_group_subscriptions_
Retrieves details about all subscriptions which are associated with the management group.



```sql
SELECT
id,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ If a management group contains child resources, the request will fail. |

List management groups for the authenticated user.


<Tabs
defaultValue="view"
values={[
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Creates, updates, deletes, gets or lists a <code>event_categories</code> resourc

## `SELECT` examples

Get the list of available event categories supported in the Activity Logs Service.<br>The current list includes the following: Administrative, Security, ServiceHealth, Alert, Recommendation, Policy.
Get the list of available event categories supported in the Activity Logs Service. The current list includes the following: Administrative, Security, ServiceHealth, Alert, Recommendation, Policy.


```sql
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Creates, updates, deletes, gets or lists a <code>tenant_activity_logs</code> res

## `SELECT` examples

Gets the Activity Logs for the Tenant.<br>Everything that is applicable to the API to get the Activity Logs for the subscription is applicable to this API (the parameters, $filter, etc.).<br>One thing to point out here is that this API does *not* retrieve the logs at the individual subscription of the tenant but only surfaces the logs that were generated at the tenant level.
Gets the Activity Logs for the Tenant. Everything that is applicable to the API to get the Activity Logs for the subscription is applicable to this API (the parameters, $filter, etc.). One thing to point out here is that this API does *not* retrieve the logs at the individual subscription of the tenant but only surfaces the logs that were generated at the tenant level.


```sql
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Creates, updates, deletes, gets or lists a <code>group_quota_subscription_alloca

## `SELECT` examples

Gets all the quota allocated to a subscription for the specific Resource Provider, Location. This will include the GroupQuota and total quota allocated to the subscription. Only the Group quota allocated to the subscription can be allocated back to the MG Group Quota. Use the $filter parameter to filter out the specific resource based on the ResourceProvider/Location. $filter is a required parameter.
Gets all the quota allocated to a subscription for the specific Resource Provider, Location. This will include the GroupQuota and total quota allocated to the subscription. Only the Group quota allocated to the subscription can be allocated back to the MG Group Quota. Use the $filter parameter to filter out the specific resource based on the ResourceProvider/Location. $filter is a required parameter.

<Tabs
defaultValue="view"
Expand Down
2 changes: 1 addition & 1 deletion docs/azure-docs/providers/azure/scom/instances/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Creates, updates, deletes, gets or lists a <code>instances</code> resource.

## `SELECT` examples

Lists all SCOM managed instances in a subscription
Lists all SCOM managed instances in a subscription

<Tabs
defaultValue="view"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Creates, updates, deletes, gets or lists a <code>communications</code> resource.

## `SELECT` examples

Lists all communications (attachments not included) for a support ticket. <br/></br> You can 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 18 months after ticket creation. If a ticket was created more than 18 months ago, a request for data might cause an error.
Lists all communications (attachments not included) for a support ticket. </br> You can 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 18 months after ticket creation. If a ticket was created more than 18 months ago, a request for data might cause an error.

<Tabs
defaultValue="view"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Creates, updates, deletes, gets or lists a <code>communications_no_subscriptions

## `SELECT` examples

Lists all communications (attachments not included) for a support ticket. <br/></br> You can 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 18 months after ticket creation. If a ticket was created more than 18 months ago, a request for data might cause an error.
Lists all communications (attachments not included) for a support ticket. </br> You can 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 18 months after ticket creation. If a ticket was created more than 18 months ago, a request for data might cause an error.

<Tabs
defaultValue="view"
Expand Down
2 changes: 1 addition & 1 deletion docs/azure-docs/providers/azure/support/tickets/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Creates, updates, deletes, gets or lists a <code>tickets</code> resource.

## `SELECT` examples

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. <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.
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.

<Tabs
defaultValue="view"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Creates, updates, deletes, gets or lists a <code>tickets_no_subscriptions</code>

## `SELECT` examples

Lists all the support tickets. <br/><br/>You can also filter the support tickets by <i>Status</i>, <i>CreatedDate</i>, , <i>ServiceId</i>, and <i>ProblemClassificationId</i> using the $filter parameter. Output will be a paged result with <i>nextLink</i>, using which you can retrieve the next set of support tickets. <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.
Lists all the support tickets. You can also filter the support tickets by <i>Status</i>, <i>CreatedDate</i>, , <i>ServiceId</i>, and <i>ProblemClassificationId</i> using the $filter parameter. Output will be a paged result with <i>nextLink</i>, 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.

<Tabs
defaultValue="view"
Expand Down