Skip to content

Commit c5dee4c

Browse files
Update Appliances.update override to support Python (Azure#39603)
1 parent 381b558 commit c5dee4c

File tree

1 file changed

+1
-1
lines changed
  • specification/resourceconnector/resource-manager/Microsoft.ResourceConnector/ResourceConnector

1 file changed

+1
-1
lines changed

specification/resourceconnector/resource-manager/Microsoft.ResourceConnector/ResourceConnector/client.tsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ op AppliancesUpdateCustomized(
6969
@body
7070
tags?: Record<string>,
7171
): Appliance;
72-
@@override(Appliances.update, AppliancesUpdateCustomized, "javascript");
72+
@@override(Appliances.update, AppliancesUpdateCustomized, "javascript,python");

0 commit comments

Comments
 (0)