Skip to content

Commit

Permalink
Update to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderSehr committed Oct 14, 2024
1 parent ea85316 commit c0d3576
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions avm/ptn/azd/ml-ai-environment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ param searchServiceName = 'maemaxsearch001'
| [`location`](#parameter-location) | string | Location for all Resources. |
| [`logAnalyticsName`](#parameter-loganalyticsname) | string | The Log Analytics resource name. |
| [`openAiConnectionName`](#parameter-openaiconnectionname) | string | The Open AI connection name. |
| [`replicaCount`](#parameter-replicacount) | int | The number of replicas in the search service. If specified, it must be a value between 1 and 12 inclusive for standard SKUs or between 1 and 3 inclusive for basic SKU. |
| [`replicaCount`](#parameter-replicacount) | int | The number of replicas in the search service. If specified, it must be a value between 1 and 12 inclusive for standard SKUs, or between 1 and 3 inclusive for basic SKU. |
| [`searchConnectionName`](#parameter-searchconnectionname) | string | The Azure Search connection name. |
| [`tags`](#parameter-tags) | object | Tags of the resource. |
| [`userAssignedtName`](#parameter-userassignedtname) | string | The User Assigned Identity resource name. |
Expand Down Expand Up @@ -467,7 +467,7 @@ The Open AI connection name.

### Parameter: `replicaCount`

The number of replicas in the search service. If specified, it must be a value between 1 and 12 inclusive for standard SKUs or between 1 and 3 inclusive for basic SKU.
The number of replicas in the search service. If specified, it must be a value between 1 and 12 inclusive for standard SKUs, or between 1 and 3 inclusive for basic SKU.

- Required: No
- Type: int
Expand Down
2 changes: 1 addition & 1 deletion avm/ptn/azd/ml-ai-environment/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ param searchConnectionName string
@description('Optional. The User Assigned Identity resource name.')
param userAssignedtName string

@description('Optional. The number of replicas in the search service. If specified, it must be a value between 1 and 12 inclusive for standard SKUs or between 1 and 3 inclusive for basic SKU.')
@description('Optional. The number of replicas in the search service. If specified, it must be a value between 1 and 12 inclusive for standard SKUs, or between 1 and 3 inclusive for basic SKU.')
@minValue(1)
@maxValue(12)
param replicaCount int = 1
Expand Down
4 changes: 2 additions & 2 deletions avm/ptn/azd/ml-ai-environment/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"_generator": {
"name": "bicep",
"version": "0.30.23.60470",
"templateHash": "149833058937281725"
"templateHash": "8416858318433589408"
},
"name": "Azd Azure Machine Learning Environment",
"description": "Create Azure Machine Learning workspaces of type 'Hub' and 'Project' and their required dependencies.\n\n**Note:** This module is not intended for broad, generic use, as it was designed to cater for the requirements of the AZD CLI product. Feature requests and bug fix requests are welcome if they support the development of the AZD CLI but may not be incorporated if they aim to make this module more generic than what it needs to be for its primary use case.",
Expand Down Expand Up @@ -124,7 +124,7 @@
"minValue": 1,
"maxValue": 12,
"metadata": {
"description": "Optional. The number of replicas in the search service. If specified, it must be a value between 1 and 12 inclusive for standard SKUs or between 1 and 3 inclusive for basic SKU."
"description": "Optional. The number of replicas in the search service. If specified, it must be a value between 1 and 12 inclusive for standard SKUs, or between 1 and 3 inclusive for basic SKU."
}
}
},
Expand Down

0 comments on commit c0d3576

Please sign in to comment.