Skip to content

Commit 0a20b46

Browse files
committed
update Library_Inventory.md
1 parent 829befa commit 0a20b46

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

doc/GeneratorMigration/Library_Inventory.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22

33
## Summary
44

5-
- Total libraries: 418
5+
- Total libraries: 421
66
- Management Plane (Swagger): 162
7-
- Management Plane (TSP-Old): 43
7+
- Management Plane (TSP-Old): 42
88
- Management Plane (TypeSpec - @azure-typespec/http-client-csharp): 0
9-
- Management Plane (TypeSpec - @azure-typespec/http-client-csharp-mgmt): 20
9+
- Management Plane (TypeSpec - @azure-typespec/http-client-csharp-mgmt): 21
1010
- Management Plane (TypeSpec - @typespec/http-client-csharp): 0
1111
- Management Plane (TypeSpec - Unknown TypeSpec Generator: eng/emitter-package.json): 0
12-
- Data Plane (Swagger): 110
12+
- Data Plane (Swagger): 111
1313
- Data Plane (TSP-Old): 18
1414
- Data Plane (TypeSpec - @azure-typespec/http-client-csharp): 12
1515
- Data Plane (TypeSpec - @azure-typespec/http-client-csharp-mgmt): 0
1616
- Data Plane (TypeSpec - @typespec/http-client-csharp): 2
1717
- Data Plane (TypeSpec - Unknown TypeSpec Generator: eng/emitter-package.json): 1
18-
- No generator: 50
18+
- No generator: 52
1919

2020

2121
## Data Plane Libraries using TypeSpec (@azure-typespec/http-client-csharp)
@@ -85,10 +85,11 @@ TypeSpec with old generator is detected by the presence of a tsp-location.yaml f
8585

8686
## Data Plane Libraries using Swagger
8787

88-
Total: 110
88+
Total: 111
8989

9090
| Service | Library | Path |
9191
| ------- | ------- | ---- |
92+
| agentserver | Azure.AI.AgentServer.Contracts | sdk/agentserver/Azure.AI.AgentServer.Contracts |
9293
| agrifood | Azure.Verticals.AgriFood.Farming | sdk/agrifood/Azure.Verticals.AgriFood.Farming |
9394
| attestation | Azure.Security.Attestation | sdk/attestation/Azure.Security.Attestation |
9495
| cognitivelanguage | Azure.AI.Language.QuestionAnswering | sdk/cognitivelanguage/Azure.AI.Language.QuestionAnswering |
@@ -203,14 +204,15 @@ Total: 110
203204

204205
## Management Plane Libraries using TypeSpec (@azure-typespec/http-client-csharp-mgmt)
205206

206-
TypeSpec with @azure-typespec/http-client-csharp-mgmt generator is detected by the presence of a tsp-location.yaml file with an emitterPackageJsonPath value referencing @azure-typespec/http-client-csharp-mgmt, or through special handling for specific libraries. Total: 20
207+
TypeSpec with @azure-typespec/http-client-csharp-mgmt generator is detected by the presence of a tsp-location.yaml file with an emitterPackageJsonPath value referencing @azure-typespec/http-client-csharp-mgmt, or through special handling for specific libraries. Total: 21
207208

208209
| Service | Library | Path |
209210
| ------- | ------- | ---- |
210211
| agricultureplatform | Azure.ResourceManager.AgriculturePlatform | sdk/agricultureplatform/Azure.ResourceManager.AgriculturePlatform |
211212
| arizeaiobservabilityeval | Azure.ResourceManager.ArizeAIObservabilityEval | sdk/arizeaiobservabilityeval/Azure.ResourceManager.ArizeAIObservabilityEval |
212213
| cloudhealth | Azure.ResourceManager.CloudHealth | sdk/cloudhealth/Azure.ResourceManager.CloudHealth |
213214
| computerecommender | Azure.ResourceManager.Compute.Recommender | sdk/computerecommender/Azure.ResourceManager.Compute.Recommender |
215+
| connectedcache | Azure.ResourceManager.ConnectedCache | sdk/connectedcache/Azure.ResourceManager.ConnectedCache |
214216
| dellstorage | Azure.ResourceManager.Dell.Storage | sdk/dellstorage/Azure.ResourceManager.Dell.Storage |
215217
| dependencymap | Azure.ResourceManager.DependencyMap | sdk/dependencymap/Azure.ResourceManager.DependencyMap |
216218
| deviceregistry | Azure.ResourceManager.DeviceRegistry | sdk/deviceregistry/Azure.ResourceManager.DeviceRegistry |
@@ -231,7 +233,7 @@ TypeSpec with @azure-typespec/http-client-csharp-mgmt generator is detected by t
231233

232234
## Management Plane Libraries using TypeSpec (Old Generator)
233235

234-
TypeSpec with old generator is detected by the presence of a tsp-location.yaml file without an emitterPackageJsonPath value, tspconfig.yaml file, tsp directory, or *.tsp files. Total: 43
236+
TypeSpec with old generator is detected by the presence of a tsp-location.yaml file without an emitterPackageJsonPath value, tspconfig.yaml file, tsp directory, or *.tsp files. Total: 42
235237

236238
| Service | Library | Path |
237239
| ------- | ------- | ---- |
@@ -241,7 +243,6 @@ TypeSpec with old generator is detected by the presence of a tsp-location.yaml f
241243
| chaos | Azure.ResourceManager.Chaos | sdk/chaos/Azure.ResourceManager.Chaos |
242244
| computefleet | Azure.ResourceManager.ComputeFleet | sdk/computefleet/Azure.ResourceManager.ComputeFleet |
243245
| computeschedule | Azure.ResourceManager.ComputeSchedule | sdk/computeschedule/Azure.ResourceManager.ComputeSchedule |
244-
| connectedcache | Azure.ResourceManager.ConnectedCache | sdk/connectedcache/Azure.ResourceManager.ConnectedCache |
245246
| containerorchestratorruntime | Azure.ResourceManager.ContainerOrchestratorRuntime | sdk/containerorchestratorruntime/Azure.ResourceManager.ContainerOrchestratorRuntime |
246247
| databasewatcher | Azure.ResourceManager.DatabaseWatcher | sdk/databasewatcher/Azure.ResourceManager.DatabaseWatcher |
247248
| databox | Azure.ResourceManager.DataBox | sdk/databox/Azure.ResourceManager.DataBox |
@@ -452,10 +453,12 @@ Total: 162
452453

453454
## Libraries with No Generator
454455

455-
Libraries with no generator have neither autorest.md nor tsp-location.yaml files. Total: 50
456+
Libraries with no generator have neither autorest.md nor tsp-location.yaml files. Total: 52
456457

457458
| Service | Library | Path |
458459
| ------- | ------- | ---- |
460+
| agentserver | Azure.AI.AgentServer.AgentFramework | sdk/agentserver/Azure.AI.AgentServer.AgentFramework |
461+
| agentserver | Azure.AI.AgentServer.Core | sdk/agentserver/Azure.AI.AgentServer.Core |
459462
| ai | Azure.AI.Inference | sdk/ai/Azure.AI.Inference |
460463
| cloudmachine | Azure.Projects | sdk/cloudmachine/Azure.Projects |
461464
| cloudmachine | Azure.Projects.AI | sdk/cloudmachine/Azure.Projects.AI |

0 commit comments

Comments
 (0)