Skip to content

Commit 920df1e

Browse files
ravindradongadeRavindra Dongade
authored andcommitted
updated the api version to 2025-06-01 (Azure#9296)
Co-authored-by: Ravindra Dongade <rdongade@microsoft.com>
1 parent 5f4f4e4 commit 920df1e

File tree

1 file changed

+3
-3
lines changed
  • src/workload-orchestration/azext_workload_orchestration/aaz/latest/workload_orchestration/solution_template

1 file changed

+3
-3
lines changed

src/workload-orchestration/azext_workload_orchestration/aaz/latest/workload_orchestration/solution_template/_bulk_deploy_solution.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ class BulkDeploySolution(AAZCommand):
2121
"""
2222

2323
_aaz_info = {
24-
"version": "2025-08-01",
24+
"version": "2025-06-01",
2525
"resources": [
26-
["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/Microsoft.Edge/solutiontemplates/{}/versions/{}/bulkdeploysolution", "2025-08-01"],
26+
["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/Microsoft.Edge/solutiontemplates/{}/versions/{}/bulkdeploysolution", "2025-06-01"],
2727
]
2828
}
2929

@@ -231,7 +231,7 @@ def url_parameters(self):
231231
def query_parameters(self):
232232
parameters = {
233233
**self.serialize_query_param(
234-
"api-version", "2025-08-01",
234+
"api-version", "2025-06-01",
235235
required=True,
236236
),
237237
}

0 commit comments

Comments
 (0)