Skip to content

Commit

Permalink
Updates readme
Browse files Browse the repository at this point in the history
  • Loading branch information
forteddyt committed Jul 12, 2022
1 parent 5011a3d commit dafbf64
Showing 1 changed file with 19 additions and 12 deletions.
31 changes: 19 additions & 12 deletions specification/machinelearningservices/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,27 @@ To see additional help and options, run:

These are the global settings for the Machine Learning Services API.


``` yaml
openapi-type: arm
tag: package-2022-05-01
tag: package-preview-2022-06
```
### Tag: package-preview-2022-06
These settings apply only when `--tag=package-preview-2022-06` is specified on the command line.

```yaml $(tag) == 'package-preview-2022-06'
input-file:
- Microsoft.MachineLearningServices/preview/2022-06-01-preview/machineLearningServices.json
- Microsoft.MachineLearningServices/preview/2022-06-01-preview/mfe.json
- Microsoft.MachineLearningServices/preview/2022-06-01-preview/workspaceFeatures.json
```
### Tag: package-2022-05-01

These settings apply only when `--tag=package-2022-05-01` is specified on the command line.

```yaml $(tag) == 'package-2022-05-01'
``` yaml $(tag) == 'package-2022-05-01'
input-file:
- Microsoft.MachineLearningServices/stable/2022-05-01/machineLearningServices.json
- Microsoft.MachineLearningServices/stable/2022-05-01/mfe.json
Expand All @@ -45,7 +55,7 @@ input-file:

These settings apply only when `--tag=package-2022-02-01-preview` is specified on the command line.

```yaml $(tag) == 'package-2022-02-01-preview'
``` yaml $(tag) == 'package-2022-02-01-preview'
input-file:
- Microsoft.MachineLearningServices/preview/2022-02-01-preview/machineLearningServices.json
- Microsoft.MachineLearningServices/preview/2022-02-01-preview/mfe.json
Expand All @@ -56,7 +66,7 @@ input-file:

These settings apply only when `--tag=package-2022-01-01-preview` is specified on the command line.

```yaml $(tag) == 'package-2022-01-01-preview'
``` yaml $(tag) == 'package-2022-01-01-preview'
input-file:
- Microsoft.MachineLearningServices/preview/2022-01-01-preview/machineLearningServices.json
- Microsoft.MachineLearningServices/preview/2022-01-01-preview/workspaceFeatures.json
Expand All @@ -67,7 +77,7 @@ input-file:

These settings apply only when `--tag=package-2021-07` is specified on the command line.

```yaml $(tag) == 'package-2021-07-01'
``` yaml $(tag) == 'package-2021-07-01'
input-file:
- Microsoft.MachineLearningServices/stable/2021-07-01/machineLearningServices.json
- Microsoft.MachineLearningServices/stable/2021-07-01/workspaceFeatures.json
Expand All @@ -78,7 +88,7 @@ input-file:

These settings apply only when `--tag=package-2021-04` is specified on the command line.

```yaml $(tag) == 'package-2021-04-01'
``` yaml $(tag) == 'package-2021-04-01'
input-file:
- Microsoft.MachineLearningServices/stable/2021-04-01/machineLearningServices.json
```
Expand All @@ -87,17 +97,16 @@ input-file:

These settings apply only when `--tag=package-2021-01` is specified on the command line.

```yaml $(tag) == 'package-2021-01-01'
``` yaml $(tag) == 'package-2021-01-01'
input-file:
- Microsoft.MachineLearningServices/stable/2021-01-01/machineLearningServices.json
```


### Tag: package-2021-03-01-preview

These settings apply only when `--tag=package-2021-03-01-preview` is specified on the command line.

```yaml $(tag) == 'package-2021-03-01-preview'
``` yaml $(tag) == 'package-2021-03-01-preview'
input-file:
- Microsoft.MachineLearningServices/preview/2021-03-01-preview/machineLearningServices.json
- Microsoft.MachineLearningServices/preview/2021-03-01-preview/mfe.json
Expand Down Expand Up @@ -284,5 +293,3 @@ See configuration in [readme.go.md](./readme.go.md)
## Java

See configuration in [readme.java.md](./readme.java.md)


0 comments on commit dafbf64

Please sign in to comment.