-
Notifications
You must be signed in to change notification settings - Fork 457
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
[Modules] Multi additions to staticSites #1662
Conversation
* feat(staticsites): Added linkedBackends to staticSites extension * feat(staticsites): Added tests, readme, linkedBackends * docs(staticsites): Removed parameter placeholder * Update modules/Microsoft.Web/staticSites/config/readme.md Co-authored-by: Alexander Sehr <ASehr@hotmail.de> * Update modules/Microsoft.Web/staticSites/config/readme.md Co-authored-by: Alexander Sehr <ASehr@hotmail.de> * Update modules/Microsoft.Web/staticSites/customDomains/readme.md Co-authored-by: Alexander Sehr <ASehr@hotmail.de> * Update modules/Microsoft.Web/staticSites/linkedBackends/readme.md Co-authored-by: Alexander Sehr <ASehr@hotmail.de> * fix(staticsites): Integrated PR feedback Co-authored-by: Alexander Sehr <ASehr@hotmail.de>
Unit Test Results 1 files ± 0 1 suites ±0 1m 17s ⏱️ +56s Results for commit 372fd69. ± Comparison against base commit b1101a2. This pull request removes 22 and adds 165 tests. Note that renamed tests count towards both.
This pull request removes 1 skipped test and adds 4 skipped tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
Co-authored-by: Erika Gressi <56914614+eriqua@users.noreply.github.com>
@eriqua and @MrMCake can we finally close this PR? The pipeline is failing because of the word "id" is not in uppercase in the linked backends readme, maybe someone can do a quick fix here. Besides that, there is nothing left and I would really like to consume the changes from this module 😅 |
Merged and retesting |
Co-authored-by: Erika Gressi <56914614+eriqua@users.noreply.github.com>
Co-authored-by: Erika Gressi <56914614+eriqua@users.noreply.github.com>
Co-authored-by: Erika Gressi <56914614+eriqua@users.noreply.github.com>
Co-authored-by: Erika Gressi <56914614+eriqua@users.noreply.github.com>
Co-authored-by: Erika Gressi <56914614+eriqua@users.noreply.github.com>
Co-authored-by: Erika Gressi <56914614+eriqua@users.noreply.github.com>
Co-authored-by: Erika Gressi <56914614+eriqua@users.noreply.github.com>
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.
🆗
Description
Added the following to staticSites
config
(app config and function app config)customDomains
with different validations depending on apex or notlinkedBackends
with the 2022-03-01 API to add custom function apps. TheuserDefinedFunctions
endpoint should not be used and is currently broken.Changes were verified, pester and deployment tested with the respective PowerShell functions. Readme and parameter files have been updated.
Pipeline references
Type of Change
Please delete options that are not relevant.