We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5284104 commit 81bdd57Copy full SHA for 81bdd57
1 file changed
.github/workflows/publish.yaml
@@ -20,7 +20,7 @@ jobs:
20
shell: pwsh
21
run: |-
22
Install-Module PSDocs -MinimumVersion '0.9.0-B2102002' -AllowPrerelease -Force;
23
- Install-Module PSDocs.Azure -MinimumVersion '0.3.0-B2103011' -AllowPrerelease -Force;
+ Install-Module PSDocs.Azure -MinimumVersion '0.3.0-B2103037' -AllowPrerelease -Force;
24
Import-Module PSDocs.Azure;
25
Get-AzDocTemplateFile -Path templates/ | ForEach-Object {
26
# Generate a standard name of the markdown file. i.e. <name>_<version>.md
0 commit comments