Skip to content

Commit c6dbf7f

Browse files
authored
Merge pull request #2178 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-ai-docs (branch main)
2 parents 94eca75 + 837cc3f commit c6dbf7f

File tree

4 files changed

+16
-6
lines changed

4 files changed

+16
-6
lines changed

articles/machine-learning/azure-machine-learning-release-notes-cli-v2.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,17 @@ In this article, learn about Azure Machine Learning CLI (v2) releases.
2424
__RSS feed__: Get notified when this page is updated by copying and pasting the following URL into your feed reader:
2525
`https://learn.microsoft.com/api/search/rss?search=%22Azure+machine+learning+release+notes-v2%22&locale=en-us`
2626

27+
## 2024-12-17
28+
29+
### Azure Machine Learning CLI (v2) v2.33.0
30+
31+
- `az ml workspace create --provision-network-now`
32+
- Added `--provision-network-now` property to trigger the provisioning of the managed network when creating a workspace with the managed network enabled, or else it does nothing.
33+
- `az ml capability-host`
34+
- Added create operation.
35+
- Added get operation.
36+
- Added delete operation.
37+
2738
## 2024-09-18
2839

2940
### Azure Machine Learning CLI (v2) v2.30.0

articles/machine-learning/concept-model-lifecycle-retirement.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Models in the model catalog are continually refreshed with newer and more capabl
2222
> This article describes deprecation and retirement only for models that can be deployed to __serverless APIs__, not managed compute. To learn more about the differences between deployment to serverless APIs and managed computes, see [Model Catalog and Collections](concept-model-catalog.md).
2323
2424
> [!NOTE]
25-
> Azure OpenAI models in the model catalog are provided through Azure OpenAI Service. For information about Azure Open AI model deprecation and retirement, see the [Azure OpenAI service product documentation](/azure/ai-services/openai/concepts/model-retirements).
25+
> Azure OpenAI models in the model catalog are provided through Azure OpenAI Service. For information about Azure OpenAI model deprecation and retirement, see the [Azure OpenAI service product documentation](/azure/ai-services/openai/concepts/model-retirements).
2626
2727
## Model lifecycle stages
2828

@@ -72,4 +72,4 @@ Models labeled _Retired_ are no longer available for use. You can't create new d
7272
## Related content
7373

7474
- [Model Catalog and Collections](concept-model-catalog.md)
75-
- [Data, privacy, and security for use of models through the Model Catalog](concept-data-privacy.md)
75+
- [Data, privacy, and security for use of models through the Model Catalog](concept-data-privacy.md)

articles/search/includes/quickstarts/python-semantic.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ semantic_config = SemanticConfiguration(
106106
# Create the semantic settings with the configuration
107107
semantic_search = SemanticSearch(configurations=[semantic_config])
108108

109-
semantic_settings = SemanticSearch(configurations=[semantic_config])
110109
scoring_profiles = []
111110
suggester = [{'name': 'sg', 'source_fields': ['Tags', 'Address/City', 'Address/Country']}]
112111

articles/search/search-get-started-portal-import-vectors.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,12 +193,12 @@ The wizard supports Azure AI Vision image retrieval through multimodal embedding
193193

194194
1. Make sure your Azure AI Search service is in the same region.
195195

196-
1. After the service is deployed, go to the resource and select **Access control** to assign the **Cognitive Services OpenAI User** role to your search service's managed identity. Optionally, you can use key-based authentication for the connection.
196+
1. After the service is deployed, go to the resource and select **Access control** to assign the **Cognitive Services User** role to your search service's managed identity. Optionally, you can use key-based authentication for the connection.
197197

198198
After you finish these steps, you should be able to select the Azure AI Vision vectorizer in the **Import and vectorize data** wizard.
199199

200200
> [!NOTE]
201-
> If you can't select an Azure AI Vision vectorizer, make sure you have an Azure AI Vision resource in a supported region. Also make sure that your search service's managed identity has **Cognitive Services OpenAI User** permissions.
201+
> If you can't select an Azure AI Vision vectorizer, make sure you have an Azure AI Vision resource in a supported region. Also make sure that your search service's managed identity has **Cognitive Services User** permissions.
202202
203203
### [Azure AI Foundry model catalog](#tab/model-catalog)
204204

@@ -331,7 +331,7 @@ Chunking is built in and nonconfigurable. The effective settings are:
331331

332332
1. Specify whether you want your search service to authenticate using an API key or managed identity.
333333

334-
+ The identity should have a **Cognitive Services OpenAI User** role on the Azure AI multi-services account.
334+
+ The identity should have a **Cognitive Services User** role on the Azure AI multi-services account.
335335

336336
1. Select the checkbox that acknowledges the billing effects of using these resources.
337337

0 commit comments

Comments
 (0)