Skip to content

Commit bb1a8d4

Browse files
authored
Generate .NET sdk for pineconevectordb using new management generator (Azure#52783)
* working in progress. * update spec commit id. * remove temp files. * update library_Inventory.md * regen Library_Inventory.md after rebase. * update commit id in tsp-location.yaml.
1 parent 1f0e3ce commit bb1a8d4

File tree

60 files changed

+2474
-2641
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+2474
-2641
lines changed

doc/GeneratorMigration/Library_Inventory.md

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,17 @@
44

55
- Total libraries: 414
66
- Management Plane (Swagger): 165
7-
- Management Plane (TSP-Old): 55
7+
- Management Plane (TSP-Old): 54
88
- Management Plane (TypeSpec - @azure-typespec/http-client-csharp): 0
9-
- Management Plane (TypeSpec - @azure-typespec/http-client-csharp-mgmt): 4
9+
- Management Plane (TypeSpec - @azure-typespec/http-client-csharp-mgmt): 5
1010
- Management Plane (TypeSpec - @typespec/http-client-csharp): 0
11+
- Management Plane (TypeSpec - Unknown TypeSpec Generator: eng/emitter-package.json): 0
1112
- Data Plane (Swagger): 115
12-
- Data Plane (TSP-Old): 27
13+
- Data Plane (TSP-Old): 26
1314
- Data Plane (TypeSpec - @azure-typespec/http-client-csharp): 8
1415
- Data Plane (TypeSpec - @azure-typespec/http-client-csharp-mgmt): 0
1516
- Data Plane (TypeSpec - @typespec/http-client-csharp): 2
17+
- Data Plane (TypeSpec - Unknown TypeSpec Generator: eng/emitter-package.json): 1
1618
- No generator: 38
1719

1820

@@ -42,13 +44,21 @@ TypeSpec with @typespec/http-client-csharp generator is detected by the presence
4244
| openai | Azure.AI.OpenAI | sdk/openai/Azure.AI.OpenAI |
4345

4446

45-
## Data Plane Libraries using TypeSpec (Old Generator)
47+
## Data Plane Libraries using TypeSpec (Unknown TypeSpec Generator: eng/emitter-package.json)
4648

47-
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: 27
49+
TypeSpec with Unknown TypeSpec Generator: eng/emitter-package.json generator is detected by the presence of a tsp-location.yaml file with an emitterPackageJsonPath value referencing Unknown TypeSpec Generator: eng/emitter-package.json, or through special handling for specific libraries. Total: 1
4850

4951
| Service | Library | Path |
5052
| ------- | ------- | ---- |
5153
| ai | Azure.AI.Agents.Persistent | sdk/ai/Azure.AI.Agents.Persistent |
54+
55+
56+
## Data Plane Libraries using TypeSpec (Old Generator)
57+
58+
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: 26
59+
60+
| Service | Library | Path |
61+
| ------- | ------- | ---- |
5262
| ai | Azure.AI.Inference | sdk/ai/Azure.AI.Inference |
5363
| anomalydetector | Azure.AI.AnomalyDetector | sdk/anomalydetector/Azure.AI.AnomalyDetector |
5464
| batch | Azure.Compute.Batch | sdk/batch/Azure.Compute.Batch |
@@ -202,19 +212,20 @@ Total: 115
202212

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

205-
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: 4
215+
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: 5
206216

207217
| Service | Library | Path |
208218
| ------- | ------- | ---- |
209219
| computerecommender | Azure.ResourceManager.Compute.Recommender | sdk/computerecommender/Azure.ResourceManager.Compute.Recommender |
210220
| hybridkubernetes | Azure.ResourceManager.Kubernetes | sdk/hybridkubernetes/Azure.ResourceManager.Kubernetes |
221+
| pineconevectordb | Azure.ResourceManager.PineconeVectorDB | sdk/pineconevectordb/Azure.ResourceManager.PineconeVectorDB |
211222
| portalservices | Azure.ResourceManager.PortalServicesCopilot | sdk/portalservices/Azure.ResourceManager.PortalServicesCopilot |
212223
| storageactions | Azure.ResourceManager.StorageActions | sdk/storageactions/Azure.ResourceManager.StorageActions |
213224

214225

215226
## Management Plane Libraries using TypeSpec (Old Generator)
216227

217-
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: 55
228+
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: 54
218229

219230
| Service | Library | Path |
220231
| ------- | ------- | ---- |
@@ -252,7 +263,6 @@ TypeSpec with old generator is detected by the presence of a tsp-location.yaml f
252263
| neonpostgres | Azure.ResourceManager.NeonPostgres | sdk/neonpostgres/Azure.ResourceManager.NeonPostgres |
253264
| onlineexperimentation | Azure.ResourceManager.OnlineExperimentation | sdk/onlineexperimentation/Azure.ResourceManager.OnlineExperimentation |
254265
| oracle | Azure.ResourceManager.OracleDatabase | sdk/oracle/Azure.ResourceManager.OracleDatabase |
255-
| pineconevectordb | Azure.ResourceManager.PineconeVectorDB | sdk/pineconevectordb/Azure.ResourceManager.PineconeVectorDB |
256266
| planetarycomputer | Azure.ResourceManager.PlanetaryComputer | sdk/planetarycomputer/Azure.ResourceManager.PlanetaryComputer |
257267
| playwright | Azure.ResourceManager.Playwright | sdk/playwright/Azure.ResourceManager.Playwright |
258268
| purestorageblock | Azure.ResourceManager.PureStorageBlock | sdk/purestorageblock/Azure.ResourceManager.PureStorageBlock |

0 commit comments

Comments
 (0)