Skip to content

Commit

Permalink
[btpmr-bot] 2024-10-04 06:10:09: fetched BTP metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
BTP Metadata Repo Bot committed Oct 4, 2024
1 parent a326eab commit 610bc73
Show file tree
Hide file tree
Showing 17 changed files with 242 additions and 42 deletions.
12 changes: 12 additions & 0 deletions v0/developer/application-logs.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,10 @@
"region": "us10",
"name": "US East (VA)"
},
{
"region": "us11",
"name": "cf-us11"
},
{
"region": "us20",
"name": "US West (WA)"
Expand Down Expand Up @@ -267,6 +271,10 @@
"region": "us10",
"name": "US East (VA)"
},
{
"region": "us11",
"name": "cf-us11"
},
{
"region": "us20",
"name": "US West (WA)"
Expand Down Expand Up @@ -378,6 +386,10 @@
"region": "us10",
"name": "US East (VA)"
},
{
"region": "us11",
"name": "cf-us11"
},
{
"region": "us20",
"name": "US West (WA)"
Expand Down
20 changes: 20 additions & 0 deletions v0/developer/cis.json
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,10 @@
"region": "us10",
"name": "US East (VA)"
},
{
"region": "us11",
"name": "cf-us11"
},
{
"region": "us20",
"name": "US West (WA)"
Expand Down Expand Up @@ -342,6 +346,10 @@
"region": "us10",
"name": "US East (VA)"
},
{
"region": "us11",
"name": "cf-us11"
},
{
"region": "us20",
"name": "US West (WA)"
Expand Down Expand Up @@ -453,6 +461,10 @@
"region": "us10",
"name": "US East (VA)"
},
{
"region": "us11",
"name": "cf-us11"
},
{
"region": "us20",
"name": "US West (WA)"
Expand Down Expand Up @@ -564,6 +576,10 @@
"region": "us10",
"name": "US East (VA)"
},
{
"region": "us11",
"name": "cf-us11"
},
{
"region": "us20",
"name": "US West (WA)"
Expand Down Expand Up @@ -726,6 +742,10 @@
"region": "us10",
"name": "US East (VA)"
},
{
"region": "us11",
"name": "cf-us11"
},
{
"region": "us20",
"name": "US West (WA)"
Expand Down
4 changes: 4 additions & 0 deletions v0/developer/cloudfoundry.json
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,10 @@
"region": "us10",
"name": "US East (VA)"
},
{
"region": "us11",
"name": "cf-us11"
},
{
"region": "us20",
"name": "US West (WA)"
Expand Down
32 changes: 0 additions & 32 deletions v0/developer/hana-cloud.json
Original file line number Diff line number Diff line change
Expand Up @@ -787,14 +787,6 @@
"pattern": "^(ConnectivityProxy)$",
"type": "string"
},
"privateLinkAllowlist": {
"items": {
"maxLength": 40,
"type": "string"
},
"maxItems": 100,
"type": "array"
},
"whitelistIPs": {
"items": {
"pattern": "^((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)(\\/(30|31|32|[1-2][0-9]|[0-9]))?$",
Expand Down Expand Up @@ -830,14 +822,6 @@
},
"type": "array"
},
"privateLinkAllowlist": {
"items": {
"maxLength": 40,
"type": "string"
},
"maxItems": 100,
"type": "array"
},
"productVersion": {
"additionalProperties": false,
"description": "HANA Product Version",
Expand Down Expand Up @@ -1844,14 +1828,6 @@
"pattern": "^(ConnectivityProxy)$",
"type": "string"
},
"privateLinkAllowlist": {
"items": {
"maxLength": 40,
"type": "string"
},
"maxItems": 100,
"type": "array"
},
"whitelistIPs": {
"items": {
"pattern": "^((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)(\\/(30|31|32|[1-2][0-9]|[0-9]))?$",
Expand Down Expand Up @@ -1887,14 +1863,6 @@
},
"type": "array"
},
"privateLinkAllowlist": {
"items": {
"maxLength": 40,
"type": "string"
},
"maxItems": 100,
"type": "array"
},
"productVersion": {
"additionalProperties": false,
"description": "HANA Product Version",
Expand Down
48 changes: 38 additions & 10 deletions v0/developer/postgresql-db.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
"additionalProperties": true,
"properties": {
"engine_version": {
"description": "The major version of the PostgreSQL database to use. If not provided, the major version is defaulted to 14",
"description": "The major version of the PostgreSQL database to use. If not provided, the major version is defaulted to 15",
"type": "string",
"enum": [
"11",
Expand All @@ -154,7 +154,7 @@
"15",
"16"
],
"default": "14"
"default": "15"
},
"locale": {
"description": "Indicates the locale for the instance (TODO)",
Expand Down Expand Up @@ -322,6 +322,10 @@
"region": "us10",
"name": "US East (VA)"
},
{
"region": "us11",
"name": "cf-us11"
},
{
"region": "us20",
"name": "US West (WA)"
Expand Down Expand Up @@ -396,7 +400,7 @@
"uniqueItems": true
},
"engine_version": {
"description": "The major version of the PostgreSQL database to use. If not provided, the major version is defaulted to 14",
"description": "The major version of the PostgreSQL database to use. If not provided, the major version is defaulted to 15",
"type": "string",
"enum": [
"11",
Expand All @@ -406,7 +410,7 @@
"15",
"16"
],
"default": "14"
"default": "15"
},
"locale": {
"description": "Indicates the locale for the instance (TODO)",
Expand Down Expand Up @@ -508,7 +512,9 @@
"autovacuum_max_workers",
"autovacuum_vacuum_scale_factor",
"max_locks_per_transaction",
"idle_in_transaction_session_timeout"
"idle_in_transaction_session_timeout",
"work_mem",
"maintenance_work_mem"
],
"type": "string"
},
Expand Down Expand Up @@ -642,7 +648,9 @@
"autovacuum_max_workers",
"autovacuum_vacuum_scale_factor",
"max_locks_per_transaction",
"idle_in_transaction_session_timeout"
"idle_in_transaction_session_timeout",
"work_mem",
"maintenance_work_mem"
],
"type": "string"
},
Expand Down Expand Up @@ -763,6 +771,10 @@
"region": "us10",
"name": "US East (VA)"
},
{
"region": "us11",
"name": "cf-us11"
},
{
"region": "us20",
"name": "US West (WA)"
Expand Down Expand Up @@ -899,6 +911,10 @@
"region": "us10",
"name": "US East (VA)"
},
{
"region": "us11",
"name": "cf-us11"
},
{
"region": "us20",
"name": "US West (WA)"
Expand Down Expand Up @@ -983,7 +999,7 @@
"default": 20
},
"engine_version": {
"description": "The major version of the PostgreSQL database to use. If not provided, the major version is defaulted to 14",
"description": "The major version of the PostgreSQL database to use. If not provided, the major version is defaulted to 15",
"type": "string",
"enum": [
"11",
Expand All @@ -993,7 +1009,7 @@
"15",
"16"
],
"default": "14"
"default": "15"
},
"locale": {
"description": "Indicates the locale for the instance (TODO)",
Expand Down Expand Up @@ -1080,7 +1096,9 @@
"autovacuum_max_workers",
"autovacuum_vacuum_scale_factor",
"max_locks_per_transaction",
"idle_in_transaction_session_timeout"
"idle_in_transaction_session_timeout",
"work_mem",
"maintenance_work_mem"
],
"type": "string"
},
Expand Down Expand Up @@ -1209,7 +1227,9 @@
"autovacuum_max_workers",
"autovacuum_vacuum_scale_factor",
"max_locks_per_transaction",
"idle_in_transaction_session_timeout"
"idle_in_transaction_session_timeout",
"work_mem",
"maintenance_work_mem"
],
"type": "string"
},
Expand Down Expand Up @@ -1330,6 +1350,10 @@
"region": "us10",
"name": "US East (VA)"
},
{
"region": "us11",
"name": "cf-us11"
},
{
"region": "us20",
"name": "US West (WA)"
Expand Down Expand Up @@ -1441,6 +1465,10 @@
"region": "us10",
"name": "US East (VA)"
},
{
"region": "us11",
"name": "cf-us11"
},
{
"region": "us20",
"name": "US West (WA)"
Expand Down
16 changes: 16 additions & 0 deletions v0/developer/redis-cache.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,10 @@
"region": "us10",
"name": "US East (VA)"
},
{
"region": "us11",
"name": "cf-us11"
},
{
"region": "us20",
"name": "US West (WA)"
Expand Down Expand Up @@ -344,6 +348,10 @@
"region": "us10",
"name": "US East (VA)"
},
{
"region": "us11",
"name": "cf-us11"
},
{
"region": "us20",
"name": "US West (WA)"
Expand Down Expand Up @@ -666,6 +674,10 @@
"region": "us10",
"name": "US East (VA)"
},
{
"region": "us11",
"name": "cf-us11"
},
{
"region": "us20",
"name": "US West (WA)"
Expand Down Expand Up @@ -802,6 +814,10 @@
"region": "us10",
"name": "US East (VA)"
},
{
"region": "us11",
"name": "cf-us11"
},
{
"region": "us20",
"name": "US West (WA)"
Expand Down
4 changes: 4 additions & 0 deletions v0/developer/saas-registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,10 @@
"region": "us10",
"name": "US East (VA)"
},
{
"region": "us11",
"name": "cf-us11"
},
{
"region": "us20",
"name": "US West (WA)"
Expand Down
Loading

0 comments on commit 610bc73

Please sign in to comment.