Skip to content

Latest commit

 

History

History
53 lines (32 loc) · 1.97 KB

CHANGELOG.md

File metadata and controls

53 lines (32 loc) · 1.97 KB

Changelog

All notable changes to this repository will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.1.1 - 2023-08-28

🤖 Changed

  • Devcontainer definition updated:
    • image specification format
    • ghcr.io/azure/azure-dev/azd:latest feature added
  • provision-deploy GitHub workflow updated:
    • container definition removed
    • azd installation step added

0.1.0 - 2023-02-04

Initialize this repository template to enable Power Platform developers start quickly with event driven architecture with Dataverse and Azure 😊

🚀 Added

  • Core files of the repository: README.md, LICENSE, CONTRIBUTING.md and CODE_OF_CONDUCT.md
  • Issue and pull request templates
  • Azure Developer CLI template for the solution below - Bicep infrastructure as code and Azure Functions app code

servicebus-csharp-function-dataverse

  • post-init-setup PowerShell script to execute after the initialization of the repository to finalize the configuration of the prerequisites to be able to deploy the solution using the azd up command
  • provision-deploy GitHub workflow to be able to provision the infrastructure in Azure and deploy the Azure Functions app code on push or pull request to main branch (in specific folders)