<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="fr">
	<id>http://wiki.lli.be/index.php?action=history&amp;feed=atom&amp;title=Translations%3AGrrrr_DevOps_Pipeline..._premier_gros_crash_%F0%9F%98%A4%2F11%2Ffr</id>
	<title>Translations:Grrrr DevOps Pipeline... premier gros crash 😤/11/fr - Historique des versions</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.lli.be/index.php?action=history&amp;feed=atom&amp;title=Translations%3AGrrrr_DevOps_Pipeline..._premier_gros_crash_%F0%9F%98%A4%2F11%2Ffr"/>
	<link rel="alternate" type="text/html" href="http://wiki.lli.be/index.php?title=Translations:Grrrr_DevOps_Pipeline..._premier_gros_crash_%F0%9F%98%A4/11/fr&amp;action=history"/>
	<updated>2026-05-14T15:31:13Z</updated>
	<subtitle>Historique des versions pour cette page sur le wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>http://wiki.lli.be/index.php?title=Translations:Grrrr_DevOps_Pipeline..._premier_gros_crash_%F0%9F%98%A4/11/fr&amp;diff=391&amp;oldid=prev</id>
		<title>FuzzyBot : Importation d’une nouvelle version depuis une source externe.</title>
		<link rel="alternate" type="text/html" href="http://wiki.lli.be/index.php?title=Translations:Grrrr_DevOps_Pipeline..._premier_gros_crash_%F0%9F%98%A4/11/fr&amp;diff=391&amp;oldid=prev"/>
		<updated>2025-06-05T12:50:43Z</updated>

		<summary type="html">&lt;p&gt;Importation d’une nouvelle version depuis une source externe.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nouvelle page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;/syntaxhighlight&amp;gt;WorkArround&amp;lt;syntaxhighlight lang=&amp;quot;powershell&amp;quot;&amp;gt;&lt;br /&gt;
$azAccountsVersion = (Get-Module -ListAvailable -Name Az.Accounts | Sort-Object Version -Descending | Select-Object -First 1).Version&lt;br /&gt;
$dexResourceUrl   = &amp;#039;https://database.windows.net/&amp;#039;&lt;br /&gt;
if ($azAccountsVersion -ge [Version]&amp;#039;5.0.0&amp;#039;) {&lt;br /&gt;
    write-host  &amp;quot;Az.Accounts 5.0.0 and above&amp;quot;&lt;br /&gt;
    $AccessTokenSecure = (Get-AzAccessToken -ResourceUrl $dexResourceUrl).Token&lt;br /&gt;
    $token  = ConvertFrom-SecureString -SecureString $AccessTokenSecure -AsPlainText&lt;br /&gt;
} else {&lt;br /&gt;
    write-host  &amp;quot;Az.Accounts below 5.0.0&amp;quot;&lt;br /&gt;
    $token = (Get-AzAccessToken -ResourceUrl $dexResourceUrl).Token&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
</feed>