Skip to content

Commit d8d4b9c

Browse files
committed
Revert change
1 parent 5e24e25 commit d8d4b9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/iot-operations/connect-to-cloud/concept-schema-registry.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ param schemaRegistryName string = '<SCHEMA_REGISTRY_NAME>'
233233
resource customLocation 'Microsoft.ExtendedLocation/customLocations@2021-08-31-preview' existing = {
234234
name: customLocationName
235235
}
236-
resource aioInstance 'Microsoft.IoTOperations/instances@2024-09-15-preview' existing = {
236+
resource aioInstance 'Microsoft.IoTOperations/instances@2024-08-15-preview' existing = {
237237
name: aioInstanceName
238238
}
239239
resource schemaRegistry 'Microsoft.DeviceRegistry/schemaRegistries@2024-09-01-preview' existing = {
@@ -275,4 +275,4 @@ deleteResources --yes
275275

276276
## Next steps
277277

278-
To learn more about dataflows, see [Create a dataflow](howto-create-dataflow.md).
278+
- [Create a dataflow](howto-create-dataflow.md)

0 commit comments

Comments
 (0)