Skip to content

Commit 1504284

Browse files
authored
Merge pull request #770 from Azure/doc-updates
Markdown doc updates
2 parents d5b13d3 + 58e4cb2 commit 1504284

File tree

5 files changed

+2144
-87
lines changed

5 files changed

+2144
-87
lines changed

.github/workflows/compile-bicep-arm-targeted.yml

Lines changed: 0 additions & 79 deletions
This file was deleted.

.github/workflows/psdocs-mdtogit.yml

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,12 @@ env:
2929
# github_pr_repo: ${{ github.event.pull_request.head.repo.full_name }}
3030

3131
permissions:
32+
actions: read
33+
checks: read
3234
contents: write
35+
deployments: read
36+
pull-requests: read
37+
statuses: read
3338

3439
jobs:
3540
arm_docs:
@@ -42,12 +47,12 @@ jobs:
4247
- name: Show env
4348
run: env | sort
4449

45-
# - name: Check out PR
46-
# run: |
47-
# echo "==> Check out PR..."
48-
# gh pr checkout "$github_pr_number"
49-
# env:
50-
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
50+
- name: Check out PR
51+
run: |
52+
echo "==> Check out PR..."
53+
gh pr checkout "$github_pr_number"
54+
env:
55+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5156
- name: Configure local git
5257
run: |
5358
echo "git user name : $github_user_name"
@@ -130,6 +135,6 @@ jobs:
130135
git commit --message "$github_commit_message [$GITHUB_ACTOR/${GITHUB_SHA::8}]"
131136
echo "==> Push changes..."
132137
echo "Pushing changes to: $main"
133-
git push "https://$GITHUB_TOKEN@github.com/Azure/avdaccelerator/tree/main"
138+
git push "https://$GITHUB_TOKEN@github.com/Azure/avdaccelerator/tree/doc-updates"
134139
env:
135140
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

workload/bicep/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
### Full Parameter Details
66

77
A full list of parameter details can be found for the relevant deployment type here:
8-
- [Deploy AVD Baseline](../docs/autoGenerated/deploy-baseline.bicep.md.md)
8+
- [Deploy AVD Baseline](../docs/autoGenerated/deploy-baseline.bicep.md)
99
- [Deploy AVD Custom Image Baseline](../docs/autoGenerated/deploy-custom-image.bicep.md)
1010

1111
### Azure CLI

0 commit comments

Comments
 (0)