Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .cruft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"template": "https://github.com/Azure-Samples/Azure-Python-Standardization-Template-Generator",
"commit": "a8bbfb5f41e1b73129167cd91c50671ad604e206",
"commit": "a92760e38a54e1062e1950d3702372f404cd6a41",
"checkout": null,
"context": {
"cookiecutter": {
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
if: matrix.os == 'macos-latest-xlarge'
run: brew install postgresql@14
- name: Setup postgres
uses: ikalnytskyi/action-setup-postgres@v4
uses: ikalnytskyi/action-setup-postgres@v6
- name: Setup python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:

python-version: ${{ matrix.python_version }}
Expand Down
1 change: 1 addition & 0 deletions infra/core/database/postgresql/flexibleserver.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ param tags object = {}

param sku object
param storage object
@secure()
param administratorLogin string
@secure()
param administratorLoginPassword string
Expand Down