Skip to content

Commit 1766791

Browse files
committed
docs: clarify comments
1 parent 11a16eb commit 1766791

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.azure-pipelines/generation-templates/capture-openapi.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -155,18 +155,18 @@ jobs:
155155
targetFolder: '$(Build.SourcesDirectory)/msgraph-metadata/openapi/${{ parameters.endpoint }}'
156156
displayName: Copy OpenAPI files to local msgraph-metadata repo
157157

158-
# Push changes to msgraph-metadata repo
158+
# Push changes to msgraph-metadata repo and create PR
159159
- pwsh: '$(scriptsDirectory)/git-push-cleanmetadata.ps1'
160-
displayName: push clean ${{ parameters.endpoint }} OpenAPI description to msgraph-metadata repo
160+
displayName: PR for ${{ parameters.endpoint }} OpenAPI description in msgraph-metadata repo
161161
env:
162-
CreatePR: True
162+
CreatePR: True
163163
EndpointVersion: ${{ parameters.endpoint }}
164164
PublishChanges: $(publishChanges)
165165
workingDirectory: '$(Build.SourcesDirectory)/msgraph-metadata'
166166
enabled: true
167167

168-
# Create PR - note that this PR is not used for gating. It's just for discovery purposes. Library generation PRs will still
169-
# be created based on the OpenAPI files.
168+
# Create PR - note that this PR is not used for gating. It's just for discovery purposes.
169+
# Library generation PRs will still be created based on the OpenAPI files.
170170

171171
- task: AzureKeyVault@2
172172
displayName: "Azure Key Vault: Get Secrets"

0 commit comments

Comments
 (0)