Skip to content

Commit

Permalink
[data-tables] Appease release check (Azure#31820)
Browse files Browse the repository at this point in the history
### Packages impacted by this PR

`@azure/data-tables`

### Describe the problem that is addressed by this PR

Nothing is actually changing here except the release automation now
complains if the commit used isn't referencing main. The input file is
the same.
  • Loading branch information
xirzec authored Nov 18, 2024
1 parent 9c3447a commit 28b3e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/tables/data-tables/swagger/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ generate-metadata: false
license-header: MICROSOFT_MIT_NO_VERSION
output-folder: ../
source-code-folder-path: ./src/generated
input-file: https://raw.githubusercontent.com/Azure/azure-rest-api-specs/4a8cd09ab6963b6dd36088aafca81975d32ee561/specification/cosmos-db/data-plane/Microsoft.Tables/preview/2019-02-02/table.json
input-file: https://github.com/Azure/azure-rest-api-specs/blob/4ae412cf228fb0320ced6fd6020435296752bf68/specification/cosmos-db/data-plane/Microsoft.Tables/preview/2019-02-02/table.json
add-credentials: false
override-client-name: GeneratedClient
use-extension:
Expand Down

0 comments on commit 28b3e59

Please sign in to comment.