Skip to content
Merged
Show file tree
Hide file tree
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
3 changes: 3 additions & 0 deletions specification/elasticsan/ElasticSan.Management/client.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,6 @@ using Azure.Core;
@@clientName(PrivateLinkResource, "ElasticSanPrivateLinkResource", "csharp");
@@usage(PrivateLinkResource, Usage.input, "csharp");
@@clientName(restoreVolume, "RestoreVolume", "csharp");

// Move restoreVolume operation to Management client for Go to maintain compatibility
@@clientLocation(Microsoft.ElasticSan.restoreVolume, "Management", "go");
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import "./main.tsp";
import "@azure-tools/typespec-client-generator-core";

using Azure.ClientGenerator.Core;

namespace Microsoft.RecoveryServices;

@@clientLocation(getOperationStatus, Operations, "go");
@@clientLocation(getOperationResult, Operations, "go");
@@clientName(getOperationStatus, "OperationStatusGet", "go");
Loading