Skip to content

Commit 4199ec2

Browse files
committed
fix: working with markdown directives.
Signed-off-by: Sarah Page <sarah.page@sas.com>
1 parent 5bb5eb1 commit 4199ec2

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Use "viya4-orders-cli [command] --help" for more information about a command.
4848
[SAS Viya Orders API](https://developer.sas.com/rest-apis/mysas)
4949
are required. You can obtain them [here](https://developer.sas.com/rest-apis/mysas/applications).
5050
> [!IMPORTANT]
51-
> Above is a new developer portal that generates keys used with the new APIM proxy for Viya Orders API. If you have keys generated in the [SAS Apigee Developer Portal] (https://api.apiportal.sas.com), they will work until April 20, 2026.
51+
> This is a new developer portal that generates keys used with the new APIM proxy for Viya Orders API. If you have keys that were generated in the [SAS Apigee Developer Portal](https://api.apiportal.sas.com), they will work until April 20, 2026.
5252
- [Go](https://golang.org/) 1.25.6 (or later) or [Docker](https://www.docker.com/) is required if you intend to build your own image.
5353
- [git](https://git-scm.com/) version 2 or later is required if you intend to clone the repository.
5454

@@ -119,10 +119,10 @@ Take the following steps to start using SAS Viya Orders CLI:
119119
[SAS Viya Orders API](https://developer.sas.com/rest-apis/mysas), obtain them [here](https://developer.sas.com/rest-apis/mysas/applications) - instructions can be found on the _Authentication_ tab in the same UI [here](https://developer.sas.com/rest-apis/mysas/docs/getting-started/authentication#obtain-client-credentials).
120120
121121
1. Save off the `Client ID` and the `Client Secret` values, which will serve as your API credentials.
122-
> [!NOTE]
122+
> [!NOTE]
123123
> You only need one of the `Client Secret` values - either will work.
124124
1. Base64 encode each value.
125-
> [!NOTE]
125+
> [!NOTE]
126126
> When base64 encoding the credentials, take care not to encode
127127
> end-of-line characters into the result. <br/> Here is an example of the
128128
> correct way to encode from a Linux command prompt:<br/>
@@ -136,8 +136,8 @@ Take the following steps to start using SAS Viya Orders CLI:
136136
`APIMCLIENTCREDENTIALSID`).
137137
- Assign the encoded value of `Client Secret` to `apimClientCredentialsSecret` (if using environment variables, use
138138
`APIMCLIENTCREDENTIALSSECRET`).
139-
> [!IMPORTANT]
140-
> If you are using keys generated in the [SAS Apigee Developer Portal] (https://api.apiportal.sas.com), the property names to convey those in are `clientCredentialsId` / `CLIENTCREDENTIALSID` and `clientCredentialsSecret` / `CLIENTCREDENTIALSSECRET`. These keys will cease to work on April 20, 2026.
139+
> [!IMPORTANT]
140+
> If you are using keys generated in the [SAS Apigee Developer Portal](https://api.apiportal.sas.com), the property names to convey those in are `clientCredentialsId` / `CLIENTCREDENTIALSID` and `clientCredentialsSecret` / `CLIENTCREDENTIALSSECRET`. These keys will cease to work on April 20, 2026.
141141
142142
143143
1. Select CLI options. You can then specify them on the command line, pass them

0 commit comments

Comments
 (0)