Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[AVS] Update client.tsp for python
  • Loading branch information
msyyc authored Jun 18, 2025
commit 291a340a9f09510f0ac3b8cc0107ea7d2c9a0e22
1 change: 1 addition & 0 deletions specification/vmware/Microsoft.AVS.Management/client.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ interface WorkloadNetworks {
deletePortMirroring is WorkloadNetworkPortMirroringProfiles.delete;

#suppress "@azure-tools/typespec-azure-core/casing-style" "Can not change existing name."
@clientName("list_public_ips", "python")
listPublicIPs is WorkloadNetworkPublicIps.list;
#suppress "@azure-tools/typespec-azure-core/casing-style" "Can not change existing name."
@clientName("getPublicIp", "java")
Expand Down
Loading