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

Commit 077a759

Browse files
lechnerc77[btpsa bot] docu generationAlexRiederbondfelixrui1610
authored
PR for Release btpsa-v1.6.1 (#464)
Co-authored-by: [btpsa bot] docu generation <[email protected]> Co-authored-by: Alexander Rieder <[email protected]> Co-authored-by: frsap <[email protected]> Co-authored-by: Rui Nogueira <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c23ddb9 commit 077a759

File tree

63 files changed

+1733
-416
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+1733
-416
lines changed

config/python/requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
attrs==22.2.0
22
blessed==1.20.0
33
certifi==2022.12.7
4-
charset-normalizer==2.1.1
4+
charset-normalizer==3.1.0
55
idna==3.4
6-
inquirer==3.1.2
6+
inquirer==3.1.3
77
Jinja2==3.1.2
88
jsonschema==4.17.3
99
MarkupSafe==2.1.2
@@ -17,7 +17,7 @@ python-editor==1.0.4
1717
readchar==4.0.3
1818
requests==2.28.2
1919
six==1.16.0
20-
urllib3==1.26.14
20+
urllib3==1.26.15
2121
wcwidth==0.2.6
2222
pyyaml==6.0
2323
xmltodict==0.13.0
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
## admin\_user\_name Type
2+
3+
`string` ([Admin User Name](btpsa-usecase-properties-services-items-allof-1-then-allof-0-then-allof-0-then-properties-parameters-properties-admin-user-name.md))
4+
5+
## admin\_user\_name Constraints
6+
7+
**maximum length**: the maximum number of characters for this string is: `40`
8+
9+
**minimum length**: the minimum number of characters for this string is: `0`
10+
11+
**pattern**: the string must match the following regular expression:&#x20;
12+
13+
```regexp
14+
^(?!SAP_|_)[\.A-Z0-9_-]{0,40}$
15+
```
16+
17+
[try pattern](https://regexr.com/?expression=%5E\(%3F!SAP_%7C_\)%5B%5C.A-Z0-9_-%5D%7B0%2C40%7D%24 "try regular expression with regexr.com")
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
## login\_attribute Type
2+
3+
`string` ([Login Attribute](btpsa-usecase-properties-services-items-allof-1-then-allof-0-then-allof-0-then-properties-parameters-properties-login-attribute.md))
4+
5+
## login\_attribute Constraints
6+
7+
**enum**: the value of this property must be equal to one of the following values:
8+
9+
| Value | Explanation |
10+
| :------------ | :---------- |
11+
| `"email"` | |
12+
| `"user_name"` | |
13+
14+
## login\_attribute Default Value
15+
16+
The default value is:
17+
18+
```json
19+
"email"
20+
```

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

+69
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@
77
| Property | Type | Required | Nullable | Defined by |
88
| :-------------------------------------------------- | :-------- | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
99
| [admin\_email](#admin_email) | `string` | Required | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-0-then-allof-0-then-properties-parameters-properties-admin-email-address.md "undefined#/properties/services/items/allOf/1/then/allOf/0/then/allOf/0/then/properties/parameters/properties/admin_email") |
10+
| [admin\_user\_name](#admin_user_name) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-0-then-allof-0-then-properties-parameters-properties-admin-user-name.md "undefined#/properties/services/items/allOf/1/then/allOf/0/then/allOf/0/then/properties/parameters/properties/admin_user_name") |
1011
| [description](#description) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-0-then-allof-0-then-properties-parameters-properties-abap-system-description.md "undefined#/properties/services/items/allOf/1/then/allOf/0/then/allOf/0/then/properties/parameters/properties/description") |
1112
| [is\_development\_allowed](#is_development_allowed) | `boolean` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-0-then-allof-0-then-properties-parameters-properties-development-system.md "undefined#/properties/services/items/allOf/1/then/allOf/0/then/allOf/0/then/properties/parameters/properties/is_development_allowed") |
13+
| [login\_attribute](#login_attribute) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-0-then-allof-0-then-properties-parameters-properties-login-attribute.md "undefined#/properties/services/items/allOf/1/then/allOf/0/then/allOf/0/then/properties/parameters/properties/login_attribute") |
1214
| [sapsystemname](#sapsystemname) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-0-then-allof-0-then-properties-parameters-properties-abap-system-id.md "undefined#/properties/services/items/allOf/1/then/allOf/0/then/allOf/0/then/properties/parameters/properties/sapsystemname") |
1315
| [size\_of\_persistence](#size_of_persistence) | `integer` | Required | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-0-then-allof-0-then-properties-parameters-properties-hana-memory-size.md "undefined#/properties/services/items/allOf/1/then/allOf/0/then/allOf/0/then/properties/parameters/properties/size_of_persistence") |
1416
| [size\_of\_runtime](#size_of_runtime) | `integer` | Required | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-0-then-allof-0-then-properties-parameters-properties-abap-runtime-size.md "undefined#/properties/services/items/allOf/1/then/allOf/0/then/allOf/0/then/properties/parameters/properties/size_of_runtime") |
@@ -45,6 +47,38 @@ Enter the administrator's email address
4547

4648
[try pattern](https://regexr.com/?expression=%5E%5B%5E%3C%3E\(\)%5C%5B%5C%5D%5C%5C%2C%3B%3A%5Cs%40%22%60%5D%2B%40\(%5Ba-zA-Z%5C-0-9%5D%2B%5C.\)%2B%5Ba-zA-Z%5D%7B2%2C%7D%24 "try regular expression with regexr.com")
4749

50+
## admin\_user\_name
51+
52+
Optionally enter the username of the administrator. The username must not begin with SAP\_ or \_, must only contain uppercase letters, digits, underscores, hyphens and periods, and must not be longer than 40 characters.
53+
54+
`admin_user_name`
55+
56+
* is optional
57+
58+
* Type: `string` ([Admin User Name](btpsa-usecase-properties-services-items-allof-1-then-allof-0-then-allof-0-then-properties-parameters-properties-admin-user-name.md))
59+
60+
* cannot be null
61+
62+
* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-0-then-allof-0-then-properties-parameters-properties-admin-user-name.md "undefined#/properties/services/items/allOf/1/then/allOf/0/then/allOf/0/then/properties/parameters/properties/admin_user_name")
63+
64+
### admin\_user\_name Type
65+
66+
`string` ([Admin User Name](btpsa-usecase-properties-services-items-allof-1-then-allof-0-then-allof-0-then-properties-parameters-properties-admin-user-name.md))
67+
68+
### admin\_user\_name Constraints
69+
70+
**maximum length**: the maximum number of characters for this string is: `40`
71+
72+
**minimum length**: the minimum number of characters for this string is: `0`
73+
74+
**pattern**: the string must match the following regular expression:&#x20;
75+
76+
```regexp
77+
^(?!SAP_|_)[\.A-Z0-9_-]{0,40}$
78+
```
79+
80+
[try pattern](https://regexr.com/?expression=%5E\(%3F!SAP_%7C_\)%5B%5C.A-Z0-9_-%5D%7B0%2C40%7D%24 "try regular expression with regexr.com")
81+
4882
## description
4983

5084
Enter a description for the ABAP system
@@ -101,6 +135,41 @@ The default value is:
101135
true
102136
```
103137

138+
## login\_attribute
139+
140+
Which attribute should be used for login.
141+
142+
`login_attribute`
143+
144+
* is optional
145+
146+
* Type: `string` ([Login Attribute](btpsa-usecase-properties-services-items-allof-1-then-allof-0-then-allof-0-then-properties-parameters-properties-login-attribute.md))
147+
148+
* cannot be null
149+
150+
* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-0-then-allof-0-then-properties-parameters-properties-login-attribute.md "undefined#/properties/services/items/allOf/1/then/allOf/0/then/allOf/0/then/properties/parameters/properties/login_attribute")
151+
152+
### login\_attribute Type
153+
154+
`string` ([Login Attribute](btpsa-usecase-properties-services-items-allof-1-then-allof-0-then-allof-0-then-properties-parameters-properties-login-attribute.md))
155+
156+
### login\_attribute Constraints
157+
158+
**enum**: the value of this property must be equal to one of the following values:
159+
160+
| Value | Explanation |
161+
| :------------ | :---------- |
162+
| `"email"` | |
163+
| `"user_name"` | |
164+
165+
### login\_attribute Default Value
166+
167+
The default value is:
168+
169+
```json
170+
"email"
171+
```
172+
104173
## sapsystemname
105174

106175
Enter a valid system ID (SID) for the ABAP system. The ID must consist of exactly three alphanumeric characters. Only uppercase letters are allowed. The first character must be a letter (not a digit). The ID does not have to be technically unique. The following IDs are reserved and cannot be used: ADD ALL AMD AND ANY ARE ASC AUX AVG BIT CDC COM CON DBA END EPS FOR GET GID IBM INT KEY LOG LPT MAP MAX MIN MON NIX NOT NUL OFF OLD OMS OUT PAD PRN RAW REF ROW SAP SET SGA SHG SID SQL SUM SYS TMP TOP UID USE USR VAR.

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ unknown
4444

4545
## name
4646

47-
SAP Data Warehouse Cloud: SAP Datasphere provides a single, fully-managed cloud environment to allow your organization to acquire, combine, prepare, and model data for consumption in analytics clients.
47+
SAP Datasphere: SAP Datasphere provides a single, fully-managed cloud environment to allow your organization to acquire, combine, prepare, and model data for consumption in analytics clients.
4848

4949
`name`
5050

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

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ service plan >standard< for >process-automation-service< is available in data ce
1717
* {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'}
1818
* {'region': 'jp10', 'name': 'Japan (Tokyo)'}
1919
* {'region': 'us10', 'name': 'US East (VA)'}
20+
* {'region': 'us30', 'name': 'US Central (IA)'}
2021

2122
`plan`
2223

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

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ application plan >free< for >process-automation< is available in data centers:
1717
* {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'}
1818
* {'region': 'jp10', 'name': 'Japan (Tokyo)'}
1919
* {'region': 'us10', 'name': 'US East (VA)'}
20+
* {'region': 'us30', 'name': 'US Central (IA)'}
2021

2122
`plan`
2223

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

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ application plan >standard< for >process-automation< is available in data center
1717
* {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'}
1818
* {'region': 'jp10', 'name': 'Japan (Tokyo)'}
1919
* {'region': 'us10', 'name': 'US East (VA)'}
20+
* {'region': 'us30', 'name': 'US Central (IA)'}
2021

2122
`plan`
2223

0 commit comments

Comments
 (0)