Skip to content
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

KeyVault Secrets initial bootstrapping of crate #1966

Open
wants to merge 28 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
33816ce
KeyVault Secrets initial bootstrapping of crate
RickWinter Dec 19, 2024
d41912a
Update eng/emitter-package.json
RickWinter Dec 19, 2024
6062bdf
Renaming the client
RickWinter Dec 19, 2024
afd4e6c
Merge branch 'secrets' of https://github.com/RickWinter/azure-sdk-for…
RickWinter Dec 19, 2024
e51fbc9
By default don't regenerate
RickWinter Dec 19, 2024
d26c534
Cargo format all the files
RickWinter Dec 19, 2024
0e694e4
Clippy fixes
RickWinter Dec 19, 2024
7e8d16f
Add cspell words
RickWinter Dec 19, 2024
f7ef74a
Update to latest emitter
RickWinter Dec 19, 2024
6d3bc37
Ignore lifetime
RickWinter Dec 19, 2024
13ba49e
Unwrap the result
RickWinter Dec 20, 2024
63826a8
Revert the unwrap change
RickWinter Dec 20, 2024
6bab0f9
Convert to body
RickWinter Dec 20, 2024
11926e8
Unwrap
RickWinter Dec 20, 2024
708e4ed
Revert unwrap
RickWinter Dec 20, 2024
7531f32
Update eng/emitter-package.json
RickWinter Dec 19, 2024
cf547a6
By default don't regenerate
RickWinter Dec 19, 2024
b0313b9
Cargo format all the files
RickWinter Dec 19, 2024
ad39798
Clippy fixes
RickWinter Dec 19, 2024
5a8d81c
Add cspell words
RickWinter Dec 19, 2024
40feacf
Update to latest emitter
RickWinter Dec 19, 2024
66fd361
Ignore lifetime
RickWinter Dec 19, 2024
320ee7d
Unwrap the result
RickWinter Dec 20, 2024
44ba855
Revert the unwrap change
RickWinter Dec 20, 2024
4df5074
Convert to body
RickWinter Dec 20, 2024
35afdeb
Unwrap
RickWinter Dec 20, 2024
9b97ccd
Revert unwrap
RickWinter Dec 20, 2024
160de5e
Merge branch 'secrets' of https://github.com/RickWinter/azure-sdk-for…
RickWinter Jan 7, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ members = [
"sdk/cosmos/azure_data_cosmos",
"sdk/identity/azure_identity",
"sdk/eventhubs/azure_messaging_eventhubs",
"sdk/keyvault/azure_security_keyvault_secrets",
"eng/test/mock_transport",
"sdk/storage",
"sdk/storage/azure_storage_blob",
Expand Down
Loading
Loading