Skip to content

Commit 97d1338

Browse files
author
Shane Fu
committed
fix client.tsp import
1 parent 68ca64f commit 97d1338

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

specification/storagediscovery/Microsoft.StorageDiscovery.Management/client.tsp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import "./main.tsp";
21
import "./workspace.tsp";
32
import "./report.tsp";
43
import "@azure-tools/typespec-client-generator-core";

specification/storagediscovery/Microsoft.StorageDiscovery.Management/main.tsp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import "./versions.tsp";
77
import "./workspace.tsp";
88
import "./report.tsp";
99
import "./models.tsp";
10+
import "./client.tsp";
1011

1112
using Azure.ResourceManager;
1213
using TypeSpec.Versioning;

specification/storagediscovery/Microsoft.StorageDiscovery.Management/versions.tsp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@ using TypeSpec.Versioning;
88
namespace Microsoft.StorageDiscovery;
99

1010
enum ApiVersion {
11+
@useDependency(Azure.ResourceManager.Versions.v1_0_Preview_1)
1112
@armCommonTypesVersion(Azure.ResourceManager.CommonTypes.Versions.v6)
1213
v2025_06_01_preview: "2025-06-01-preview",
1314

15+
@useDependency(Azure.ResourceManager.Versions.v1_0_Preview_1)
1416
@armCommonTypesVersion(Azure.ResourceManager.CommonTypes.Versions.v5)
1517
v2025_09_01: "2025-09-01",
1618
}

0 commit comments

Comments
 (0)