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

[Key Vault] Update migration and troubleshooting guides #30897

Merged
merged 2 commits into from
Jun 27, 2023

Conversation

mccoyp
Copy link
Member

@mccoyp mccoyp commented Jun 27, 2023

Description

Resolves #30867; see Azure/azure-sdk-for-net#37028.

All SDK Contribution checklist:

  • The pull request does not introduce [breaking changes]
  • CHANGELOG is updated for new features, bug fixes or other significant changes.
  • I have read the contribution guidelines.

General Guidelines and Best Practices

  • Title of the pull request is clear and informative.
  • There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR. For more information on cleaning up the commits in your PR, see this page.

Testing Guidelines

  • Pull request includes test coverage for the included changes.

@mccoyp mccoyp added Docs KeyVault Client This issue points to a problem in the data-plane of the library. labels Jun 27, 2023
@mccoyp mccoyp requested review from heaths, timovv and vcolin7 June 27, 2023 00:25
@mccoyp mccoyp requested a review from schaabs as a code owner June 27, 2023 00:25
@azure-sdk
Copy link
Collaborator

API change check

API changes are not detected in this pull request.

@mccoyp mccoyp enabled auto-merge (squash) June 27, 2023 17:57
@mccoyp mccoyp merged commit f4d3ed1 into Azure:main Jun 27, 2023
@mccoyp mccoyp deleted the kv-migration branch June 27, 2023 19:04
timovv added a commit to Azure/azure-sdk-for-js that referenced this pull request Aug 3, 2023
### Packages impacted by this PR

- `@azure/keyvault-certificates`
- `@azure/keyvault-keys`
- `@azure/keyvault-secrets`

### Issues associated with this PR

- Fixes #26358

### Describe the problem that is addressed by this PR

Documentation updates with new information reflecting recent changes and
feedback; see corresponding
[.NET](Azure/azure-sdk-for-net#37028) and
[Python](Azure/azure-sdk-for-python#30897) PRs.

---------

Co-authored-by: Heath Stewart <heaths@outlook.com>
dgetu pushed a commit to Azure/azure-sdk-for-js that referenced this pull request Sep 6, 2023
### Packages impacted by this PR

- `@azure/keyvault-certificates`
- `@azure/keyvault-keys`
- `@azure/keyvault-secrets`

### Issues associated with this PR

- Fixes #26358

### Describe the problem that is addressed by this PR

Documentation updates with new information reflecting recent changes and
feedback; see corresponding
[.NET](Azure/azure-sdk-for-net#37028) and
[Python](Azure/azure-sdk-for-python#30897) PRs.

---------

Co-authored-by: Heath Stewart <heaths@outlook.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Client This issue points to a problem in the data-plane of the library. Docs KeyVault
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[Key Vault] Link to troubleshooting guides from migration guides
3 participants