Skip to content

Commit 1f726ec

Browse files
author
SDK Automation
committed
Generated from 3268ba2206820e98c0b1c9859ca4234f6bf9591a
Add new line at the end of the file
1 parent 4f3b1f5 commit 1f726ec

File tree

4 files changed

+81
-288
lines changed

4 files changed

+81
-288
lines changed

schemas/2018-06-01-preview/Microsoft.DBforMariaDB.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@
226226
"oneOf": [
227227
{
228228
"type": "string",
229-
"pattern": "^.*/Default$"
229+
"pattern": "^.*/default$"
230230
},
231231
{
232232
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
@@ -727,7 +727,7 @@
727727
"name": {
728728
"type": "string",
729729
"enum": [
730-
"Default"
730+
"default"
731731
],
732732
"description": "The name of the threat detection policy."
733733
},

schemas/2018-06-01/Microsoft.DBforMariaDB.json

Lines changed: 0 additions & 286 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,6 @@
4848
{
4949
"$ref": "#/definitions/servers_configurations_childResource"
5050
},
51-
{
52-
"$ref": "#/definitions/servers_privateEndpointConnections_childResource"
53-
},
5451
{
5552
"$ref": "#/definitions/servers_securityAlertPolicies_childResource"
5653
}
@@ -216,45 +213,6 @@
216213
],
217214
"description": "Microsoft.DBforMariaDB/servers/firewallRules"
218215
},
219-
"servers_privateEndpointConnections": {
220-
"type": "object",
221-
"properties": {
222-
"apiVersion": {
223-
"type": "string",
224-
"enum": [
225-
"2018-06-01"
226-
]
227-
},
228-
"name": {
229-
"type": "string",
230-
"description": "The name of the private endpoint connection."
231-
},
232-
"properties": {
233-
"oneOf": [
234-
{
235-
"$ref": "#/definitions/PrivateEndpointConnectionProperties"
236-
},
237-
{
238-
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
239-
}
240-
],
241-
"description": "Properties of a private endpoint connection."
242-
},
243-
"type": {
244-
"type": "string",
245-
"enum": [
246-
"Microsoft.DBforMariaDB/servers/privateEndpointConnections"
247-
]
248-
}
249-
},
250-
"required": [
251-
"apiVersion",
252-
"name",
253-
"properties",
254-
"type"
255-
],
256-
"description": "Microsoft.DBforMariaDB/servers/privateEndpointConnections"
257-
},
258216
"servers_securityAlertPolicies": {
259217
"type": "object",
260218
"properties": {
@@ -405,58 +363,6 @@
405363
],
406364
"description": "The properties of a server firewall rule."
407365
},
408-
"PrivateEndpointConnectionProperties": {
409-
"type": "object",
410-
"properties": {
411-
"privateEndpoint": {
412-
"oneOf": [
413-
{
414-
"$ref": "#/definitions/PrivateEndpointProperty"
415-
},
416-
{
417-
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
418-
}
419-
]
420-
},
421-
"privateLinkServiceConnectionState": {
422-
"oneOf": [
423-
{
424-
"$ref": "#/definitions/PrivateLinkServiceConnectionStateProperty"
425-
},
426-
{
427-
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
428-
}
429-
]
430-
}
431-
},
432-
"description": "Properties of a private endpoint connection."
433-
},
434-
"PrivateEndpointProperty": {
435-
"type": "object",
436-
"properties": {
437-
"id": {
438-
"type": "string",
439-
"description": "Resource id of the private endpoint."
440-
}
441-
}
442-
},
443-
"PrivateLinkServiceConnectionStateProperty": {
444-
"type": "object",
445-
"properties": {
446-
"description": {
447-
"type": "string",
448-
"description": "The private link service connection description."
449-
},
450-
"status": {
451-
"type": "string",
452-
"description": "The private link service connection status."
453-
}
454-
},
455-
"required": [
456-
"description",
457-
"status"
458-
]
459-
},
460366
"SecurityAlertPolicyProperties": {
461367
"type": "object",
462368
"properties": {
@@ -615,67 +521,6 @@
615521
},
616522
"description": "The properties used to create a new server."
617523
},
618-
"ServerPropertiesForCreateModel": {
619-
"type": "object",
620-
"oneOf": [
621-
{
622-
"$ref": "#/definitions/ServerPropertiesForDefaultCreateModel"
623-
},
624-
{
625-
"$ref": "#/definitions/ServerPropertiesForRestoreModel"
626-
},
627-
{
628-
"$ref": "#/definitions/ServerPropertiesForGeoRestoreModel"
629-
},
630-
{
631-
"$ref": "#/definitions/ServerPropertiesForReplicaModel"
632-
}
633-
],
634-
"properties": {
635-
"sslEnforcement": {
636-
"oneOf": [
637-
{
638-
"type": "string",
639-
"enum": [
640-
"Enabled",
641-
"Disabled"
642-
]
643-
},
644-
{
645-
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
646-
}
647-
],
648-
"description": "Enable ssl enforcement or not when connect to server."
649-
},
650-
"storageProfile": {
651-
"oneOf": [
652-
{
653-
"$ref": "#/definitions/StorageProfile"
654-
},
655-
{
656-
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
657-
}
658-
],
659-
"description": "Storage Profile properties of a server"
660-
},
661-
"version": {
662-
"oneOf": [
663-
{
664-
"type": "string",
665-
"enum": [
666-
"5.6",
667-
"5.7"
668-
]
669-
},
670-
{
671-
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
672-
}
673-
],
674-
"description": "Server version."
675-
}
676-
},
677-
"description": "The properties used to create a new server."
678-
},
679524
"ServerPropertiesForDefaultCreate": {
680525
"type": "object",
681526
"properties": {
@@ -702,32 +547,6 @@
702547
],
703548
"description": "The properties used to create a new server."
704549
},
705-
"ServerPropertiesForDefaultCreateModel": {
706-
"type": "object",
707-
"properties": {
708-
"administratorLogin": {
709-
"type": "string",
710-
"description": "The administrator's login name of a server. Can only be specified when the server is being created (and is required for creation)."
711-
},
712-
"administratorLoginPassword": {
713-
"type": "string",
714-
"format": "password",
715-
"description": "The password of the administrator login."
716-
},
717-
"createMode": {
718-
"type": "string",
719-
"enum": [
720-
"Default"
721-
]
722-
}
723-
},
724-
"required": [
725-
"administratorLogin",
726-
"administratorLoginPassword",
727-
"createMode"
728-
],
729-
"description": "The properties used to create a new server."
730-
},
731550
"ServerPropertiesForGeoRestore": {
732551
"type": "object",
733552
"properties": {
@@ -748,26 +567,6 @@
748567
],
749568
"description": "The properties used to create a new server by restoring to a different region from a geo replicated backup."
750569
},
751-
"ServerPropertiesForGeoRestoreModel": {
752-
"type": "object",
753-
"properties": {
754-
"createMode": {
755-
"type": "string",
756-
"enum": [
757-
"GeoRestore"
758-
]
759-
},
760-
"sourceServerId": {
761-
"type": "string",
762-
"description": "The source server id to restore from."
763-
}
764-
},
765-
"required": [
766-
"createMode",
767-
"sourceServerId"
768-
],
769-
"description": "The properties used to create a new server by restoring to a different region from a geo replicated backup."
770-
},
771570
"ServerPropertiesForReplica": {
772571
"type": "object",
773572
"properties": {
@@ -788,26 +587,6 @@
788587
],
789588
"description": "The properties to create a new replica."
790589
},
791-
"ServerPropertiesForReplicaModel": {
792-
"type": "object",
793-
"properties": {
794-
"createMode": {
795-
"type": "string",
796-
"enum": [
797-
"Replica"
798-
]
799-
},
800-
"sourceServerId": {
801-
"type": "string",
802-
"description": "The master server id to create replica from."
803-
}
804-
},
805-
"required": [
806-
"createMode",
807-
"sourceServerId"
808-
],
809-
"description": "The properties to create a new replica."
810-
},
811590
"ServerPropertiesForRestore": {
812591
"type": "object",
813592
"properties": {
@@ -834,32 +613,6 @@
834613
],
835614
"description": "The properties used to create a new server by restoring from a backup."
836615
},
837-
"ServerPropertiesForRestoreModel": {
838-
"type": "object",
839-
"properties": {
840-
"createMode": {
841-
"type": "string",
842-
"enum": [
843-
"PointInTimeRestore"
844-
]
845-
},
846-
"restorePointInTime": {
847-
"type": "string",
848-
"format": "date-time",
849-
"description": "Restore point creation time (ISO8601 format), specifying the time to restore from."
850-
},
851-
"sourceServerId": {
852-
"type": "string",
853-
"description": "The source server id to restore from."
854-
}
855-
},
856-
"required": [
857-
"createMode",
858-
"restorePointInTime",
859-
"sourceServerId"
860-
],
861-
"description": "The properties used to create a new server by restoring from a backup."
862-
},
863616
"servers_configurations_childResource": {
864617
"type": "object",
865618
"properties": {
@@ -977,45 +730,6 @@
977730
],
978731
"description": "Microsoft.DBforMariaDB/servers/firewallRules"
979732
},
980-
"servers_privateEndpointConnections_childResource": {
981-
"type": "object",
982-
"properties": {
983-
"apiVersion": {
984-
"type": "string",
985-
"enum": [
986-
"2018-06-01"
987-
]
988-
},
989-
"name": {
990-
"type": "string",
991-
"description": "The name of the private endpoint connection."
992-
},
993-
"properties": {
994-
"oneOf": [
995-
{
996-
"$ref": "#/definitions/PrivateEndpointConnectionProperties"
997-
},
998-
{
999-
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
1000-
}
1001-
],
1002-
"description": "Properties of a private endpoint connection."
1003-
},
1004-
"type": {
1005-
"type": "string",
1006-
"enum": [
1007-
"privateEndpointConnections"
1008-
]
1009-
}
1010-
},
1011-
"required": [
1012-
"apiVersion",
1013-
"name",
1014-
"properties",
1015-
"type"
1016-
],
1017-
"description": "Microsoft.DBforMariaDB/servers/privateEndpointConnections"
1018-
},
1019733
"servers_securityAlertPolicies_childResource": {
1020734
"type": "object",
1021735
"properties": {

0 commit comments

Comments
 (0)