forked from Azure/azure-rest-api-specs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Storage STG 83 features (Azure#18887)
* new blob swagger version (Azure#18275) * Added missing Premium value to AccessTier (Azure#18434) * Tag Indexing for Blob Versions (Azure#18353) * Added Data Lake Path Create Bundle (Azure#18296) * Hopefully fixed Avoacdo check
- Loading branch information
1 parent
4e7859e
commit 4eedeea
Showing
10 changed files
with
12,538 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9555,7 +9555,8 @@ | |
"P80", | ||
"Hot", | ||
"Cool", | ||
"Archive" | ||
"Archive", | ||
"Premium" | ||
], | ||
"x-ms-enum": { | ||
"name": "AccessTier", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9563,7 +9563,8 @@ | |
"P80", | ||
"Hot", | ||
"Cool", | ||
"Archive" | ||
"Archive", | ||
"Premium" | ||
], | ||
"x-ms-enum": { | ||
"name": "AccessTier", | ||
|
Oops, something went wrong.