forked from MicrosoftDocs/PowerShell-Docs
-
Notifications
You must be signed in to change notification settings - Fork 0
[ImgBot] optimizes images #1
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
Open
imgbot
wants to merge
1
commit into
staging
Choose a base branch
from
imgbot
base: staging
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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
*Total -- 2,120.41kb -> 1,705.99kb (19.54%) /wmf/images/PartialGeneratedMof.png -- 28.32kb -> 12.01kb (57.57%) /wmf/images/SignMofFile.PNG -- 14.25kb -> 6.54kb (54.07%) /gallery/psgallery/Images/DeployToAzureAutomationButton.png -- 3.19kb -> 1.60kb (49.82%) /dsc/images/CredentialEncryptionDiagram1.png -- 8.84kb -> 4.87kb (44.87%) /gallery/psgallery/Images/RequireLicenseAcceptance.png -- 34.92kb -> 19.34kb (44.62%) /gallery/psgallery/Images/DeployToAzureAutomationRequireLicenseAcceptanceDisclaimer.png -- 15.59kb -> 10.10kb (35.21%) /wmf/images/PushSignedMof.PNG -- 152.24kb -> 116.10kb (23.74%) /dsc/images/pushModel.png -- 122.84kb -> 96.10kb (21.77%) /gallery/psgallery/Images/ItemDisplayPageWithPSEditions.PNG -- 54.47kb -> 42.62kb (21.76%) /dsc/images/pullModel.png -- 120.75kb -> 94.54kb (21.71%) /wmf/images/PartialInConfigRepository.png -- 8.27kb -> 6.50kb (21.43%) /wmf/images/PushUnsignedMof.PNG -- 107.02kb -> 84.51kb (21.04%) /wmf/images/PullUnsignedConfigFail.PNG -- 257.10kb -> 203.64kb (20.79%) /gallery/psgallery/Images/GalleryHomePageBanner1.PNG -- 18.56kb -> 14.80kb (20.25%) /gallery/psgallery/Images/CreatingAccount-Register.png -- 18.72kb -> 15.03kb (19.71%) /gallery/psgallery/Images/GalleryHomePageBanner.png -- 18.64kb -> 14.98kb (19.67%) /gallery/psgallery/Images/SearchResultsWithPSEditions.PNG -- 75.40kb -> 61.64kb (18.25%) /gallery/psgallery/Images/SearchResultsWithPSEdition_Desktop.PNG -- 60.51kb -> 49.52kb (18.16%) /gallery/psgallery/Images/powershellgetArchitecture.png -- 72.71kb -> 59.67kb (17.93%) /wmf/images/CatalogFile1.jpg -- 59.54kb -> 49.65kb (16.61%) /wmf/images/CatalogFile2.jpg -- 53.25kb -> 44.52kb (16.41%) /wmf/images/MOF_Encryption.jpg -- 25.68kb -> 21.58kb (15.94%) /wmf/images/PullUnisgnedCatalog.PNG -- 150.96kb -> 127.03kb (15.86%) /wmf/images/TestFileCatalog.jpg -- 201.33kb -> 170.46kb (15.33%) /reference/docs-conceptual/core-powershell/web-access/images/Windows-PowerShell-Web-Access-diagram.jpg -- 25.29kb -> 21.53kb (14.87%) /wmf/images/Import-DscResource-Modversion.jpg -- 14.36kb -> 12.26kb (14.6%) /wmf/images/NewFileCatalog.jpg -- 38.65kb -> 33.10kb (14.36%) /dsc/images/PartialConfig1.jpg -- 70.35kb -> 60.37kb (14.18%) /dsc/images/PartialConfigPullServer.jpg -- 58.90kb -> 50.77kb (13.82%) /wmf/images/DscResourceDebugging.jpg -- 210.34kb -> 183.65kb (12.69%) /wmf/images/MetaConfigPartialOne.png -- 19.41kb -> 16.96kb (12.63%)
bergmeister
pushed a commit
that referenced
this pull request
Oct 5, 2018
* Updated Kali Linux Installation and Uninstallation Updated the Installation and Uninstallation Bash commands for Kali Linux distro to address the issue MicrosoftDocs#2901. Tested the steps in Kali Linux on Windows Subsystem for Linux (WSL) on the following version: ```sh $ sudo cat /etc/os-release PRETTY_NAME="Kali GNU/Linux Rolling" NAME="Kali GNU/Linux" ID=kali VERSION="2018.3" VERSION_ID="2018.3" ID_LIKE=debian ANSI_COLOR="1;31" HOME_URL="https://www.kali.org/" SUPPORT_URL="https://forums.kali.org/" BUG_REPORT_URL="https://bugs.kali.org/" ``` ```sh $ pwsh PowerShell 6.1.0 Copyright (c) Microsoft Corporation. All rights reserved. https://aka.ms/pscore6-docs Type 'help' to get help. PS /> $PSVersionTable Name Value ---- ----- PSVersion 6.1.0 PSEdition Core GitCommitId 6.1.0 OS Linux 4.4.0-43-Microsoft #1-Microsoft Wed Dec 31 14:42:53 PST 2014 Platform Unix PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...} PSRemotingProtocolVersion 2.3 SerializationVersion 1.1.0.1 WSManStackVersion 3.0 PS /> Get-Content -Path /etc/os-release PRETTY_NAME="Kali GNU/Linux Rolling" NAME="Kali GNU/Linux" ID=kali VERSION="2018.3" VERSION_ID="2018.3" ID_LIKE=debian ANSI_COLOR="1;31" HOME_URL="https://www.kali.org/" SUPPORT_URL="https://forums.kali.org/" BUG_REPORT_URL="https://bugs.kali.org/" ``` * Included apt-get update Added `apt-get update` to update packages list before `apt-get install` * Removed note for Kali install
bergmeister
pushed a commit
that referenced
this pull request
Oct 29, 2019
* Fixing Dead Link The link *How to Declare Input Validation Rules* under Remarks, bullet point #1 was pointing to a dead link. I have modified it to point to the most relevant reference page I could find on that topic. * Update validatelength-attribute-declaration.md
bergmeister
pushed a commit
that referenced
this pull request
Feb 13, 2024
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.
Beep boop. Optimizing your images is my life. https://imgbot.net/ for more information.