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

PR for Release btpsa-v1.6.1 #464

Merged
merged 11 commits into from
Mar 15, 2023
Merged
6 changes: 3 additions & 3 deletions config/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
attrs==22.2.0
blessed==1.20.0
certifi==2022.12.7
charset-normalizer==2.1.1
charset-normalizer==3.1.0
idna==3.4
inquirer==3.1.2
inquirer==3.1.3
Jinja2==3.1.2
jsonschema==4.17.3
MarkupSafe==2.1.2
Expand All @@ -17,7 +17,7 @@ python-editor==1.0.4
readchar==4.0.3
requests==2.28.2
six==1.16.0
urllib3==1.26.14
urllib3==1.26.15
wcwidth==0.2.6
pyyaml==6.0
xmltodict==0.13.0
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
## admin\_user\_name 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))

## admin\_user\_name Constraints

**maximum length**: the maximum number of characters for this string is: `40`

**minimum length**: the minimum number of characters for this string is: `0`

**pattern**: the string must match the following regular expression: 

```regexp
^(?!SAP_|_)[\.A-Z0-9_-]{0,40}$
```

[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 number Diff line number Diff line change
@@ -0,0 +1,20 @@
## login\_attribute Type

`string` ([Login Attribute](btpsa-usecase-properties-services-items-allof-1-then-allof-0-then-allof-0-then-properties-parameters-properties-login-attribute.md))

## login\_attribute Constraints

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

| Value | Explanation |
| :------------ | :---------- |
| `"email"` | |
| `"user_name"` | |

## login\_attribute Default Value

The default value is:

```json
"email"
```
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@
| Property | Type | Required | Nullable | Defined by |
| :-------------------------------------------------- | :-------- | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| [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") |
| [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") |
| [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") |
| [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") |
| [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") |
| [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") |
| [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") |
| [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") |
Expand Down Expand Up @@ -45,6 +47,38 @@ Enter the administrator's email address

[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")

## admin\_user\_name

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.

`admin_user_name`

* is optional

* 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))

* cannot be null

* 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")

### admin\_user\_name 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))

### admin\_user\_name Constraints

**maximum length**: the maximum number of characters for this string is: `40`

**minimum length**: the minimum number of characters for this string is: `0`

**pattern**: the string must match the following regular expression: 

```regexp
^(?!SAP_|_)[\.A-Z0-9_-]{0,40}$
```

[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")

## description

Enter a description for the ABAP system
Expand Down Expand Up @@ -101,6 +135,41 @@ The default value is:
true
```

## login\_attribute

Which attribute should be used for login.

`login_attribute`

* is optional

* Type: `string` ([Login Attribute](btpsa-usecase-properties-services-items-allof-1-then-allof-0-then-allof-0-then-properties-parameters-properties-login-attribute.md))

* cannot be null

* 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")

### login\_attribute Type

`string` ([Login Attribute](btpsa-usecase-properties-services-items-allof-1-then-allof-0-then-allof-0-then-properties-parameters-properties-login-attribute.md))

### login\_attribute Constraints

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

| Value | Explanation |
| :------------ | :---------- |
| `"email"` | |
| `"user_name"` | |

### login\_attribute Default Value

The default value is:

```json
"email"
```

## sapsystemname

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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ unknown

## name

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.
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.

`name`

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

`plan`

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

`plan`

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

`plan`

Expand Down
Loading