-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update install-mock-server-cf.md #75
base: main
Are you sure you want to change the base?
Conversation
Language review and consistency.
|
||
- add the below code snippet to the **resources** section | ||
1. Add the following code snippet to the `resources` section: | ||
|
||
```yaml | ||
- name: inicdent-management-messaging |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- name: inicdent-management-messaging | |
- name: incident-management-messaging |
```yaml | ||
- name: inicdent-management-messaging | ||
type: org.cloudfoundry.existing-service | ||
``` | ||
|
||
- Adds the below entry in the `requires` section of `mock-srv` module | ||
2. Adds the following entry in the `requires` section of the `mock-srv` module: | ||
|
||
```yaml | ||
- name: inicdent-management-messaging |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- name: inicdent-management-messaging | |
- name: incident-management-messaging |
1. In the menu, choose **File** and then choose **Open Folder** from the dropdown menu. | ||
1. To open the Incident Managemnt project, choose **projects** → **incident-nanagement** and then choose **Open**. | ||
2. Navigate to package.json and change credentials to | ||
2. To open the Incident Management project, choose **projects** → **incident-nanagement** and then choose **Open**. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2. To open the Incident Management project, choose **projects** → **incident-nanagement** and then choose **Open**. | |
2. To open the Incident Management project, choose **projects** → **incident-management** and then choose **Open**. |
```json | ||
"credentials": { | ||
"destination": "<destination_name>", | ||
"path": "/v2/odata/v4/api-business-partner" | ||
} | ||
``` | ||
**Note** - As **destination_name** you must enter the name of the destination created while installing mock server to SAP BTP Cloud Foundry Runtime. | ||
>Note: Replase **destination_name** with the name of the destination you have created when installing mock server in the SAP BTP, Cloud Foundry Runtime. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
>Note: Replase **destination_name** with the name of the destination you have created when installing mock server in the SAP BTP, Cloud Foundry Runtime. | |
>Note: Replace **<destination_name>** with the name of the destination you have created when installing the mock server in the SAP BTP, Cloud Foundry Runtime. |
Language review and consistency.