diff --git a/docs/content/reference/resources/applications/applications.core/2023-10-01-preview/applications/index.md b/docs/content/reference/resources/applications/applications.core/2023-10-01-preview/applications/index.md index 773783909..65eaf4522 100644 --- a/docs/content/reference/resources/applications/applications.core/2023-10-01-preview/applications/index.md +++ b/docs/content/reference/resources/applications/applications.core/2023-10-01-preview/applications/index.md @@ -44,6 +44,15 @@ description: "Detailed reference documentation for applications.core/application * **none** +#### AzureContainerInstanceExtension + +##### Properties + +| Property | Type | Description | +|----------|------|-------------| +| **kind** | 'aci' | Discriminator property for Extension.
_(Required)_ | +| **resourceGroup** | string | The resource group of the application environment.
_(Required)_ | + #### DaprSidecarExtension ##### Properties @@ -126,6 +135,15 @@ description: "Detailed reference documentation for applications.core/application | **identity** | [IdentitySettings](#identitysettings) | IdentitySettings is the external identity setting. | | **resourceId** | string | The resource id of the compute resource for application environment. | +#### AzureContainerInstanceCompute + +##### Properties + +| Property | Type | Description | +|----------|------|-------------| +| **kind** | 'aci' | Discriminator property for EnvironmentCompute.
_(Required)_ | +| **resourceGroup** | string | The resource group to use for the environment. | + #### KubernetesCompute ##### Properties @@ -142,7 +160,8 @@ description: "Detailed reference documentation for applications.core/application | Property | Type | Description | |----------|------|-------------| -| **kind** | 'azure.com.workload' | 'undefined' | IdentitySettingKind is the kind of supported external identity setting
_(Required)_ | +| **kind** | 'azure.com.workload' | 'systemAssigned' | 'systemAssignedUserAssigned' | 'undefined' | 'userAssigned' | IdentitySettingKind is the kind of supported external identity setting
_(Required)_ | +| **managedIdentity** | string[] | The list of user assigned managed identities | | **oidcIssuer** | string | The URI for your compute platform's OIDC issuer | | **resource** | string | The resource ID of the provisioned identity | diff --git a/docs/content/reference/resources/applications/applications.core/2023-10-01-preview/containers/index.md b/docs/content/reference/resources/applications/applications.core/2023-10-01-preview/containers/index.md index cf73fe762..7c680ac4c 100644 --- a/docs/content/reference/resources/applications/applications.core/2023-10-01-preview/containers/index.md +++ b/docs/content/reference/resources/applications/applications.core/2023-10-01-preview/containers/index.md @@ -248,6 +248,15 @@ description: "Detailed reference documentation for applications.core/containers@ * **none** +#### AzureContainerInstanceExtension + +##### Properties + +| Property | Type | Description | +|----------|------|-------------| +| **kind** | 'aci' | Discriminator property for Extension.
_(Required)_ | +| **resourceGroup** | string | The resource group of the application environment.
_(Required)_ | + #### DaprSidecarExtension ##### Properties @@ -315,7 +324,8 @@ description: "Detailed reference documentation for applications.core/containers@ | Property | Type | Description | |----------|------|-------------| -| **kind** | 'azure.com.workload' | 'undefined' | IdentitySettingKind is the kind of supported external identity setting
_(Required)_ | +| **kind** | 'azure.com.workload' | 'systemAssigned' | 'systemAssignedUserAssigned' | 'undefined' | 'userAssigned' | IdentitySettingKind is the kind of supported external identity setting
_(Required)_ | +| **managedIdentity** | string[] | The list of user assigned managed identities | | **oidcIssuer** | string | The URI for your compute platform's OIDC issuer | | **resource** | string | The resource ID of the provisioned identity | @@ -333,8 +343,17 @@ description: "Detailed reference documentation for applications.core/containers@ | Property | Type | Description | |----------|------|-------------| +| **aci** | [ACIRuntimeProperties](#aciruntimeproperties) | The runtime configuration properties for Kubernetes | | **kubernetes** | [KubernetesRuntimeProperties](#kubernetesruntimeproperties) | The runtime configuration properties for Kubernetes | +### ACIRuntimeProperties + +#### Properties + +| Property | Type | Description | +|----------|------|-------------| +| **gatewayID** | string | The ID of the gateway that is providing L7 traffic for the container | + ### KubernetesRuntimeProperties #### Properties @@ -375,6 +394,15 @@ description: "Detailed reference documentation for applications.core/containers@ | **identity** | [IdentitySettings](#identitysettings) | IdentitySettings is the external identity setting. | | **resourceId** | string | The resource id of the compute resource for application environment. | +#### AzureContainerInstanceCompute + +##### Properties + +| Property | Type | Description | +|----------|------|-------------| +| **kind** | 'aci' | Discriminator property for EnvironmentCompute.
_(Required)_ | +| **resourceGroup** | string | The resource group to use for the environment. | + #### KubernetesCompute ##### Properties diff --git a/docs/content/reference/resources/applications/applications.core/2023-10-01-preview/environments/index.md b/docs/content/reference/resources/applications/applications.core/2023-10-01-preview/environments/index.md index e7ebe0b17..7eb8ff25d 100644 --- a/docs/content/reference/resources/applications/applications.core/2023-10-01-preview/environments/index.md +++ b/docs/content/reference/resources/applications/applications.core/2023-10-01-preview/environments/index.md @@ -49,6 +49,15 @@ description: "Detailed reference documentation for applications.core/environment | **identity** | [IdentitySettings](#identitysettings) | IdentitySettings is the external identity setting. | | **resourceId** | string | The resource id of the compute resource for application environment. | +#### AzureContainerInstanceCompute + +##### Properties + +| Property | Type | Description | +|----------|------|-------------| +| **kind** | 'aci' | Discriminator property for EnvironmentCompute.
_(Required)_ | +| **resourceGroup** | string | The resource group to use for the environment. | + #### KubernetesCompute ##### Properties @@ -65,7 +74,8 @@ description: "Detailed reference documentation for applications.core/environment | Property | Type | Description | |----------|------|-------------| -| **kind** | 'azure.com.workload' | 'undefined' | IdentitySettingKind is the kind of supported external identity setting
_(Required)_ | +| **kind** | 'azure.com.workload' | 'systemAssigned' | 'systemAssignedUserAssigned' | 'undefined' | 'userAssigned' | IdentitySettingKind is the kind of supported external identity setting
_(Required)_ | +| **managedIdentity** | string[] | The list of user assigned managed identities | | **oidcIssuer** | string | The URI for your compute platform's OIDC issuer | | **resource** | string | The resource ID of the provisioned identity | @@ -78,6 +88,15 @@ description: "Detailed reference documentation for applications.core/environment * **none** +#### AzureContainerInstanceExtension + +##### Properties + +| Property | Type | Description | +|----------|------|-------------| +| **kind** | 'aci' | Discriminator property for Extension.
_(Required)_ | +| **resourceGroup** | string | The resource group of the application environment.
_(Required)_ | + #### DaprSidecarExtension ##### Properties diff --git a/docs/content/reference/resources/applications/applications.core/2023-10-01-preview/extenders/index.md b/docs/content/reference/resources/applications/applications.core/2023-10-01-preview/extenders/index.md index 4e62cd357..9543f2672 100644 --- a/docs/content/reference/resources/applications/applications.core/2023-10-01-preview/extenders/index.md +++ b/docs/content/reference/resources/applications/applications.core/2023-10-01-preview/extenders/index.md @@ -71,6 +71,15 @@ description: "Detailed reference documentation for applications.core/extenders@2 | **identity** | [IdentitySettings](#identitysettings) | IdentitySettings is the external identity setting. | | **resourceId** | string | The resource id of the compute resource for application environment. | +#### AzureContainerInstanceCompute + +##### Properties + +| Property | Type | Description | +|----------|------|-------------| +| **kind** | 'aci' | Discriminator property for EnvironmentCompute.
_(Required)_ | +| **resourceGroup** | string | The resource group to use for the environment. | + #### KubernetesCompute ##### Properties @@ -87,7 +96,8 @@ description: "Detailed reference documentation for applications.core/extenders@2 | Property | Type | Description | |----------|------|-------------| -| **kind** | 'azure.com.workload' | 'undefined' | IdentitySettingKind is the kind of supported external identity setting
_(Required)_ | +| **kind** | 'azure.com.workload' | 'systemAssigned' | 'systemAssignedUserAssigned' | 'undefined' | 'userAssigned' | IdentitySettingKind is the kind of supported external identity setting
_(Required)_ | +| **managedIdentity** | string[] | The list of user assigned managed identities | | **oidcIssuer** | string | The URI for your compute platform's OIDC issuer | | **resource** | string | The resource ID of the provisioned identity | diff --git a/docs/content/reference/resources/applications/applications.core/2023-10-01-preview/gateways/index.md b/docs/content/reference/resources/applications/applications.core/2023-10-01-preview/gateways/index.md index 2c90a63aa..e9ee52102 100644 --- a/docs/content/reference/resources/applications/applications.core/2023-10-01-preview/gateways/index.md +++ b/docs/content/reference/resources/applications/applications.core/2023-10-01-preview/gateways/index.md @@ -91,6 +91,15 @@ description: "Detailed reference documentation for applications.core/gateways@20 | **identity** | [IdentitySettings](#identitysettings) | IdentitySettings is the external identity setting. | | **resourceId** | string | The resource id of the compute resource for application environment. | +#### AzureContainerInstanceCompute + +##### Properties + +| Property | Type | Description | +|----------|------|-------------| +| **kind** | 'aci' | Discriminator property for EnvironmentCompute.
_(Required)_ | +| **resourceGroup** | string | The resource group to use for the environment. | + #### KubernetesCompute ##### Properties @@ -107,7 +116,8 @@ description: "Detailed reference documentation for applications.core/gateways@20 | Property | Type | Description | |----------|------|-------------| -| **kind** | 'azure.com.workload' | 'undefined' | IdentitySettingKind is the kind of supported external identity setting
_(Required)_ | +| **kind** | 'azure.com.workload' | 'systemAssigned' | 'systemAssignedUserAssigned' | 'undefined' | 'userAssigned' | IdentitySettingKind is the kind of supported external identity setting
_(Required)_ | +| **managedIdentity** | string[] | The list of user assigned managed identities | | **oidcIssuer** | string | The URI for your compute platform's OIDC issuer | | **resource** | string | The resource ID of the provisioned identity | diff --git a/docs/content/reference/resources/applications/applications.core/2023-10-01-preview/secretstores/index.md b/docs/content/reference/resources/applications/applications.core/2023-10-01-preview/secretstores/index.md index 356c6895a..bfbb29f56 100644 --- a/docs/content/reference/resources/applications/applications.core/2023-10-01-preview/secretstores/index.md +++ b/docs/content/reference/resources/applications/applications.core/2023-10-01-preview/secretstores/index.md @@ -88,6 +88,15 @@ description: "Detailed reference documentation for applications.core/secretstore | **identity** | [IdentitySettings](#identitysettings) | IdentitySettings is the external identity setting. | | **resourceId** | string | The resource id of the compute resource for application environment. | +#### AzureContainerInstanceCompute + +##### Properties + +| Property | Type | Description | +|----------|------|-------------| +| **kind** | 'aci' | Discriminator property for EnvironmentCompute.
_(Required)_ | +| **resourceGroup** | string | The resource group to use for the environment. | + #### KubernetesCompute ##### Properties @@ -104,7 +113,8 @@ description: "Detailed reference documentation for applications.core/secretstore | Property | Type | Description | |----------|------|-------------| -| **kind** | 'azure.com.workload' | 'undefined' | IdentitySettingKind is the kind of supported external identity setting
_(Required)_ | +| **kind** | 'azure.com.workload' | 'systemAssigned' | 'systemAssignedUserAssigned' | 'undefined' | 'userAssigned' | IdentitySettingKind is the kind of supported external identity setting
_(Required)_ | +| **managedIdentity** | string[] | The list of user assigned managed identities | | **oidcIssuer** | string | The URI for your compute platform's OIDC issuer | | **resource** | string | The resource ID of the provisioned identity | diff --git a/docs/content/reference/resources/applications/applications.core/2023-10-01-preview/volumes/index.md b/docs/content/reference/resources/applications/applications.core/2023-10-01-preview/volumes/index.md index 3e642f18d..5c8f68fb2 100644 --- a/docs/content/reference/resources/applications/applications.core/2023-10-01-preview/volumes/index.md +++ b/docs/content/reference/resources/applications/applications.core/2023-10-01-preview/volumes/index.md @@ -71,6 +71,15 @@ description: "Detailed reference documentation for applications.core/volumes@202 | **identity** | [IdentitySettings](#identitysettings) | IdentitySettings is the external identity setting. | | **resourceId** | string | The resource id of the compute resource for application environment. | +#### AzureContainerInstanceCompute + +##### Properties + +| Property | Type | Description | +|----------|------|-------------| +| **kind** | 'aci' | Discriminator property for EnvironmentCompute.
_(Required)_ | +| **resourceGroup** | string | The resource group to use for the environment. | + #### KubernetesCompute ##### Properties @@ -87,7 +96,8 @@ description: "Detailed reference documentation for applications.core/volumes@202 | Property | Type | Description | |----------|------|-------------| -| **kind** | 'azure.com.workload' | 'undefined' | IdentitySettingKind is the kind of supported external identity setting
_(Required)_ | +| **kind** | 'azure.com.workload' | 'systemAssigned' | 'systemAssignedUserAssigned' | 'undefined' | 'userAssigned' | IdentitySettingKind is the kind of supported external identity setting
_(Required)_ | +| **managedIdentity** | string[] | The list of user assigned managed identities | | **oidcIssuer** | string | The URI for your compute platform's OIDC issuer | | **resource** | string | The resource ID of the provisioned identity | diff --git a/docs/content/reference/resources/applications/applications.dapr/2023-10-01-preview/configurationstores/index.md b/docs/content/reference/resources/applications/applications.dapr/2023-10-01-preview/configurationstores/index.md index 06468e9b1..85a53fe24 100644 --- a/docs/content/reference/resources/applications/applications.dapr/2023-10-01-preview/configurationstores/index.md +++ b/docs/content/reference/resources/applications/applications.dapr/2023-10-01-preview/configurationstores/index.md @@ -117,6 +117,15 @@ description: "Detailed reference documentation for applications.dapr/configurati | **identity** | [IdentitySettings](#identitysettings) | IdentitySettings is the external identity setting. | | **resourceId** | string | The resource id of the compute resource for application environment. | +#### AzureContainerInstanceCompute + +##### Properties + +| Property | Type | Description | +|----------|------|-------------| +| **kind** | 'aci' | Discriminator property for EnvironmentCompute.
_(Required)_ | +| **resourceGroup** | string | The resource group to use for the environment. | + #### KubernetesCompute ##### Properties @@ -133,7 +142,8 @@ description: "Detailed reference documentation for applications.dapr/configurati | Property | Type | Description | |----------|------|-------------| -| **kind** | 'azure.com.workload' | 'undefined' | IdentitySettingKind is the kind of supported external identity setting
_(Required)_ | +| **kind** | 'azure.com.workload' | 'systemAssigned' | 'systemAssignedUserAssigned' | 'undefined' | 'userAssigned' | IdentitySettingKind is the kind of supported external identity setting
_(Required)_ | +| **managedIdentity** | string[] | The list of user assigned managed identities | | **oidcIssuer** | string | The URI for your compute platform's OIDC issuer | | **resource** | string | The resource ID of the provisioned identity | diff --git a/docs/content/reference/resources/applications/applications.dapr/2023-10-01-preview/pubsubbrokers/index.md b/docs/content/reference/resources/applications/applications.dapr/2023-10-01-preview/pubsubbrokers/index.md index b16c8af35..1007c4464 100644 --- a/docs/content/reference/resources/applications/applications.dapr/2023-10-01-preview/pubsubbrokers/index.md +++ b/docs/content/reference/resources/applications/applications.dapr/2023-10-01-preview/pubsubbrokers/index.md @@ -117,6 +117,15 @@ description: "Detailed reference documentation for applications.dapr/pubsubbroke | **identity** | [IdentitySettings](#identitysettings) | IdentitySettings is the external identity setting. | | **resourceId** | string | The resource id of the compute resource for application environment. | +#### AzureContainerInstanceCompute + +##### Properties + +| Property | Type | Description | +|----------|------|-------------| +| **kind** | 'aci' | Discriminator property for EnvironmentCompute.
_(Required)_ | +| **resourceGroup** | string | The resource group to use for the environment. | + #### KubernetesCompute ##### Properties @@ -133,7 +142,8 @@ description: "Detailed reference documentation for applications.dapr/pubsubbroke | Property | Type | Description | |----------|------|-------------| -| **kind** | 'azure.com.workload' | 'undefined' | IdentitySettingKind is the kind of supported external identity setting
_(Required)_ | +| **kind** | 'azure.com.workload' | 'systemAssigned' | 'systemAssignedUserAssigned' | 'undefined' | 'userAssigned' | IdentitySettingKind is the kind of supported external identity setting
_(Required)_ | +| **managedIdentity** | string[] | The list of user assigned managed identities | | **oidcIssuer** | string | The URI for your compute platform's OIDC issuer | | **resource** | string | The resource ID of the provisioned identity | diff --git a/docs/content/reference/resources/applications/applications.dapr/2023-10-01-preview/secretstores/index.md b/docs/content/reference/resources/applications/applications.dapr/2023-10-01-preview/secretstores/index.md index e82edb795..72920db2c 100644 --- a/docs/content/reference/resources/applications/applications.dapr/2023-10-01-preview/secretstores/index.md +++ b/docs/content/reference/resources/applications/applications.dapr/2023-10-01-preview/secretstores/index.md @@ -99,6 +99,15 @@ description: "Detailed reference documentation for applications.dapr/secretstore | **identity** | [IdentitySettings](#identitysettings) | IdentitySettings is the external identity setting. | | **resourceId** | string | The resource id of the compute resource for application environment. | +#### AzureContainerInstanceCompute + +##### Properties + +| Property | Type | Description | +|----------|------|-------------| +| **kind** | 'aci' | Discriminator property for EnvironmentCompute.
_(Required)_ | +| **resourceGroup** | string | The resource group to use for the environment. | + #### KubernetesCompute ##### Properties @@ -115,7 +124,8 @@ description: "Detailed reference documentation for applications.dapr/secretstore | Property | Type | Description | |----------|------|-------------| -| **kind** | 'azure.com.workload' | 'undefined' | IdentitySettingKind is the kind of supported external identity setting
_(Required)_ | +| **kind** | 'azure.com.workload' | 'systemAssigned' | 'systemAssignedUserAssigned' | 'undefined' | 'userAssigned' | IdentitySettingKind is the kind of supported external identity setting
_(Required)_ | +| **managedIdentity** | string[] | The list of user assigned managed identities | | **oidcIssuer** | string | The URI for your compute platform's OIDC issuer | | **resource** | string | The resource ID of the provisioned identity | diff --git a/docs/content/reference/resources/applications/applications.dapr/2023-10-01-preview/statestores/index.md b/docs/content/reference/resources/applications/applications.dapr/2023-10-01-preview/statestores/index.md index 9a5361901..f84513746 100644 --- a/docs/content/reference/resources/applications/applications.dapr/2023-10-01-preview/statestores/index.md +++ b/docs/content/reference/resources/applications/applications.dapr/2023-10-01-preview/statestores/index.md @@ -117,6 +117,15 @@ description: "Detailed reference documentation for applications.dapr/statestores | **identity** | [IdentitySettings](#identitysettings) | IdentitySettings is the external identity setting. | | **resourceId** | string | The resource id of the compute resource for application environment. | +#### AzureContainerInstanceCompute + +##### Properties + +| Property | Type | Description | +|----------|------|-------------| +| **kind** | 'aci' | Discriminator property for EnvironmentCompute.
_(Required)_ | +| **resourceGroup** | string | The resource group to use for the environment. | + #### KubernetesCompute ##### Properties @@ -133,7 +142,8 @@ description: "Detailed reference documentation for applications.dapr/statestores | Property | Type | Description | |----------|------|-------------| -| **kind** | 'azure.com.workload' | 'undefined' | IdentitySettingKind is the kind of supported external identity setting
_(Required)_ | +| **kind** | 'azure.com.workload' | 'systemAssigned' | 'systemAssignedUserAssigned' | 'undefined' | 'userAssigned' | IdentitySettingKind is the kind of supported external identity setting
_(Required)_ | +| **managedIdentity** | string[] | The list of user assigned managed identities | | **oidcIssuer** | string | The URI for your compute platform's OIDC issuer | | **resource** | string | The resource ID of the provisioned identity | diff --git a/docs/content/reference/resources/applications/applications.datastores/2023-10-01-preview/mongodatabases/index.md b/docs/content/reference/resources/applications/applications.datastores/2023-10-01-preview/mongodatabases/index.md index 3e5951017..1da6a288d 100644 --- a/docs/content/reference/resources/applications/applications.datastores/2023-10-01-preview/mongodatabases/index.md +++ b/docs/content/reference/resources/applications/applications.datastores/2023-10-01-preview/mongodatabases/index.md @@ -90,6 +90,15 @@ description: "Detailed reference documentation for applications.datastores/mongo | **identity** | [IdentitySettings](#identitysettings) | IdentitySettings is the external identity setting. | | **resourceId** | string | The resource id of the compute resource for application environment. | +#### AzureContainerInstanceCompute + +##### Properties + +| Property | Type | Description | +|----------|------|-------------| +| **kind** | 'aci' | Discriminator property for EnvironmentCompute.
_(Required)_ | +| **resourceGroup** | string | The resource group to use for the environment. | + #### KubernetesCompute ##### Properties @@ -106,7 +115,8 @@ description: "Detailed reference documentation for applications.datastores/mongo | Property | Type | Description | |----------|------|-------------| -| **kind** | 'azure.com.workload' | 'undefined' | IdentitySettingKind is the kind of supported external identity setting
_(Required)_ | +| **kind** | 'azure.com.workload' | 'systemAssigned' | 'systemAssignedUserAssigned' | 'undefined' | 'userAssigned' | IdentitySettingKind is the kind of supported external identity setting
_(Required)_ | +| **managedIdentity** | string[] | The list of user assigned managed identities | | **oidcIssuer** | string | The URI for your compute platform's OIDC issuer | | **resource** | string | The resource ID of the provisioned identity | diff --git a/docs/content/reference/resources/applications/applications.datastores/2023-10-01-preview/rediscaches/index.md b/docs/content/reference/resources/applications/applications.datastores/2023-10-01-preview/rediscaches/index.md index bc72be968..a1012b567 100644 --- a/docs/content/reference/resources/applications/applications.datastores/2023-10-01-preview/rediscaches/index.md +++ b/docs/content/reference/resources/applications/applications.datastores/2023-10-01-preview/rediscaches/index.md @@ -91,6 +91,15 @@ description: "Detailed reference documentation for applications.datastores/redis | **identity** | [IdentitySettings](#identitysettings) | IdentitySettings is the external identity setting. | | **resourceId** | string | The resource id of the compute resource for application environment. | +#### AzureContainerInstanceCompute + +##### Properties + +| Property | Type | Description | +|----------|------|-------------| +| **kind** | 'aci' | Discriminator property for EnvironmentCompute.
_(Required)_ | +| **resourceGroup** | string | The resource group to use for the environment. | + #### KubernetesCompute ##### Properties @@ -107,7 +116,8 @@ description: "Detailed reference documentation for applications.datastores/redis | Property | Type | Description | |----------|------|-------------| -| **kind** | 'azure.com.workload' | 'undefined' | IdentitySettingKind is the kind of supported external identity setting
_(Required)_ | +| **kind** | 'azure.com.workload' | 'systemAssigned' | 'systemAssignedUserAssigned' | 'undefined' | 'userAssigned' | IdentitySettingKind is the kind of supported external identity setting
_(Required)_ | +| **managedIdentity** | string[] | The list of user assigned managed identities | | **oidcIssuer** | string | The URI for your compute platform's OIDC issuer | | **resource** | string | The resource ID of the provisioned identity | diff --git a/docs/content/reference/resources/applications/applications.datastores/2023-10-01-preview/sqldatabases/index.md b/docs/content/reference/resources/applications/applications.datastores/2023-10-01-preview/sqldatabases/index.md index 518c27617..f4a52ae62 100644 --- a/docs/content/reference/resources/applications/applications.datastores/2023-10-01-preview/sqldatabases/index.md +++ b/docs/content/reference/resources/applications/applications.datastores/2023-10-01-preview/sqldatabases/index.md @@ -90,6 +90,15 @@ description: "Detailed reference documentation for applications.datastores/sqlda | **identity** | [IdentitySettings](#identitysettings) | IdentitySettings is the external identity setting. | | **resourceId** | string | The resource id of the compute resource for application environment. | +#### AzureContainerInstanceCompute + +##### Properties + +| Property | Type | Description | +|----------|------|-------------| +| **kind** | 'aci' | Discriminator property for EnvironmentCompute.
_(Required)_ | +| **resourceGroup** | string | The resource group to use for the environment. | + #### KubernetesCompute ##### Properties @@ -106,7 +115,8 @@ description: "Detailed reference documentation for applications.datastores/sqlda | Property | Type | Description | |----------|------|-------------| -| **kind** | 'azure.com.workload' | 'undefined' | IdentitySettingKind is the kind of supported external identity setting
_(Required)_ | +| **kind** | 'azure.com.workload' | 'systemAssigned' | 'systemAssignedUserAssigned' | 'undefined' | 'userAssigned' | IdentitySettingKind is the kind of supported external identity setting
_(Required)_ | +| **managedIdentity** | string[] | The list of user assigned managed identities | | **oidcIssuer** | string | The URI for your compute platform's OIDC issuer | | **resource** | string | The resource ID of the provisioned identity | diff --git a/docs/content/reference/resources/applications/applications.messaging/2023-10-01-preview/rabbitmqqueues/index.md b/docs/content/reference/resources/applications/applications.messaging/2023-10-01-preview/rabbitmqqueues/index.md index e19541980..e0acd8be0 100644 --- a/docs/content/reference/resources/applications/applications.messaging/2023-10-01-preview/rabbitmqqueues/index.md +++ b/docs/content/reference/resources/applications/applications.messaging/2023-10-01-preview/rabbitmqqueues/index.md @@ -92,6 +92,15 @@ description: "Detailed reference documentation for applications.messaging/rabbit | **identity** | [IdentitySettings](#identitysettings) | IdentitySettings is the external identity setting. | | **resourceId** | string | The resource id of the compute resource for application environment. | +#### AzureContainerInstanceCompute + +##### Properties + +| Property | Type | Description | +|----------|------|-------------| +| **kind** | 'aci' | Discriminator property for EnvironmentCompute.
_(Required)_ | +| **resourceGroup** | string | The resource group to use for the environment. | + #### KubernetesCompute ##### Properties @@ -108,7 +117,8 @@ description: "Detailed reference documentation for applications.messaging/rabbit | Property | Type | Description | |----------|------|-------------| -| **kind** | 'azure.com.workload' | 'undefined' | IdentitySettingKind is the kind of supported external identity setting
_(Required)_ | +| **kind** | 'azure.com.workload' | 'systemAssigned' | 'systemAssignedUserAssigned' | 'undefined' | 'userAssigned' | IdentitySettingKind is the kind of supported external identity setting
_(Required)_ | +| **managedIdentity** | string[] | The list of user assigned managed identities | | **oidcIssuer** | string | The URI for your compute platform's OIDC issuer | | **resource** | string | The resource ID of the provisioned identity |