Enterprise-Scale/.gitignore

18 строки
249 B
Plaintext
Исходник Постоянная ссылка Обычный вид История

# macOS
2020-06-15 13:57:41 +03:00
.DS_Store
# VSCode
2020-06-15 13:57:41 +03:00
.vs
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
*.code-workspace
.vscode/settings.json
Policy refactoring with automation and testing (#1022) * Policy refactoring with automation and testing (#1021) * Adds a new resource library containing individual policy definition and policy set definition resources as individual files * Adds a Bicep template used to programmatically generate a new policies.json file for the eslzArm Portal deployment * The new policies.json template is now designed to universally work across AzureCloud, AzureChinaCloud and AzureUsGovernment clouds * Adds new GitHub Action to automatically regenerate policies.json when relevant changes are detected in a PR * Adds new GitHub Action to perform static code analysis (linting) of the new src folder (also scans eslzArm folder but for reporting only) * Adds a new GitHub Action to perform automated testing of the eslzArm deployment, including a complete deployment and tear-down * Adds an updated version of the original EnterpriseScaleLibraryTools PowerShell module from the Terraform implementation, now rebranded as Alz.Tools and extended to include new functionality needed for broader use (will be re-usable for Terraform and Bicep implementations) * Adds a new GitHub Action to keep the Alz.Tools module up to date with the latest API versions * Includes minor (primarily cosmetic) updates to the eslzArm deployment to improve maintainability and control whilst running programmatically * Update policy refactor (#1026) * Update elements in Portal UI definition to match the parameters set by their output for easier maintenance * Added logic to customize the Portal UI questions based on target Cloud environment, to improve support for `AzureChinaCloud` (_pending update to MG scope deployment_) and `AzureUSGovernment` * Improve consistency across deployment names and update to use `alz-` prefix instead of `EntScale-` * Update description field in `emailContactAsc` parameter across Cloud environments for `Deploy-MDFC-Config` Policy Assignment * Update naming conventions to improve clarity * Consolidate ArmApiControl elements * Add `defaultValue` for `connectivityLocation` element * Add empty defaultValue for sub selectors * Update `defaultValue` for `connectivityLocation` element * Update DIY guidance for AzureChinaCloud * Add further annotations to policies.bicep file * Update what's new page * Fix defaultValue on Subscription selectors * Add step to remove orphaned role assignments * Update script description
2022-09-06 18:50:58 +03:00
# GitHub Super Linter
super-linter.log
src/data/eslzArm.test.deployment.json