You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix DeploymentTemplate: cross-tenant endpoint resolution and update round-trip for immutable fields (#46719)
* Fix DT update: cross-tenant endpoint resolution and round-trip for immutable fields
* Add display_name support to DeploymentTemplate entity and schema
* Revert "Add display_name support to DeploymentTemplate entity and schema"
This reverts commit 6ce4d07.
* Add changelog entries for DT bug fixes
* Fix pylint line-too-long and black formatting issues
Copy file name to clipboardExpand all lines: sdk/ml/azure-ai-ml/CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,9 @@
6
6
7
7
### Bugs Fixed
8
8
9
+
- Fixed cross-tenant registry endpoint resolution for deployment template operations by using the registry discovery API instead of ARM calls.
10
+
- Fixed deployment template update failing with immutable field errors by ensuring `allowedInstanceType` and `allowedEnvironmentVariableOverrides` are properly round-tripped during serialization.
0 commit comments