Skip to content

Commit 62c5853

Browse files
fix: add dependency on searchService in searchServiceUpdate module
1 parent e14cfa6 commit 62c5853

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

infra/main_custom.bicep

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -857,6 +857,9 @@ module searchServiceUpdate 'br/public:avm/res/search/search-service:0.12.0' = {
857857
]
858858
: []
859859
}
860+
dependsOn: [
861+
searchService
862+
]
860863
}
861864

862865
// ========== Search Service to AI Services Role Assignment ========== //

0 commit comments

Comments
 (0)