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
Copy file name to clipboardExpand all lines: specification/azureresiliencemanagement/resource-manager/Microsoft.AzureResilienceManagement/AzureResilienceManagement/models/drill/drill.models.tsp
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -697,7 +697,8 @@ model ValidateForExecutionProperties {
697
697
698
698
@doc("Physiscal Source locations from where resources to be failed-over or faulted.")
699
699
@added(Versions.v2026_03_01_preview)
700
-
sourceLocations:string[];
700
+
@madeOptional(Versions.v2026_06_01_preview)
701
+
sourceLocations?:string[];
701
702
}
702
703
703
704
@doc("Request body of the Validate For Execute Action of Drill.")
Copy file name to clipboardExpand all lines: specification/azureresiliencemanagement/resource-manager/Microsoft.AzureResilienceManagement/AzureResilienceManagement/preview/2026-06-01-preview/openapi.json
0 commit comments