File tree Expand file tree Collapse file tree 2 files changed +9
-17
lines changed
Expand file tree Collapse file tree 2 files changed +9
-17
lines changed Original file line number Diff line number Diff line change @@ -15,3 +15,12 @@ hooks:
1515 windows :
1616 shell : pwsh
1717 run : $timestamp = Get-Date -Format "yyyyMMdd-HHmmss"; $logFile = "azd_preprovision_$timestamp.log"; ./infra/scripts/docker-build.ps1 $env:AZURE_SUBSCRIPTION_ID $env:AZURE_ENV_NAME $env:AZURE_LOCATION $env:AZURE_RESOURCE_GROUP $env:USE_LOCAL_BUILD *>&1 | Tee-Object -FilePath $logFile
18+ postprovision :
19+ posix :
20+ shell : sh
21+ run : sed -i 's/\r$//' ./infra/scripts/post_deployment.sh; ./infra/scripts/post_deployment.sh
22+ interactive : true
23+ windows :
24+ shell : pwsh
25+ run : ./infra/scripts/post_deployment.ps1
26+ interactive : true
Original file line number Diff line number Diff line change @@ -213,23 +213,6 @@ resource aiHub 'Microsoft.MachineLearningServices/workspaces@2023-08-01-preview'
213213 aiServicesDeployments
214214 ]
215215 }
216-
217- resource aiServiceContentUnderstandingConnection 'connections@2024-07-01-preview' = {
218- name : '${aiHubName }-cu-connection-AzureOpenAI'
219- properties : {
220- category : 'AIServices'
221- target : aiServices_CU .properties .endpoint
222- authType : 'AAD'
223- isSharedToAll : true
224- metadata : {
225- ApiType : 'Azure'
226- ResourceId : aiServices_CU .id
227- }
228- }
229- dependsOn : [
230- aiServicesDeployments
231- ]
232- }
233216}
234217
235218resource aiHubProject 'Microsoft.MachineLearningServices/workspaces@2024-01-01-preview' = {
You can’t perform that action at this time.
0 commit comments