Skip to content

Commit

Permalink
Remove swaggers and add generate.ps1 (#12992)
Browse files Browse the repository at this point in the history
* Remove swaggers and add generate.ps1

* update autorest instructions

* fix swaggers to be links (it works now!)
  • Loading branch information
christothes authored and prmathur-microsoft committed Jul 8, 2020
1 parent 117b395 commit 3730ce4
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1,009 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,8 @@ Run `dotnet msbuild /t:GenerateCode` in src directory to re-generate.
``` yaml
title: Azure.Security.KeyVault.Administration
input-file:
- $(this-folder)/swagger/rbac.json
- $(this-folder)/swagger/backuprestore.json
- https://raw.githubusercontent.com/Azure/azure-rest-api-specs/189fe8eb8d1ce60c9a782bbd1a0d632ffd70f1ae/specification/keyvault/data-plane/Microsoft.KeyVault/preview/7.2-preview/rbac.json
- https://raw.githubusercontent.com/Azure/azure-rest-api-specs/189fe8eb8d1ce60c9a782bbd1a0d632ffd70f1ae/specification/keyvault/data-plane/Microsoft.KeyVault/preview/7.2-preview/backuprestore.json
namespace: Azure.Security.KeyVault.Administration
include-csproj: disable
```
Note the input file should be restored to
the below path pending a service fix.
https://raw.githubusercontent.com/Azure/azure-rest-api-specs/001730d4c5b19d69b1edf43894a1e931f9591e58/specification/keyvault/data-plane/Microsoft.KeyVault/preview/7.2/rbac.json
Loading

0 comments on commit 3730ce4

Please sign in to comment.