Skip to content

Commit

Permalink
[btpmr-bot] 2024-11-22 06:10:47: fetched BTP metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
BTP Metadata Repo Bot committed Nov 22, 2024
1 parent be1cb91 commit 4bb31e6
Show file tree
Hide file tree
Showing 6 changed files with 113 additions and 10 deletions.
78 changes: 78 additions & 0 deletions v0/developer/hana-cloud.json
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,9 @@
},
"scriptserver": {
"type": "boolean"
},
"triplestore": {
"type": "boolean"
}
},
"type": "object"
Expand Down Expand Up @@ -773,6 +776,9 @@
},
"scriptserver": {
"type": "boolean"
},
"triplestore": {
"type": "boolean"
}
},
"type": "object"
Expand All @@ -787,6 +793,14 @@
"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 @@ -822,6 +836,14 @@
},
"type": "array"
},
"privateLinkAllowlist": {
"items": {
"maxLength": 40,
"type": "string"
},
"maxItems": 100,
"type": "array"
},
"productVersion": {
"additionalProperties": false,
"description": "HANA Product Version",
Expand Down Expand Up @@ -1523,6 +1545,9 @@
},
"scriptserver": {
"type": "boolean"
},
"triplestore": {
"type": "boolean"
}
},
"type": "object"
Expand Down Expand Up @@ -1814,6 +1839,9 @@
},
"scriptserver": {
"type": "boolean"
},
"triplestore": {
"type": "boolean"
}
},
"type": "object"
Expand All @@ -1828,6 +1856,14 @@
"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 @@ -1863,6 +1899,14 @@
},
"type": "array"
},
"privateLinkAllowlist": {
"items": {
"maxLength": 40,
"type": "string"
},
"maxItems": 100,
"type": "array"
},
"productVersion": {
"additionalProperties": false,
"description": "HANA Product Version",
Expand Down Expand Up @@ -2272,6 +2316,15 @@
"type": "string"
},
"type": "array"
},
"trustBindings": {
"description": "Trusts bindings to be established with other services",
"items": {
"description": "Trust group",
"pattern": "^[a-z0-9]{1}[a-z0-9-]{0,14}[a-z0-9]{1}$",
"type": "string"
},
"type": "array"
}
},
"required": [
Expand Down Expand Up @@ -2339,6 +2392,14 @@
"trusts": {
"items": {
"properties": {
"aggregateTo": {
"items": {
"description": "List of aliases to aggregate to",
"pattern": "^[a-z0-9]{1}[a-z0-9-]{0,14}[a-z0-9]{1}$",
"type": "string"
},
"type": "array"
},
"alias": {
"pattern": "^[a-z0-9]{1}[a-z0-9-]{0,14}[a-z0-9]{1}$",
"type": "string"
Expand Down Expand Up @@ -2897,6 +2958,15 @@
"type": "string"
},
"type": "array"
},
"trustBindings": {
"description": "Trusts bindings to be established with other services",
"items": {
"description": "Trust group",
"pattern": "^[a-z0-9]{1}[a-z0-9-]{0,14}[a-z0-9]{1}$",
"type": "string"
},
"type": "array"
}
},
"required": [
Expand Down Expand Up @@ -2964,6 +3034,14 @@
"trusts": {
"items": {
"properties": {
"aggregateTo": {
"items": {
"description": "List of aliases to aggregate to",
"pattern": "^[a-z0-9]{1}[a-z0-9-]{0,14}[a-z0-9]{1}$",
"type": "string"
},
"type": "array"
},
"alias": {
"pattern": "^[a-z0-9]{1}[a-z0-9-]{0,14}[a-z0-9]{1}$",
"type": "string"
Expand Down
2 changes: 1 addition & 1 deletion v0/developer/sap-build-apps.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sap-build-apps",
"displayName": "SAP Build Apps",
"description": "SAP Build Apps is a full stack no-code development platform for creating Web and native mobile applications. Please note that an instance of Cloud Identity Services is required to successfully create a subscription. See Documentation for more information.",
"description": "SAP Build Apps is a full stack no-code development platform for creating Web and native mobile applications. Instead of manually subscribing to this service, you are strongly advised to use a BTP Booster or Quick Account Setup in SAP Discovery Center to set up your no-code environment. Please note that an instance of Cloud Identity Services is required to successfully create a subscription. See Documentation for more information.",
"icon": "https://digitalmarketplace-sapcpprd.s3.eu-central-1.amazonaws.com/AofNL1SZuIcWVSKeGVTrj8_ipaGzos9X3mBWQeRdyRB-UxXz2otkPlDNjrf_wbgt.svg",
"links": [
{
Expand Down
16 changes: 16 additions & 0 deletions v0/developer/xfs-runtime.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@
"region": "ap12",
"name": "South Korea (Seoul)"
},
{
"region": "ap20",
"name": "Australia (Sydney) Azure"
},
{
"region": "ap21",
"name": "Singapore"
Expand All @@ -118,10 +122,18 @@
"region": "eu10",
"name": "Europe (Frankfurt)"
},
{
"region": "eu11",
"name": "Europe (Frankfurt) EU Access - AWS"
},
{
"region": "eu20",
"name": "Europe (Netherlands)"
},
{
"region": "eu30",
"name": "Europe (Frankfurt)"
},
{
"region": "il30",
"name": "cf-il30"
Expand Down Expand Up @@ -153,6 +165,10 @@
{
"region": "us21",
"name": "US East (VA)"
},
{
"region": "us30",
"name": "US Central (IA)"
}
],
"schemas": null
Expand Down
2 changes: 1 addition & 1 deletion v0/inventory.json
Original file line number Diff line number Diff line change
Expand Up @@ -1038,7 +1038,7 @@
{
"technicalId": "sap-build-apps",
"displayName": "SAP Build Apps",
"description": "SAP Build Apps is a full stack no-code development platform for creating Web and native mobile applications. Please note that an instance of Cloud Identity Services is required to successfully create a subscription. See Documentation for more information.",
"description": "SAP Build Apps is a full stack no-code development platform for creating Web and native mobile applications. Instead of manually subscribing to this service, you are strongly advised to use a BTP Booster or Quick Account Setup in SAP Discovery Center to set up your no-code environment. Please note that an instance of Cloud Identity Services is required to successfully create a subscription. See Documentation for more information.",
"fileName": "sap-build-apps.json",
"category": "APPLICATION"
},
Expand Down
2 changes: 1 addition & 1 deletion v0/purchaser/sap-build-apps.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sap-build-apps",
"displayName": "SAP Build Apps",
"description": "SAP Build Apps is a full stack no-code development platform for creating Web and native mobile applications. Please note that an instance of Cloud Identity Services is required to successfully create a subscription. See Documentation for more information.",
"description": "SAP Build Apps is a full stack no-code development platform for creating Web and native mobile applications. Instead of manually subscribing to this service, you are strongly advised to use a BTP Booster or Quick Account Setup in SAP Discovery Center to set up your no-code environment. Please note that an instance of Cloud Identity Services is required to successfully create a subscription. See Documentation for more information.",
"icon": "https://digitalmarketplace-sapcpprd.s3.eu-central-1.amazonaws.com/AofNL1SZuIcWVSKeGVTrj8_ipaGzos9X3mBWQeRdyRB-UxXz2otkPlDNjrf_wbgt.svg",
"servicePlans": [
{
Expand Down
23 changes: 16 additions & 7 deletions v0/purchaser/xfs-runtime.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
"region": "ap12",
"name": "South Korea (Seoul)"
},
{
"region": "ap20",
"name": "Australia (Sydney) Azure"
},
{
"region": "ap21",
"name": "Singapore"
Expand All @@ -44,10 +48,18 @@
"region": "eu10",
"name": "Europe (Frankfurt)"
},
{
"region": "eu11",
"name": "Europe (Frankfurt) EU Access - AWS"
},
{
"region": "eu20",
"name": "Europe (Netherlands)"
},
{
"region": "eu30",
"name": "Europe (Frankfurt)"
},
{
"region": "il30",
"name": "cf-il30"
Expand Down Expand Up @@ -79,16 +91,13 @@
{
"region": "us21",
"name": "US East (VA)"
}
],
"materialNumberMappings": [
{
"materialNumber": "8008193"
},
{
"materialNumber": "8008835"
"region": "us30",
"name": "US Central (IA)"
}
]
],
"materialNumberMappings": []
}
],
"certifications": []
Expand Down

0 comments on commit 4bb31e6

Please sign in to comment.