This repository was archived by the owner on Aug 4, 2022. It is now read-only.
Tags: microsoft/SCMScaleUnitDevTools
Tags
Bump Azure.Storage.Blobs in /src/ScaleUnitManagement (#161) Bumps [Azure.Storage.Blobs](https://github.com/Azure/azure-sdk-for-net) from 12.9.1 to 12.13.0. - [Release notes](https://github.com/Azure/azure-sdk-for-net/releases) - [Commits](Azure/azure-sdk-for-net@Azure.Storage.Blobs_12.9.1...Azure.Storage.Blobs_12.13.0) --- updated-dependencies: - dependency-name: Azure.Storage.Blobs dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Oscar Faixat <osfaixat@microsoft.com>
Make emergency transition independent of the spoke (#155) * Make emergency transition independent of the spoke Improve visibility for the user. Check if there are no EnvironmentOverrides already on the workload. * Specify log descriptions * Make console output more clear
Use 'ScaleUnitPipeline' user for the interAOS app (#154) * Use 'ScaleUnitPipeline' user for the interAOS app Inserting the interAOS appId into SYSAADCLIENTTABLE will use the user 'ScaleUnitPipeline' if it exists, otherwise 'Admin' * Remove unnecessary field
Use System.CommandLine for CLI arguments (#153) * Use System.CommandLine for CLI arguments Arguments are interepreted by the ArgumentHandler using the framework System.CommandLine. All options are unchanged. * Using DragonFruit to reduce boilerplate * nit: fixing indentation. * Add documentation comment and changing access of DevToolMenu
Enable updating the allowlisted apps after importing a db (#135) * Enable updating the whitelisted apps after importing a db (#135) * Change setup step to update table instead of inserting The AADApp step can now be used in isolation after importing a database to update the whitelisted apps, both for scale units and the interAOS app. * Rename whitelisting to applylisting Complying with diversity policies * Throw exception if user does not exist No longer tries to identify old records based on the appName. If the appId is not in the table, then a new entry is created. * Change location of error handling Co-authored-by: Antonstockmarr <43210147+Antonstockmarr@users.noreply.github.com>
Automate pipeline management (#147) * Extract business logic from UI menus to Actions. Correcting name spaces to match folder structure * Fix naming issues * Enable draining and starting the pipelines from the command line * Create Action for running initialization steps Separate the logic of creating and running steps from the EnableScaleUnitFeature menu, making it simpler and more decoupled. * Move deployer to Utilities folder Use StepGenerator in Deployer * Fix import path * Use GetScaleUnitId in menus Also change access modifiers for IAction
PreviousNext