Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: microsoft/winget-cli-restsource
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.1.20211029
Choose a base ref
...
head repository: microsoft/winget-cli-restsource
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.1.20211101
Choose a head ref
  • 3 commits
  • 17 files changed
  • 5 contributors

Commits on Nov 1, 2021

  1. Documentation update (#87)

    * Automation of new Azure Repo
    
    Using PowerShell builds the ARM Parameters files, runs them against the ARM Template files to generate the required objects.
    
    Creates new keys in the keyvault.
    
    * Updates
    
    Updated Function and script parameters for the construction of the private repo.
    
    Added a new library that offers a new function allowing for adding new manifests to the repo.
    
    * Update PrivateRepoLib.ps1
    
    * Update
    
    * Update new-private-repository-azure.md
    
    Initial attempt at instructions
    
    * Update new-private-repository-azure.md
    
    * Update new-private-repository-azure.md
    
    * Update new-private-repository-azure.md
    
    * Update new-private-repository-azure.md
    
    * Update new-private-repository-azure.md
    
    * Update new-private-repository-azure.md
    
    * Included PowerShell Module Checking
    
    Checks for the required Azure Modules before running the script.
    
    * Update .gitignore
    
    * Update .gitignore
    
    * Update .gitignore
    
    * Updated Automation Script
    
    - Included PowerShell Module Detection
    - Updated Get-Help Description
    - Included information on how to connect to your new private repo
    - Cleaned up code
    
    * Update PrivateRepoLib.ps1
    
    Included a Class for use with the Automation script.
    
    * Removed ARMObject Class
    
    * Update new-private-repository-azure.md
    
    - Updated instructions with missing steps
    - Corrected steps on setting up the Cosmos Account/DB/Container.
    - Organized the Key Vault steps.
    
    * Update automation.ps1
    
    Moved a hardcoded value to variable, and set it in the Begin stage of the function for easy update / reference.
    
    * Update new-private-repository-azure.md
    
    Updated the Cosmos DB Account instructions to include Firewall exception rule.
    
    * Update automation.ps1
    
    Moved the ArchiveFunction path to be a script parameter input.
    
    * Moved Scripts to new home
    
    * Update .gitignore
    
    Updating the Ignore list to include *.zip files in the root of the Infrastructure folder.
    
    * Update keyvault.sample.json
    
    Removed person object ID
    
    * Delete CompiledFunctions.zip
    
    Deleted
    
    * Update README.md
    
    Updated path and included link to automation.ps1 script
    
    * Update PrivateRepoLib.ps1
    
    Removed custom class
    
    * Update .gitignore
    
    Co-authored-by: jamespik <48262337+jamespik@users.noreply.github.com>
    
    * Update README.md
    
    Thank you!
    
    Co-authored-by: jamespik <48262337+jamespik@users.noreply.github.com>
    
    * Update README.md
    
    Co-authored-by: jamespik <48262337+jamespik@users.noreply.github.com>
    
    * Update Tools/PrivateRepoLib.ps1
    
    Co-authored-by: jamespik <48262337+jamespik@users.noreply.github.com>
    
    * Update Tools/PrivateRepoLib.ps1
    
    Co-authored-by: jamespik <48262337+jamespik@users.noreply.github.com>
    
    * Update README.md
    
    Co-authored-by: jamespik <48262337+jamespik@users.noreply.github.com>
    
    * Update automation.ps1
    
    Corrected the reporting to show "Install" instead of "Import"
    
    * Update PrivateRepoLib.ps1
    
    Expanded the validation and error checking of the PowerShell function library.
    
    * Update automation.ps1
    
    Corrected relative path to Archive file and the parameter and template folders.
    
    * Update automation.ps1
    
    Corrected the relative path to the Archive files and the template and parameter folders
    
    Updated the warning message to read as Install-Module instead of Import-Module
    
    * Update PrivateRepoLib.ps1
    
    Import error reporting
    
    * Update PrivateRepoLib.ps1
    
    Enhanced error checking
    
    * Update new-private-repository-azure.md
    
    Updated the name from "private repository" to "private source"
    
    Added instructions on how to use the script lib to add manifests to the private source.
    
    * Update automation.ps1
    
    Lots of Updates
    
    * Update PrivateRepoLib.ps1
    
    Cleaned up comments
    
    * Updated Scripts
    
    Code Review Updates.
    
    * Updated Comments and uncommented build call
    
    * Major update
    
    Major updates to the PrivateRepoLib.ps1
    
    * Update PrivateRepoLib.ps1
    
    * Imported PowerShell Module
    
    Imported the Microsoft.WinGet.Source PowerShell module. Moved old scripts to an "Old" folder (temporarily before deletion.).
    
    * Update Add-WinGetManifest.ps1
    
    Bulk Add manifests to WinGet Source
    
    * Added Comments and Get-Help information
    
    * Removed Old Code
    
    * Update Remove-WinGetManifest.ps1
    
    * Updated and new Documetnation
    
    * Fixed Demo *.yaml files
    
    * Included new Sample app manifests
    
    * Included MyEmployees-Finance as a Sample app
    
    * Cleaned up Respository
    
    * Update solution, remove files that should be sourced from build.
    
    * Removing content that doesn't belong in the repo.
    
    * Update solution view
    
    * Delete extraneous changes from keyvault sample template
    
    * Update solution items and remove bogus git ignore items
    
    * remove extraneous metadata
    
    * update
    
    * Documentation update
    
    * documentation update
    
    * Git Hub corrections.
    
    * New Read and Write Keys
    
    Updated template AzureFunction.JSON, and Script. Keyvault keys are created and the Function references them.
    
    * Pushing changes.
    
    * Add details about IP addresses
    
    * Trim extra behavior from remove manifest
    
    * Adding CosmosDatabase and CosmosContainer to function ARM
    
    * Removed reference to $Index
    
    * Line Length normalization
    
    * Enabled Add-WinGetManifest to add new or update
    
    * Removed Debugging
    
    * Documentation Update
    
    * Update new-private-repository-azure.md
    
    * Update Tools/PowershellModule/doc/new-private-repository-azure.md
    
    Co-authored-by: denelon <denelon@microsoft.com>
    
    * Update Tools/PowershellModule/doc/new-private-repository-azure.md
    
    Co-authored-by: denelon <denelon@microsoft.com>
    
    * Update Tools/PowershellModule/doc/new-private-repository-azure.md
    
    Co-authored-by: denelon <denelon@microsoft.com>
    
    * Update Tools/PowershellModule/doc/new-private-repository-azure.md
    
    Co-authored-by: denelon <denelon@microsoft.com>
    
    * Update Tools/PowershellModule/doc/new-private-repository-azure.md
    
    Co-authored-by: denelon <denelon@microsoft.com>
    
    * Update Tools/PowershellModule/doc/new-private-repository-azure.md
    
    Co-authored-by: denelon <denelon@microsoft.com>
    
    * Update Tools/PowershellModule/doc/new-private-repository-azure.md
    
    Co-authored-by: denelon <denelon@microsoft.com>
    
    * Update Tools/PowershellModule/doc/new-private-repository-azure.md
    
    Co-authored-by: denelon <denelon@microsoft.com>
    
    * Update Tools/PowershellModule/doc/new-private-repository-azure.md
    
    Co-authored-by: denelon <denelon@microsoft.com>
    
    * Update Tools/PowershellModule/doc/new-private-repository-azure.md
    
    Co-authored-by: jamespik <48262337+jamespik@users.noreply.github.com>
    
    * Update Tools/PowershellModule/doc/new-private-repository-azure.md
    
    Co-authored-by: denelon <denelon@microsoft.com>
    
    * Update Tools/PowershellModule/doc/new-private-repository-azure.md
    
    Co-authored-by: denelon <denelon@microsoft.com>
    
    * Update Tools/PowershellModule/doc/new-private-repository-azure.md
    
    Co-authored-by: denelon <denelon@microsoft.com>
    
    * Update Tools/PowershellModule/doc/new-private-repository-azure.md
    
    Co-authored-by: denelon <denelon@microsoft.com>
    
    * Update Tools/PowershellModule/doc/new-private-repository-azure.md
    
    Co-authored-by: denelon <denelon@microsoft.com>
    
    * Update Tools/PowershellModule/doc/new-private-repository-azure.md
    
    Co-authored-by: denelon <denelon@microsoft.com>
    
    * Update Tools/PowershellModule/doc/new-private-repository-azure.md
    
    Co-authored-by: denelon <denelon@microsoft.com>
    
    * Update Tools/PowershellModule/doc/new-private-repository-azure.md
    
    Co-authored-by: denelon <denelon@microsoft.com>
    
    * Update Tools/PowershellModule/doc/new-private-repository-azure.md
    
    Co-authored-by: denelon <denelon@microsoft.com>
    
    * Update Tools/PowershellModule/doc/new-private-repository-azure.md
    
    Co-authored-by: denelon <denelon@microsoft.com>
    
    * Update new-private-repository-azure.md
    
    * Update new-private-repository-azure.md
    
    * Update new-private-repository-azure.md
    
    * Update new-private-repository-azure.md
    
    * Update
    
    * Updated
    
    * Update new-winget-rest-source-azure.md
    
    * REST
    
    * Private
    
    * Manifest to Package ID
    
    * Update new-winget-rest-source-azure.md
    
    * Update new-winget-rest-source-azure.md
    
    * Defaults
    
    * Fixed some excess capitalization
    
    * Example standardization
    
    * Title Changes
    
    * Update Add-AzureResourceGroup.ps1
    
    * Update Tools/PowershellModule/doc/new-winget-rest-source-azure.md
    
    Co-authored-by: jamespik <48262337+jamespik@users.noreply.github.com>
    
    * Update new-winget-rest-source-azure.md
    
    * Update new-winget-rest-source-azure.md
    
    * Update new-winget-rest-source-azure.md
    
    * Update new-winget-rest-source-azure.md
    
    * Update new-winget-rest-source-azure.md
    
    * Update new-winget-rest-source-azure.md
    
    * Update new-winget-rest-source-azure.md
    
    * Update new-winget-rest-source-azure.md
    
    * Relative links
    
    * WinGet.RestSource.Functions.zip
    
    * Update Tools/PowershellModule/src/Library/New-WinGetSource.ps1
    
    * Update Tools/PowershellModule/doc/PowerShell/Get-WinGetManifest.md
    
    * Update Tools/PowershellModule/src/Library/Add-WinGetManifest.ps1
    
    * Apply suggestions from code review
    
    * Apply suggestions from code review
    
    * Naming and caps
    
    Co-authored-by: roymaclachlan <natures_wonder@hotmail.com>
    Co-authored-by: jamespik <48262337+jamespik@users.noreply.github.com>
    Co-authored-by: Union Palenshus <palenshus@gmail.com>
    Co-authored-by: denelon <denelon@microsoft.com>
    5 people authored Nov 1, 2021
    Configuration menu
    Copy the full SHA
    d80e01d View commit details
    Browse the repository at this point in the history
  2. Rename manifest identifier and output folder (#88)

    * Rename manifest identifier and output folder
    
    * PR feedback
    jamespik authored Nov 1, 2021
    Configuration menu
    Copy the full SHA
    24efb73 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ac6f1d View commit details
    Browse the repository at this point in the history
Loading