MilesHolland
MilesHolland
# Description As part of a broader initiative to allow users to treat 'property bag' objects like dictionaries, this PR updates the AML utility mixin called the "DictMixin" to fully...
# Description Includes changes from 3 separate closed source PRs, merged into 1 for convenience's sake: - Minor fix to registry list operation behavior to deal with a bug caught...
# Description Minor changes to the registry LIST operation's SDK code to use the autorest 'list' function instead of the 'list_by_subscription' function, which although preferrable, doesn't have an implemented backend...
# ARM (Control Plane) API Specification Update Pull Request ## PR review workflow diagram Please understand this diagram before proceeding. It explains how to get your PR approved & merged....
# ARM (Control Plane) API Specification Update Pull Request ## PR review workflow diagram Please understand this diagram before proceeding. It explains how to get your PR approved & merged....
# Description Please add an informative description that covers that changes made by the pull request and link all relevant issues. If an SDK is being regenerated based on a...
# Description: - Make a bunch of changes to the ARM template underlying workspaces - Connections to AOAI and content safety are no longer automatically created. - Container registries and...
I didn't realize that unlike all other workspace connection classes and functions, the load_workspace_connection function was NOT experimental, so I shouldn't have renamed it so carelessly. I'm re-adding it back...
Quick fix to make sure that older workspaces can still be updated properly. A full 'proper' fix would've required switching the restclient `begin_create` call with `begin_create_or_update`, but that had some...
Adds some extra error checking to when we try to load an evaluator to recognize when a loaded evaluator has relative imports (which fail post-load in a non-trivial-to-fix way due...