-
Notifications
You must be signed in to change notification settings - Fork 285
[Storage] list_blobs
for ContainerClient
#2556
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
Changes from all commits
5915556
b19e513
cc2058d
306e806
0818001
14ff4c3
779935a
c591da2
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
{ | ||
"main": "dist/src/index.js", | ||
"dependencies": { | ||
"@azure-tools/typespec-rust": "0.14.0" | ||
"@azure-tools/typespec-rust": "0.14.2" | ||
}, | ||
"devDependencies": { | ||
"@azure-tools/typespec-azure-core": "0.55.0", | ||
"@azure-tools/typespec-azure-rulesets": "0.55.0", | ||
"@azure-tools/typespec-client-generator-core": "0.55.1", | ||
"@typespec/compiler": "1.0.0-rc.1", | ||
"@typespec/http": "1.0.0-rc.1", | ||
"@typespec/openapi": "1.0.0-rc.1", | ||
"@typespec/rest": "0.69.0", | ||
"@typespec/versioning": "0.69.0", | ||
"@typespec/xml": "0.69.0" | ||
"@azure-tools/typespec-azure-core": "0.56.0", | ||
"@azure-tools/typespec-azure-rulesets": "0.56.0", | ||
"@azure-tools/typespec-client-generator-core": "0.56.2", | ||
"@typespec/compiler": "1.0.0", | ||
"@typespec/http": "1.0.1", | ||
"@typespec/openapi": "1.0.0", | ||
"@typespec/rest": "0.70.0", | ||
"@typespec/versioning": "0.70.0", | ||
"@typespec/xml": "0.70.0" | ||
} | ||
} | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,3 +20,7 @@ uncommittedblobs | |
policyid | ||
ruleid | ||
westus | ||
testblob1 | ||
testblob2 | ||
testblob3 | ||
testblob4 | ||
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"AssetsRepo": "Azure/azure-sdk-assets", | ||
"AssetsRepoPrefixPath": "rust", | ||
"Tag": "rust/azure_storage_blob_be0a70462b", | ||
"Tag": "rust/azure_storage_blob_231754d877", | ||
"TagPrefix": "rust/azure_storage_blob" | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Uh oh!
There was an error while loading. Please reload this page.