<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Cloud Computing Köln &#187; 2622</title>
	<atom:link href="https://www.cloud-computing-koeln.de/tag/2622/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.cloud-computing-koeln.de</link>
	<description>Neues zu Cloud Computing, Internet of Things und Technologien</description>
	<lastBuildDate>Sun, 03 May 2026 02:41:14 +0000</lastBuildDate>
	<language>de-DE</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.1.1</generator>
	<item>
		<title>Azure PowerShell 3.0.0–Highlights and breaking changes</title>
		<link>https://www.cloud-computing-koeln.de/azure-powershell-3-0-0-highlights-and-breaking-changes/</link>
		<comments>https://www.cloud-computing-koeln.de/azure-powershell-3-0-0-highlights-and-breaking-changes/#comments</comments>
		<pubDate>Wed, 12 Oct 2016 01:40:08 +0000</pubDate>
		<dc:creator><![CDATA[da Agency]]></dc:creator>
				<category><![CDATA[Microsoft Azure]]></category>
		<category><![CDATA[039]]></category>
		<category><![CDATA[2606]]></category>
		<category><![CDATA[2622]]></category>
		<category><![CDATA[cloud computing]]></category>

		<guid isPermaLink="false">http://www.cloud-computing-koeln.de/azure-powershell-3-0-0-highlights-and-breaking-changes/</guid>
		<description><![CDATA[<p>Azure PowerShell is a set of PowerShell cmdlets which assist you in managing your assets in Azure using Azure Resource Manager (ARM) and Azure Service Management (RDFE).&#160; Azure PowerShell 3.0.0 adds various improvements and fixes across multiple Azure resources; however, in accordance with semantic versioning, the introduction of a new major revision indicates breaking changes&#8230; <a class="more-link" href="https://www.cloud-computing-koeln.de/azure-powershell-3-0-0-highlights-and-breaking-changes/">Continue reading &#8594;</a></p>
<p>Der Beitrag <a rel="nofollow" href="https://www.cloud-computing-koeln.de/azure-powershell-3-0-0-highlights-and-breaking-changes/">Azure PowerShell 3.0.0–Highlights and breaking changes</a> erschien zuerst auf <a rel="nofollow" href="https://www.cloud-computing-koeln.de">Cloud Computing Köln</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>Azure PowerShell is a set of PowerShell cmdlets which assist you in managing your assets in Azure using Azure Resource Manager (ARM) and Azure Service Management (RDFE).&nbsp; Azure PowerShell 3.0.0 adds various improvements and fixes across multiple Azure resources; however, in accordance with semantic versioning, the introduction of a new major revision indicates breaking changes in a small subset of our cmdlets.&nbsp; You can install the cmdlets via your favorite installation path indicated in the Azure PowerShell 3.0.0 release notes.</p>
<p>Resource improvements</p>
<p>ApiManagement</p>
<p>	Enable support of Importing and Exporting SOAP based APIs (Wsdl Format)</p>
<p>		Import-AzureRmApiManagementApi<br />
		Export-AzureRmApiManagementApi</p>
<p>	Deprecated cmdlet Set-AzureRmApiManagementVirtualNetworks. In place, place used cmdlet Update-AzureRmApiManagementDeployment<br />
	Enabled support for ARM based VNETs for configuration Vpn via cmdlet Update-AzureRmApiManagementDeployment<br />
	Introduced support for VpnType (None, External, Internal) to differentiate ApiManagement workloads for Internet and Intranet<br />
	Fixed PowerShell issues</p>
<p>		<a target="_blank" class="expresscurate_contentTags" href="https://www.cloud-computing-koeln.de/tag/2622/" target="_blank"  rel="nofollow" >#2622</a><br />
		<a target="_blank" class="expresscurate_contentTags" href="https://www.cloud-computing-koeln.de/tag/2606/" target="_blank"  rel="nofollow" >#2606</a></p>
<p>Batch</p>
<p>	Added new cmdlet for reactivating tasks</p>
<p>		Enable-AzureBatchTask</p>
<p>	Added new parameter for application packages on job manager tasks and cloud tasks</p>
<p>		New-AzureBatchTask -ApplicationPackageReferences</p>
<p>	Added new parameters for job auto termination</p>
<p>		New-AzureBatchJob -OnAllTasksComplete -OnTaskFailure<br />
		New-AzureBatchJob -ExitConditions</p>
<p>ExpressRoute</p>
<p>	Added new parameter service key in return object when provider list all cross connection</p>
<p>		Get-AzureCrossConnectionCommand</p>
<p>MachineLearning</p>
<p>	Get-AzureRmMlWebService supports paginated response<br />
	Remind user Get-AzureRmMlWebService &quot;Name&quot; parameter needs to work with &quot;ResourceGroupName&quot; parameter</p>
<p>Network</p>
<p>	Added new cmdlet to get application gateway backend health</p>
<p>		Get-AzureRmApplicationGatewayBackendHealth</p>
<p>	Added support for creating UltraPerformance sku</p>
<p>		New-AzureRmVirtualNetworkGateway -GatewaySku<br />
		New-AzureVirtualNetworkGateway -GatewaySku</p>
<p>RemoteApp</p>
<p>	Added cmdlets to enable User Disk and Gold Image Migration feature</p>
<p>		Export-AzureRemoteAppUserDisk<br />
		Export-AzureRemoteAppTemplateImage</p>
<p>SiteRecovery</p>
<p>	New cmdlets have been added to support one to one mapping with service objects.</p>
<p>		Get-AzureRmSiteRecoveryFabric<br />
		Get-AzureRmSiteRecoveryProtectableItem<br />
		Get-AzureRmSiteRecoveryProtectionContainerMapping<br />
		Get-AzureRmSiteRecoveryRecoveryPoin<br />
		Get-AzureRmSiteRecoveryReplicationProtectedItem<br />
		Get-AzureRmSiteRecoveryServicesProvider<br />
		New-AzureRmSiteRecoveryFabri<br />
		New-AzureRmSiteRecoveryProtectionContainerMapping<br />
		New-AzureRmSiteRecoveryReplicationProtectedItem<br />
		Remove-AzureRmSiteRecoveryFabric<br />
		Remove-AzureRmSiteRecoveryProtectionContainerMapping<br />
		Remove-AzureRmSiteRecoveryReplicationProtectedItem<br />
		Remove-AzureRmSiteRecoveryServicesProvider<br />
		Set-AzureRmSiteRecoveryReplicationProtectedItem<br />
		Start-AzureRmSiteRecoveryApplyRecoveryPoint<br />
		Update-AzureRmSiteRecoveryServicesProvider</p>
<p>	Following cmdlets have been modified for to support one to one mapping with service objects.</p>
<p>		Edit-AzureRmSiteRecoveryRecoveryPlan<br />
		Get-AzureRmSiteRecoveryNetwork<br />
		Get-AzureRmSiteRecoveryNetworkMapping<br />
		Get-AzureRmSiteRecoveryProtectionContainer<br />
		Get-AzureRmSiteRecoveryStorageClassification<br />
		Get-AzureRmSiteRecoveryStorageClassificationMapping<br />
		Start-AzureRmSiteRecoveryCommitFailoverJob<br />
		Start-AzureRmSiteRecoveryPlannedFailoverJob<br />
		Start-AzureRmSiteRecoveryTestFailoverJob<br />
		Start-AzureRmSiteRecoveryUnplannedFailoverJob<br />
		Update-AzureRmSiteRecoveryProtectionDirection<br />
		Update-AzureRmSiteRecoveryRecoveryPlan</p>
<p>	HUB support added to Set-AzureRmSiteRecoveryReplicationProtectedItem.<br />
	Deprecation warning introduced for cmlets/parameter-sets which does not comply to SiteRecovery service object model.</p>
<p>Breaking changes</p>
<p>Data Lake Store</p>
<p>The following cmdlets were affected this release (PR 2965):</p>
<p>Get-AzureRmDataLakeStoreItemAcl (Get-AdlStoreItemAcl)</p>
<p>	This cmdlet was removed and replaced with Get-AzureRmDataLakeStoreItemAclEntry (Get-AdlStoreItemAclEntry).<br />
	The old cmdlet returned a complex object representing the access control list (ACL). The new cmdlet returns a simple list of entries in the chosen path&amp;<a target="_blank" class="expresscurate_contentTags" href="https://www.cloud-computing-koeln.de/tag/039/" target="_blank"  rel="nofollow" >#039</a>;s ACL.</p>
<p># Old<br />
Get-AdlStoreItemAcl -Account myadlsaccount -Path /foo</p>
<p># New<br />
Get-AdlStoreItemAclEntry -Account myadlsaccount -Path /foo</p>
<p>Get-AzureRmDataLakeStoreItemAclEntry (Get-AdlStoreItemAclEntry)</p>
<p>	This cmdlet replaces the old cmdlet Get-AzureRmDataLakeStoreItemAcl (Get-AdlStoreItemAcl).<br />
	This new cmdlet returns a simple list of entries in the chosen path&amp;039;s ACL, with type DataLakeStoreItemAce[].<br />
	The output of this cmdlet can be passed in to the -Acl parameter of the following cmdlets:</p>
<p>		Remove-AzureRmDataLakeStoreItemAcl<br />
		Set-AzureRmDataLakeStoreItemAcl<br />
		Set-AzureRmDataLakeStoreItemAclEntry</p>
<p># Old<br />
Get-AdlStoreItemAcl -Account myadlsaccount -Path /foo</p>
<p># New<br />
Get-AdlStoreItemAclEntry -Account myadlsaccount -Path /foo</p>
<p>Remove-AzureRmDataLakeStoreItemAcl (Remove-AdlStoreItemAcl), Set-AzureRmDataLakeStoreItemAcl (Set-AdlStoreItemAcl), Set-AzureRmDataLakeStoreItemAclEntry (Set-AdlStoreItemAclEntry)</p>
<p>	These cmdlets now accept DataLakeStoreItemAce[] for the -Acl parameter.<br />
	DataLakeStoreItemAce[] is returned by Get-AzureRmDataLakeStoreItemAclEntry (Get-AdlStoreItemAclEntry).</p>
<p># Old<br />
$acl = Get-AdlStoreItemAcl -Account myadlsaccount -Path /foo<br />
Set-AdlStoreItemAcl -Account myadlsaccount -Path /foo -Acl $acl</p>
<p># New<br />
$aclEntries = Get-AdlStoreItemAclEntry -Account myadlsaccount -Path /foo<br />
Set-AdlStoreItemAcl -Account myadlsaccount -Path /foo -Acl $aclEntries</p>
<p>ApiManagement</p>
<p>The following cmdlets were affected this release (PR 2971):</p>
<p>New-AzureRmApiManagementVirtualNetwork</p>
<p>	The required parameters to reference a virtual network changed from requiring SubnetName and VnetId to SubnetResourceId in format/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ClassicNetwork/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}</p>
<p># Old<br />
$virtualNetwork = New-AzureRmApiManagementVirtualNetwork -Location &lt;String&gt; -SubnetName &lt;String&gt; -VnetId &lt;Guid&gt;</p>
<p># New<br />
$virtualNetwork = New-AzureRmApiManagementVirtualNetwork -Location &lt;String&gt; -SubnetResourceId &lt;String&gt;</p>
<p>Deprecating Cmdlet Set-AzureRmApiManagementVirtualNetworks</p>
<p>	The Cmdlet is getting deprecated as there was more than one way to Set Virtual Network associated to ApiManagement deployment.</p>
<p># Old<br />
$networksList = @()<br />
$networksList += New-AzureRmApiManagementVirtualNetwork -Location $vnetLocation -VnetId $vnetId -SubnetName $subnetName<br />
Set-AzureRmApiManagementVirtualNetworks -ResourceGroupName &quot;ContosoGroup&quot; -Name &quot;ContosoApi&quot; -VirtualNetworks $networksList</p>
<p># New<br />
$masterRegionVirtualNetwork = New-AzureRmApiManagementVirtualNetwork -Location &lt;String&gt; -SubnetResourceId &lt;String&gt;<br />
Update-AzureRmApiManagementDeployment -ResourceGroupName &quot;ContosoGroup&quot; -Name &quot;ContosoApi&quot; -VirtualNetwork $masterRegionVirtualNetwork</p>
<p>Network</p>
<p>The following cmdlets were affected this release (PR 2982):</p>
<p>New-AzureRmVirtualNetworkGateway</p>
<p>	Description of what has changed :- Bool parameter:-ActiveActive is removed and SwitchParameter:-EnableActiveActiveFeature is added for enabling Active-Active feature on newly creating virtual network gateway.</p>
<p># Old<br />
# Sample of how the cmdlet was previously called<br />
New-AzureRmVirtualNetworkGateway -ResourceGroupName $rgname -name $rname -Location $location -IpConfigurations $vnetIpConfig1,$vnetIpConfig2 -GatewayType Vpn -VpnType RouteBased -EnableBgp $false -GatewaySku HighPerformance -ActiveActive $true</p>
<p># New<br />
# Sample of how the cmdlet should now be called<br />
New-AzureRmVirtualNetworkGateway -ResourceGroupName $rgname -name $rname -Location $location -IpConfigurations $vnetIpConfig1,$vnetIpConfig2 -GatewayType Vpn -VpnType RouteBased -EnableBgp $false -GatewaySku HighPerformance -EnableActiveActiveFeature</p>
<p>Set-AzureRmVirtualNetworkGateway</p>
<p>	Description of what has changed :- Bool parameter:-ActiveActive is removed and 2 SwitchParameters:-EnableActiveActiveFeature / DisableActiveActiveFeature are added for enabling and disabling Active-Active feature on virtual network gateway.</p>
<p># Old<br />
# Sample of how the cmdlet was previously called<br />
Set-AzureRmVirtualNetworkGateway -VirtualNetworkGateway $gw -ActiveActive $true<br />
Set-AzureRmVirtualNetworkGateway -VirtualNetworkGateway $gw -ActiveActive $false  </p>
<p># New<br />
# Sample of how the cmdlet should now be called<br />
Set-AzureRmVirtualNetworkGateway -VirtualNetworkGateway $gw -EnableActiveActiveFeature<br />
Set-AzureRmVirtualNetworkGateway -VirtualNetworkGateway $gw -DisableActiveActiveFeature<br />
Quelle: Azure</p>
<p>Der Beitrag <a rel="nofollow" href="https://www.cloud-computing-koeln.de/azure-powershell-3-0-0-highlights-and-breaking-changes/">Azure PowerShell 3.0.0–Highlights and breaking changes</a> erschien zuerst auf <a rel="nofollow" href="https://www.cloud-computing-koeln.de">Cloud Computing Köln</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.cloud-computing-koeln.de/azure-powershell-3-0-0-highlights-and-breaking-changes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
