Skip to content

Commit 8735e20

Browse files
authored
make docs (#1025)
* make docs * use v3 * increase time out
1 parent 996d80f commit 8735e20

File tree

283 files changed

+567
-567
lines changed

Some content is hidden

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

283 files changed

+567
-567
lines changed

.github/workflows/codeql.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
# Initializes the CodeQL tools for scanning.
2929
- name: Initialize CodeQL
30-
uses: github/codeql-action/init@v2
30+
uses: github/codeql-action/init@v3
3131
with:
3232
languages: ${{ matrix.language }}
3333

@@ -41,6 +41,6 @@ jobs:
4141
go build
4242
4343
- name: Perform CodeQL Analysis
44-
uses: github/codeql-action/analyze@v2
44+
uses: github/codeql-action/analyze@v3
4545
with:
4646
category: "/language:${{matrix.language}}"

docs/resources/Microsoft.AVS_privateClouds.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ resource "azapi_resource" "privateCloud" {
7474

7575
The following arguments are supported:
7676

77-
* `type` - (Required) The type of the resource. This should be set to `Microsoft.AVS/privateClouds@api-version`. The available api-versions for this resource are: [`2020-03-20`, `2020-07-17-preview`, `2021-01-01-preview`, `2021-06-01`, `2021-12-01`, `2022-05-01`, `2023-03-01`, `2023-09-01`, `2024-09-01`].
77+
* `type` - (Required) The type of the resource. This should be set to `Microsoft.AVS/privateClouds@api-version`. The available api-versions for this resource are: [`2020-03-20`, `2020-07-17-preview`, `2021-01-01-preview`, `2021-06-01`, `2021-12-01`, `2022-05-01`, `2023-03-01`, `2023-09-01`, `2024-09-01`, `2025-09-01`].
7878

7979
* `parent_id` - (Required) The ID of the azure resource in which this resource is created. The allowed values are:
8080
`/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}`
@@ -92,5 +92,5 @@ For other arguments, please refer to the [azapi_resource](https://registry.terra
9292
terraform import azapi_resource.example /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{resourceName}
9393

9494
# It also supports specifying API version by using the resource id with api-version as a query parameter, e.g.
95-
terraform import azapi_resource.example /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{resourceName}?api-version=2024-09-01
95+
terraform import azapi_resource.example /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{resourceName}?api-version=2025-09-01
9696
```

docs/resources/Microsoft.AVS_privateClouds_authorizations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ resource "azapi_resource" "authorization" {
8282

8383
The following arguments are supported:
8484

85-
* `type` - (Required) The type of the resource. This should be set to `Microsoft.AVS/privateClouds/authorizations@api-version`. The available api-versions for this resource are: [`2020-03-20`, `2020-07-17-preview`, `2021-01-01-preview`, `2021-06-01`, `2021-12-01`, `2022-05-01`, `2023-03-01`, `2023-09-01`, `2024-09-01`].
85+
* `type` - (Required) The type of the resource. This should be set to `Microsoft.AVS/privateClouds/authorizations@api-version`. The available api-versions for this resource are: [`2020-03-20`, `2020-07-17-preview`, `2021-01-01-preview`, `2021-06-01`, `2021-12-01`, `2022-05-01`, `2023-03-01`, `2023-09-01`, `2024-09-01`, `2025-09-01`].
8686

8787
* `parent_id` - (Required) The ID of the azure resource in which this resource is created. The allowed values are:
8888
`/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{resourceName}`
@@ -100,5 +100,5 @@ For other arguments, please refer to the [azapi_resource](https://registry.terra
100100
terraform import azapi_resource.example /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{resourceName}/authorizations/{resourceName}
101101

102102
# It also supports specifying API version by using the resource id with api-version as a query parameter, e.g.
103-
terraform import azapi_resource.example /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{resourceName}/authorizations/{resourceName}?api-version=2024-09-01
103+
terraform import azapi_resource.example /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{resourceName}/authorizations/{resourceName}?api-version=2025-09-01
104104
```

docs/resources/Microsoft.ApiManagement_service.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ resource "azapi_resource" "service" {
100100

101101
The following arguments are supported:
102102

103-
* `type` - (Required) The type of the resource. This should be set to `Microsoft.ApiManagement/service@api-version`. The available api-versions for this resource are: [`2016-07-07`, `2016-10-10`, `2017-03-01`, `2018-01-01`, `2018-06-01-preview`, `2019-01-01`, `2019-12-01`, `2019-12-01-preview`, `2020-06-01-preview`, `2020-12-01`, `2021-01-01-preview`, `2021-04-01-preview`, `2021-08-01`, `2021-12-01-preview`, `2022-04-01-preview`, `2022-08-01`, `2022-09-01-preview`, `2023-03-01-preview`, `2023-05-01-preview`, `2023-09-01-preview`, `2024-05-01`, `2024-06-01-preview`, `2024-10-01-preview`].
103+
* `type` - (Required) The type of the resource. This should be set to `Microsoft.ApiManagement/service@api-version`. The available api-versions for this resource are: [`2016-07-07`, `2016-10-10`, `2017-03-01`, `2018-01-01`, `2018-06-01-preview`, `2019-01-01`, `2019-12-01`, `2019-12-01-preview`, `2020-06-01-preview`, `2020-12-01`, `2021-01-01-preview`, `2021-04-01-preview`, `2021-08-01`, `2021-12-01-preview`, `2022-04-01-preview`, `2022-08-01`, `2022-09-01-preview`, `2023-03-01-preview`, `2023-05-01-preview`, `2023-09-01-preview`, `2024-05-01`, `2024-06-01-preview`, `2024-10-01-preview`, `2025-03-01-preview`].
104104

105105
* `parent_id` - (Required) The ID of the azure resource in which this resource is created. The allowed values are:
106106
`/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}`
@@ -118,5 +118,5 @@ For other arguments, please refer to the [azapi_resource](https://registry.terra
118118
terraform import azapi_resource.example /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{resourceName}
119119

120120
# It also supports specifying API version by using the resource id with api-version as a query parameter, e.g.
121-
terraform import azapi_resource.example /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{resourceName}?api-version=2024-10-01-preview
121+
terraform import azapi_resource.example /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{resourceName}?api-version=2025-03-01-preview
122122
```

docs/resources/Microsoft.ApiManagement_service_apiVersionSets.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ resource "azapi_resource" "apiVersionSet" {
9999

100100
The following arguments are supported:
101101

102-
* `type` - (Required) The type of the resource. This should be set to `Microsoft.ApiManagement/service/apiVersionSets@api-version`. The available api-versions for this resource are: [`2019-01-01`, `2019-12-01`, `2019-12-01-preview`, `2020-06-01-preview`, `2020-12-01`, `2021-01-01-preview`, `2021-04-01-preview`, `2021-08-01`, `2021-12-01-preview`, `2022-04-01-preview`, `2022-08-01`, `2022-09-01-preview`, `2023-03-01-preview`, `2023-05-01-preview`, `2023-09-01-preview`, `2024-05-01`, `2024-06-01-preview`, `2024-10-01-preview`].
102+
* `type` - (Required) The type of the resource. This should be set to `Microsoft.ApiManagement/service/apiVersionSets@api-version`. The available api-versions for this resource are: [`2019-01-01`, `2019-12-01`, `2019-12-01-preview`, `2020-06-01-preview`, `2020-12-01`, `2021-01-01-preview`, `2021-04-01-preview`, `2021-08-01`, `2021-12-01-preview`, `2022-04-01-preview`, `2022-08-01`, `2022-09-01-preview`, `2023-03-01-preview`, `2023-05-01-preview`, `2023-09-01-preview`, `2024-05-01`, `2024-06-01-preview`, `2024-10-01-preview`, `2025-03-01-preview`].
103103

104104
* `parent_id` - (Required) The ID of the azure resource in which this resource is created. The allowed values are:
105105
`/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{resourceName}`
@@ -117,5 +117,5 @@ For other arguments, please refer to the [azapi_resource](https://registry.terra
117117
terraform import azapi_resource.example /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{resourceName}/apiVersionSets/{resourceName}
118118

119119
# It also supports specifying API version by using the resource id with api-version as a query parameter, e.g.
120-
terraform import azapi_resource.example /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{resourceName}/apiVersionSets/{resourceName}?api-version=2024-10-01-preview
120+
terraform import azapi_resource.example /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{resourceName}/apiVersionSets/{resourceName}?api-version=2025-03-01-preview
121121
```

docs/resources/Microsoft.ApiManagement_service_apis.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ resource "azapi_resource" "api" {
111111

112112
The following arguments are supported:
113113

114-
* `type` - (Required) The type of the resource. This should be set to `Microsoft.ApiManagement/service/apis@api-version`. The available api-versions for this resource are: [`2016-07-07`, `2016-10-10`, `2017-03-01`, `2018-01-01`, `2018-06-01-preview`, `2019-01-01`, `2019-12-01`, `2019-12-01-preview`, `2020-06-01-preview`, `2020-12-01`, `2021-01-01-preview`, `2021-04-01-preview`, `2021-08-01`, `2021-12-01-preview`, `2022-04-01-preview`, `2022-08-01`, `2022-09-01-preview`, `2023-03-01-preview`, `2023-05-01-preview`, `2023-09-01-preview`, `2024-05-01`, `2024-06-01-preview`, `2024-10-01-preview`].
114+
* `type` - (Required) The type of the resource. This should be set to `Microsoft.ApiManagement/service/apis@api-version`. The available api-versions for this resource are: [`2016-07-07`, `2016-10-10`, `2017-03-01`, `2018-01-01`, `2018-06-01-preview`, `2019-01-01`, `2019-12-01`, `2019-12-01-preview`, `2020-06-01-preview`, `2020-12-01`, `2021-01-01-preview`, `2021-04-01-preview`, `2021-08-01`, `2021-12-01-preview`, `2022-04-01-preview`, `2022-08-01`, `2022-09-01-preview`, `2023-03-01-preview`, `2023-05-01-preview`, `2023-09-01-preview`, `2024-05-01`, `2024-06-01-preview`, `2024-10-01-preview`, `2025-03-01-preview`].
115115

116116
* `parent_id` - (Required) The ID of the azure resource in which this resource is created. The allowed values are:
117117
`/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{resourceName}`
@@ -129,5 +129,5 @@ For other arguments, please refer to the [azapi_resource](https://registry.terra
129129
terraform import azapi_resource.example /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{resourceName}/apis/{resourceName}
130130

131131
# It also supports specifying API version by using the resource id with api-version as a query parameter, e.g.
132-
terraform import azapi_resource.example /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{resourceName}/apis/{resourceName}?api-version=2024-10-01-preview
132+
terraform import azapi_resource.example /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{resourceName}/apis/{resourceName}?api-version=2025-03-01-preview
133133
```

docs/resources/Microsoft.ApiManagement_service_apis_diagnostics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ resource "azapi_resource" "diagnostic" {
159159

160160
The following arguments are supported:
161161

162-
* `type` - (Required) The type of the resource. This should be set to `Microsoft.ApiManagement/service/apis/diagnostics@api-version`. The available api-versions for this resource are: [`2017-03-01`, `2018-01-01`, `2018-06-01-preview`, `2019-01-01`, `2019-12-01`, `2019-12-01-preview`, `2020-06-01-preview`, `2020-12-01`, `2021-01-01-preview`, `2021-04-01-preview`, `2021-08-01`, `2021-12-01-preview`, `2022-04-01-preview`, `2022-08-01`, `2022-09-01-preview`, `2023-03-01-preview`, `2023-05-01-preview`, `2023-09-01-preview`, `2024-05-01`, `2024-06-01-preview`, `2024-10-01-preview`].
162+
* `type` - (Required) The type of the resource. This should be set to `Microsoft.ApiManagement/service/apis/diagnostics@api-version`. The available api-versions for this resource are: [`2017-03-01`, `2018-01-01`, `2018-06-01-preview`, `2019-01-01`, `2019-12-01`, `2019-12-01-preview`, `2020-06-01-preview`, `2020-12-01`, `2021-01-01-preview`, `2021-04-01-preview`, `2021-08-01`, `2021-12-01-preview`, `2022-04-01-preview`, `2022-08-01`, `2022-09-01-preview`, `2023-03-01-preview`, `2023-05-01-preview`, `2023-09-01-preview`, `2024-05-01`, `2024-06-01-preview`, `2024-10-01-preview`, `2025-03-01-preview`].
163163

164164
* `parent_id` - (Required) The ID of the azure resource in which this resource is created. The allowed values are:
165165
`/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{resourceName}/apis/{resourceName}`
@@ -177,5 +177,5 @@ For other arguments, please refer to the [azapi_resource](https://registry.terra
177177
terraform import azapi_resource.example /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{resourceName}/apis/{resourceName}/diagnostics/{resourceName}
178178

179179
# It also supports specifying API version by using the resource id with api-version as a query parameter, e.g.
180-
terraform import azapi_resource.example /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{resourceName}/apis/{resourceName}/diagnostics/{resourceName}?api-version=2024-10-01-preview
180+
terraform import azapi_resource.example /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{resourceName}/apis/{resourceName}/diagnostics/{resourceName}?api-version=2025-03-01-preview
181181
```

docs/resources/Microsoft.ApiManagement_service_apis_operations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ resource "azapi_resource" "operation" {
119119

120120
The following arguments are supported:
121121

122-
* `type` - (Required) The type of the resource. This should be set to `Microsoft.ApiManagement/service/apis/operations@api-version`. The available api-versions for this resource are: [`2016-07-07`, `2016-10-10`, `2017-03-01`, `2018-01-01`, `2018-06-01-preview`, `2019-01-01`, `2019-12-01`, `2019-12-01-preview`, `2020-06-01-preview`, `2020-12-01`, `2021-01-01-preview`, `2021-04-01-preview`, `2021-08-01`, `2021-12-01-preview`, `2022-04-01-preview`, `2022-08-01`, `2022-09-01-preview`, `2023-03-01-preview`, `2023-05-01-preview`, `2023-09-01-preview`, `2024-05-01`, `2024-06-01-preview`, `2024-10-01-preview`].
122+
* `type` - (Required) The type of the resource. This should be set to `Microsoft.ApiManagement/service/apis/operations@api-version`. The available api-versions for this resource are: [`2016-07-07`, `2016-10-10`, `2017-03-01`, `2018-01-01`, `2018-06-01-preview`, `2019-01-01`, `2019-12-01`, `2019-12-01-preview`, `2020-06-01-preview`, `2020-12-01`, `2021-01-01-preview`, `2021-04-01-preview`, `2021-08-01`, `2021-12-01-preview`, `2022-04-01-preview`, `2022-08-01`, `2022-09-01-preview`, `2023-03-01-preview`, `2023-05-01-preview`, `2023-09-01-preview`, `2024-05-01`, `2024-06-01-preview`, `2024-10-01-preview`, `2025-03-01-preview`].
123123

124124
* `parent_id` - (Required) The ID of the azure resource in which this resource is created. The allowed values are:
125125
`/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{resourceName}/apis/{resourceName}`
@@ -137,5 +137,5 @@ For other arguments, please refer to the [azapi_resource](https://registry.terra
137137
terraform import azapi_resource.example /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{resourceName}/apis/{resourceName}/operations/{resourceName}
138138

139139
# It also supports specifying API version by using the resource id with api-version as a query parameter, e.g.
140-
terraform import azapi_resource.example /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{resourceName}/apis/{resourceName}/operations/{resourceName}?api-version=2024-10-01-preview
140+
terraform import azapi_resource.example /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{resourceName}/apis/{resourceName}/operations/{resourceName}?api-version=2025-03-01-preview
141141
```

docs/resources/Microsoft.ApiManagement_service_apis_policies.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ EOT
135135

136136
The following arguments are supported:
137137

138-
* `type` - (Required) The type of the resource. This should be set to `Microsoft.ApiManagement/service/apis/policies@api-version`. The available api-versions for this resource are: [`2017-03-01`, `2018-01-01`, `2018-06-01-preview`, `2019-01-01`, `2019-12-01`, `2019-12-01-preview`, `2020-06-01-preview`, `2020-12-01`, `2021-01-01-preview`, `2021-04-01-preview`, `2021-08-01`, `2021-12-01-preview`, `2022-04-01-preview`, `2022-08-01`, `2022-09-01-preview`, `2023-03-01-preview`, `2023-05-01-preview`, `2023-09-01-preview`, `2024-05-01`, `2024-06-01-preview`, `2024-10-01-preview`].
138+
* `type` - (Required) The type of the resource. This should be set to `Microsoft.ApiManagement/service/apis/policies@api-version`. The available api-versions for this resource are: [`2017-03-01`, `2018-01-01`, `2018-06-01-preview`, `2019-01-01`, `2019-12-01`, `2019-12-01-preview`, `2020-06-01-preview`, `2020-12-01`, `2021-01-01-preview`, `2021-04-01-preview`, `2021-08-01`, `2021-12-01-preview`, `2022-04-01-preview`, `2022-08-01`, `2022-09-01-preview`, `2023-03-01-preview`, `2023-05-01-preview`, `2023-09-01-preview`, `2024-05-01`, `2024-06-01-preview`, `2024-10-01-preview`, `2025-03-01-preview`].
139139

140140
* `parent_id` - (Required) The ID of the azure resource in which this resource is created. The allowed values are:
141141
`/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{resourceName}/apis/{resourceName}`
@@ -153,5 +153,5 @@ For other arguments, please refer to the [azapi_resource](https://registry.terra
153153
terraform import azapi_resource.example /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{resourceName}/apis/{resourceName}/policies/{resourceName}
154154

155155
# It also supports specifying API version by using the resource id with api-version as a query parameter, e.g.
156-
terraform import azapi_resource.example /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{resourceName}/apis/{resourceName}/policies/{resourceName}?api-version=2024-10-01-preview
156+
terraform import azapi_resource.example /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{resourceName}/apis/{resourceName}/policies/{resourceName}?api-version=2025-03-01-preview
157157
```

0 commit comments

Comments
 (0)