Skip to content

Commit e7a85a5

Browse files
authored
Made SourceLocation optional (#44241)
1 parent ce4c9db commit e7a85a5

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

  • specification/azureresiliencemanagement/resource-manager/Microsoft.AzureResilienceManagement/AzureResilienceManagement

specification/azureresiliencemanagement/resource-manager/Microsoft.AzureResilienceManagement/AzureResilienceManagement/models/drill/drill.models.tsp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,8 @@ model ValidateForExecutionProperties {
697697

698698
@doc("Physiscal Source locations from where resources to be failed-over or faulted.")
699699
@added(Versions.v2026_03_01_preview)
700-
sourceLocations: string[];
700+
@madeOptional(Versions.v2026_06_01_preview)
701+
sourceLocations?: string[];
701702
}
702703

703704
@doc("Request body of the Validate For Execute Action of Drill.")

specification/azureresiliencemanagement/resource-manager/Microsoft.AzureResilienceManagement/AzureResilienceManagement/preview/2026-06-01-preview/openapi.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11016,10 +11016,7 @@
1101611016
"type": "string"
1101711017
}
1101811018
}
11019-
},
11020-
"required": [
11021-
"sourceLocations"
11022-
]
11019+
}
1102311020
},
1102411021
"ValidateForExecutionRequest": {
1102511022
"type": "object",

0 commit comments

Comments
 (0)