Skip to content

Commit

Permalink
Updating autorest readme link (#21244)
Browse files Browse the repository at this point in the history
Co-authored-by: Minnie Liu <peiliu@microsoft.com>
  • Loading branch information
minnieliu and Minnie Liu authored May 20, 2021
1 parent c3ceaaf commit e943412
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ Run `dotnet msbuild /t:GenerateCode` to generate code.
``` yaml
tag: package-2021-03-07
require:
- https://raw.githubusercontent.com/Azure/azure-rest-api-specs/bf081421869ccd31d9fd87084b07a1e246aee310/specification/communication/data-plane/Microsoft.CommunicationServicesIdentity/readme.md
- https://raw.githubusercontent.com/Azure/azure-rest-api-specs/896d05e37dbb00712726620b8d679cc3c3be09fb/specification/communication/data-plane/Identity/readme.md
payload-flattening-threshold: 3
```
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Run `dotnet msbuild /t:GenerateCode` to generate code.
public-clients: true
tag: package-phonenumber-2021-03-07
require:
- https://raw.githubusercontent.com/Azure/azure-rest-api-specs/bf081421869ccd31d9fd87084b07a1e246aee310/specification/communication/data-plane/Microsoft.CommunicationServicesPhoneNumbers/readme.md
- https://raw.githubusercontent.com/Azure/azure-rest-api-specs/896d05e37dbb00712726620b8d679cc3c3be09fb/specification/communication/data-plane/PhoneNumbers/readme.md
title: Phone numbers
payload-flattening-threshold: 3
```
Expand Down
2 changes: 1 addition & 1 deletion sdk/communication/Azure.Communication.Sms/src/autorest.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ Run `dotnet msbuild /t:GenerateCode` to generate code.
``` yaml
tag: package-sms-2021-03-07
require:
- https://raw.githubusercontent.com/Azure/azure-rest-api-specs/bf081421869ccd31d9fd87084b07a1e246aee310/specification/communication/data-plane/Microsoft.CommunicationServicesSms/readme.md
- https://raw.githubusercontent.com/Azure/azure-rest-api-specs/896d05e37dbb00712726620b8d679cc3c3be09fb/specification/communication/data-plane/Sms/readme.md
payload-flattening-threshold: 10
```

0 comments on commit e943412

Please sign in to comment.