File tree Expand file tree Collapse file tree 7 files changed +13
-7
lines changed
specification/keyvault/data-plane/Administration Expand file tree Collapse file tree 7 files changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ import "@typespec/rest";
44import "@typespec/versioning" ;
55import "@azure-tools/typespec-azure-core" ;
66import "../common/common.tsp" ;
7+ import "../main.tsp" ;
78
89using TypeSpec .Http ;
910using TypeSpec .OpenAPI ;
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ import "@azure-tools/typespec-client-generator-core";
33import "@typespec/rest" ;
44import "@typespec/versioning" ;
55import "./models.tsp" ;
6+ import "../main.tsp" ;
67
78using TypeSpec .Http ;
89using TypeSpec .Rest ;
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ import "@typespec/versioning";
44import "@azure-tools/typespec-azure-core" ;
55import "@azure-tools/typespec-client-generator-core" ;
66import "../common/common.tsp" ;
7+ import "../main.tsp" ;
78
89using TypeSpec .Http ;
910using TypeSpec .Rest ;
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ import "@azure-tools/typespec-azure-core";
22import "@azure-tools/typespec-client-generator-core" ;
33import "@typespec/rest" ;
44import "./models.tsp" ;
5+ import "../main.tsp" ;
56
67using TypeSpec .Http ;
78using Azure .ClientGenerator .Core ;
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ import "@typespec/openapi";
33import "@typespec/rest" ;
44import "@azure-tools/typespec-azure-core" ;
55import "../common/common.tsp" ;
6+ import "../main.tsp" ;
67
78using TypeSpec .Http ;
89using TypeSpec .OpenAPI ;
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ import "@typespec/openapi";
33import "@typespec/rest" ;
44import "@typespec/versioning" ;
55import "./models.tsp" ;
6+ import "../main.tsp" ;
67
78using TypeSpec .Http ;
89using TypeSpec .OpenAPI ;
Original file line number Diff line number Diff line change @@ -9,31 +9,31 @@ import "@typespec/http";
99import "@typespec/versioning" ;
1010import "@azure-tools/typespec-azure-core" ;
1111import "@typespec/openapi" ;
12-
12+
1313// Import common definitions
1414import "./common/common.tsp" ;
15-
15+
1616// Import BackupRestore module
1717import "./BackupRestore/models.tsp" ;
1818import "./BackupRestore/routes.tsp" ;
1919import "./BackupRestore/client.tsp" ;
20-
20+
2121// Import RBAC module
2222import "./RBAC/models.tsp" ;
2323import "./RBAC/routes.tsp" ;
2424import "./RBAC/client.tsp" ;
25-
25+
2626// Import Settings module
2727import "./Settings/models.tsp" ;
2828import "./Settings/routes.tsp" ;
2929import "./Settings/client.tsp" ;
30-
30+
3131// Import the main administration definitions (for compatibility)
3232import "./administration.tsp" ;
33-
33+
3434// Import client customizations
3535import "./client.tsp" ;
36-
36+
3737using TypeSpec .Http ;
3838using TypeSpec .Rest ;
3939using TypeSpec .Versioning ;
You can’t perform that action at this time.
0 commit comments