We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1224752 + 9002d23 commit ebc5565Copy full SHA for ebc5565
Deployment/scripts/aihub_scripts/create_ai_hub.py
@@ -105,5 +105,6 @@ def get_secrets_from_kv(kv_name, secret_name):
105
)
106
107
aisearch_connection.tags["ResourceId"] = f"/subscriptions/{subscription_id}/resourceGroups/{resource_group_name}/providers/Microsoft.Search/searchServices/{ai_search_res_name}"
108
+aisearch_connection.tags["ApiVersion"] = "2023-07-01-preview"
109
110
ml_client.connections.create_or_update(aisearch_connection)
0 commit comments