fixes for roundtrip tests in Premium SKU#80
Open
EMaher wants to merge 3 commits into
Open
Conversation
Agent-Logs-Url: https://github.com/Azure/apiops-cli/sessions/08964b6c-4c8a-4dda-bcb9-17322e0e16bb Co-authored-by: EMaher <9244742+EMaher@users.noreply.github.com>
56669da to
7146ca8
Compare
This file contains hidden or 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
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.
This pull request introduces several improvements and fixes across the workflow configuration, resource type modeling, dependency graph, and publishing logic, with a focus on supporting workspace resources, improving API revision handling, and enhancing logging and masking practices. The most important changes are grouped below:
Workflow and Logging Enhancements:
log_levelinput to.github/workflows/integration-test.ymlto control PowerShell log verbosity, defaulting toVerbose, and validated allowed values. The default Azure region was changed fromeastus2tocentralus. [1] [2] [3]Workspace Resource Support:
Workspaceresource type, updatedRESOURCE_TYPE_METADATA, and ensured workspace containers are parsed and published correctly before their children. [1] [2] [3] [4]Workspaceas a Tier 1 resource and added relevant dependency edges. [1] [2] [3] [4]API Revision Publishing Logic:
isCurrent: trueinapiInformation.json). Refactored revision publishing to return a count, and added logic to re-apply root metadata for alignment when necessary. [1] [2] [3] [4] [5] [6] [7] [8]Resource Path and Association Handling:
Other Improvements and Fixes:
These changes collectively improve the robustness, security, and maintainability of the codebase, with special attention to workspace resource support and secure logging practices.
Agent-Logs-Url: https://github.com/Azure/apiops-cli/sessions/08964b6c-4c8a-4dda-bcb9-17322e0e16bb
Fixes #58.
Fixes #23