This pull request includes updates to the documentation and examples for the powerplatform_data_record resource, as well as the addition of a new example for creating an application user. The most important changes include the addition of an application user example, updates to the data_record.md documentation, and modifications to existing examples to improve clarity.
docs/resources/data_record.md: Updated the documentation to include a description of the data_record resource and added a new section for the application user example. [1][2]
templates/resources/data_record.md.tmpl: Updated the template to include sections for business units and application user examples, and improved the overall structure of the documentation.
This pull request includes updates to the documentation and examples for the
powerplatform_data_record
resource, as well as the addition of a new example for creating an application user. The most important changes include the addition of an application user example, updates to thedata_record.md
documentation, and modifications to existing examples to improve clarity.Documentation and Examples Updates:
.changes/unreleased/added-20241009-071033.yaml
: Added a changelog entry for the new application user example inpowerplatform_data_record
.docs/resources/data_record.md
: Updated the documentation to include a description of thedata_record
resource and added a new section for the application user example. [1] [2]examples/resources/powerplatform_data_record/application_user/resource.tf
: Added a new example for creating an application user in thepowerplatform_data_record
resource.examples/resources/powerplatform_data_record/application_user/variables.tf
: Added variables for the new application user example, includingapplicationid
,businessunitid
, androles
.Template Updates:
templates/resources/data_record.md.tmpl
: Updated the template to include sections for business units and application user examples, and improved the overall structure of the documentation.