-
Notifications
You must be signed in to change notification settings - Fork 381
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: DigitalTwin module - Merging originally splitted variants of child-modules into a single instance #4131
base: main
Are you sure you want to change the base?
Conversation
# resourceLocation = '${{ steps.get-resource-location.outputs.resourceLocation }}' | ||
resourceLocation = 'eastus' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# resourceLocation = '${{ steps.get-resource-location.outputs.resourceLocation }}' | |
resourceLocation = 'eastus' | |
resourceLocation = '${{ steps.get-resource-location.outputs.resourceLocation }}' |
once done with the PR...
# resourceLocation = '${{ steps.get-resource-location.outputs.resourceLocation }}' | ||
resourceLocation = 'eastus' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# resourceLocation = '${{ steps.get-resource-location.outputs.resourceLocation }}' | |
resourceLocation = 'eastus' | |
resourceLocation = '${{ steps.get-resource-location.outputs.resourceLocation }}' |
once done with the PR...
# moduleTestFilePaths: "${{ needs.job_initialize_pipeline.outputs.moduleTestFilePaths }}" | ||
moduleTestFilePaths: "[{\"path\":\"tests/e2e/max/main.test.bicep\",\"name\":\"max\"}]" | ||
# moduleTestFilePaths: "[{\"path\":\"tests/e2e/testMe/main.test.bicep\",\"name\":\"testMe\"}]" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# moduleTestFilePaths: "${{ needs.job_initialize_pipeline.outputs.moduleTestFilePaths }}" | |
moduleTestFilePaths: "[{\"path\":\"tests/e2e/max/main.test.bicep\",\"name\":\"max\"}]" | |
# moduleTestFilePaths: "[{\"path\":\"tests/e2e/testMe/main.test.bicep\",\"name\":\"testMe\"}]" | |
moduleTestFilePaths: "${{ needs.job_initialize_pipeline.outputs.moduleTestFilePaths }}" |
once done with the PR...
@@ -428,7 +428,7 @@ function New-TemplateDeployment { | |||
[switch] $DoNotThrow, | |||
|
|||
[Parameter(Mandatory = $false)] | |||
[int] $RetryLimit = 3, | |||
[int] $RetryLimit = 1, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[int] $RetryLimit = 1, | |
[int] $RetryLimit = 3, |
once done with the PR...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To be removed once PR is ready...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To be removed or renamed (including metadata) once PR is done...
Description
endpoint--event-grid
endpoint--event-hub
endpoint--service-bus
Into a single
endpoint
module making heavy use of UDTs & discriminatorsPipeline Reference
Type of Change
version.json
:version.json
.version.json
.