Skip to content

Commit 3723fd1

Browse files
committed
azure updates
1 parent cf8c970 commit 3723fd1

File tree

99 files changed

+184
-215
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

+184
-215
lines changed

docs/azure-docs/index.md

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
1-
---
2-
title: azure
3-
hide_title: false
4-
hide_table_of_contents: false
5-
keywords:
6-
- azure
7-
- microsoft azure
8-
- stackql
9-
- infrastructure-as-code
10-
- configuration-as-data
11-
- cloud inventory
12-
description: Query, deploy and manage Microsoft Azure resources using SQL
13-
custom_edit_url: null
14-
image: /img/providers/azure/stackql-azure-provider-featured-image.png
15-
id: azure-doc
16-
slug: /providers/azure
17-
18-
---
19-
20-
import CopyableCode from '@site/src/components/CopyableCode/CopyableCode';
21-
1+
---
2+
title: azure
3+
hide_title: false
4+
hide_table_of_contents: false
5+
keywords:
6+
- azure
7+
- microsoft azure
8+
- stackql
9+
- infrastructure-as-code
10+
- configuration-as-data
11+
- cloud inventory
12+
description: Query, deploy and manage Microsoft Azure resources using SQL
13+
custom_edit_url: null
14+
image: /img/providers/azure/stackql-azure-provider-featured-image.png
15+
id: azure-doc
16+
slug: /providers/azure
17+
18+
---
19+
20+
import CopyableCode from '@site/src/components/CopyableCode/CopyableCode';
21+
2222
Core cloud services from Microsoft Azure.
2323

2424
:::info Provider Summary (v24.10.00256)
@@ -32,25 +32,25 @@ Core cloud services from Microsoft Azure.
3232

3333
:::
3434

35-
See also:
36-
[[` SHOW `]](https://stackql.io/docs/language-spec/show) [[` DESCRIBE `]](https://stackql.io/docs/language-spec/describe) [[` REGISTRY `]](https://stackql.io/docs/language-spec/registry)
37-
* * *
38-
39-
## Installation
40-
41-
To pull the latest version of the `azure` provider, run the following command:
42-
43-
```bash
44-
REGISTRY PULL azure;
45-
```
46-
> To view previous provider versions or to pull a specific provider version, see [here](https://stackql.io/docs/language-spec/registry).
47-
48-
## Authentication
49-
50-
StackQL uses Azure application credentials obtained using the <CopyableCode code="az login" /> command from the Azure SDK. For more information, see <a href="https://learn.microsoft.com/en-us/cli/azure/authenticate-azure-cli">here</a>.
51-
52-
### Authenticating using an Azure Service Principal
53-
35+
See also:
36+
[[` SHOW `]](https://stackql.io/docs/language-spec/show) [[` DESCRIBE `]](https://stackql.io/docs/language-spec/describe) [[` REGISTRY `]](https://stackql.io/docs/language-spec/registry)
37+
* * *
38+
39+
## Installation
40+
41+
To pull the latest version of the `azure` provider, run the following command:
42+
43+
```bash
44+
REGISTRY PULL azure;
45+
```
46+
> To view previous provider versions or to pull a specific provider version, see [here](https://stackql.io/docs/language-spec/registry).
47+
48+
## Authentication
49+
50+
StackQL uses Azure application credentials obtained using the <CopyableCode code="az login" /> command from the Azure SDK. For more information, see <a href="https://learn.microsoft.com/en-us/cli/azure/authenticate-azure-cli">here</a>.
51+
52+
### Authenticating using an Azure Service Principal
53+
5454
To authenticate using an Azure Service Principal, set the following environment variables: <CopyableCode code="AZURE_TENANT_ID" />, <CopyableCode code="AZURE_CLIENT_ID" /> and <CopyableCode code="AZURE_CLIENT_SECRET" />, see [__creating-an-azure-service-principal__](https://learn.microsoft.com/en-us/azure/developer/go/azure-sdk-authentication-service-principal?tabs=azure-cli#2-create-an-azure-service-principal).
5555

5656
## Services
@@ -260,4 +260,4 @@ To authenticate using an Azure Service Principal, set the following environment
260260
<a href="/providers/azure/web_pubsub/">web_pubsub</a><br />
261261
<a href="/providers/azure/workload_monitor/">workload_monitor</a><br />
262262
</div>
263-
</div>
263+
</div>

docs/azure-docs/providers/azure/aad_b2c/b2c_tenants/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Creates, updates, deletes, gets or lists a <code>b2c_tenants</code> resource.
7575
| <CopyableCode code="list_by_resource_group" /> | `SELECT` | <CopyableCode code="resourceGroupName, subscriptionId" /> | Get all the Azure AD B2C tenant resources in a resource group. |
7676
| <CopyableCode code="list_by_subscription" /> | `SELECT` | <CopyableCode code="subscriptionId" /> | Get all the Azure AD B2C tenant resources in a subscription. |
7777
| <CopyableCode code="create" /> | `INSERT` | <CopyableCode code="resourceGroupName, resourceName, subscriptionId, data__location, data__properties, data__sku" /> | Initiates an async request to create both the Azure AD B2C tenant and the corresponding Azure resource linked to a subscription. Note: Please check name availability before creating a new tenant. |
78-
| <CopyableCode code="delete" /> | `DELETE` | <CopyableCode code="resourceGroupName, resourceName, subscriptionId" /> | Initiates an async operation to delete the Azure AD B2C tenant and Azure resource. The resource deletion can only happen as the last step in [the tenant deletion process](https://aka.ms/deleteB2Ctenant). |
78+
| <CopyableCode code="delete" /> | `DELETE` | <CopyableCode code="resourceGroupName, resourceName, subscriptionId" /> | Initiates an async operation to delete the Azure AD B2C tenant and Azure resource. The resource deletion can only happen as the last step in [the tenant deletion process](https://aka.ms/deleteB2Ctenant). |
7979
| <CopyableCode code="update" /> | `UPDATE` | <CopyableCode code="resourceGroupName, resourceName, subscriptionId" /> | Update the Azure AD B2C tenant resource. |
8080

8181
## `SELECT` examples

docs/azure-docs/providers/azure/aad_b2c/ciam_tenants/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Creates, updates, deletes, gets or lists a <code>ciam_tenants</code> resource.
7777
| <CopyableCode code="list_by_resource_group" /> | `SELECT` | <CopyableCode code="resourceGroupName, subscriptionId" /> | Get all the Azure AD for customers tenants resources in a resource group. |
7878
| <CopyableCode code="list_by_subscription" /> | `SELECT` | <CopyableCode code="subscriptionId" /> | Get all the Azure AD for customers tenant resources in a subscription. |
7979
| <CopyableCode code="create" /> | `INSERT` | <CopyableCode code="resourceGroupName, resourceName, subscriptionId, data__location, data__properties, data__sku" /> | Initiates an async request to create both the Azure AD for customers tenant and the corresponding Azure resource linked to a subscription. Note: Please check name availability before creating a new tenant |
80-
| <CopyableCode code="delete" /> | `DELETE` | <CopyableCode code="resourceGroupName, resourceName, subscriptionId" /> | Initiates an async operation to delete the Azure AD for customers tenant and Azure resource. The resource deletion can only happen as the last step in [the tenant deletion process](https://aka.ms/delete-ciam-tenant). |
80+
| <CopyableCode code="delete" /> | `DELETE` | <CopyableCode code="resourceGroupName, resourceName, subscriptionId" /> | Initiates an async operation to delete the Azure AD for customers tenant and Azure resource. The resource deletion can only happen as the last step in [the tenant deletion process](https://aka.ms/delete-ciam-tenant). |
8181
| <CopyableCode code="update" /> | `UPDATE` | <CopyableCode code="resourceGroupName, resourceName, subscriptionId" /> | Update the Azure AD for customers tenant resource. |
8282

8383
## `SELECT` examples

docs/azure-docs/providers/azure/ad_hybrid_health_service/ad_domain_service_members/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Creates, updates, deletes, gets or lists a <code>ad_domain_service_members</code
3737
| <CopyableCode code="createdDate" /> | `string` | The date time , in UTC, when the server was onboarded to Azure Active Directory Connect Health. |
3838
| <CopyableCode code="dcTypes" /> | `array` | The list of domain controller types. |
3939
| <CopyableCode code="dimensions" /> | `array` | The server specific configuration related dimensions. |
40-
| <CopyableCode code="disabled" /> | `boolean` | Indicates if the server is disabled or not. |
40+
| <CopyableCode code="disabled" /> | `boolean` | Indicates if the server is disabled or not. |
4141
| <CopyableCode code="disabledReason" /> | `integer` | The reason for disabling the server. |
4242
| <CopyableCode code="domainName" /> | `string` | The domain name. |
4343
| <CopyableCode code="gcReachable" /> | `boolean` | Indicates if the global catalog for this domain is reachable or not. |

docs/azure-docs/providers/azure/ad_hybrid_health_service/adds_service_members/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Creates, updates, deletes, gets or lists a <code>adds_service_members</code> res
3535
| <CopyableCode code="additionalInformation" /> | `string` | The additional information, if any, for the server. |
3636
| <CopyableCode code="createdDate" /> | `string` | The date time , in UTC, when the server was onboarded to Azure Active Directory Connect Health. |
3737
| <CopyableCode code="dimensions" /> | `object` | The server specific configuration related dimensions. |
38-
| <CopyableCode code="disabled" /> | `boolean` | Indicates if the server is disabled or not. |
38+
| <CopyableCode code="disabled" /> | `boolean` | Indicates if the server is disabled or not. |
3939
| <CopyableCode code="disabledReason" /> | `integer` | The reason for disabling the server. |
4040
| <CopyableCode code="installedQfes" /> | `object` | The list of installed QFEs for the server. |
4141
| <CopyableCode code="lastDisabled" /> | `string` | The date and time , in UTC, when the server was last disabled. |

docs/azure-docs/providers/azure/ad_hybrid_health_service/adds_services_service_members/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Creates, updates, deletes, gets or lists a <code>adds_services_service_members</
3535
| <CopyableCode code="additionalInformation" /> | `string` | The additional information, if any, for the server. |
3636
| <CopyableCode code="createdDate" /> | `string` | The date time , in UTC, when the server was onboarded to Azure Active Directory Connect Health. |
3737
| <CopyableCode code="dimensions" /> | `object` | The server specific configuration related dimensions. |
38-
| <CopyableCode code="disabled" /> | `boolean` | Indicates if the server is disabled or not. |
38+
| <CopyableCode code="disabled" /> | `boolean` | Indicates if the server is disabled or not. |
3939
| <CopyableCode code="disabledReason" /> | `integer` | The reason for disabling the server. |
4040
| <CopyableCode code="installedQfes" /> | `object` | The list of installed QFEs for the server. |
4141
| <CopyableCode code="lastDisabled" /> | `string` | The date and time , in UTC, when the server was last disabled. |

docs/azure-docs/providers/azure/ad_hybrid_health_service/service_members/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Creates, updates, deletes, gets or lists a <code>service_members</code> resource
3535
| <CopyableCode code="additionalInformation" /> | `string` | The additional information, if any, for the server. |
3636
| <CopyableCode code="createdDate" /> | `string` | The date time , in UTC, when the server was onboarded to Azure Active Directory Connect Health. |
3737
| <CopyableCode code="dimensions" /> | `object` | The server specific configuration related dimensions. |
38-
| <CopyableCode code="disabled" /> | `boolean` | Indicates if the server is disabled or not. |
38+
| <CopyableCode code="disabled" /> | `boolean` | Indicates if the server is disabled or not. |
3939
| <CopyableCode code="disabledReason" /> | `integer` | The reason for disabling the server. |
4040
| <CopyableCode code="installedQfes" /> | `object` | The list of installed QFEs for the server. |
4141
| <CopyableCode code="lastDisabled" /> | `string` | The date and time , in UTC, when the server was last disabled. |

docs/azure-docs/providers/azure/ad_hybrid_health_service/services_export_errors_v2/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Creates, updates, deletes, gets or lists a <code>services_export_errors_v2</code
3535
| <CopyableCode code="attributeName" /> | `string` | The attribute name. |
3636
| <CopyableCode code="attributeValue" /> | `string` | The attribute value. |
3737
| <CopyableCode code="createdDate" /> | `string` | The date and time, in UTC, when the error was created. |
38-
| <CopyableCode code="csObjectId" /> | `string` | the cs object Id. |
38+
| <CopyableCode code="csObjectId" /> | `string` | the cs object Id. |
3939
| <CopyableCode code="dn" /> | `string` | the DN of the object. |
4040
| <CopyableCode code="existingObject" /> | `object` | Object that hold sync object details. |
4141
| <CopyableCode code="exportErrorStatus" /> | `integer` | The export error status. |
@@ -57,7 +57,7 @@ Creates, updates, deletes, gets or lists a <code>services_export_errors_v2</code
5757
## Methods
5858
| Name | Accessible by | Required Params | Description |
5959
|:-----|:--------------|:----------------|:------------|
60-
| <CopyableCode code="list" /> | `SELECT` | <CopyableCode code="errorBucket, serviceName" /> | Gets the categorized export errors. |
60+
| <CopyableCode code="list" /> | `SELECT` | <CopyableCode code="errorBucket, serviceName" /> | Gets the categorized export errors. |
6161

6262
## `SELECT` examples
6363

docs/azure-docs/providers/azure/alerts_management/alerts/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Creates, updates, deletes, gets or lists a <code>alerts</code> resource.
6262
## Methods
6363
| Name | Accessible by | Required Params | Description |
6464
|:-----|:--------------|:----------------|:------------|
65-
| <CopyableCode code="get_all" /> | `SELECT` | <CopyableCode code="scope" /> | 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. |
65+
| <CopyableCode code="get_all" /> | `SELECT` | <CopyableCode code="scope" /> | 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. |
6666
| <CopyableCode code="get_by_id" /> | `SELECT` | <CopyableCode code="alertId, scope" /> | Get information related to a specific alert |
6767
| <CopyableCode code="change_state" /> | `EXEC` | <CopyableCode code="alertId, newState, scope" /> | Change the state of an alert. |
6868
| <CopyableCode code="meta_data" /> | `EXEC` | <CopyableCode code="identifier" /> | List alerts meta data information based on value of identifier parameter. |

docs/azure-docs/providers/azure/alerts_management/smart_groups/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Creates, updates, deletes, gets or lists a <code>smart_groups</code> resource.
7373
## Methods
7474
| Name | Accessible by | Required Params | Description |
7575
|:-----|:--------------|:----------------|:------------|
76-
| <CopyableCode code="get_all" /> | `SELECT` | <CopyableCode code="subscriptionId" /> | List all the Smart Groups within a specified subscription. |
76+
| <CopyableCode code="get_all" /> | `SELECT` | <CopyableCode code="subscriptionId" /> | List all the Smart Groups within a specified subscription. |
7777
| <CopyableCode code="get_by_id" /> | `SELECT` | <CopyableCode code="smartGroupId, subscriptionId" /> | Get information related to a specific Smart Group. |
7878
| <CopyableCode code="change_state" /> | `EXEC` | <CopyableCode code="newState, smartGroupId, subscriptionId" /> | Change the state of a Smart Group. |
7979

0 commit comments

Comments
 (0)