azure-sdk-for-js/sdk/schemaregistry
Jeremy Meng 3a68e456b2 [Samples] update "src/**.ts" to "src/**/*.ts" in tsconfig.json
Previously dev-tool has been fixed to generate correct include path in samples
tsconfig.json but samples were not updated.

This PR fixes the samples tsconfig.json in one run; otherwise with the recent
branch protection policy changes, when individual packages re-publish samples,
js-core team would have to approve the tsconfig.json changes.

***NO_CI***
2024-07-24 13:53:00 +00:00
..
perf-tests/schema-registry-avro [EngSys] remove tsconfig.package.json 2024-07-16 13:27:25 +00:00
schema-registry [Samples] update "src/**.ts" to "src/**/*.ts" in tsconfig.json 2024-07-24 13:53:00 +00:00
schema-registry-avro [Samples] update "src/**.ts" to "src/**/*.ts" in tsconfig.json 2024-07-24 13:53:00 +00:00
schema-registry-json [Samples] update "src/**.ts" to "src/**/*.ts" in tsconfig.json 2024-07-24 13:53:00 +00:00
README.md [schema registry json] Initialize schema registry json library (#26673) 2023-08-08 10:51:02 -07:00
ci.yml [Schema Registry] Add Json package in ci.yml file (#26746) 2023-08-08 23:51:59 +00:00
test-resources.json [Schema Registry] Migrate Test Suite Authentication (#29934) 2024-07-02 12:04:34 -07:00

README.md

Azure Schema Registry client library for JavaScript

We have two client libraries for Azure Schema Registry

  • @azure/schema-registry - The Schema Registry client for storing and retrieving schemas. You can find more info over here.
  • @azure/schema-registry-avro - The Avro-based serializer that leverages Schema Registry. You can find more info over here.
  • @azure/schema-registry-json - The JSON-based serializer that leverages Schema Registry. You can find more info over here.