Storage.Management.format.ps1xml
<?xml version="1.0"?>
<Configuration> <ViewDefinitions> <View> <Name>Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount</Name> <ViewSelectedBy> <TypeName>Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Alignment>Left</Alignment> <Label>StorageAccountName</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>ResourceGroupName</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>PrimaryLocation</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>SkuName</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>Kind</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>AccessTier</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>CreationTime</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>ProvisioningState</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>EnableHttpsTrafficOnly</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>LargeFileShares</Label> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>StorageAccountName</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>ResourceGroupName</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>PrimaryLocation</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <ScriptBlock>$_.Sku.Name</ScriptBlock> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>Kind</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>AccessTier</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>CreationTime</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>ProvisioningState</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>EnableHttpsTrafficOnly</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>LargeFileSharesState</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet</Name> <ViewSelectedBy> <TypeName>Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <PropertyName>Bypass</PropertyName> <Label>Bypass</Label> </ListItem> <ListItem> <PropertyName>DefaultAction</PropertyName> <Label>DefaultAction</Label> </ListItem> <ListItem> <ScriptBlock>if (($_.ipRules -ne $null) -and ($_.ipRules.Count -ne 0)) {"[" + $_.ipRules[0].IPAddressOrRange + ",...]"} else {$null}</ScriptBlock> <Label>IpRules</Label> </ListItem> <ListItem> <ScriptBlock>if ($_.virtualNetworkRules[0] -ne $null) {"[" + $_.virtualNetworkRules[0].VirtualNetworkResourceId + ",...]"} else {$null}</ScriptBlock> <Label>VirtualNetworkRules</Label> </ListItem> <ListItem> <ScriptBlock>if ($_.ResourceAccessRules[0] -ne $null) {"[(" + $_.ResourceAccessRules[0].TenantId + "," + $_.ResourceAccessRules[0].ResourceId + "),...]"} else {$null}</ScriptBlock> <Label>ResourceAccessRules</Label> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <View> <Name>Microsoft.Azure.Commands.Management.Storage.Models.PSContainer</Name> <ViewSelectedBy> <TypeName>Microsoft.Azure.Commands.Management.Storage.Models.PSContainer</TypeName> </ViewSelectedBy> <GroupBy> <ScriptBlock>$_.ResourceGroupName + ", StorageAccountName: " + $_.StorageAccountName</ScriptBlock> <Label>ResourceGroupName</Label> </GroupBy> <TableControl> <TableHeaders> <TableColumnHeader> <Label>Name</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>PublicAccess</Label> <Alignment>Left</Alignment> <Width>20</Width> </TableColumnHeader> <TableColumnHeader> <Label>LastModified</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>HasLegalHold</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>HasImmutabilityPolicy</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Deleted</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>VersionId</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>ImmutableStorageWithVersioning</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <ScriptBlock>$_.Name</ScriptBlock> </TableColumnItem> <TableColumnItem> <ScriptBlock>$_.PublicAccess</ScriptBlock> </TableColumnItem> <TableColumnItem> <ScriptBlock>$_.LastModifiedTime.ToUniversalTime().ToString("u")</ScriptBlock> </TableColumnItem> <TableColumnItem> <ScriptBlock>$_.HasLegalHold</ScriptBlock> </TableColumnItem> <TableColumnItem> <ScriptBlock>$_.HasImmutabilityPolicy</ScriptBlock> </TableColumnItem> <TableColumnItem> <ScriptBlock>$_.Deleted</ScriptBlock> </TableColumnItem> <TableColumnItem> <ScriptBlock>$_.Version</ScriptBlock> </TableColumnItem> <TableColumnItem> <ScriptBlock>$_.ImmutableStorageWithVersioning.Enabled</ScriptBlock> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy</Name> <ViewSelectedBy> <TypeName>Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <PropertyName>ResourceGroupName</PropertyName> <Label>ResourceGroupName</Label> </ListItem> <ListItem> <PropertyName>StorageAccountName</PropertyName> <Label>StorageAccountName</Label> </ListItem> <ListItem> <PropertyName>Id</PropertyName> <Label>Id</Label> </ListItem> <ListItem> <PropertyName>Type</PropertyName> <Label>Type</Label> </ListItem> <ListItem> <PropertyName>LastModifiedTime</PropertyName> <Label>LastModifiedTime</Label> </ListItem> <ListItem> <ScriptBlock>ConvertTo-Json $_.Rules -Depth 10</ScriptBlock> <Label>Rules</Label> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <View> <Name>Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup</Name> <ViewSelectedBy> <TypeName>Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <ScriptBlock>$_.BaseBlob.TierToCool.DaysAfterModificationGreaterThan</ScriptBlock> <Label>BaseBlob.TierToCool.DaysAfterModificationGreaterThan</Label> </ListItem> <ListItem> <ScriptBlock>$_.BaseBlob.TierToCool.DaysAfterLastAccessTimeGreaterThan</ScriptBlock> <Label>BaseBlob.TierToCool.DaysAfterLastAccessTimeGreaterThan</Label> </ListItem> <ListItem> <ScriptBlock>$_.BaseBlob.EnableAutoTierToHotFromCool</ScriptBlock> <Label>BaseBlob.EnableAutoTierToHotFromCool</Label> </ListItem> <ListItem> <ScriptBlock>$_.BaseBlob.TierToArchive.DaysAfterModificationGreaterThan</ScriptBlock> <Label>BaseBlob.TierToArchive.DaysAfterModificationGreaterThan</Label> </ListItem> <ListItem> <ScriptBlock>$_.BaseBlob.TierToArchive.DaysAfterLastAccessTimeGreaterThan</ScriptBlock> <Label>BaseBlob.TierToArchive.DaysAfterLastAccessTimeGreaterThan</Label> </ListItem> <ListItem> <ScriptBlock>$_.BaseBlob.Delete.DaysAfterModificationGreaterThan</ScriptBlock> <Label>BaseBlob.Delete.DaysAfterModificationGreaterThan</Label> </ListItem> <ListItem> <ScriptBlock>$_.BaseBlob.Delete.DaysAfterLastAccessTimeGreaterThan</ScriptBlock> <Label>BaseBlob.Delete.DaysAfterLastAccessTimeGreaterThan</Label> </ListItem> <ListItem> <ScriptBlock>$_.Snapshot.TierToCool.DaysAfterCreationGreaterThan</ScriptBlock> <Label>Snapshot.TierToCool.DaysAfterCreationGreaterThan</Label> </ListItem> <ListItem> <ScriptBlock>$_.Snapshot.TierToArchive.DaysAfterCreationGreaterThan</ScriptBlock> <Label>Snapshot.TierToArchive.DaysAfterCreationGreaterThan</Label> </ListItem> <ListItem> <ScriptBlock>$_.Snapshot.Delete.DaysAfterCreationGreaterThan</ScriptBlock> <Label>Snapshot.Delete.DaysAfterCreationGreaterThan</Label> </ListItem> <ListItem> <ScriptBlock>$_.Version.TierToCool.DaysAfterCreationGreaterThan</ScriptBlock> <Label>Version.TierToCool.DaysAfterCreationGreaterThan</Label> </ListItem> <ListItem> <ScriptBlock>$_.Version.TierToArchive.DaysAfterCreationGreaterThan</ScriptBlock> <Label>Version.TierToArchive.DaysAfterCreationGreaterThan</Label> </ListItem> <ListItem> <ScriptBlock>$_.Version.Delete.DaysAfterCreationGreaterThan</ScriptBlock> <Label>Version.Delete.DaysAfterCreationGreaterThan</Label> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <View> <Name>Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule</Name> <ViewSelectedBy> <TypeName>Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <PropertyName>Enabled</PropertyName> <Label>Enabled</Label> </ListItem> <ListItem> <PropertyName>Name</PropertyName> <Label>Name</Label> </ListItem> <ListItem> <ScriptBlock>ConvertTo-Json $_.Definition -Depth 10</ScriptBlock> <Label>Definition</Label> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <View> <Name>Microsoft.Azure.Commands.Management.Storage.Models.PSFileServiceProperties</Name> <ViewSelectedBy> <TypeName>Microsoft.Azure.Commands.Management.Storage.Models.PSFileServiceProperties</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <PropertyName>StorageAccountName</PropertyName> <Label>StorageAccountName</Label> </ListItem> <ListItem> <PropertyName>ResourceGroupName</PropertyName> <Label>ResourceGroupName</Label> </ListItem> <ListItem> <Label>ShareDeleteRetentionPolicy.Enabled</Label> <ScriptBlock>$_.ShareDeleteRetentionPolicy.Enabled</ScriptBlock> </ListItem> <ListItem> <Label>ShareDeleteRetentionPolicy.Days</Label> <ScriptBlock>$_.ShareDeleteRetentionPolicy.Days</ScriptBlock> </ListItem> <ListItem> <Label>ProtocolSettings.Smb.Multichannel.Enabled</Label> <ScriptBlock>$_.ProtocolSettings.Smb.Multichannel.Enabled</ScriptBlock> </ListItem> <ListItem> <Label>ProtocolSettings.Smb.Versions</Label> <ScriptBlock>$_.ProtocolSettings.Smb.Versions</ScriptBlock> </ListItem> <ListItem> <Label>ProtocolSettings.Smb.AuthenticationMethods</Label> <ScriptBlock>$_.ProtocolSettings.Smb.AuthenticationMethods</ScriptBlock> </ListItem> <ListItem> <Label>ProtocolSettings.Smb.KerberosTicketEncryption</Label> <ScriptBlock>$_.ProtocolSettings.Smb.KerberosTicketEncryption</ScriptBlock> </ListItem> <ListItem> <Label>ProtocolSettings.Smb.ChannelEncryption</Label> <ScriptBlock>$_.ProtocolSettings.Smb.ChannelEncryption</ScriptBlock> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <View> <Name>Microsoft.Azure.Commands.Management.Storage.Models.PSBlobServiceProperties</Name> <ViewSelectedBy> <TypeName>Microsoft.Azure.Commands.Management.Storage.Models.PSBlobServiceProperties</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <PropertyName>StorageAccountName</PropertyName> <Label>StorageAccountName</Label> </ListItem> <ListItem> <PropertyName>ResourceGroupName</PropertyName> <Label>ResourceGroupName</Label> </ListItem> <ListItem> <PropertyName>DefaultServiceVersion</PropertyName> <Label>DefaultServiceVersion</Label> </ListItem> <ListItem> <Label>DeleteRetentionPolicy.Enabled</Label> <ScriptBlock>$_.DeleteRetentionPolicy.Enabled</ScriptBlock> </ListItem> <ListItem> <Label>DeleteRetentionPolicy.Days</Label> <ScriptBlock>$_.DeleteRetentionPolicy.Days</ScriptBlock> </ListItem> <ListItem> <Label>ContainerDeleteRetentionPolicy.Enabled</Label> <ScriptBlock>$_.ContainerDeleteRetentionPolicy.Enabled</ScriptBlock> </ListItem> <ListItem> <Label>ContainerDeleteRetentionPolicy.Days</Label> <ScriptBlock>$_.ContainerDeleteRetentionPolicy.Days</ScriptBlock> </ListItem> <ListItem> <Label>RestorePolicy.Enabled</Label> <ScriptBlock>$_.RestorePolicy.Enabled</ScriptBlock> </ListItem> <ListItem> <Label>RestorePolicy.Days</Label> <ScriptBlock>$_.RestorePolicy.Days</ScriptBlock> </ListItem> <ListItem> <Label>RestorePolicy.MinRestoreTime</Label> <ScriptBlock>$_.RestorePolicy.MinRestoreTime</ScriptBlock> </ListItem> <ListItem> <Label>ChangeFeed.Enabled</Label> <ScriptBlock>$_.ChangeFeed.Enabled</ScriptBlock> </ListItem> <ListItem> <Label>ChangeFeed.RetentionInDays</Label> <ScriptBlock>$_.ChangeFeed.RetentionInDays</ScriptBlock> </ListItem> <ListItem> <PropertyName>IsVersioningEnabled</PropertyName> <Label>IsVersioningEnabled</Label> </ListItem> <ListItem> <Label>LastAccessTimeTrackingPolicy.Enable</Label> <ScriptBlock>$_.LastAccessTimeTrackingPolicy.Enable</ScriptBlock> </ListItem> <ListItem> <Label>LastAccessTimeTrackingPolicy.Name</Label> <ScriptBlock>$_.LastAccessTimeTrackingPolicy.Name</ScriptBlock> </ListItem> <ListItem> <Label>LastAccessTimeTrackingPolicy.TrackingGranularityInDays</Label> <ScriptBlock>$_.LastAccessTimeTrackingPolicy.TrackingGranularityInDays</ScriptBlock> </ListItem> <ListItem> <Label>LastAccessTimeTrackingPolicy.BlobType</Label> <ScriptBlock>$_.LastAccessTimeTrackingPolicy.BlobType</ScriptBlock> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <View> <Name>Microsoft.Azure.Commands.Management.Storage.Models.PSShare</Name> <ViewSelectedBy> <TypeName>Microsoft.Azure.Commands.Management.Storage.Models.PSShare</TypeName> </ViewSelectedBy> <GroupBy> <ScriptBlock>$_.ResourceGroupName + ", StorageAccountName: " + $_.StorageAccountName</ScriptBlock> <Label>ResourceGroupName</Label> </GroupBy> <TableControl> <TableHeaders> <TableColumnHeader> <Alignment>Left</Alignment> <Label>Name</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>QuotaGiB</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>EnabledProtocols</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>AccessTier</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>Deleted</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>Version</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>ShareUsageBytes</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>snapshotTime</Label> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>Name</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>QuotaGiB</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>EnabledProtocols</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>AccessTier</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>Deleted</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>Version</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>ShareUsageBytes</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <ScriptBlock>$_.snapshotTime.ToUniversalTime().ToString("s")+"Z"</ScriptBlock> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreStatus</Name> <ViewSelectedBy> <TypeName>Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreStatus</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Alignment>Left</Alignment> <Label>Status</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>RestoreId</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>FailureReason</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>LastEnabledTime</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>Parameters.TimeToRestore</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>Parameters.BlobRanges</Label> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>Status</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>RestoreId</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>FailureReason</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <ScriptBlock>$_.RestorePolicy.LastEnabledTime</ScriptBlock> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <ScriptBlock>$_.Parameters.TimeToRestore.ToString("o")</ScriptBlock> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <ScriptBlock>if ($_.Parameters.BlobRanges[0] -ne $null) {if ($_.Parameters.BlobRanges[1] -ne $null) {'[' + $_.Parameters.BlobRanges[0].StartRange + ' -> ' + $_.Parameters.BlobRanges[0].EndRange + ',...]'} else {'[' + $_.Parameters.BlobRanges[0].StartRange + ' -> ' + $_.Parameters.BlobRanges[0].EndRange + ']'}} else {$null}</ScriptBlock> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>Microsoft.Azure.Commands.Management.Storage.Models.PSEncryptionScope</Name> <ViewSelectedBy> <TypeName>Microsoft.Azure.Commands.Management.Storage.Models.PSEncryptionScope</TypeName> </ViewSelectedBy> <GroupBy> <ScriptBlock>$_.ResourceGroupName + ", StorageAccountName: " + $_.StorageAccountName</ScriptBlock> <Label>ResourceGroupName</Label> </GroupBy> <TableControl> <TableHeaders> <TableColumnHeader> <Label>Name</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>State</Label> <Alignment>Left</Alignment> <Width>20</Width> </TableColumnHeader> <TableColumnHeader> <Label>Source</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>KeyVaultKeyUri</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>Name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>State</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Source</PropertyName> </TableColumnItem> <TableColumnItem> <ScriptBlock>$_.KeyVaultProperties.keyUri</ScriptBlock> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>Microsoft.Azure.Management.Storage.Models.Endpoints</Name> <ViewSelectedBy> <TypeName>Microsoft.Azure.Management.Storage.Models.Endpoints</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <PropertyName>Blob</PropertyName> <Label>Blob</Label> </ListItem> <ListItem> <PropertyName>Queue</PropertyName> <Label>Queue</Label> </ListItem> <ListItem> <PropertyName>Table</PropertyName> <Label>Table</Label> </ListItem> <ListItem> <PropertyName>File</PropertyName> <Label>File</Label> </ListItem> <ListItem> <PropertyName>Web</PropertyName> <Label>Web</Label> </ListItem> <ListItem> <PropertyName>Dfs</PropertyName> <Label>Dfs</Label> </ListItem> <ListItem> <ScriptBlock>ConvertTo-Json $_.MicrosoftEndpoints -Compress</ScriptBlock> <Label>MicrosoftEndpoints</Label> </ListItem> <ListItem> <ScriptBlock>ConvertTo-Json $_.InternetEndpoints -Compress</ScriptBlock> <Label>InternetEndpoints</Label> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <View> <Name>Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicy</Name> <ViewSelectedBy> <TypeName>Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicy</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Alignment>Left</Alignment> <Label>ResourceGroupName</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>StorageAccountName</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>PolicyId</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>EnabledTime</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>SourceAccount</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>DestinationAccount</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>Rules</Label> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>ResourceGroupName</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>StorageAccountName</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>PolicyId</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>EnabledTime</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>SourceAccount</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>DestinationAccount</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <ScriptBlock>if (($_.Rules -ne $null) -and ($_.Rules.Count -ne 0)) { if ($_.Rules.Count -eq 1) {'[' + $_.Rules[0].RuleId + ']'} else {'[' + $_.Rules[0].RuleId + ',...]'}} else {$null}</ScriptBlock> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyRule</Name> <ViewSelectedBy> <TypeName>Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyRule</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Alignment>Left</Alignment> <Label>RuleId</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>SourceContainer</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>DestinationContainer</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>Filters.PrefixMatch</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>Filters.MinCreationTime</Label> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>RuleId</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>SourceContainer</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>DestinationContainer</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <ScriptBlock>'{' + ($_.Filters.PrefixMatch -join ', ') + '}'</ScriptBlock> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <ScriptBlock>$_.Filters.MinCreationTime.ToUniversalTime().ToString("s")+"Z"</ScriptBlock> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreStatus</Name> <ViewSelectedBy> <TypeName>Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreStatus</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Alignment>Left</Alignment> <Label>Status</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>RestoreId</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>FailureReason</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>Parameters.TimeToRestore</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>Parameters.BlobRanges</Label> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>Status</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>RestoreId</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>FailureReason</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <ScriptBlock>$_.Parameters.TimeToRestore.ToString("o")</ScriptBlock> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <ScriptBlock>if ($_.Parameters.BlobRanges[0] -ne $null) {if ($_.Parameters.BlobRanges[1] -ne $null) {'["' + $_.Parameters.BlobRanges[0].StartRange + '" -> "' + $_.Parameters.BlobRanges[0].EndRange + '",...]'} else {'["' + $_.Parameters.BlobRanges[0].StartRange + '" -> "' + $_.Parameters.BlobRanges[0].EndRange + '"]'}} else {$null}</ScriptBlock> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>Microsoft.Azure.Commands.Management.Storage.Models.PSRestorePolicy</Name> <ViewSelectedBy> <TypeName>Microsoft.Azure.Commands.Management.Storage.Models.PSRestorePolicy</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Alignment>Left</Alignment> <Label>Enabled</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>Days</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>MinRestoreTime</Label> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>Enabled</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>Days</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <ScriptBlock>MinRestoreTime</ScriptBlock> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyRule</Name> <ViewSelectedBy> <TypeName>Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyRule</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Alignment>Left</Alignment> <Label>Name</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>Enabled</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>IncludeSnapshots</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>IncludeBlobVersions</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>BlobTypes</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>PrefixMatch</Label> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>Name</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>Enabled</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <ScriptBlock>$_.Definition.Filters.IncludeSnapshots</ScriptBlock> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <ScriptBlock>$_.Definition.Filters.IncludeBlobVersions</ScriptBlock> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <ScriptBlock>$_.Definition.Filters.BlobTypes</ScriptBlock> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <ScriptBlock>$_.Definition.Filters.PrefixMatch</ScriptBlock> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicy</Name> <ViewSelectedBy> <TypeName>Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicy</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <PropertyName>StorageAccountName</PropertyName> <Label>StorageAccountName</Label> </ListItem> <ListItem> <PropertyName>ResourceGroupName</PropertyName> <Label>ResourceGroupName</Label> </ListItem> <ListItem> <PropertyName>Name</PropertyName> <Label>Name</Label> </ListItem> <ListItem> <Label>Id</Label> <PropertyName>Id</PropertyName> </ListItem> <ListItem> <Label>Type</Label> <PropertyName>Type</PropertyName> </ListItem> <ListItem> <Label>LastModifiedTime</Label> <PropertyName>LastModifiedTime</PropertyName> </ListItem> <ListItem> <Label>Destination</Label> <ScriptBlock>$_.Destination</ScriptBlock> </ListItem> <ListItem> <Label>Enabled</Label> <ScriptBlock>$_.Enabled</ScriptBlock> </ListItem> <ListItem> <Label>Rules</Label> <ScriptBlock>$_.Rules</ScriptBlock> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <View> <Name>Microsoft.Azure.Commands.Management.Storage.Models.PSEncryptionScope</Name> <ViewSelectedBy> <TypeName>Microsoft.Azure.Commands.Management.Storage.Models.PSEncryptionScope</TypeName> </ViewSelectedBy> <GroupBy> <ScriptBlock>$_.ResourceGroupName + ", StorageAccountName: " + $_.StorageAccountName</ScriptBlock> <Label>ResourceGroupName</Label> </GroupBy> <TableControl> <TableHeaders> <TableColumnHeader> <Label>Name</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>State</Label> <Alignment>Left</Alignment> <Width>20</Width> </TableColumnHeader> <TableColumnHeader> <Label>Source</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>KeyVaultKeyUri</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>RequireInfrastructureEncryption</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>Name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>State</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Source</PropertyName> </TableColumnItem> <TableColumnItem> <ScriptBlock>$_.KeyVaultProperties.keyUri</ScriptBlock> </TableColumnItem> <TableColumnItem> <PropertyName>RequireInfrastructureEncryption</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>Microsoft.Azure.Management.Storage.Models.Endpoints</Name> <ViewSelectedBy> <TypeName>Microsoft.Azure.Management.Storage.Models.Endpoints</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <PropertyName>Blob</PropertyName> <Label>Blob</Label> </ListItem> <ListItem> <PropertyName>Queue</PropertyName> <Label>Queue</Label> </ListItem> <ListItem> <PropertyName>Table</PropertyName> <Label>Table</Label> </ListItem> <ListItem> <PropertyName>File</PropertyName> <Label>File</Label> </ListItem> <ListItem> <PropertyName>Web</PropertyName> <Label>Web</Label> </ListItem> <ListItem> <PropertyName>Dfs</PropertyName> <Label>Dfs</Label> </ListItem> <ListItem> <ScriptBlock>ConvertTo-Json $_.MicrosoftEndpoints -Compress</ScriptBlock> <Label>MicrosoftEndpoints</Label> </ListItem> <ListItem> <ScriptBlock>ConvertTo-Json $_.InternetEndpoints -Compress</ScriptBlock> <Label>InternetEndpoints</Label> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <View> <Name>Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyRule</Name> <ViewSelectedBy> <TypeName>Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyRule</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Alignment>Left</Alignment> <Label>Name</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>Enabled</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>Destination</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>ObjectType</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>Format</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>Schedule</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>IncludeSnapshots</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>IncludeBlobVersions</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>BlobTypes</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>PrefixMatch</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>SchemaFields</Label> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>Name</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>Enabled</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>Destination</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <ScriptBlock>$_.Definition.ObjectType</ScriptBlock> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <ScriptBlock>$_.Definition.Format</ScriptBlock> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <ScriptBlock>$_.Definition.Schedule</ScriptBlock> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <ScriptBlock>$_.Definition.Filters.IncludeSnapshots</ScriptBlock> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <ScriptBlock>$_.Definition.Filters.IncludeBlobVersions</ScriptBlock> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <ScriptBlock>$_.Definition.Filters.BlobTypes</ScriptBlock> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <ScriptBlock>$_.Definition.Filters.PrefixMatch</ScriptBlock> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <ScriptBlock>$_.Definition.SchemaFields</ScriptBlock> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicy</Name> <ViewSelectedBy> <TypeName>Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicy</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <PropertyName>StorageAccountName</PropertyName> <Label>StorageAccountName</Label> </ListItem> <ListItem> <PropertyName>ResourceGroupName</PropertyName> <Label>ResourceGroupName</Label> </ListItem> <ListItem> <PropertyName>Name</PropertyName> <Label>Name</Label> </ListItem> <ListItem> <Label>Id</Label> <PropertyName>Id</PropertyName> </ListItem> <ListItem> <Label>Type</Label> <PropertyName>Type</PropertyName> </ListItem> <ListItem> <Label>LastModifiedTime</Label> <PropertyName>LastModifiedTime</PropertyName> </ListItem> <ListItem> <Label>Enabled</Label> <ScriptBlock>$_.Enabled</ScriptBlock> </ListItem> <ListItem> <Label>Rules</Label> <ScriptBlock>$_.Rules</ScriptBlock> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> </ViewDefinitions> </Configuration> <!-- SIG # Begin signature block --> <!-- MIIjnwYJKoZIhvcNAQcCoIIjkDCCI4wCAQExDzANBglghkgBZQMEAgEFADB5Bgor --> <!-- BgEEAYI3AgEEoGswaTA0BgorBgEEAYI3AgEeMCYCAwEAAAQQH8w7YFlLCE63JNLG --> <!-- KX7zUQIBAAIBAAIBAAIBAAIBADAxMA0GCWCGSAFlAwQCAQUABCDrk78YKkF9TAlg --> <!-- YLPYgkFZRPpmJicXaOkETVSb67NrsKCCDYEwggX/MIID56ADAgECAhMzAAAB32vw --> <!-- LpKnSrTQAAAAAAHfMA0GCSqGSIb3DQEBCwUAMH4xCzAJBgNVBAYTAlVTMRMwEQYD --> <!-- VQQIEwpXYXNoaW5ndG9uMRAwDgYDVQQHEwdSZWRtb25kMR4wHAYDVQQKExVNaWNy --> <!-- b3NvZnQgQ29ycG9yYXRpb24xKDAmBgNVBAMTH01pY3Jvc29mdCBDb2RlIFNpZ25p --> <!-- bmcgUENBIDIwMTEwHhcNMjAxMjE1MjEzMTQ1WhcNMjExMjAyMjEzMTQ1WjB0MQsw --> <!-- CQYDVQQGEwJVUzETMBEGA1UECBMKV2FzaGluZ3RvbjEQMA4GA1UEBxMHUmVkbW9u --> <!-- ZDEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMR4wHAYDVQQDExVNaWNy --> <!-- b3NvZnQgQ29ycG9yYXRpb24wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB --> <!-- AQC2uxlZEACjqfHkuFyoCwfL25ofI9DZWKt4wEj3JBQ48GPt1UsDv834CcoUUPMn --> <!-- s/6CtPoaQ4Thy/kbOOg/zJAnrJeiMQqRe2Lsdb/NSI2gXXX9lad1/yPUDOXo4GNw --> <!-- PjXq1JZi+HZV91bUr6ZjzePj1g+bepsqd/HC1XScj0fT3aAxLRykJSzExEBmU9eS --> <!-- yuOwUuq+CriudQtWGMdJU650v/KmzfM46Y6lo/MCnnpvz3zEL7PMdUdwqj/nYhGG --> <!-- 3UVILxX7tAdMbz7LN+6WOIpT1A41rwaoOVnv+8Ua94HwhjZmu1S73yeV7RZZNxoh --> <!-- EegJi9YYssXa7UZUUkCCA+KnAgMBAAGjggF+MIIBejAfBgNVHSUEGDAWBgorBgEE --> <!-- AYI3TAgBBggrBgEFBQcDAzAdBgNVHQ4EFgQUOPbML8IdkNGtCfMmVPtvI6VZ8+Mw --> <!-- UAYDVR0RBEkwR6RFMEMxKTAnBgNVBAsTIE1pY3Jvc29mdCBPcGVyYXRpb25zIFB1 --> <!-- ZXJ0byBSaWNvMRYwFAYDVQQFEw0yMzAwMTIrNDYzMDA5MB8GA1UdIwQYMBaAFEhu --> <!-- ZOVQBdOCqhc3NyK1bajKdQKVMFQGA1UdHwRNMEswSaBHoEWGQ2h0dHA6Ly93d3cu --> <!-- bWljcm9zb2Z0LmNvbS9wa2lvcHMvY3JsL01pY0NvZFNpZ1BDQTIwMTFfMjAxMS0w --> <!-- Ny0wOC5jcmwwYQYIKwYBBQUHAQEEVTBTMFEGCCsGAQUFBzAChkVodHRwOi8vd3d3 --> <!-- Lm1pY3Jvc29mdC5jb20vcGtpb3BzL2NlcnRzL01pY0NvZFNpZ1BDQTIwMTFfMjAx --> <!-- MS0wNy0wOC5jcnQwDAYDVR0TAQH/BAIwADANBgkqhkiG9w0BAQsFAAOCAgEAnnqH --> <!-- tDyYUFaVAkvAK0eqq6nhoL95SZQu3RnpZ7tdQ89QR3++7A+4hrr7V4xxmkB5BObS --> <!-- 0YK+MALE02atjwWgPdpYQ68WdLGroJZHkbZdgERG+7tETFl3aKF4KpoSaGOskZXp --> <!-- TPnCaMo2PXoAMVMGpsQEQswimZq3IQ3nRQfBlJ0PoMMcN/+Pks8ZTL1BoPYsJpok --> <!-- t6cql59q6CypZYIwgyJ892HpttybHKg1ZtQLUlSXccRMlugPgEcNZJagPEgPYni4 --> <!-- b11snjRAgf0dyQ0zI9aLXqTxWUU5pCIFiPT0b2wsxzRqCtyGqpkGM8P9GazO8eao --> <!-- mVItCYBcJSByBx/pS0cSYwBBHAZxJODUqxSXoSGDvmTfqUJXntnWkL4okok1FiCD --> <!-- Z4jpyXOQunb6egIXvkgQ7jb2uO26Ow0m8RwleDvhOMrnHsupiOPbozKroSa6paFt --> <!-- VSh89abUSooR8QdZciemmoFhcWkEwFg4spzvYNP4nIs193261WyTaRMZoceGun7G --> <!-- CT2Rl653uUj+F+g94c63AhzSq4khdL4HlFIP2ePv29smfUnHtGq6yYFDLnT0q/Y+ --> <!-- Di3jwloF8EWkkHRtSuXlFUbTmwr/lDDgbpZiKhLS7CBTDj32I0L5i532+uHczw82 --> <!-- oZDmYmYmIUSMbZOgS65h797rj5JJ6OkeEUJoAVwwggd6MIIFYqADAgECAgphDpDS --> <!-- AAAAAAADMA0GCSqGSIb3DQEBCwUAMIGIMQswCQYDVQQGEwJVUzETMBEGA1UECBMK --> <!-- V2FzaGluZ3RvbjEQMA4GA1UEBxMHUmVkbW9uZDEeMBwGA1UEChMVTWljcm9zb2Z0 --> <!-- IENvcnBvcmF0aW9uMTIwMAYDVQQDEylNaWNyb3NvZnQgUm9vdCBDZXJ0aWZpY2F0 --> <!-- ZSBBdXRob3JpdHkgMjAxMTAeFw0xMTA3MDgyMDU5MDlaFw0yNjA3MDgyMTA5MDla --> <!-- MH4xCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpXYXNoaW5ndG9uMRAwDgYDVQQHEwdS --> <!-- ZWRtb25kMR4wHAYDVQQKExVNaWNyb3NvZnQgQ29ycG9yYXRpb24xKDAmBgNVBAMT --> <!-- H01pY3Jvc29mdCBDb2RlIFNpZ25pbmcgUENBIDIwMTEwggIiMA0GCSqGSIb3DQEB --> <!-- AQUAA4ICDwAwggIKAoICAQCr8PpyEBwurdhuqoIQTTS68rZYIZ9CGypr6VpQqrgG --> <!-- OBoESbp/wwwe3TdrxhLYC/A4wpkGsMg51QEUMULTiQ15ZId+lGAkbK+eSZzpaF7S --> <!-- 35tTsgosw6/ZqSuuegmv15ZZymAaBelmdugyUiYSL+erCFDPs0S3XdjELgN1q2jz --> <!-- y23zOlyhFvRGuuA4ZKxuZDV4pqBjDy3TQJP4494HDdVceaVJKecNvqATd76UPe/7 --> <!-- 4ytaEB9NViiienLgEjq3SV7Y7e1DkYPZe7J7hhvZPrGMXeiJT4Qa8qEvWeSQOy2u --> <!-- M1jFtz7+MtOzAz2xsq+SOH7SnYAs9U5WkSE1JcM5bmR/U7qcD60ZI4TL9LoDho33 --> <!-- X/DQUr+MlIe8wCF0JV8YKLbMJyg4JZg5SjbPfLGSrhwjp6lm7GEfauEoSZ1fiOIl --> <!-- XdMhSz5SxLVXPyQD8NF6Wy/VI+NwXQ9RRnez+ADhvKwCgl/bwBWzvRvUVUvnOaEP --> <!-- 6SNJvBi4RHxF5MHDcnrgcuck379GmcXvwhxX24ON7E1JMKerjt/sW5+v/N2wZuLB --> <!-- l4F77dbtS+dJKacTKKanfWeA5opieF+yL4TXV5xcv3coKPHtbcMojyyPQDdPweGF --> <!-- RInECUzF1KVDL3SV9274eCBYLBNdYJWaPk8zhNqwiBfenk70lrC8RqBsmNLg1oiM --> <!-- CwIDAQABo4IB7TCCAekwEAYJKwYBBAGCNxUBBAMCAQAwHQYDVR0OBBYEFEhuZOVQ --> <!-- BdOCqhc3NyK1bajKdQKVMBkGCSsGAQQBgjcUAgQMHgoAUwB1AGIAQwBBMAsGA1Ud --> <!-- DwQEAwIBhjAPBgNVHRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFHItOgIxkEO5FAVO --> <!-- 4eqnxzHRI4k0MFoGA1UdHwRTMFEwT6BNoEuGSWh0dHA6Ly9jcmwubWljcm9zb2Z0 --> <!-- LmNvbS9wa2kvY3JsL3Byb2R1Y3RzL01pY1Jvb0NlckF1dDIwMTFfMjAxMV8wM18y --> <!-- Mi5jcmwwXgYIKwYBBQUHAQEEUjBQME4GCCsGAQUFBzAChkJodHRwOi8vd3d3Lm1p --> <!-- Y3Jvc29mdC5jb20vcGtpL2NlcnRzL01pY1Jvb0NlckF1dDIwMTFfMjAxMV8wM18y --> <!-- Mi5jcnQwgZ8GA1UdIASBlzCBlDCBkQYJKwYBBAGCNy4DMIGDMD8GCCsGAQUFBwIB --> <!-- FjNodHRwOi8vd3d3Lm1pY3Jvc29mdC5jb20vcGtpb3BzL2RvY3MvcHJpbWFyeWNw --> <!-- cy5odG0wQAYIKwYBBQUHAgIwNB4yIB0ATABlAGcAYQBsAF8AcABvAGwAaQBjAHkA --> <!-- XwBzAHQAYQB0AGUAbQBlAG4AdAAuIB0wDQYJKoZIhvcNAQELBQADggIBAGfyhqWY --> <!-- 4FR5Gi7T2HRnIpsLlhHhY5KZQpZ90nkMkMFlXy4sPvjDctFtg/6+P+gKyju/R6mj --> <!-- 82nbY78iNaWXXWWEkH2LRlBV2AySfNIaSxzzPEKLUtCw/WvjPgcuKZvmPRul1LUd --> <!-- d5Q54ulkyUQ9eHoj8xN9ppB0g430yyYCRirCihC7pKkFDJvtaPpoLpWgKj8qa1hJ --> <!-- Yx8JaW5amJbkg/TAj/NGK978O9C9Ne9uJa7lryft0N3zDq+ZKJeYTQ49C/IIidYf --> <!-- wzIY4vDFLc5bnrRJOQrGCsLGra7lstnbFYhRRVg4MnEnGn+x9Cf43iw6IGmYslmJ --> <!-- aG5vp7d0w0AFBqYBKig+gj8TTWYLwLNN9eGPfxxvFX1Fp3blQCplo8NdUmKGwx1j --> <!-- NpeG39rz+PIWoZon4c2ll9DuXWNB41sHnIc+BncG0QaxdR8UvmFhtfDcxhsEvt9B --> <!-- xw4o7t5lL+yX9qFcltgA1qFGvVnzl6UJS0gQmYAf0AApxbGbpT9Fdx41xtKiop96 --> <!-- eiL6SJUfq/tHI4D1nvi/a7dLl+LrdXga7Oo3mXkYS//WsyNodeav+vyL6wuA6mk7 --> <!-- r/ww7QRMjt/fdW1jkT3RnVZOT7+AVyKheBEyIXrvQQqxP/uozKRdwaGIm1dxVk5I --> <!-- RcBCyZt2WwqASGv9eZ/BvW1taslScxMNelDNMYIVdDCCFXACAQEwgZUwfjELMAkG --> <!-- A1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQx --> <!-- HjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEoMCYGA1UEAxMfTWljcm9z --> <!-- b2Z0IENvZGUgU2lnbmluZyBQQ0EgMjAxMQITMwAAAd9r8C6Sp0q00AAAAAAB3zAN --> <!-- BglghkgBZQMEAgEFAKCBrjAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIBBDAcBgor --> <!-- BgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAvBgkqhkiG9w0BCQQxIgQg20U3+rqP --> <!-- ey6dSuOnLPq1mwRnQ3TMekbIZoNmYBMQJq4wQgYKKwYBBAGCNwIBDDE0MDKgFIAS --> <!-- AE0AaQBjAHIAbwBzAG8AZgB0oRqAGGh0dHA6Ly93d3cubWljcm9zb2Z0LmNvbTAN --> <!-- BgkqhkiG9w0BAQEFAASCAQCumM830XP/Ttlowc/G1r++SNkWH79LETvoKPZ+1gKB --> <!-- 6KhErWXoBbJOvDp2oAy0JAD6aM+8xOtMEQpPPKIH5Mp9mQoKkRkUuEu2CfJrouDb --> <!-- 8bfIz6Tpvz7EVQnZCDBJJikq9ynKlcum43kJFo3V1QZmo9qBOejp8gX3Caclp1el --> <!-- id5D5d7Y5bjIh8tcI72cH6kW1lDQAfpbs8/Mnm2L+0gxbxxXqxFG7oQngzo5hDwe --> <!-- X3JVHvjgh8LhMfHcyF84Aq8Evx8Tptwef/p59KC+NBAPwP++eaNetH0k5TTIByXf --> <!-- CvLN6aQelTMkPqEz1nkxNrmRfhqi3PaQtkr/7YPeU/aioYIS/jCCEvoGCisGAQQB --> <!-- gjcDAwExghLqMIIS5gYJKoZIhvcNAQcCoIIS1zCCEtMCAQMxDzANBglghkgBZQME --> <!-- AgEFADCCAVkGCyqGSIb3DQEJEAEEoIIBSASCAUQwggFAAgEBBgorBgEEAYRZCgMB --> <!-- MDEwDQYJYIZIAWUDBAIBBQAEIE3R4otQLf/D/VyWUazpMaQYcEAhDt8yhsCuJEfO --> <!-- p8vHAgZg1JHDJVMYEzIwMjEwODEwMDMyOTMwLjAzOFowBIACAfSggdikgdUwgdIx --> <!-- CzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpXYXNoaW5ndG9uMRAwDgYDVQQHEwdSZWRt --> <!-- b25kMR4wHAYDVQQKExVNaWNyb3NvZnQgQ29ycG9yYXRpb24xLTArBgNVBAsTJE1p --> <!-- Y3Jvc29mdCBJcmVsYW5kIE9wZXJhdGlvbnMgTGltaXRlZDEmMCQGA1UECxMdVGhh --> <!-- bGVzIFRTUyBFU046ODZERi00QkJDLTkzMzUxJTAjBgNVBAMTHE1pY3Jvc29mdCBU --> <!-- aW1lLVN0YW1wIFNlcnZpY2Wggg5NMIIE+TCCA+GgAwIBAgITMwAAAT7OyndSxfc0 --> <!-- KwAAAAABPjANBgkqhkiG9w0BAQsFADB8MQswCQYDVQQGEwJVUzETMBEGA1UECBMK --> <!-- V2FzaGluZ3RvbjEQMA4GA1UEBxMHUmVkbW9uZDEeMBwGA1UEChMVTWljcm9zb2Z0 --> <!-- IENvcnBvcmF0aW9uMSYwJAYDVQQDEx1NaWNyb3NvZnQgVGltZS1TdGFtcCBQQ0Eg --> <!-- MjAxMDAeFw0yMDEwMTUxNzI4MjVaFw0yMjAxMTIxNzI4MjVaMIHSMQswCQYDVQQG --> <!-- EwJVUzETMBEGA1UECBMKV2FzaGluZ3RvbjEQMA4GA1UEBxMHUmVkbW9uZDEeMBwG --> <!-- A1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMS0wKwYDVQQLEyRNaWNyb3NvZnQg --> <!-- SXJlbGFuZCBPcGVyYXRpb25zIExpbWl0ZWQxJjAkBgNVBAsTHVRoYWxlcyBUU1Mg --> <!-- RVNOOjg2REYtNEJCQy05MzM1MSUwIwYDVQQDExxNaWNyb3NvZnQgVGltZS1TdGFt --> <!-- cCBTZXJ2aWNlMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvFTEyDzZ --> <!-- fpws404gSC0kt4VSyX/vaxwOfri89gQdxvfQNvvQARebKR3plqHz0ZHZW+bmFxyG --> <!-- tTh9zw20LSdpMcWYDFc1rzPuJvTNAnDkKyQP+TqrW7j/lDlCLbqi8ubo4EqSpkHr --> <!-- a0Zt15j2r/IJGZbu3QaRY6qYMZxxkkw4Y5ubAwV3E1p+TNzFg8nzgJ9kwEM4xvZA --> <!-- f9NhHhM2K/jx092xmKxyFfp0X0tboY9d1OyhdCXl8spOigE32g8zH12Y2NXTfI41 --> <!-- 41LQU+9dKOKQ7YFF1kwofuGGwxMU0CsDimODWgr6VFVcNDd2tQbGubgdfLBGEBfj --> <!-- e0PyoOOXEO1m4QIDAQABo4IBGzCCARcwHQYDVR0OBBYEFJNa8534u9BiLWvwtbZU --> <!-- DraGiP17MB8GA1UdIwQYMBaAFNVjOlyKMZDzQ3t8RhvFM2hahW1VMFYGA1UdHwRP --> <!-- ME0wS6BJoEeGRWh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2kvY3JsL3Byb2R1 --> <!-- Y3RzL01pY1RpbVN0YVBDQV8yMDEwLTA3LTAxLmNybDBaBggrBgEFBQcBAQROMEww --> <!-- SgYIKwYBBQUHMAKGPmh0dHA6Ly93d3cubWljcm9zb2Z0LmNvbS9wa2kvY2VydHMv --> <!-- TWljVGltU3RhUENBXzIwMTAtMDctMDEuY3J0MAwGA1UdEwEB/wQCMAAwEwYDVR0l --> <!-- BAwwCgYIKwYBBQUHAwgwDQYJKoZIhvcNAQELBQADggEBAKaz+RF9Wp+GkrkVj6cY --> <!-- 5djCdVepJFyufABJ1qKlCWXhOoYAcB7w7ZxzRC4Z2iY4bc9QU93sa2YDwhQwFPeq --> <!-- fKZfWSkmrcus49QB9EGPc9FwIgfBQK2AJthaYEysTawS40f6yc6w/ybotAclqFAr --> <!-- +BPDt0zGZoExvGc8ZpVAZpvSyXbzGLuKtm8K+R73VC4DUp4sRFck1Cx8ILvYdYSN --> <!-- YqORyh0Gwi3v4HWmw6HutafFOdFjaKQEcSsn0SNLfY25qOqnu6DL+NAo7z3qD0eB --> <!-- DISilWob5dllDcONfsu99UEtOnrbdl292yGNIyxilpI8XGNgGcZxKN6VqLBxAuKl --> <!-- WOYwggZxMIIEWaADAgECAgphCYEqAAAAAAACMA0GCSqGSIb3DQEBCwUAMIGIMQsw --> <!-- CQYDVQQGEwJVUzETMBEGA1UECBMKV2FzaGluZ3RvbjEQMA4GA1UEBxMHUmVkbW9u --> <!-- ZDEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMTIwMAYDVQQDEylNaWNy --> <!-- b3NvZnQgUm9vdCBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkgMjAxMDAeFw0xMDA3MDEy --> <!-- MTM2NTVaFw0yNTA3MDEyMTQ2NTVaMHwxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpX --> <!-- YXNoaW5ndG9uMRAwDgYDVQQHEwdSZWRtb25kMR4wHAYDVQQKExVNaWNyb3NvZnQg --> <!-- Q29ycG9yYXRpb24xJjAkBgNVBAMTHU1pY3Jvc29mdCBUaW1lLVN0YW1wIFBDQSAy --> <!-- MDEwMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqR0NvHcRijog7PwT --> <!-- l/X6f2mUa3RUENWlCgCChfvtfGhLLF/Fw+Vhwna3PmYrW/AVUycEMR9BGxqVHc4J --> <!-- E458YTBZsTBED/FgiIRUQwzXTbg4CLNC3ZOs1nMwVyaCo0UN0Or1R4HNvyRgMlhg --> <!-- RvJYR4YyhB50YWeRX4FUsc+TTJLBxKZd0WETbijGGvmGgLvfYfxGwScdJGcSchoh --> <!-- iq9LZIlQYrFd/XcfPfBXday9ikJNQFHRD5wGPmd/9WbAA5ZEfu/QS/1u5ZrKsajy --> <!-- eioKMfDaTgaRtogINeh4HLDpmc085y9Euqf03GS9pAHBIAmTeM38vMDJRF1eFpwB --> <!-- BU8iTQIDAQABo4IB5jCCAeIwEAYJKwYBBAGCNxUBBAMCAQAwHQYDVR0OBBYEFNVj --> <!-- OlyKMZDzQ3t8RhvFM2hahW1VMBkGCSsGAQQBgjcUAgQMHgoAUwB1AGIAQwBBMAsG --> <!-- A1UdDwQEAwIBhjAPBgNVHRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFNX2VsuP6KJc --> <!-- YmjRPZSQW9fOmhjEMFYGA1UdHwRPME0wS6BJoEeGRWh0dHA6Ly9jcmwubWljcm9z --> <!-- b2Z0LmNvbS9wa2kvY3JsL3Byb2R1Y3RzL01pY1Jvb0NlckF1dF8yMDEwLTA2LTIz --> <!-- LmNybDBaBggrBgEFBQcBAQROMEwwSgYIKwYBBQUHMAKGPmh0dHA6Ly93d3cubWlj --> <!-- cm9zb2Z0LmNvbS9wa2kvY2VydHMvTWljUm9vQ2VyQXV0XzIwMTAtMDYtMjMuY3J0 --> <!-- MIGgBgNVHSABAf8EgZUwgZIwgY8GCSsGAQQBgjcuAzCBgTA9BggrBgEFBQcCARYx --> <!-- aHR0cDovL3d3dy5taWNyb3NvZnQuY29tL1BLSS9kb2NzL0NQUy9kZWZhdWx0Lmh0 --> <!-- bTBABggrBgEFBQcCAjA0HjIgHQBMAGUAZwBhAGwAXwBQAG8AbABpAGMAeQBfAFMA --> <!-- dABhAHQAZQBtAGUAbgB0AC4gHTANBgkqhkiG9w0BAQsFAAOCAgEAB+aIUQ3ixuCY --> <!-- P4FxAz2do6Ehb7Prpsz1Mb7PBeKp/vpXbRkws8LFZslq3/Xn8Hi9x6ieJeP5vO1r --> <!-- VFcIK1GCRBL7uVOMzPRgEop2zEBAQZvcXBf/XPleFzWYJFZLdO9CEMivv3/Gf/I3 --> <!-- fVo/HPKZeUqRUgCvOA8X9S95gWXZqbVr5MfO9sp6AG9LMEQkIjzP7QOllo9ZKby2 --> <!-- /QThcJ8ySif9Va8v/rbljjO7Yl+a21dA6fHOmWaQjP9qYn/dxUoLkSbiOewZSnFj --> <!-- nXshbcOco6I8+n99lmqQeKZt0uGc+R38ONiU9MalCpaGpL2eGq4EQoO4tYCbIjgg --> <!-- tSXlZOz39L9+Y1klD3ouOVd2onGqBooPiRa6YacRy5rYDkeagMXQzafQ732D8OE7 --> <!-- cQnfXXSYIghh2rBQHm+98eEA3+cxB6STOvdlR3jo+KhIq/fecn5ha293qYHLpwms --> <!-- ObvsxsvYgrRyzR30uIUBHoD7G4kqVDmyW9rIDVWZeodzOwjmmC3qjeAzLhIp9cAv --> <!-- VCch98isTtoouLGp25ayp0Kiyc8ZQU3ghvkqmqMRZjDTu3QyS99je/WZii8bxyGv --> <!-- WbWu3EQ8l1Bx16HSxVXjad5XwdHeMMD9zOZN+w2/XU/pnR4ZOC+8z1gFLu8NoFA1 --> <!-- 2u8JJxzVs341Hgi62jbb01+P3nSISRKhggLXMIICQAIBATCCAQChgdikgdUwgdIx --> <!-- CzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpXYXNoaW5ndG9uMRAwDgYDVQQHEwdSZWRt --> <!-- b25kMR4wHAYDVQQKExVNaWNyb3NvZnQgQ29ycG9yYXRpb24xLTArBgNVBAsTJE1p --> <!-- Y3Jvc29mdCBJcmVsYW5kIE9wZXJhdGlvbnMgTGltaXRlZDEmMCQGA1UECxMdVGhh --> <!-- bGVzIFRTUyBFU046ODZERi00QkJDLTkzMzUxJTAjBgNVBAMTHE1pY3Jvc29mdCBU --> <!-- aW1lLVN0YW1wIFNlcnZpY2WiIwoBATAHBgUrDgMCGgMVAKBMFej0xjCTjCk1sTdT --> <!-- Ka+TzJDUoIGDMIGApH4wfDELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0 --> <!-- b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3Jh --> <!-- dGlvbjEmMCQGA1UEAxMdTWljcm9zb2Z0IFRpbWUtU3RhbXAgUENBIDIwMTAwDQYJ --> <!-- KoZIhvcNAQEFBQACBQDkvFw9MCIYDzIwMjEwODEwMTAwMDI5WhgPMjAyMTA4MTEx --> <!-- MDAwMjlaMHcwPQYKKwYBBAGEWQoEATEvMC0wCgIFAOS8XD0CAQAwCgIBAAICAKsC --> <!-- Af8wBwIBAAICEagwCgIFAOS9rb0CAQAwNgYKKwYBBAGEWQoEAjEoMCYwDAYKKwYB --> <!-- BAGEWQoDAqAKMAgCAQACAwehIKEKMAgCAQACAwGGoDANBgkqhkiG9w0BAQUFAAOB --> <!-- gQDbJrjtJIkfjHQSKdSMGr5VZ1QilvAVFsorDnS2MUaSCsCRtcHSMVAWifAghL01 --> <!-- IOmn9BkYW1jqBvbvMbkR+gG+LcoSz2LPgWufFVsMQA6ru7HDoYucQ7x0pSWfPELm --> <!-- 6bLy7FGB0lPhzoJL5vAegaI9+dGQxoPvqod6H5LdecpI+zGCAw0wggMJAgEBMIGT --> <!-- MHwxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpXYXNoaW5ndG9uMRAwDgYDVQQHEwdS --> <!-- ZWRtb25kMR4wHAYDVQQKExVNaWNyb3NvZnQgQ29ycG9yYXRpb24xJjAkBgNVBAMT --> <!-- HU1pY3Jvc29mdCBUaW1lLVN0YW1wIFBDQSAyMDEwAhMzAAABPs7Kd1LF9zQrAAAA --> <!-- AAE+MA0GCWCGSAFlAwQCAQUAoIIBSjAaBgkqhkiG9w0BCQMxDQYLKoZIhvcNAQkQ --> <!-- AQQwLwYJKoZIhvcNAQkEMSIEIByDkhuK8zH53ngWsQwxPhtaYKx9M4qXroU3aSY8 --> <!-- 8TDzMIH6BgsqhkiG9w0BCRACLzGB6jCB5zCB5DCBvQQgi+vOjaqNTvKOZGut49HX --> <!-- rqtwUj2ZCnVOurBwfgQxmxMwgZgwgYCkfjB8MQswCQYDVQQGEwJVUzETMBEGA1UE --> <!-- CBMKV2FzaGluZ3RvbjEQMA4GA1UEBxMHUmVkbW9uZDEeMBwGA1UEChMVTWljcm9z --> <!-- b2Z0IENvcnBvcmF0aW9uMSYwJAYDVQQDEx1NaWNyb3NvZnQgVGltZS1TdGFtcCBQ --> <!-- Q0EgMjAxMAITMwAAAT7OyndSxfc0KwAAAAABPjAiBCCbViMYQSp7BMZoCnKOWrIl --> <!-- O2xNuxUiF7qUc5TLszcCUjANBgkqhkiG9w0BAQsFAASCAQA2uPB3U6l6IAWWMJc6 --> <!-- Co49J8XvPmYinfaSJ/ZwkUcG3S6xzRSA+c07Ht6g8mPbaV1/1iDdcqcQL2dKZ0ta --> <!-- axb5F4q+SDR8uwItZBx3pdyrbJpTWkIDpHFLtTKqbzpdR6vvgO4ir7TqWgqle3qO --> <!-- AULsnuyr28F3NDlCWfDxn02N5hy2dm3d1DNZ0YD9ZFBqLGnKabcJDukfizYfy5jx --> <!-- P+5CTn6zEU+AfsJvf+R/MIebzVTDqwUg5hqJedWCUYRVMFDYDKMgl11nqt4ea17A --> <!-- djyVl1aJG4LMJEwjzIQc/7mN7LhTVfx9LXa+mwnJmEkts81pma4K8qs4KujyqEG+ --> <!-- rkhX --> <!-- SIG # End signature block --> |