Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
e1df8b0
updates
Mar 31, 2025
0e31430
updates
Mar 31, 2025
4a71ffc
updates
Mar 31, 2025
a60bab3
pushing new AVM version
Mar 31, 2025
900a536
Merge pull request #765 from Azure/AVM-update
danycontre Mar 31, 2025
c2cdd8f
updates
Apr 1, 2025
7434d09
updates
Apr 1, 2025
5948ed6
updates
Apr 1, 2025
244e8de
updates
Apr 1, 2025
3456b03
updates
Apr 1, 2025
54d9d0c
updates
Apr 1, 2025
7f1853c
updates
Apr 1, 2025
1290390
updates
Apr 1, 2025
03e9e7e
updates
Apr 1, 2025
11083a3
updates
Apr 1, 2025
ce097ca
updates
Apr 1, 2025
7055384
updates
Apr 1, 2025
d8b7913
updates
Apr 1, 2025
c90d5da
updates
Apr 1, 2025
dcdd30b
updates
Apr 1, 2025
6ce9ffa
updates
Apr 1, 2025
67e944c
updates
Apr 1, 2025
fb861b2
updates
Apr 2, 2025
754fbc5
updates
Apr 2, 2025
a0bb2b9
updates
Apr 2, 2025
c92b52c
updates
Apr 2, 2025
d037280
updates
Apr 2, 2025
d5b13d3
Merge pull request #767 from Azure/custom-image-fix
danycontre Apr 2, 2025
4a1ea5b
updates
Apr 3, 2025
b9df73e
updates
Apr 3, 2025
e04c262
updates
Apr 3, 2025
0f55f0a
updates
Apr 3, 2025
34effe5
updates
Apr 3, 2025
58e4cb2
updates
Apr 3, 2025
1504284
Merge pull request #770 from Azure/doc-updates
sihbher Apr 3, 2025
7b5aad7
Update psdocs-mdtogit.yml
sihbher Apr 3, 2025
311fb8c
Merge pull request #771 from Azure/sihbher-patch-1
danycontre Apr 3, 2025
317bb3f
updates
Apr 3, 2025
b9bfdb9
updates
Apr 3, 2025
9ddea84
Merge branch 'main' into issue-769
danycontre Apr 3, 2025
81a169c
Merge pull request #772 from Azure/issue-769
danycontre Apr 3, 2025
4559de3
updates
Apr 3, 2025
1c01933
Merge branch 'main' into issue769
danycontre Apr 3, 2025
60cd0e0
Merge pull request #773 from Azure/issue769
sihbher Apr 3, 2025
d146072
updates
Apr 4, 2025
1253eca
Merge pull request #774 from Azure/portal-ui-cleanup
sihbher Apr 4, 2025
95c7476
updates
Apr 7, 2025
b93bac7
updates
Apr 7, 2025
50d35b0
Merge branch 'main' into issue-766
danycontre Apr 7, 2025
5aeeff7
Merge pull request #775 from Azure/issue-766
danycontre Apr 7, 2025
8109b9f
updates
Apr 7, 2025
a957e2a
Merge branch 'issue-766' of https://github.com/Azure/avdaccelerator i…
Apr 7, 2025
c34f103
Merge pull request #776 from Azure/issue-766
danycontre Apr 7, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
79 changes: 0 additions & 79 deletions .github/workflows/compile-bicep-arm-targeted.yml

This file was deleted.

19 changes: 12 additions & 7 deletions .github/workflows/psdocs-mdtogit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,12 @@ env:
# github_pr_repo: ${{ github.event.pull_request.head.repo.full_name }}

permissions:
actions: read
checks: read
contents: write
deployments: read
pull-requests: read
statuses: read

jobs:
arm_docs:
Expand All @@ -42,12 +47,12 @@ jobs:
- name: Show env
run: env | sort

# - name: Check out PR
# run: |
# echo "==> Check out PR..."
# gh pr checkout "$github_pr_number"
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Check out PR
run: |
echo "==> Check out PR..."
gh pr checkout "$github_pr_number"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Configure local git
run: |
echo "git user name : $github_user_name"
Expand Down Expand Up @@ -130,6 +135,6 @@ jobs:
git commit --message "$github_commit_message [$GITHUB_ACTOR/${GITHUB_SHA::8}]"
echo "==> Push changes..."
echo "Pushing changes to: $main"
git push "https://$GITHUB_TOKEN@github.com/Azure/avdaccelerator/tree/main"
git push https://$GITHUB_TOKEN@github.com/Azure/avdaccelerator.git main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Loading
Loading