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

Commit ed579a6

Browse files
lechnerc77[btpsa bot] docu generationdependabot[bot]
authored
PR for release btpsa-v1.12.1 (#598)
* [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] <support@github.com> 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] <support@github.com> 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] <support@github.com> 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] <support@github.com> 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] <support@github.com> 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Christian Lechner <lechnerc77@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: [btpsa bot] docu generation <btpsabot@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f24eac6 commit ed579a6

File tree

22 files changed

+158
-34
lines changed

22 files changed

+158
-34
lines changed

.github/workflows/stage-integration-test-full.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
needs: [build-temporary-image, integration-test-for-pr-full]
114114
runs-on: ubuntu-latest
115115
steps:
116-
- uses: actions/github-script@v6
116+
- uses: actions/github-script@v7
117117
env:
118118
IMAGE: ${{ needs.build-temporary-image.outputs.image_path }}
119119
with:

.github/workflows/stage-integration-test-slim.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
needs: [build-temporary-image, integration-test-for-pr-slim]
104104
runs-on: ubuntu-latest
105105
steps:
106-
- uses: actions/github-script@v6
106+
- uses: actions/github-script@v7
107107
env:
108108
IMAGE: ${{ needs.build-temporary-image.outputs.image_path }}
109109
with:

config/python/requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
attrs==23.1.0
22
blessed==1.20.0
33
certifi==2023.7.22
4-
charset-normalizer==3.3.1
4+
charset-normalizer==3.3.2
55
idna==3.4
66
inquirer==3.1.3
77
Jinja2==3.1.2
8-
jsonschema==4.19.1
8+
jsonschema==4.19.2
99
MarkupSafe==2.1.3
1010
mccabe==0.7.0
1111
ninja2==0.1
1212
pycodestyle==2.11.1
1313
pyflakes==3.0.1
14-
pyrsistent==0.19.3
14+
pyrsistent==0.20.0
1515
python-dateutil==2.8.2
1616
python-editor==1.0.4
1717
readchar==4.0.5
1818
requests==2.31.0
1919
six==1.16.0
20-
urllib3==2.0.7
21-
wcwidth==0.2.8
20+
urllib3==2.1.0
21+
wcwidth==0.2.9
2222
pyyaml==6.0.1
2323
xmltodict==0.13.0
2424
shortuuid==1.0.11

docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-103-then-allof-0-then.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,11 @@ unknown
1313
service plan >api< for >sap-graph< is available in data centers:
1414

1515
* {'region': 'ap10', 'name': 'Australia (Sydney)'}
16+
* {'region': 'ap11', 'name': 'Singapore'}
17+
* {'region': 'ca10', 'name': 'Canada (Montreal)'}
1618
* {'region': 'eu10', 'name': 'Europe (Frankfurt)'}
1719
* {'region': 'eu30', 'name': 'Europe (Frankfurt)'}
20+
* {'region': 'jp10', 'name': 'Japan (Tokyo)'}
1821
* {'region': 'us10', 'name': 'US East (VA)'}
1922
* {'region': 'us30', 'name': 'US Central (IA)'}
2023

docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-25-then-allof-0-then-properties-parameters-properties-roles-items.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ unknown
66

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

9-
| Value | Explanation |
10-
| :--------- | :---------- |
11-
| `"Admin"` | |
12-
| `"Read"` | |
13-
| `"Import"` | |
14-
| `"Export"` | |
9+
| Value | Explanation |
10+
| :-------------------- | :---------- |
11+
| `"Admin"` | |
12+
| `"Read"` | |
13+
| `"Import"` | |
14+
| `"Export"` | |
15+
| `"Security Operator"` | |

docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-28-then-allof-0-then.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ service plan >free< for >data-analytics-osb< is available in data centers:
2121
* {'region': 'eu10', 'name': 'Europe (Frankfurt)'}
2222
* {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'}
2323
* {'region': 'eu20', 'name': 'Europe (Netherlands)'}
24+
* {'region': 'eu30', 'name': 'Europe (Frankfurt)'}
25+
* {'region': 'in30', 'name': 'India (Mumbai)'}
2426
* {'region': 'jp10', 'name': 'Japan (Tokyo)'}
2527
* {'region': 'us10', 'name': 'US East (VA)'}
2628
* {'region': 'us20', 'name': 'US West (WA)'}

docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-28-then-allof-1-then.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ service plan >standard< for >data-analytics-osb< is available in data centers:
2121
* {'region': 'eu10', 'name': 'Europe (Frankfurt)'}
2222
* {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'}
2323
* {'region': 'eu20', 'name': 'Europe (Netherlands)'}
24+
* {'region': 'eu30', 'name': 'Europe (Frankfurt)'}
25+
* {'region': 'in30', 'name': 'India (Mumbai)'}
2426
* {'region': 'jp10', 'name': 'Japan (Tokyo)'}
2527
* {'region': 'us10', 'name': 'US East (VA)'}
2628
* {'region': 'us20', 'name': 'US West (WA)'}

docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-49-then-allof-0-if-properties-plan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ unknown
77
**constant**: the value of this property must be equal to:
88

99
```json
10-
"messages"
10+
"edge_integration_cell"
1111
```

docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-49-then-allof-0-if.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ unknown
3131
**constant**: the value of this property must be equal to:
3232

3333
```json
34-
"messages"
34+
"edge_integration_cell"
3535
```

docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-49-then-allof-0-then.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,26 @@ unknown
1010

1111
## plan
1212

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

1515
* {'region': 'ap10', 'name': 'Australia (Sydney)'}
1616
* {'region': 'ap11', 'name': 'Singapore'}
17+
* {'region': 'ap12', 'name': 'South Korea (Seoul)'}
18+
* {'region': 'ap20', 'name': 'Australia (Sydney) Azure'}
1719
* {'region': 'ap21', 'name': 'Singapore'}
1820
* {'region': 'br10', 'name': 'Brazil (Sao Paulo)'}
1921
* {'region': 'ca10', 'name': 'Canada (Montreal)'}
22+
* {'region': 'ch20', 'name': 'cf-ch20'}
2023
* {'region': 'eu10', 'name': 'Europe (Frankfurt)'}
24+
* {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'}
2125
* {'region': 'eu20', 'name': 'Europe (Netherlands)'}
22-
* {'region': 'eu30', 'name': 'Europe (Frankfurt)'}
2326
* {'region': 'in30', 'name': 'India (Mumbai)'}
2427
* {'region': 'jp10', 'name': 'Japan (Tokyo)'}
2528
* {'region': 'jp20', 'name': 'Japan (Tokyo)'}
2629
* {'region': 'us10', 'name': 'US East (VA)'}
2730
* {'region': 'us20', 'name': 'US West (WA)'}
2831
* {'region': 'us21', 'name': 'US East (VA)'}
32+
* {'region': 'us30', 'name': 'US Central (IA)'}
2933

3034
`plan`
3135

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## plan Type
2+
3+
unknown
4+
5+
## plan Constraints
6+
7+
**constant**: the value of this property must be equal to:
8+
9+
```json
10+
"messages"
11+
```
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## properties Type
2+
3+
unknown
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
## if Type
2+
3+
unknown
4+
5+
# if Properties
6+
7+
| Property | Type | Required | Nullable | Defined by |
8+
| :------------ | :------------ | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
9+
| [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") |
10+
11+
## plan
12+
13+
14+
15+
`plan`
16+
17+
* is optional
18+
19+
* Type: unknown
20+
21+
* cannot be null
22+
23+
* 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")
24+
25+
### plan Type
26+
27+
unknown
28+
29+
### plan Constraints
30+
31+
**constant**: the value of this property must be equal to:
32+
33+
```json
34+
"messages"
35+
```
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## plan Type
2+
3+
unknown
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## properties Type
2+
3+
unknown
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
## then Type
2+
3+
unknown
4+
5+
# then Properties
6+
7+
| Property | Type | Required | Nullable | Defined by |
8+
| :------------ | :------------ | :------- | :------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
9+
| [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") |
10+
11+
## plan
12+
13+
service plan >messages< for >integrationsuite< is available in data centers:
14+
15+
* {'region': 'ap10', 'name': 'Australia (Sydney)'}
16+
* {'region': 'ap11', 'name': 'Singapore'}
17+
* {'region': 'ap21', 'name': 'Singapore'}
18+
* {'region': 'br10', 'name': 'Brazil (Sao Paulo)'}
19+
* {'region': 'ca10', 'name': 'Canada (Montreal)'}
20+
* {'region': 'eu10', 'name': 'Europe (Frankfurt)'}
21+
* {'region': 'eu20', 'name': 'Europe (Netherlands)'}
22+
* {'region': 'eu30', 'name': 'Europe (Frankfurt)'}
23+
* {'region': 'in30', 'name': 'India (Mumbai)'}
24+
* {'region': 'jp10', 'name': 'Japan (Tokyo)'}
25+
* {'region': 'jp20', 'name': 'Japan (Tokyo)'}
26+
* {'region': 'us10', 'name': 'US East (VA)'}
27+
* {'region': 'us20', 'name': 'US West (WA)'}
28+
* {'region': 'us21', 'name': 'US East (VA)'}
29+
30+
`plan`
31+
32+
* is optional
33+
34+
* Type: unknown
35+
36+
* cannot be null
37+
38+
* 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")
39+
40+
### plan Type
41+
42+
unknown
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## 1 Type
2+
3+
unknown

docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-49-then-properties-plan.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ unknown
66

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

9-
| Value | Explanation |
10-
| :----------- | :---------- |
11-
| `"messages"` | |
9+
| Value | Explanation |
10+
| :------------------------ | :---------- |
11+
| `"edge_integration_cell"` | |
12+
| `"messages"` | |

docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-49-then.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ all of
66

77
* [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")
88

9+
* [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")
10+
911
# then Properties
1012

1113
| Property | Type | Required | Nullable | Defined by |
@@ -35,13 +37,14 @@ unknown
3537

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

38-
| Value | Explanation |
39-
| :----------- | :---------- |
40-
| `"messages"` | |
40+
| Value | Explanation |
41+
| :------------------------ | :---------- |
42+
| `"edge_integration_cell"` | |
43+
| `"messages"` | |
4144

4245
## name
4346

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

4649
`name`
4750

docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-then.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ unknown
4141

4242
## name
4343

44-
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.
44+
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.
4545

4646
`name`
4747

docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-25-then.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ unknown
4444

4545
## name
4646

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

4949
`name`
5050

0 commit comments

Comments
 (0)