File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
specification/storagediscovery/Microsoft.StorageDiscovery.Management Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
- import "./main.tsp" ;
2
1
import "./workspace.tsp" ;
3
2
import "./report.tsp" ;
4
3
import "@azure-tools/typespec-client-generator-core" ;
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ import "./versions.tsp";
7
7
import "./workspace.tsp" ;
8
8
import "./report.tsp" ;
9
9
import "./models.tsp" ;
10
+ import "./client.tsp" ;
10
11
11
12
using Azure .ResourceManager ;
12
13
using TypeSpec .Versioning ;
Original file line number Diff line number Diff line change @@ -8,9 +8,11 @@ using TypeSpec.Versioning;
8
8
namespace Microsoft .StorageDiscovery ;
9
9
10
10
enum ApiVersion {
11
+ @ useDependency (Azure .ResourceManager .Versions .v1_0_Preview_1 )
11
12
@ armCommonTypesVersion (Azure .ResourceManager .CommonTypes .Versions .v6 )
12
13
v2025_06_01_preview : "2025-06-01-preview" ,
13
14
15
+ @ useDependency (Azure .ResourceManager .Versions .v1_0_Preview_1 )
14
16
@ armCommonTypesVersion (Azure .ResourceManager .CommonTypes .Versions .v5 )
15
17
v2025_09_01 : "2025-09-01" ,
16
18
}
You can’t perform that action at this time.
0 commit comments