-
Notifications
You must be signed in to change notification settings - Fork 849
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Regenerating AzBlob to STG 87-90 #21384
Regenerating AzBlob to STG 87-90 #21384
Conversation
siminsavani-msft
commented
Aug 16, 2023
•
edited
Loading
edited
- The purpose of this PR is explained in this or a referenced issue.
- The PR does not update generated files.
- These files are managed by the codegen framework at Azure/autorest.go.
- Tests are included and/or updated for code changes.
- Updates to CHANGELOG.md are included.
- MIT license headers are included in each file.
/azp run go - azblob |
Azure Pipelines successfully started running 1 pipeline(s). |
@@ -7,7 +7,7 @@ go: true | |||
clear-output-folder: false | |||
version: "^3.0.0" | |||
license-header: MICROSOFT_MIT_NO_VERSION | |||
input-file: "https://raw.githubusercontent.com/Azure/azure-rest-api-specs/080b332b7572514a2e100dd2fa1fb86cb8edcb08/specification/storage/data-plane/Microsoft.BlobStorage/preview/2021-12-02/blob.json" | |||
input-file: "https://raw.githubusercontent.com/Azure/azure-rest-api-specs/a32d0b2423d19835246bb2ef92941503bfd5e734/specification/storage/data-plane/Microsoft.BlobStorage/preview/2021-12-02/blob.json" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
STG 87 is 2022-11-02
. But the above URL is pointing to 2021-12-02
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be the correct link as confirmed by @seanmcc-msft
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't have a swagger file for blobs beyond 2021-12-02 yet, we only add new files where there is a feature for the service in question that requires a swagger change and a new version.
* regenerating azblob to stg 87-90 (#21384) * Update AzBlob Service Version to 2023-08-03 (#21409) * updating service version for stg 87-90 * Adding mock test to check request header * fixing linting issues * return fake response * High Throughput Append Blob (#21424) * adding test for highthroughput appendblob * recorded test * Unrecord file, update CHANGELOG.md * ArchieveStatus - RehydratePendingToCold (#21441) * Adding new rehydrate enum * Added new enum, test, updated CHANGELOG.md