You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: package/crds/database.azure.crossplane.io_mysqlservers.yaml
+6
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,12 @@ spec:
74
74
minimalTlsVersion:
75
75
description: MinimalTLSVersion - control TLS connection policy
76
76
type: string
77
+
publicNetworkAccess:
78
+
description: PublicNetworkAccess - Whether or not public network access is allowed for this server. Value is optional but if passed in, must be 'Enabled' or 'Disabled'.
79
+
enum:
80
+
- Enabled
81
+
- Disabled
82
+
type: string
77
83
resourceGroupName:
78
84
description: ResourceGroupName specifies the name of the resource group that should contain this SQLServer.
Copy file name to clipboardexpand all lines: package/crds/database.azure.crossplane.io_postgresqlservers.yaml
+6
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,12 @@ spec:
74
74
minimalTlsVersion:
75
75
description: MinimalTLSVersion - control TLS connection policy
76
76
type: string
77
+
publicNetworkAccess:
78
+
description: PublicNetworkAccess - Whether or not public network access is allowed for this server. Value is optional but if passed in, must be 'Enabled' or 'Disabled'.
79
+
enum:
80
+
- Enabled
81
+
- Disabled
82
+
type: string
77
83
resourceGroupName:
78
84
description: ResourceGroupName specifies the name of the resource group that should contain this SQLServer.
0 commit comments