-
Notifications
You must be signed in to change notification settings - Fork 97
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
Managed externals #279
Merged
Merged
Managed externals #279
Conversation
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
…nd added Python version information to version.json for the engine
… script to work when it is read-only, updated Bicep templates to read the Python version from the engine folder and adjusted update script to change the app service Python version as necessary
…ng the new API's to support it
…anagement views, added additional API's to support external network management and added ability to jump between config components while keeping context
…o managed-externals
…d Subnets and moved features into proper folder structure
…eservation from UI and linked output from Generator to Reservation creation
…s. CIDR, remove slash as an option for Block names and disabled spell checking on input fields
…ing as root, added ability to create External Network from CIDR size, removed unnecessary permissions from deployment script and optimized code flow for closing dialog boxes in UI
…y sort to be case insensitive
This was referenced Jun 16, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
-Added advanced management for External Networks (outside of Azure)
-Split Configuration section of UI into unique sections
-Added Generator tools to expose next available vNET/Subnet in the UI
-Added ability to create a Reservation from the UI
-Added support for DoD/IL6 Azure cloud
-Switched MSGraph calls from "beta" endpoint to "v1.0"
-Enhanced ZIP asset build script
-Updated NPM modules for UI
-Corrected spelling issues in UI & docs
-Added support for optionally deploying Azure IPAM to an alternative Management Group
-Fixed doc links to not include the "en-us" section so they are location agnostic
-Optimized Dockerfiles for container builds
-Improved error handling when container build fail during deployment script execution
-Added additional build tests to support new API calls
-Enhanced status API by improving environment detection
-Numerous bug fixes across the Engine & UI
[minor]