Skip to content

Commit d3d1d81

Browse files
author
SDKAuto
committed
CodeGen from PR 17476 in Azure/azure-rest-api-specs
Merge affed9f2257695c3870c1733fccd515d83c673eb into 679887ace44697c726aba8d2814ee415a5d25e6f
1 parent b4aa7d3 commit d3d1d81

File tree

2 files changed

+45
-4
lines changed

2 files changed

+45
-4
lines changed

schemas/2021-06-01-preview/Microsoft.Synapse.json

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -733,6 +733,9 @@
733733
"oneOf": [
734734
{
735735
"$ref": "#/definitions/ReadWriteDatabase"
736+
},
737+
{
738+
"$ref": "#/definitions/ReadOnlyFollowingDatabase"
736739
}
737740
],
738741
"properties": {
@@ -4595,6 +4598,43 @@
45954598
},
45964599
"description": "Purview Configuration"
45974600
},
4601+
"ReadOnlyFollowingDatabase": {
4602+
"type": "object",
4603+
"properties": {
4604+
"kind": {
4605+
"type": "string",
4606+
"enum": [
4607+
"ReadOnlyFollowing"
4608+
]
4609+
},
4610+
"properties": {
4611+
"oneOf": [
4612+
{
4613+
"$ref": "#/definitions/ReadOnlyFollowingDatabaseProperties"
4614+
},
4615+
{
4616+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
4617+
}
4618+
],
4619+
"description": "Class representing the Kusto database properties."
4620+
}
4621+
},
4622+
"required": [
4623+
"kind"
4624+
],
4625+
"description": "Class representing a read only following database."
4626+
},
4627+
"ReadOnlyFollowingDatabaseProperties": {
4628+
"type": "object",
4629+
"properties": {
4630+
"hotCachePeriod": {
4631+
"type": "string",
4632+
"format": "duration",
4633+
"description": "The time the data should be kept in cache for fast queries in TimeSpan."
4634+
}
4635+
},
4636+
"description": "Class representing the Kusto database properties."
4637+
},
45984638
"ReadWriteDatabase": {
45994639
"type": "object",
46004640
"properties": {
@@ -6381,6 +6421,9 @@
63816421
"oneOf": [
63826422
{
63836423
"$ref": "#/definitions/ReadWriteDatabase"
6424+
},
6425+
{
6426+
"$ref": "#/definitions/ReadOnlyFollowingDatabase"
63846427
}
63856428
],
63866429
"properties": {

schemas/2021-06-01/Microsoft.Synapse.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3823,8 +3823,7 @@
38233823
"oneOf": [
38243824
{
38253825
"type": "string",
3826-
"pattern": "^[0-9a-fA-F]{8}(-[0-9a-fA-F]{4}){3}-[0-9a-fA-F]{12}$",
3827-
"default": ""
3826+
"pattern": "^[0-9a-fA-F]{8}(-[0-9a-fA-F]{4}){3}-[0-9a-fA-F]{12}$"
38283827
},
38293828
{
38303829
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
@@ -4085,8 +4084,7 @@
40854084
"oneOf": [
40864085
{
40874086
"type": "string",
4088-
"pattern": "^[0-9a-fA-F]{8}(-[0-9a-fA-F]{4}){3}-[0-9a-fA-F]{12}$",
4089-
"default": ""
4087+
"pattern": "^[0-9a-fA-F]{8}(-[0-9a-fA-F]{4}){3}-[0-9a-fA-F]{12}$"
40904088
},
40914089
{
40924090
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"

0 commit comments

Comments
 (0)