Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI Environment] Re-Enabled PBR overwrite #3388

Merged
merged 3 commits into from
Jun 30, 2023

Conversation

AlexanderSehr
Copy link
Contributor

@AlexanderSehr AlexanderSehr commented Jun 30, 2023

Description

Re-Enabled PBR overwrite

Pipeline references

For module/pipeline changes, please create and attach the status badge of your successful run.

# Run without `--force`
PS C:\dev\ip\Azure-ResourceModules\ResourceModules> . 'C:\dev\ip\Azure-ResourceModules\ResourceModules\utilities\pipelines\resourcePublish\Publish-ModuleToPrivateBicepRegistry.ps1'
VERBOSE: Performing the operation "Publish" on target "Private bicep registry entry [bicep/modules/aad.domain-services] version [0.1] to registry [adpsxxazacrx001]".
The module "br:adpsxxazacrx001.azurecr.io/bicep/modules/aad.domain-services:0.1" already exists in registry. Use --force to overwrite the existing module.
VERBOSE: Publish complete

# Run with `--force`
PS C:\dev\ip\Azure-ResourceModules\ResourceModules> . 'C:\dev\ip\Azure-ResourceModules\ResourceModules\utilities\pipelines\resourcePublish\Publish-ModuleToPrivateBicepRegistry.ps1'
VERBOSE: Performing the operation "Publish" on target "Private bicep registry entry [bicep/modules/aad.domain-services] version [0.1] to registry [adpsxxazacrx001]".
VERBOSE: Publish complete

Type of Change

Please delete options that are not relevant.

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Update to documentation

@AlexanderSehr AlexanderSehr requested a review from a team as a code owner June 30, 2023 13:20
@AlexanderSehr AlexanderSehr self-assigned this Jun 30, 2023
@AlexanderSehr AlexanderSehr added bug Something isn't working [cat] publishing category: publishing labels Jun 30, 2023
@AlexanderSehr AlexanderSehr enabled auto-merge (squash) June 30, 2023 13:21
@eriqua eriqua linked an issue Jun 30, 2023 that may be closed by this pull request
Copy link
Contributor

@eriqua eriqua left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🆗

@AlexanderSehr AlexanderSehr merged commit f50fdfd into main Jun 30, 2023
7 checks passed
@AlexanderSehr AlexanderSehr deleted the users/alsehr/3383_forcePublish branch June 30, 2023 23:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working [cat] publishing category: publishing
Projects
None yet
2 participants