Skip to content

Commit

Permalink
Merge pull request Azure#36 from ZhidaLiu/user/zhili/FolderMove1001
Browse files Browse the repository at this point in the history
Move 1001 folder to machinelearning
  • Loading branch information
ZhidaLiu authored Jan 25, 2022
2 parents 75cb1f0 + 0c91391 commit de4209f
Show file tree
Hide file tree
Showing 142 changed files with 23 additions and 21 deletions.
22 changes: 22 additions & 0 deletions specification/machinelearning/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ These are the global settings for the MachineLearning API.

``` yaml
openapi-type: arm
tag: package-2021-10-01
```
``` yaml $(package-webservices)
Expand All @@ -44,6 +45,27 @@ tag: package-workspaces-2016-04
tag: package-workspaces-2019-10
```
### Tag: package-2021-10-01
These settings apply only when `--tag=package-2021-10` is specified on the command line.

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

## Suppression

``` yaml
directive:
- suppress: R3008
from: machineLearningServices.json
where: $.paths["/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/computes/{computeName}/listNodes"].post.responses["200"].schema
reason: The pageable itemName override is not considered by the LintDiff check correctly.
```

### Tag: package-webservices-2017-01

These settings apply only when `--tag=package-webservices-2017-01` is specified on the command line.
Expand Down
22 changes: 1 addition & 21 deletions specification/machinelearningservices/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,27 +27,7 @@ These are the global settings for the Machine Learning Services API.

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

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

## Suppression

``` yaml
directive:
- suppress: R3008
from: machineLearningServices.json
reason: The pageable itemName override is not considered by the LintDiff check correctly.
tag: package-2021-07-01
```
### Tag: package-2022-01-01-preview
Expand Down

0 comments on commit de4209f

Please sign in to comment.