File tree Expand file tree Collapse file tree 2 files changed +45
-4
lines changed
Expand file tree Collapse file tree 2 files changed +45
-4
lines changed Original file line number Diff line number Diff line change 733733 "oneOf" : [
734734 {
735735 "$ref" : " #/definitions/ReadWriteDatabase"
736+ },
737+ {
738+ "$ref" : " #/definitions/ReadOnlyFollowingDatabase"
736739 }
737740 ],
738741 "properties" : {
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" : {
63816421 "oneOf" : [
63826422 {
63836423 "$ref" : " #/definitions/ReadWriteDatabase"
6424+ },
6425+ {
6426+ "$ref" : " #/definitions/ReadOnlyFollowingDatabase"
63846427 }
63856428 ],
63866429 "properties" : {
Original file line number Diff line number Diff line change 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"
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"
You can’t perform that action at this time.
0 commit comments