Skip to content

Commit 519ee51

Browse files
swagger update stg 99 (Azure#24816)
1 parent df79907 commit 519ee51

17 files changed

+379
-377
lines changed

sdk/storage/azblob/internal/generated/autorest.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ go: true
77
clear-output-folder: false
88
version: "^3.0.0"
99
license-header: MICROSOFT_MIT_NO_VERSION
10-
input-file: "https://raw.githubusercontent.com/Azure/azure-rest-api-specs/30318bc99a721df4ebdfdbf40696739ede75564f/specification/storage/data-plane/Microsoft.BlobStorage/stable/2025-07-05/blob.json"
10+
input-file: "https://raw.githubusercontent.com/Azure/azure-rest-api-specs/07c350e6126e53f3a25fe75536c4b3324f91475b/specification/storage/data-plane/Microsoft.BlobStorage/stable/2025-11-05/blob.json"
1111
credential-scope: "https://storage.azure.com/.default"
1212
output-folder: ../generated
1313
file-prefix: "zz_"
@@ -67,7 +67,7 @@ directive:
6767
$.items.enum.push("permissions");
6868
```
6969
70-
### Updating service version to 2025-07-05
70+
### Updating service version to 2025-11-05
7171
```yaml
7272
directive:
7373
- from:
@@ -80,7 +80,7 @@ directive:
8080
where: $
8181
transform: >-
8282
return $.
83-
replaceAll(`[]string{"2025-05-05"}`, `[]string{ServiceVersion}`);
83+
replaceAll(`[]string{"2025-07-05"}`, `[]string{ServiceVersion}`);
8484
```
8585
8686
### Fix CRC Response Header in PutBlob response

sdk/storage/azblob/internal/generated/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66

77
package generated
88

9-
const ServiceVersion = "2025-07-05"
9+
const ServiceVersion = "2025-11-05"

sdk/storage/azblob/internal/generated/zz_appendblob_client.go

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)