-
Notifications
You must be signed in to change notification settings - Fork 31
Moving files from private repo to public repo with all the history #2
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
Merged
Conversation
This file contains hidden or 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
AzureBridge - unit tests, docs and examples
ReadMe Updates, Adding Example Templates with Some Examples, and Adding Pester Test Files
Add tests, docs and examples for gallery module
Azs.Commerce.Admin: add example, remove docs, check quantity to pester
[Azs.Storage.Admin] Update customization, docs, examples, tests and recording
Update Admin Output Table Format Changes and Fixing Location Parameter
Fabric.Admin powershell Autorest Phase 3
Filename is case sensitive in linux powershell core-az.bootstrapper
Fixing Path in CredScanSuppressions
adding policheck file extensions file
Remove infrastracture instance related cmdlets.
fix unit test
Fixing PSData section in Azs.Deployment.Admin and Az.BootStrapper
initial commits to private repo
rakku-ms
previously approved these changes
Apr 13, 2020
rakku-ms
reviewed
Apr 13, 2020
rakku-ms
reviewed
Apr 13, 2020
rakku-ms
reviewed
Apr 13, 2020
Member
Author
|
@rakku-ms Removed the .orig file |
rakku-ms
approved these changes
Apr 14, 2020
bganapa
added a commit
that referenced
this pull request
Apr 14, 2020
User Subscription: Autorest changes
bganapa
added a commit
that referenced
this pull request
Aug 23, 2021
* Initial code changes * ACR auto-generating cmdlets. * ACR auto-generating cmdlets. - #2 * Add pester tests for all the cmdlets. * Add examples for all the cmdlets. * Increase vertion to 0.2.0 to avoid clashing with manually released 0.1.3 version. * Replace Read-AzsContainerRegistry to Get-AzsContainerRegistry. * Add missed Get-AzsContainerRegistry.Recording.json * Add docs for all cmdlets * Initial code changes * ACR auto-generating cmdlets. * ACR auto-generating cmdlets. - #2 * Add pester tests for all the cmdlets. * Add examples for all the cmdlets. * Increase vertion to 0.2.0 to avoid clashing with manually released 0.1.3 version. * Replace Read-AzsContainerRegistry to Get-AzsContainerRegistry. * Add missed Get-AzsContainerRegistry.Recording.json * Add docs for all cmdlets Co-authored-by: Rohit Jaini <rjaini@microsoft.com> Co-authored-by: larisaborodina <larisab@microsoft.com> Co-authored-by: larisaborodina <58491292+larisaborodina@users.noreply.github.com>
bganapa
pushed a commit
that referenced
this pull request
Aug 31, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
git clone of private-repo
git checkout dev
git remote rm origin
git remote add origin (bganapa fork of public repo)
git fetch origin
git merge origin/dev --allow-unrelated-histories (to merge the intial code compliance commits)
git push origin dev:dev
PR to the public repo of master