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

0 commit comments

Comments
 (0)