Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Commit

Permalink
PR for release btpsa-v1.12.1 (#598)
Browse files Browse the repository at this point in the history
* [btpsa bot] Generate parameter documentation

* Bump pyrsistent from 0.19.3 to 0.20.0 in /config/python (#592)

Bumps [pyrsistent](https://github.com/tobgu/pyrsistent) from 0.19.3 to 0.20.0.
- [Changelog](https://github.com/tobgu/pyrsistent/blob/master/CHANGES.txt)
- [Commits](tobgu/pyrsistent@v0.19.3...v0.20.0)

---
updated-dependencies:
- dependency-name: pyrsistent
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump jsonschema from 4.19.1 to 4.19.2 in /config/python (#593)

Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 4.19.1 to 4.19.2.
- [Release notes](https://github.com/python-jsonschema/jsonschema/releases)
- [Changelog](https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst)
- [Commits](python-jsonschema/jsonschema@v4.19.1...v4.19.2)

---
updated-dependencies:
- dependency-name: jsonschema
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump charset-normalizer from 3.3.1 to 3.3.2 in /config/python (#594)

Bumps [charset-normalizer](https://github.com/Ousret/charset_normalizer) from 3.3.1 to 3.3.2.
- [Release notes](https://github.com/Ousret/charset_normalizer/releases)
- [Changelog](https://github.com/Ousret/charset_normalizer/blob/master/CHANGELOG.md)
- [Commits](jawah/charset_normalizer@3.3.1...3.3.2)

---
updated-dependencies:
- dependency-name: charset-normalizer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump wcwidth from 0.2.8 to 0.2.9 in /config/python (#595)

Bumps [wcwidth](https://github.com/jquast/wcwidth) from 0.2.8 to 0.2.9.
- [Release notes](https://github.com/jquast/wcwidth/releases)
- [Commits](jquast/wcwidth@0.2.8...0.2.9)

---
updated-dependencies:
- dependency-name: wcwidth
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump actions/github-script from 6 to 7 (#596)

Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@v6...v7)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump urllib3 from 2.0.7 to 2.1.0 in /config/python (#597)

Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.7 to 2.1.0.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@2.0.7...2.1.0)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Christian Lechner <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: [btpsa bot] docu generation <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Nov 14, 2023
1 parent f24eac6 commit ed579a6
Show file tree
Hide file tree
Showing 22 changed files with 158 additions and 34 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/stage-integration-test-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
needs: [build-temporary-image, integration-test-for-pr-full]
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v6
- uses: actions/github-script@v7
env:
IMAGE: ${{ needs.build-temporary-image.outputs.image_path }}
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stage-integration-test-slim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
needs: [build-temporary-image, integration-test-for-pr-slim]
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v6
- uses: actions/github-script@v7
env:
IMAGE: ${{ needs.build-temporary-image.outputs.image_path }}
with:
Expand Down
10 changes: 5 additions & 5 deletions config/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
attrs==23.1.0
blessed==1.20.0
certifi==2023.7.22
charset-normalizer==3.3.1
charset-normalizer==3.3.2
idna==3.4
inquirer==3.1.3
Jinja2==3.1.2
jsonschema==4.19.1
jsonschema==4.19.2
MarkupSafe==2.1.3
mccabe==0.7.0
ninja2==0.1
pycodestyle==2.11.1
pyflakes==3.0.1
pyrsistent==0.19.3
pyrsistent==0.20.0
python-dateutil==2.8.2
python-editor==1.0.4
readchar==4.0.5
requests==2.31.0
six==1.16.0
urllib3==2.0.7
wcwidth==0.2.8
urllib3==2.1.0
wcwidth==0.2.9
pyyaml==6.0.1
xmltodict==0.13.0
shortuuid==1.0.11
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@ unknown
service plan >api< for >sap-graph< is available in data centers:

* {'region': 'ap10', 'name': 'Australia (Sydney)'}
* {'region': 'ap11', 'name': 'Singapore'}
* {'region': 'ca10', 'name': 'Canada (Montreal)'}
* {'region': 'eu10', 'name': 'Europe (Frankfurt)'}
* {'region': 'eu30', 'name': 'Europe (Frankfurt)'}
* {'region': 'jp10', 'name': 'Japan (Tokyo)'}
* {'region': 'us10', 'name': 'US East (VA)'}
* {'region': 'us30', 'name': 'US Central (IA)'}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ unknown

**enum**: the value of this property must be equal to one of the following values:

| Value | Explanation |
| :--------- | :---------- |
| `"Admin"` | |
| `"Read"` | |
| `"Import"` | |
| `"Export"` | |
| Value | Explanation |
| :-------------------- | :---------- |
| `"Admin"` | |
| `"Read"` | |
| `"Import"` | |
| `"Export"` | |
| `"Security Operator"` | |
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ service plan >free< for >data-analytics-osb< is available in data centers:
* {'region': 'eu10', 'name': 'Europe (Frankfurt)'}
* {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'}
* {'region': 'eu20', 'name': 'Europe (Netherlands)'}
* {'region': 'eu30', 'name': 'Europe (Frankfurt)'}
* {'region': 'in30', 'name': 'India (Mumbai)'}
* {'region': 'jp10', 'name': 'Japan (Tokyo)'}
* {'region': 'us10', 'name': 'US East (VA)'}
* {'region': 'us20', 'name': 'US West (WA)'}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ service plan >standard< for >data-analytics-osb< is available in data centers:
* {'region': 'eu10', 'name': 'Europe (Frankfurt)'}
* {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'}
* {'region': 'eu20', 'name': 'Europe (Netherlands)'}
* {'region': 'eu30', 'name': 'Europe (Frankfurt)'}
* {'region': 'in30', 'name': 'India (Mumbai)'}
* {'region': 'jp10', 'name': 'Japan (Tokyo)'}
* {'region': 'us10', 'name': 'US East (VA)'}
* {'region': 'us20', 'name': 'US West (WA)'}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ unknown
**constant**: the value of this property must be equal to:

```json
"messages"
"edge_integration_cell"
```
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ unknown
**constant**: the value of this property must be equal to:

```json
"messages"
"edge_integration_cell"
```
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,26 @@ unknown

## plan

service plan >messages< for >integrationsuite< is available in data centers:
service plan >edge\_integration\_cell< for >integrationsuite< is available in data centers:

* {'region': 'ap10', 'name': 'Australia (Sydney)'}
* {'region': 'ap11', 'name': 'Singapore'}
* {'region': 'ap12', 'name': 'South Korea (Seoul)'}
* {'region': 'ap20', 'name': 'Australia (Sydney) Azure'}
* {'region': 'ap21', 'name': 'Singapore'}
* {'region': 'br10', 'name': 'Brazil (Sao Paulo)'}
* {'region': 'ca10', 'name': 'Canada (Montreal)'}
* {'region': 'ch20', 'name': 'cf-ch20'}
* {'region': 'eu10', 'name': 'Europe (Frankfurt)'}
* {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'}
* {'region': 'eu20', 'name': 'Europe (Netherlands)'}
* {'region': 'eu30', 'name': 'Europe (Frankfurt)'}
* {'region': 'in30', 'name': 'India (Mumbai)'}
* {'region': 'jp10', 'name': 'Japan (Tokyo)'}
* {'region': 'jp20', 'name': 'Japan (Tokyo)'}
* {'region': 'us10', 'name': 'US East (VA)'}
* {'region': 'us20', 'name': 'US West (WA)'}
* {'region': 'us21', 'name': 'US East (VA)'}
* {'region': 'us30', 'name': 'US Central (IA)'}

`plan`

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## plan Type

unknown

## plan Constraints

**constant**: the value of this property must be equal to:

```json
"messages"
```
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## properties Type

unknown
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
## if Type

unknown

# if Properties

| Property | Type | Required | Nullable | Defined by |
| :------------ | :------------ | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-49-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/49/then/allOf/1/if/properties/plan") |

## plan



`plan`

* is optional

* Type: unknown

* cannot be null

* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-49-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/49/then/allOf/1/if/properties/plan")

### plan Type

unknown

### plan Constraints

**constant**: the value of this property must be equal to:

```json
"messages"
```
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## plan Type

unknown
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## properties Type

unknown
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
## then Type

unknown

# then Properties

| Property | Type | Required | Nullable | Defined by |
| :------------ | :------------ | :------- | :------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-49-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/49/then/allOf/1/then/properties/plan") |

## plan

service plan >messages< for >integrationsuite< is available in data centers:

* {'region': 'ap10', 'name': 'Australia (Sydney)'}
* {'region': 'ap11', 'name': 'Singapore'}
* {'region': 'ap21', 'name': 'Singapore'}
* {'region': 'br10', 'name': 'Brazil (Sao Paulo)'}
* {'region': 'ca10', 'name': 'Canada (Montreal)'}
* {'region': 'eu10', 'name': 'Europe (Frankfurt)'}
* {'region': 'eu20', 'name': 'Europe (Netherlands)'}
* {'region': 'eu30', 'name': 'Europe (Frankfurt)'}
* {'region': 'in30', 'name': 'India (Mumbai)'}
* {'region': 'jp10', 'name': 'Japan (Tokyo)'}
* {'region': 'jp20', 'name': 'Japan (Tokyo)'}
* {'region': 'us10', 'name': 'US East (VA)'}
* {'region': 'us20', 'name': 'US West (WA)'}
* {'region': 'us21', 'name': 'US East (VA)'}

`plan`

* is optional

* Type: unknown

* cannot be null

* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-49-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/49/then/allOf/1/then/properties/plan")

### plan Type

unknown
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## 1 Type

unknown
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ unknown

**enum**: the value of this property must be equal to one of the following values:

| Value | Explanation |
| :----------- | :---------- |
| `"messages"` | |
| Value | Explanation |
| :------------------------ | :---------- |
| `"edge_integration_cell"` | |
| `"messages"` | |
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ all of

* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-49-then-allof-0.md "check type definition")

* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-49-then-allof-1.md "check type definition")

# then Properties

| Property | Type | Required | Nullable | Defined by |
Expand Down Expand Up @@ -35,13 +37,14 @@ unknown

**enum**: the value of this property must be equal to one of the following values:

| Value | Explanation |
| :----------- | :---------- |
| `"messages"` | |
| Value | Explanation |
| :------------------------ | :---------- |
| `"edge_integration_cell"` | |
| `"messages"` | |

## name

SAP Integration Suite: The SAP Integration Suite helps you to quickly develop and manage reliable communication between applications, services, and systems across heterogeneous landscapes.
SAP Integration Suite: SAP Integration Suite helps you to quickly develop and manage reliable communication between applications, services, and systems across heterogeneous landscapes.

`name`

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ unknown

## name

SAP Cloud Portal service: SAP Business Technology Platform Portal lets you build digital experience portals for employees, customers, and partners. You can streamline access to business data so that your employees can execute their daily business tasks securely, from any device.
SAP Cloud Portal service: SAP Cloud Portal service lets you build digital experience portals for employees, customers, and partners. You can streamline access to business data so that your employees can execute their daily business tasks securely, from any device.

`name`

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ unknown

## name

SAP Integration Suite: The SAP Integration Suite helps you to quickly develop and manage reliable communication between applications, services, and systems across heterogeneous landscapes.
SAP Integration Suite: SAP Integration Suite helps you to quickly develop and manage reliable communication between applications, services, and systems across heterogeneous landscapes.

`name`

Expand Down
Loading

0 comments on commit ed579a6

Please sign in to comment.