This repository has been archived by the owner on Feb 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [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
1 parent
f24eac6
commit ed579a6
Showing
22 changed files
with
158 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,5 +7,5 @@ unknown | |
**constant**: the value of this property must be equal to: | ||
|
||
```json | ||
"messages" | ||
"edge_integration_cell" | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
...perties-services-items-allof-1-then-allof-49-then-allof-1-if-properties-plan.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
``` |
3 changes: 3 additions & 0 deletions
3
...e-properties-services-items-allof-1-then-allof-49-then-allof-1-if-properties.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
## properties Type | ||
|
||
unknown |
35 changes: 35 additions & 0 deletions
35
...tpsa-usecase-properties-services-items-allof-1-then-allof-49-then-allof-1-if.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
``` |
3 changes: 3 additions & 0 deletions
3
...rties-services-items-allof-1-then-allof-49-then-allof-1-then-properties-plan.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
## plan Type | ||
|
||
unknown |
3 changes: 3 additions & 0 deletions
3
...properties-services-items-allof-1-then-allof-49-then-allof-1-then-properties.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
## properties Type | ||
|
||
unknown |
42 changes: 42 additions & 0 deletions
42
...sa-usecase-properties-services-items-allof-1-then-allof-49-then-allof-1-then.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
3 changes: 3 additions & 0 deletions
3
...d/btpsa-usecase-properties-services-items-allof-1-then-allof-49-then-allof-1.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
## 1 Type | ||
|
||
unknown |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.