Commit a9b095e
authored
fix(elasticsan): resolve Go SDK breaking changes by moving restoreVolume to Management client (Azure#35969)
- Add @clientLocation decorator to move restoreVolume operation to Management client for Go
- This maintains backward compatibility for existing Go SDK consumers
- Resolves 3 breaking changes identified during TypeSpec migration:
* ClientFactory.NewManagementClient removal
* NewManagementClient removal
* ManagementClient.BeginRestoreVolume removal
- Follows Pattern 4 (Client Organization Changes) from breaking changes guide1 parent bbf2047 commit a9b095e
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
0 commit comments