forked from Azure/azure-sdk-for-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/Azure/azure-sdk-for-python …
…into add_json_content * 'main' of https://github.com/Azure/azure-sdk-for-python: [SchemaRegistry] fix logging_enable bug (Azure#21488) add ReplaceLatestEntryTitle parameter for updating changelog (Azure#21485) [rest] add kwargs to iter_bytes and iter_raw (Azure#21529) fix UnboundLocalError (Azure#19744) Use docker to do package validation. (Azure#21541) Use https for sparse checkout command (Azure#21535) [AutoRelease] t2-signalr-2021-11-01-50053 (Azure#21514) [textanalytics] release prep (Azure#21522) Increment package version after release of azure-core (Azure#21532) support charset_normalizer (Azure#21520) Sync eng/common directory with azure-sdk-tools for PR 2177 (Azure#21523) pin chardet to assist withfailures (Azure#21521) [formrecognizer] Initial work for adding get_children methods (Azure#21224) Revert "delete eventgrid" (Azure#21512) Eventgrid del temporarily (Azure#21510) delete eventgrid (Azure#21509) [AutoRelease] t2-eventhub-2021-10-25-83263 (Azure#21397) re-gen clu LLC client (Azure#21417) Improved some error behaviour (Azure#21499) Handling Proper Defaulting of `BuildTargetingString` within nested templates (Azure#21426)
- Loading branch information
Showing
196 changed files
with
23,854 additions
and
2,461 deletions.
There are no files selected for viewing
15 changes: 15 additions & 0 deletions
15
eng/common/pipelines/templates/steps/docker-pull-image.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
parameters: | ||
- name: ContainerRegistryClientId | ||
type: string | ||
- name: ContainerRegistryClientSecret | ||
type: string | ||
- name: ImageId | ||
type: string | ||
steps: | ||
- pwsh: | | ||
$containerRegistry = ("${{parameters.ImageId}}" -split "\/")[0] | ||
docker login $containerRegistry -u "${{ parameters.ContainerRegistryClientId }}" -p "${{ parameters.ContainerRegistryClientSecret }}" | ||
displayName: Login container registry | ||
- pwsh: | | ||
docker pull '${{ parameters.ImageId}}' | ||
displayName: Pull docker image ${{ parameters.ImageId }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.