-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
## What - Enable Node unit tests for KV administration package - Align our KV test-resources ARM template with dotnet's - Add Managed HSM to ARM template - Add script to enable Managed HSM from dotnet's script ## Why We have lots of changes we want to make, but tests weren't currently runnable. Making the entire suite runnable seemed like something we'd want to do early before making behavior changes. Unfortunately there are some service integration issues we want to address before we can enable _all_ the tests so we decided to pend the ones that need some extra TLC to get the suite running. Aligning with dotnet on the ARM template allows us to easily add the Managed HSM bits from them and helps standardize what our template looks like across repos. Finally, Managed HSM support is coming, so we might as well get the deployment correct now.
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -118,6 +118,7 @@ Thumbs.db | |
*.cer | ||
*.pfx | ||
*.pem | ||
*.key | ||
|
||
# WebStorm # | ||
.idea/ | ||
|
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.
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.
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.
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.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.