Git Product home page Git Product logo

Comments (4)

AScott-WWF avatar AScott-WWF commented on September 28, 2024 1

I believe this is probably because Microsoft are in the process of rebranding this product as Microsoft Purview Information Protection, so the old URL has now changed.

The old url 'https://docs.microsoft.com/en-us/azure/information-protection/rms-client/unifiedlabelingclient-version-release-history' (which the version number was previously gathered), now redirects to the new Microsoft Purview Information Protection release notes url:
'https://learn.microsoft.com/en-us/purview/information-protection-client-relnotes'

So to correct the Nevergreen script ('Get-MicrosoftAzureInformationProtection.ps1'), I'd suggest renaming to 'Get-MicrosoftPurviewInformationProtection.ps1', As the download is now combined as a single .exe, the script should be changed as follows:

  • Changing the URL queried, and the Pattern
  • Removing the $URLMsi line and modifying the $URLExe Pattern (remove the _UL)
  • Have just a single New-Nevergreenapp line for the exe with the new name 'Microsoft Purview Information Protection'

This (IMO) will result in a script as below:

# Get-MicrosoftPurviewInformationProtection
$Version = Get-Version -Uri 'https://learn.microsoft.com/en-us/purview/information-protection-client-relnotes' -Pattern '>Version\s(\d+\.\d+\.\d+\.\d+)'
$URLExe = Get-Link -Uri 'https://www.microsoft.com/en-us/download/confirmation.aspx?id=53018' -MatchProperty href -Pattern '\.exe'
New-NevergreenApp -Name 'Microsoft Purview Information Protection' -Version $Version -Uri $URLExe -Architecture 'x86' -Type 'Exe'

from nevergreen.

j81blog avatar j81blog commented on September 28, 2024

When are you publishing the new version?
Thank you for your work and effort!

from nevergreen.

AScott-WWF avatar AScott-WWF commented on September 28, 2024

@DanGough The above should fix / replace the earlier script due to Microsoft rebranding the product

from nevergreen.

DanGough avatar DanGough commented on September 28, 2024

Purview is already staged in Dev.

from nevergreen.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.