Skip to content

Commit 79b8530

Browse files
committed
Update Blog “converting-hpe-greenlake-api-specifications-in-oas-3-1-using-openapi-tools”
1 parent 0702cde commit 79b8530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/blog/converting-hpe-greenlake-api-specifications-in-oas-3-1-using-openapi-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ try {
239239
$Result.items | ConvertTo-Json
240240
```
241241

242-
> **Note:** The preceding script read a separate `client-credentials` file so that I could gain authorization to my HPE GreenLake workspace. That way, I didn't have to include my `client-secrets` and `client-id` into this script file to ensure proper secure coding. This file called `myCredentials-rrd1.json` which contains the JSON structure shown below. For more information on providing this client-credentials information, please see the HPE GreenLake Developer website. There is also a blog [post](https://developer.hpe.com/blog/api-console-for-data-services-cloud-console/) in HPE Developer Forum website that describes the process as well.
242+
> **Note:** The preceding script read a separate `client-credentials` file so that I could gain authorization to my HPE GreenLake workspace. That way, I didn't have to include my `client-secrets` and `client-id` into this script file to ensure proper secure coding. This file called `myCredentials-rrd1.json` which contains the JSON structure shown below. For more information on providing this client-credentials information, please see the HPE GreenLake Developer [website](https://developer.greenlake.hpe.com/docs/greenlake/services/#authentication). There is also a blog [post](https://developer.hpe.com/blog/api-console-for-data-services-cloud-console/) in HPE Developer Forum website that describes the process as well.
243243
244244
```JSON
245245
{

0 commit comments

Comments
 (0)