Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions infra/main.bicep
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// // ========== main.bicep ========== //
// Updated: Force deploy workflow trigger
targetScope = 'resourceGroup'

metadata name = 'Multi-Agent Custom Automation Engine'
Expand All @@ -10,6 +11,7 @@ metadata description = '''This module contains the resources required to deploy
@description('Optional. A unique application/solution name for all resources in this deployment. This should be 3-16 characters long.')
@minLength(3)
@maxLength(16)
// Test change to trigger deploy workflowghh
param solutionName string = 'macae'

@maxLength(5)
Expand Down
Loading