-
Notifications
You must be signed in to change notification settings - Fork 13
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: Provide script to upload assemblies into an Integration Account #257
feat: Provide script to upload assemblies into an Integration Account #257
Conversation
✔️ Deploy Preview for arcus-scripting ready! 🔨 Explore the source changes: 7863ca1 🔍 Inspect the deploy log: https://app.netlify.com/sites/arcus-scripting/deploys/61cc59601910ba0007fb2cfa 😎 Browse the preview: https://deploy-preview-257--arcus-scripting.netlify.app |
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.
Wel... wauw, bit blown away with how you got all the stuff (code, tests, docs) right. Great testing of the script, btw. Feels very reliable and safe.
Some miner remarks on my side. Also, I created an PR #248 that also removes the tabs in the unit tests file, so we probably will have some merge conflicts, but no worries 😉 .
Great job!
src/Arcus.Scripting.IntegrationAccount/Scripts/Set-AzIntegrationAccountAssemblies.ps1
Outdated
Show resolved
Hide resolved
src/Arcus.Scripting.IntegrationAccount/Scripts/Set-AzIntegrationAccountAssemblies.ps1
Show resolved
Hide resolved
src/Arcus.Scripting.IntegrationAccount/Scripts/Set-AzIntegrationAccountAssemblies.ps1
Show resolved
Hide resolved
src/Arcus.Scripting.Tests.Integration/Arcus.Scripting.IntegrationAccount.tests.ps1
Outdated
Show resolved
Hide resolved
src/Arcus.Scripting.Tests.Integration/Arcus.Scripting.IntegrationAccount.tests.ps1
Outdated
Show resolved
Hide resolved
src/Arcus.Scripting.Tests.Unit/Arcus.Scripting.IntegrationAccount.tests.ps1
Outdated
Show resolved
Hide resolved
src/Arcus.Scripting.Tests.Unit/Arcus.Scripting.IntegrationAccount.tests.ps1
Outdated
Show resolved
Hide resolved
src/Arcus.Scripting.Tests.Unit/Arcus.Scripting.IntegrationAccount.tests.ps1
Outdated
Show resolved
Hide resolved
src/Arcus.Scripting.Tests.Unit/Arcus.Scripting.IntegrationAccount.tests.ps1
Outdated
Show resolved
Hide resolved
src/Arcus.Scripting.Tests.Unit/Arcus.Scripting.IntegrationAccount.tests.ps1
Outdated
Show resolved
Hide resolved
…ionAccount.tests.ps1 Co-authored-by: Stijn Moreels <[email protected]>
…ionAccount.tests.ps1 Co-authored-by: Stijn Moreels <[email protected]>
…ionAccount.tests.ps1 Co-authored-by: Stijn Moreels <[email protected]>
…ionAccount.tests.ps1 Co-authored-by: Stijn Moreels <[email protected]>
…ionAccount.tests.ps1 Co-authored-by: Stijn Moreels <[email protected]>
…ionAccount.tests.ps1 Co-authored-by: Stijn Moreels <[email protected]>
…unt.tests.ps1 Co-authored-by: Stijn Moreels <[email protected]>
…unt.tests.ps1 Co-authored-by: Stijn Moreels <[email protected]>
…unt.tests.ps1 Co-authored-by: Stijn Moreels <[email protected]>
…unt.tests.ps1 Co-authored-by: Stijn Moreels <[email protected]>
…unt.tests.ps1 Co-authored-by: Stijn Moreels <[email protected]>
Added a script to upload assemblies into an Integration Account, almost entirely based on the already existing scripts to upload schemas and maps into an Integration Account so major props to @mbraekman 🥇
Closes #159