Skip to content

Commit

Permalink
Generated from 3268ba2206820e98c0b1c9859ca4234f6bf9591a
Browse files Browse the repository at this point in the history
Add new line at the end of the file
  • Loading branch information
SDK Automation committed Aug 20, 2020
1 parent 4f3b1f5 commit 1dfdd8f
Show file tree
Hide file tree
Showing 4 changed files with 81 additions and 288 deletions.
4 changes: 2 additions & 2 deletions schemas/2018-06-01-preview/Microsoft.DBforMariaDB.json
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
"oneOf": [
{
"type": "string",
"pattern": "^.*/Default$"
"pattern": "^.*/default$"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down Expand Up @@ -727,7 +727,7 @@
"name": {
"type": "string",
"enum": [
"Default"
"default"
],
"description": "The name of the threat detection policy."
},
Expand Down
286 changes: 0 additions & 286 deletions schemas/2018-06-01/Microsoft.DBforMariaDB.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@
{
"$ref": "#/definitions/servers_configurations_childResource"
},
{
"$ref": "#/definitions/servers_privateEndpointConnections_childResource"
},
{
"$ref": "#/definitions/servers_securityAlertPolicies_childResource"
}
Expand Down Expand Up @@ -216,45 +213,6 @@
],
"description": "Microsoft.DBforMariaDB/servers/firewallRules"
},
"servers_privateEndpointConnections": {
"type": "object",
"properties": {
"apiVersion": {
"type": "string",
"enum": [
"2018-06-01"
]
},
"name": {
"type": "string",
"description": "The name of the private endpoint connection."
},
"properties": {
"oneOf": [
{
"$ref": "#/definitions/PrivateEndpointConnectionProperties"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Properties of a private endpoint connection."
},
"type": {
"type": "string",
"enum": [
"Microsoft.DBforMariaDB/servers/privateEndpointConnections"
]
}
},
"required": [
"apiVersion",
"name",
"properties",
"type"
],
"description": "Microsoft.DBforMariaDB/servers/privateEndpointConnections"
},
"servers_securityAlertPolicies": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -405,58 +363,6 @@
],
"description": "The properties of a server firewall rule."
},
"PrivateEndpointConnectionProperties": {
"type": "object",
"properties": {
"privateEndpoint": {
"oneOf": [
{
"$ref": "#/definitions/PrivateEndpointProperty"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
},
"privateLinkServiceConnectionState": {
"oneOf": [
{
"$ref": "#/definitions/PrivateLinkServiceConnectionStateProperty"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
}
},
"description": "Properties of a private endpoint connection."
},
"PrivateEndpointProperty": {
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Resource id of the private endpoint."
}
}
},
"PrivateLinkServiceConnectionStateProperty": {
"type": "object",
"properties": {
"description": {
"type": "string",
"description": "The private link service connection description."
},
"status": {
"type": "string",
"description": "The private link service connection status."
}
},
"required": [
"description",
"status"
]
},
"SecurityAlertPolicyProperties": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -615,67 +521,6 @@
},
"description": "The properties used to create a new server."
},
"ServerPropertiesForCreateModel": {
"type": "object",
"oneOf": [
{
"$ref": "#/definitions/ServerPropertiesForDefaultCreateModel"
},
{
"$ref": "#/definitions/ServerPropertiesForRestoreModel"
},
{
"$ref": "#/definitions/ServerPropertiesForGeoRestoreModel"
},
{
"$ref": "#/definitions/ServerPropertiesForReplicaModel"
}
],
"properties": {
"sslEnforcement": {
"oneOf": [
{
"type": "string",
"enum": [
"Enabled",
"Disabled"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Enable ssl enforcement or not when connect to server."
},
"storageProfile": {
"oneOf": [
{
"$ref": "#/definitions/StorageProfile"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Storage Profile properties of a server"
},
"version": {
"oneOf": [
{
"type": "string",
"enum": [
"5.6",
"5.7"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Server version."
}
},
"description": "The properties used to create a new server."
},
"ServerPropertiesForDefaultCreate": {
"type": "object",
"properties": {
Expand All @@ -702,32 +547,6 @@
],
"description": "The properties used to create a new server."
},
"ServerPropertiesForDefaultCreateModel": {
"type": "object",
"properties": {
"administratorLogin": {
"type": "string",
"description": "The administrator's login name of a server. Can only be specified when the server is being created (and is required for creation)."
},
"administratorLoginPassword": {
"type": "string",
"format": "password",
"description": "The password of the administrator login."
},
"createMode": {
"type": "string",
"enum": [
"Default"
]
}
},
"required": [
"administratorLogin",
"administratorLoginPassword",
"createMode"
],
"description": "The properties used to create a new server."
},
"ServerPropertiesForGeoRestore": {
"type": "object",
"properties": {
Expand All @@ -748,26 +567,6 @@
],
"description": "The properties used to create a new server by restoring to a different region from a geo replicated backup."
},
"ServerPropertiesForGeoRestoreModel": {
"type": "object",
"properties": {
"createMode": {
"type": "string",
"enum": [
"GeoRestore"
]
},
"sourceServerId": {
"type": "string",
"description": "The source server id to restore from."
}
},
"required": [
"createMode",
"sourceServerId"
],
"description": "The properties used to create a new server by restoring to a different region from a geo replicated backup."
},
"ServerPropertiesForReplica": {
"type": "object",
"properties": {
Expand All @@ -788,26 +587,6 @@
],
"description": "The properties to create a new replica."
},
"ServerPropertiesForReplicaModel": {
"type": "object",
"properties": {
"createMode": {
"type": "string",
"enum": [
"Replica"
]
},
"sourceServerId": {
"type": "string",
"description": "The master server id to create replica from."
}
},
"required": [
"createMode",
"sourceServerId"
],
"description": "The properties to create a new replica."
},
"ServerPropertiesForRestore": {
"type": "object",
"properties": {
Expand All @@ -834,32 +613,6 @@
],
"description": "The properties used to create a new server by restoring from a backup."
},
"ServerPropertiesForRestoreModel": {
"type": "object",
"properties": {
"createMode": {
"type": "string",
"enum": [
"PointInTimeRestore"
]
},
"restorePointInTime": {
"type": "string",
"format": "date-time",
"description": "Restore point creation time (ISO8601 format), specifying the time to restore from."
},
"sourceServerId": {
"type": "string",
"description": "The source server id to restore from."
}
},
"required": [
"createMode",
"restorePointInTime",
"sourceServerId"
],
"description": "The properties used to create a new server by restoring from a backup."
},
"servers_configurations_childResource": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -977,45 +730,6 @@
],
"description": "Microsoft.DBforMariaDB/servers/firewallRules"
},
"servers_privateEndpointConnections_childResource": {
"type": "object",
"properties": {
"apiVersion": {
"type": "string",
"enum": [
"2018-06-01"
]
},
"name": {
"type": "string",
"description": "The name of the private endpoint connection."
},
"properties": {
"oneOf": [
{
"$ref": "#/definitions/PrivateEndpointConnectionProperties"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Properties of a private endpoint connection."
},
"type": {
"type": "string",
"enum": [
"privateEndpointConnections"
]
}
},
"required": [
"apiVersion",
"name",
"properties",
"type"
],
"description": "Microsoft.DBforMariaDB/servers/privateEndpointConnections"
},
"servers_securityAlertPolicies_childResource": {
"type": "object",
"properties": {
Expand Down
Loading

0 comments on commit 1dfdd8f

Please sign in to comment.