Skip to content

Commit

Permalink
add 2021-05-01 version to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfredo Santamaria Gomez committed Apr 9, 2021
1 parent 0e27f95 commit 2bd297d
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,25 @@ These settings apply only when `--azureresourceschema` is specified on the comma
``` yaml $(azureresourceschema) && $(multiapi)
batch:
- tag: schema-servicefabricmanagedclusters-2021-01-01-preview
- tag: schema-servicefabricmanagedclusters-2021-05-01

```

Please also specify `--azureresourceschema-folder=<path to the root directory of your azure-resource-manager-schemas clone>`.

### Tag: schema-servicefabricmanagedclusters-2021-05-01 and azureresourceschema

``` yaml $(tag) == 'schema-servicefabricmanagedclusters-2021-05-01' && $(azureresourceschema)
output-folder: $(azureresourceschema-folder)/schemas

# all the input files in this apiVersion
input-file:
- Microsoft.ServiceFabricManagedClusters/stable/2021-05-01/managedapplication.json
- Microsoft.ServiceFabricManagedClusters/stable/2021-05-01/managedcluster.json
- Microsoft.ServiceFabricManagedClusters/stable/2021-05-01/nodetype.json

```

### Tag: schema-servicefabricmanagedclusters-2021-01-01-preview and azureresourceschema

``` yaml $(tag) == 'schema-servicefabricmanagedclusters-2021-01-01-preview' && $(azureresourceschema)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ These are the global settings for the ServiceFabricManagedClustersManagementClie
title: ServiceFabricManagedClustersManagementClient
description: Service Fabric Managed Clusters Management Client
openapi-type: arm
tag: package-2021-01-preview
tag: package-2021-05

directive:
- suppress: ListInOperationName
Expand Down Expand Up @@ -68,6 +68,16 @@ directive:
- Currently systemData is not allowed.

```
### Tag: package-2021-05

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

``` yaml $(tag) == 'package-2021-05'
input-file:
- Microsoft.ServiceFabricManagedClusters/stable/2021-05-01/managedapplication.json
- Microsoft.ServiceFabricManagedClusters/stable/2021-05-01/managedcluster.json
- Microsoft.ServiceFabricManagedClusters/stable/2021-05-01/nodetype.json
```
### Tag: package-2021-01-preview
Expand Down

0 comments on commit 2bd297d

Please sign in to comment.