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
#### oracledatabase:v1
The following keys were changed:
- schemas.AutonomousDatabase.properties.cidr.description
- schemas.AutonomousDatabase.properties.network.description
- schemas.Entitlement.properties.state.enum
- schemas.Entitlement.properties.state.enumDescriptions
"description": "Required. The subnet CIDR range for the Autonmous Database.",
1156
+
"description": "Optional. The subnet CIDR range for the Autonmous Database.",
1157
1157
"type": "string"
1158
1158
},
1159
1159
"createTime": {
@@ -1187,7 +1187,7 @@
1187
1187
"type": "string"
1188
1188
},
1189
1189
"network": {
1190
-
"description": "Required. The name of the VPC network used by the Autonomous Database in the following format: projects/{project}/global/networks/{network}",
1190
+
"description": "Optional. The name of the VPC network used by the Autonomous Database in the following format: projects/{project}/global/networks/{network}",
1191
1191
"type": "string"
1192
1192
},
1193
1193
"properties": {
@@ -3068,14 +3068,16 @@
3068
3068
"ACCOUNT_NOT_LINKED",
3069
3069
"ACCOUNT_NOT_ACTIVE",
3070
3070
"ACTIVE",
3071
-
"ACCOUNT_SUSPENDED"
3071
+
"ACCOUNT_SUSPENDED",
3072
+
"NOT_APPROVED_IN_PRIVATE_MARKETPLACE"
3072
3073
],
3073
3074
"enumDescriptions": [
3074
3075
"Default unspecified value.",
3075
3076
"Account not linked.",
3076
3077
"Account is linked but not active.",
3077
3078
"Entitlement and Account are active.",
3078
-
"Account is suspended."
3079
+
"Account is suspended.",
3080
+
"Entitlement is not approved in private marketplace."
0 commit comments