@@ -403,8 +403,8 @@ Once you have used the [schema registry to store the schema](concept-schema-regi
403
403
404
404
` ` ` bicep
405
405
sourceSettings: {
406
- serializationFormat: Json
407
- schemaRef: aio-sr://<SCHEMA_NAMESPACE>/<SCHEMA_NAME>:<VERSION>
406
+ serializationFormat: ' Json'
407
+ schemaRef: ' aio-sr://<SCHEMA_NAMESPACE>/<SCHEMA_NAME>:<VERSION>'
408
408
}
409
409
` ` `
410
410
@@ -415,7 +415,7 @@ Once you have used the [schema registry to store the schema](concept-schema-regi
415
415
` ` ` yaml
416
416
sourceSettings:
417
417
serializationFormat: Json
418
- schemaRef: aio-sr://<SCHEMA_NAMESPACE>/<SCHEMA_NAME>:<VERSION>
418
+ schemaRef: ' aio-sr://<SCHEMA_NAMESPACE>/<SCHEMA_NAME>:<VERSION>'
419
419
` ` `
420
420
421
421
---
@@ -713,8 +713,8 @@ Once you [upload a schema to the schema registry](concept-schema-registry.md#upl
713
713
714
714
` ` ` bicep
715
715
builtInTransformationSettings: {
716
- serializationFormat: Delta
717
- schemaRef: aio-sr://<SCHEMA_NAMESPACE>/<SCHEMA>:<VERSION>
716
+ serializationFormat: ' Delta'
717
+ schemaRef: ' aio-sr://<SCHEMA_NAMESPACE>/<SCHEMA>:<VERSION>'
718
718
}
719
719
` ` `
720
720
@@ -725,7 +725,7 @@ Once you [upload a schema to the schema registry](concept-schema-registry.md#upl
725
725
` ` ` yaml
726
726
builtInTransformationSettings:
727
727
serializationFormat: Delta
728
- schemaRef: aio-sr://<SCHEMA_NAMESPACE>/<SCHEMA>:<VERSION>
728
+ schemaRef: ' aio-sr://<SCHEMA_NAMESPACE>/<SCHEMA>:<VERSION>'
729
729
` ` `
730
730
731
731
---
@@ -944,4 +944,4 @@ kubectl get dataflow my-dataflow -o yaml > my-dataflow.yaml
944
944
- [Convert data by using dataflows](concept-dataflow-conversions.md)
945
945
- [Enrich data by using dataflows](concept-dataflow-enrich.md)
946
946
- [Understand message schemas](concept-schema-registry.md)
947
- - [Manage dataflow profiles](howto-configure-dataflow-profile.md)
947
+ - [Manage dataflow profiles](howto-configure-dataflow-profile.md)
0 commit comments