File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
.azure-pipelines/generation-templates Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments