-
Notifications
You must be signed in to change notification settings - Fork 90
Add new Azure import params #979
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
Add new Azure import params #979
Conversation
Vercel Previews Deployed
|
Broken Link CheckerNo broken links found! 🎉 |
- At least a `secret_id` must be provided to perform an import. | ||
- You cannot provide a `client_secret` without a `secret_id`. | ||
- If you provide an `expiration`, it must be a future time in RFC3339 format. | ||
- `skip_import_rotation` has no effect on updates. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What does this mean? It doesn't seem like a validation rule to me
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I removed it since we cover most of these in our param descriptions.
@schavis Thank you for your review! I updated docs with your suggestions, could you please re-review when you get a chance? Thanks 🙏 |
No description provided.