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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
1.4.1 (2026-06-15)
Bugs Fixed
Fixed JobRunProperties deserialization to handle empty-string AgentResourceId, SourceResourceId, and TargetResourceId values returned by the service (for example, for cloud-to-cloud jobs that have no agent, or resources in transient states). These previously threw an ArgumentException while polling job runs.
Other Changes
Added model factory methods in ArmStorageMoverModelFactory for existing models (for example, JobDefinitionPatch, ScheduleRecurrence, StorageMoverCredentials, and the endpoint update-property models) to support mocking.