-
Notifications
You must be signed in to change notification settings - Fork 301
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
Prepare for v1.0 release #298
Conversation
7a781da
to
dcb3616
Compare
d4ac092
to
71c788c
Compare
- Refactor into service packages - Drop support for configuring a subscription ID, bump SDK version - Drop `application_id` attribute on `azuread_application_password` resource - Tidy up Application related functions - Use acceptance module for all tests - Bump Go to 1.15
71c788c
to
ce1ae8a
Compare
…m-provider-azuread into release/1.0
- Move provider code into top directory (drop the `azuread/` directory) - Revert to go-azure-helpers v0.12.0 and don't fully remove subscription_id just yet - Rename `METADATA_URL` env var to `METADATA_HOST` - Consolidate helper funcs into a utils package - Remove RP registration config value - Add .tfproto5 to force TF v0.12.x - Remove unnecessary custom timeout - Use a more idempotent ID for `azuread_client_config` data source - `azuread_users` data source to error if no users found - Minor function signature tidying
…ssues where DELETE requests are sometimes not honoured)
…ions, and application/service principal passwords and certificates
Tests passing:
|
…ision avoidance for app_role IDs and oauth2_permission IDs
This has been released in version 1.0.0 of the provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. As an example: provider "azuread" {
version = "~> 1.0.0"
}
# ... other configuration ... |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks! |
Summary
azuread/
top-level directoryCHANGELOG
Provider: Drop support for configuring a subscription ID, bump SDK version<-- this is blocked and will make it into a minor releaseazuread_application_app_role
(closes azuread_application: app_role id can't be specified manually #150, closes Provide support for approle outside of resource_application as an independent resource #306)azuread_application_oauth2_permission
(closes azuread_application: oauth2_permissions id can't be specified manually #267)azuread_application
- a default value for thehomepage
attribute is no longer derived when unspecified (closes azuread_application: homepage can't be blank #268)azuread_application_password
-application_id
attribute has been droppeddata.azuread_groups
anddata.azuread_users
(both plural data sources) will not error if no results found (see Allow for graceful handling of errored users within users data source #256)data.azuread_group
-name
argument is now case insensitive (closes data.azuread_group: name should be case insensitive #246, closes data.azuread_group: name argument is now case insensitive #291)