We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbf2047 commit a9b095eCopy full SHA for a9b095e
specification/elasticsan/ElasticSan.Management/client.tsp
@@ -67,3 +67,6 @@ using Azure.Core;
67
@@clientName(PrivateLinkResource, "ElasticSanPrivateLinkResource", "csharp");
68
@@usage(PrivateLinkResource, Usage.input, "csharp");
69
@@clientName(restoreVolume, "RestoreVolume", "csharp");
70
+
71
+// Move restoreVolume operation to Management client for Go to maintain compatibility
72
+@@clientLocation(Microsoft.ElasticSan.restoreVolume, "Management", "go");
0 commit comments