Skip to content

Commit

Permalink
Update ProviderHub readme (Azure#13154)
Browse files Browse the repository at this point in the history
* update providerhub csharp redme

* add SDK for net in readme

* trigger update

Co-authored-by: Wendy Chang <wendychang@gmail.com>
  • Loading branch information
2 people authored and mkarmark committed Jul 20, 2021
1 parent dac2dc5 commit f8dc74e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions specification/providerhub/resource-manager/readme.csharp.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ csharp:
payload-flattening-threshold: 1
clear-output-folder: true
client-side-validation: false
namespace: Microsoft.ProviderHub
output-folder: $(csharp-sdks-folder)/providerhub/management/Microsoft.ProviderHub/GeneratedProtocol
namespace: Microsoft.Azure.Management.ProviderHub
output-folder: $(csharp-sdks-folder)/providerhub/Microsoft.Azure.Management.ProviderHub/src/Generated
```
3 changes: 2 additions & 1 deletion specification/providerhub/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ directive:
## Swagger to SDK

This section describes what SDK should be generated by the automatic system.
This is not used by Autorest itself.
This is not used by AutoRest itself.

```yaml $(swagger-to-sdk)
swagger-to-sdk:
Expand All @@ -59,6 +59,7 @@ swagger-to-sdk:
- repo: azure-sdk-for-go
- repo: azure-sdk-for-js
- repo: azure-sdk-for-ruby
- repo: azure-sdk-for-net
after_scripts:
- bundle install && rake arm:regen_all_profiles['azure_mgmt_providerhub']
```
Expand Down

0 comments on commit f8dc74e

Please sign in to comment.