Skip to content

Commit

Permalink
Purview Manager Schemas (Azure#12786)
Browse files Browse the repository at this point in the history
* Purview update network acls and patch API

* Update prettier

* Purview Manager Schemas
  • Loading branch information
annoakes authored and mkarmark committed Jul 20, 2021
1 parent 46cacec commit 5ad5ad0
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
## AzureResourceSchema

These settings apply only when `--azureresourceschema` is specified on the command line.

### AzureResourceSchema multi-api

``` yaml $(azureresourceschema) && $(multiapi)
batch:
- tag: schema-purview-2020-12-01-preview

```

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

### Tag: schema-purview-2020-12-01-preview and azureresourceschema

``` yaml $(tag) == 'schema-purview-2020-12-01-preview' && $(azureresourceschema)
output-folder: $(azureresourceschema-folder)/schemas

# all the input files in this apiVersion
input-file:
- Microsoft.Purview/preview/2020-12-01-preview/purview.json

```
1 change: 1 addition & 0 deletions specification/purview/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ This is not used by Autorest itself.
swagger-to-sdk:
- repo: azure-sdk-for-python-track2
- repo: azure-sdk-for-go
- repo: azure-resource-manager-schemas
```


Expand Down

0 comments on commit 5ad5ad0

Please sign in to comment.