-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- *UPDATED:* Simplified data object classes and regenerated typed DataSet classes - *UPDATED:* Docker base set to .NET Runtime 8.0 and .NET SDK to 8.0 - *REMOVED:* Removed fall back Settings File Key generation from machine value. Now must be provided via `--settingsfilekey` argument or `sbm-settingsfilekey` Environment variable
- Loading branch information
1 parent
7c51110
commit 78ee834
Showing
52 changed files
with
623 additions
and
245 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
{ | ||
"AuthenticationArgs": { | ||
"AuthenticationType": "Password" | ||
}, | ||
"ConnectionArgs": { | ||
"KeyVaultName": "sbm235keyvault", | ||
"ServiceBusTopicConnectionString": "0WzwQWxjx4WQa5rJTbSb/kPl0YBdfitD73Q1lt/4rX065uiufICp5kSzwrMGSahu139FfgGpCmxpJPDRporxKACd\u002BiaCtwFSmIOAIgcBwfMgC38eoXI/qp2Y9uHG51b97UgdJ9gQXUduMFiAsEh8vxwaije1ZpBFuqNcCu66XOcviiIAq233GFP6UkL89o394LJQqCcsX22QMLEdQOTwXUMYBq5Hz7/46dHhuyaryKIusN3gtrETZiyHrmjF2kLx", | ||
"StorageAccountName": "sbm235storage" | ||
}, | ||
"ContainerAppArgs": { | ||
"EnvironmentName": "sbm235containerappenv", | ||
"SubscriptionId": "0d901325-d643-4db7-ae90-58b4e3834629", | ||
"ResourceGroup": "sbm235-rg", | ||
"Location": "South Central US", | ||
"MaxContainerCount": 10 | ||
}, | ||
"ContainerRegistryArgs": { | ||
"RegistryServer": "sbm235containerregistry.azurecr.io", | ||
"ImageName": "sqlbuildmanager", | ||
"ImageTag": "latest-vNext", | ||
"RegistryUserName": "sbm235containerregistry" | ||
}, | ||
"EventHubArgs": { | ||
"ResourceGroup": "sbm235-rg", | ||
"SubscriptionId": "0d901325-d643-4db7-ae90-58b4e3834629", | ||
"Logging": [ | ||
"EssentialOnly", | ||
"ScriptErrors" | ||
] | ||
}, | ||
"IdentityArgs": { | ||
"IdentityName": "sbm235identity", | ||
"ClientId": "837e7b19-7a0c-4820-9df6-7b6913e4380a", | ||
"ResourceGroup": "sbm235-rg", | ||
"SubscriptionId": "0d901325-d643-4db7-ae90-58b4e3834629", | ||
"TenantId": "16b3c013-d300-468d-ac64-7eda0820b6d3" | ||
}, | ||
"Concurrency": 10, | ||
"ConcurrencyType": "Count", | ||
"TimeoutRetryCount": 0, | ||
"DefaultScriptTimeout": 500 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
{ | ||
"AuthenticationArgs": { | ||
"AuthenticationType": "Password" | ||
}, | ||
"ConnectionArgs": { | ||
"KeyVaultName": "sbm235keyvault", | ||
"ServiceBusTopicConnectionString": "0WzwQWxjx4WQa5rJTbSb/kPl0YBdfitD73Q1lt/4rX065uiufICp5kSzwrMGSahu139FfgGpCmxpJPDRporxKACd\u002BiaCtwFSmIOAIgcBwfMgC38eoXI/qp2Y9uHG51b97UgdJ9gQXUduMFiAsEh8vxwaije1ZpBFuqNcCu66XOcviiIAq233GFP6UkL89o394LJQqCcsX22QMLEdQOTwXUMYBq5Hz7/46dHhuyaryKIusN3gtrETZiyHrmjF2kLx", | ||
"StorageAccountName": "sbm235storage" | ||
}, | ||
"ContainerAppArgs": { | ||
"EnvironmentName": "sbm235containerappenv", | ||
"SubscriptionId": "0d901325-d643-4db7-ae90-58b4e3834629", | ||
"ResourceGroup": "sbm235-rg", | ||
"Location": "South Central US", | ||
"MaxContainerCount": 10 | ||
}, | ||
"ContainerRegistryArgs": { | ||
"RegistryServer": "sbm235containerregistry.azurecr.io", | ||
"ImageName": "sqlbuildmanager", | ||
"ImageTag": "latest-vNext", | ||
"RegistryUserName": "sbm235containerregistry" | ||
}, | ||
"EventHubArgs": { | ||
"ResourceGroup": "sbm235-rg", | ||
"SubscriptionId": "0d901325-d643-4db7-ae90-58b4e3834629", | ||
"Logging": [ | ||
"EssentialOnly", | ||
"ScriptErrors" | ||
] | ||
}, | ||
"IdentityArgs": { | ||
"SubscriptionId": "0d901325-d643-4db7-ae90-58b4e3834629", | ||
"TenantId": "16b3c013-d300-468d-ac64-7eda0820b6d3" | ||
}, | ||
"Concurrency": 10, | ||
"ConcurrencyType": "Count", | ||
"TimeoutRetryCount": 0, | ||
"DefaultScriptTimeout": 500 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
src/SqlBuildManager.Console.ExternalTest/SqlBuildManager.Console.ExternalTest.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.