Skip to content

Commit 7c0809c

Browse files
authored
Merge pull request #191 from stackql/feature/doc-updates
azure_isv updates
2 parents 4659dce + cf8c970 commit 7c0809c

File tree

4 files changed

+46
-46
lines changed

4 files changed

+46
-46
lines changed

docs/azure_isv-docs/index.md

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
---
2-
title: azure_isv
3-
hide_title: false
4-
hide_table_of_contents: false
5-
keywords:
6-
- azure_isv
7-
- stackql
8-
- infrastructure-as-code
9-
- configuration-as-data
10-
- cloud inventory
11-
description: Query, deploy and manage Azure resources using SQL
12-
custom_edit_url: null
13-
image: /img/providers/azure/stackql-azure-provider-featured-image.png
14-
id: azure_isv-doc
15-
slug: /providers/azure_isv
16-
---
17-
18-
import CopyableCode from '@site/src/components/CopyableCode/CopyableCode';
19-
1+
---
2+
title: azure_isv
3+
hide_title: false
4+
hide_table_of_contents: false
5+
keywords:
6+
- azure_isv
7+
- stackql
8+
- infrastructure-as-code
9+
- configuration-as-data
10+
- cloud inventory
11+
description: Query, deploy and manage Azure resources using SQL
12+
custom_edit_url: null
13+
image: /img/providers/azure/stackql-azure-provider-featured-image.png
14+
id: azure_isv-doc
15+
slug: /providers/azure_isv
16+
---
17+
18+
import CopyableCode from '@site/src/components/CopyableCode/CopyableCode';
19+
2020
Provision, manage, and integrate independent software vendor services on Azure.
2121

2222
:::info Provider Summary (v24.10.00256)
@@ -30,25 +30,25 @@ Provision, manage, and integrate independent software vendor services on Azure.
3030

3131
:::
3232

33-
See also:
34-
[[` SHOW `]](https://stackql.io/docs/language-spec/show) [[` DESCRIBE `]](https://stackql.io/docs/language-spec/describe) [[` REGISTRY `]](https://stackql.io/docs/language-spec/registry)
35-
* * *
36-
37-
## Installation
38-
39-
To pull the latest version of the `azure_isv` provider, run the following command:
40-
41-
```bash
42-
REGISTRY PULL azure_isv;
43-
```
44-
> To view previous provider versions or to pull a specific provider version, see [here](https://stackql.io/docs/language-spec/registry).
45-
46-
## Authentication
47-
48-
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>.
49-
50-
### Authenticating using an Azure Service Principal
51-
33+
See also:
34+
[[` SHOW `]](https://stackql.io/docs/language-spec/show) [[` DESCRIBE `]](https://stackql.io/docs/language-spec/describe) [[` REGISTRY `]](https://stackql.io/docs/language-spec/registry)
35+
* * *
36+
37+
## Installation
38+
39+
To pull the latest version of the `azure_isv` provider, run the following command:
40+
41+
```bash
42+
REGISTRY PULL azure_isv;
43+
```
44+
> To view previous provider versions or to pull a specific provider version, see [here](https://stackql.io/docs/language-spec/registry).
45+
46+
## Authentication
47+
48+
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>.
49+
50+
### Authenticating using an Azure Service Principal
51+
5252
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).
5353

5454
## Services
@@ -80,4 +80,4 @@ To authenticate using an Azure Service Principal, set the following environment
8080
<a href="/providers/azure_isv/vmware/">vmware</a><br />
8181
<a href="/providers/azure_isv/vmware_cloud_simple/">vmware_cloud_simple</a><br />
8282
</div>
83-
</div>
83+
</div>

docs/azure_isv-docs/providers/azure_isv/sap_workloads/sap_application_server_instances/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ Creates, updates, deletes, gets or lists a <code>sap_application_server_instance
7676
|:-----|:--------------|:----------------|:------------|
7777
| <CopyableCode code="get" /> | `SELECT` | <CopyableCode code="applicationInstanceName, resourceGroupName, sapVirtualInstanceName, subscriptionId" /> | Gets the SAP Application Server Instance corresponding to the Virtual Instance for SAP solutions resource. |
7878
| <CopyableCode code="list" /> | `SELECT` | <CopyableCode code="resourceGroupName, sapVirtualInstanceName, subscriptionId" /> | Lists the SAP Application Server Instance resources for a given Virtual Instance for SAP solutions resource. |
79-
| <CopyableCode code="create" /> | `INSERT` | <CopyableCode code="applicationInstanceName, resourceGroupName, sapVirtualInstanceName, subscriptionId" /> | Puts the SAP Application Server Instance resource. <br><br>This will be used by service only. PUT by end user will return a Bad Request error. |
80-
| <CopyableCode code="delete" /> | `DELETE` | <CopyableCode code="applicationInstanceName, resourceGroupName, sapVirtualInstanceName, subscriptionId" /> | Deletes the SAP Application Server Instance resource. <br><br>This operation will be used by service only. Delete by end user will return a Bad Request error. |
79+
| <CopyableCode code="create" /> | `INSERT` | <CopyableCode code="applicationInstanceName, resourceGroupName, sapVirtualInstanceName, subscriptionId" /> | Puts the SAP Application Server Instance resource. This will be used by service only. PUT by end user will return a Bad Request error. |
80+
| <CopyableCode code="delete" /> | `DELETE` | <CopyableCode code="applicationInstanceName, resourceGroupName, sapVirtualInstanceName, subscriptionId" /> | Deletes the SAP Application Server Instance resource. This operation will be used by service only. Delete by end user will return a Bad Request error. |
8181
| <CopyableCode code="update" /> | `UPDATE` | <CopyableCode code="applicationInstanceName, resourceGroupName, sapVirtualInstanceName, subscriptionId" /> | Puts the SAP Application Server Instance resource. |
8282
| <CopyableCode code="start_instance" /> | `EXEC` | <CopyableCode code="applicationInstanceName, resourceGroupName, sapVirtualInstanceName, subscriptionId" /> | Starts the SAP Application Server Instance. |
8383
| <CopyableCode code="stop_instance" /> | `EXEC` | <CopyableCode code="applicationInstanceName, resourceGroupName, sapVirtualInstanceName, subscriptionId" /> | Stops the SAP Application Server Instance. |

docs/azure_isv-docs/providers/azure_isv/sap_workloads/sap_central_instances/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ Creates, updates, deletes, gets or lists a <code>sap_central_instances</code> re
7575
|:-----|:--------------|:----------------|:------------|
7676
| <CopyableCode code="get" /> | `SELECT` | <CopyableCode code="centralInstanceName, resourceGroupName, sapVirtualInstanceName, subscriptionId" /> | Gets the SAP Central Services Instance resource. |
7777
| <CopyableCode code="list" /> | `SELECT` | <CopyableCode code="resourceGroupName, sapVirtualInstanceName, subscriptionId" /> | Lists the SAP Central Services Instance resource for the given Virtual Instance for SAP solutions resource. |
78-
| <CopyableCode code="create" /> | `INSERT` | <CopyableCode code="centralInstanceName, resourceGroupName, sapVirtualInstanceName, subscriptionId" /> | Creates the SAP Central Services Instance resource. <br><br>This will be used by service only. PUT operation on this resource by end user will return a Bad Request error. |
79-
| <CopyableCode code="delete" /> | `DELETE` | <CopyableCode code="centralInstanceName, resourceGroupName, sapVirtualInstanceName, subscriptionId" /> | Deletes the SAP Central Services Instance resource. <br><br>This will be used by service only. Delete operation on this resource by end user will return a Bad Request error. You can delete the parent resource, which is the Virtual Instance for SAP solutions resource, using the delete operation on it. |
80-
| <CopyableCode code="update" /> | `UPDATE` | <CopyableCode code="centralInstanceName, resourceGroupName, sapVirtualInstanceName, subscriptionId" /> | Updates the SAP Central Services Instance resource. <br><br>This can be used to update tags on the resource. |
78+
| <CopyableCode code="create" /> | `INSERT` | <CopyableCode code="centralInstanceName, resourceGroupName, sapVirtualInstanceName, subscriptionId" /> | Creates the SAP Central Services Instance resource. This will be used by service only. PUT operation on this resource by end user will return a Bad Request error. |
79+
| <CopyableCode code="delete" /> | `DELETE` | <CopyableCode code="centralInstanceName, resourceGroupName, sapVirtualInstanceName, subscriptionId" /> | Deletes the SAP Central Services Instance resource. This will be used by service only. Delete operation on this resource by end user will return a Bad Request error. You can delete the parent resource, which is the Virtual Instance for SAP solutions resource, using the delete operation on it. |
80+
| <CopyableCode code="update" /> | `UPDATE` | <CopyableCode code="centralInstanceName, resourceGroupName, sapVirtualInstanceName, subscriptionId" /> | Updates the SAP Central Services Instance resource. This can be used to update tags on the resource. |
8181
| <CopyableCode code="start_instance" /> | `EXEC` | <CopyableCode code="centralInstanceName, resourceGroupName, sapVirtualInstanceName, subscriptionId" /> | Starts the SAP Central Services Instance. |
8282
| <CopyableCode code="stop_instance" /> | `EXEC` | <CopyableCode code="centralInstanceName, resourceGroupName, sapVirtualInstanceName, subscriptionId" /> | Stops the SAP Central Services Instance. |
8383

docs/azure_isv-docs/providers/azure_isv/sap_workloads/sap_database_instances/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ Creates, updates, deletes, gets or lists a <code>sap_database_instances</code> r
7070
|:-----|:--------------|:----------------|:------------|
7171
| <CopyableCode code="get" /> | `SELECT` | <CopyableCode code="databaseInstanceName, resourceGroupName, sapVirtualInstanceName, subscriptionId" /> | Gets the SAP Database Instance resource. |
7272
| <CopyableCode code="list" /> | `SELECT` | <CopyableCode code="resourceGroupName, sapVirtualInstanceName, subscriptionId" /> | Lists the Database resources associated with a Virtual Instance for SAP solutions resource. |
73-
| <CopyableCode code="create" /> | `INSERT` | <CopyableCode code="databaseInstanceName, resourceGroupName, sapVirtualInstanceName, subscriptionId" /> | Creates the Database resource corresponding to the Virtual Instance for SAP solutions resource. <br><br>This will be used by service only. PUT by end user will return a Bad Request error. |
74-
| <CopyableCode code="delete" /> | `DELETE` | <CopyableCode code="databaseInstanceName, resourceGroupName, sapVirtualInstanceName, subscriptionId" /> | Deletes the Database resource corresponding to a Virtual Instance for SAP solutions resource. <br><br>This will be used by service only. Delete by end user will return a Bad Request error. |
73+
| <CopyableCode code="create" /> | `INSERT` | <CopyableCode code="databaseInstanceName, resourceGroupName, sapVirtualInstanceName, subscriptionId" /> | Creates the Database resource corresponding to the Virtual Instance for SAP solutions resource. This will be used by service only. PUT by end user will return a Bad Request error. |
74+
| <CopyableCode code="delete" /> | `DELETE` | <CopyableCode code="databaseInstanceName, resourceGroupName, sapVirtualInstanceName, subscriptionId" /> | Deletes the Database resource corresponding to a Virtual Instance for SAP solutions resource. This will be used by service only. Delete by end user will return a Bad Request error. |
7575
| <CopyableCode code="update" /> | `UPDATE` | <CopyableCode code="databaseInstanceName, resourceGroupName, sapVirtualInstanceName, subscriptionId" /> | Updates the Database resource. |
7676
| <CopyableCode code="start_instance" /> | `EXEC` | <CopyableCode code="databaseInstanceName, resourceGroupName, sapVirtualInstanceName, subscriptionId" /> | Starts the database instance of the SAP system. |
7777
| <CopyableCode code="stop_instance" /> | `EXEC` | <CopyableCode code="databaseInstanceName, resourceGroupName, sapVirtualInstanceName, subscriptionId" /> | Stops the database instance of the SAP system. |

0 commit comments

Comments
 (0)