Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## OUTPUTS

### Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob
### Microsoft.Azure.Storage.Blob.CopyState

## NOTES

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## OUTPUTS

### Microsoft.Azure.Storage.File.CloudFile
### Microsoft.Azure.Storage.File.CopyState

## NOTES

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ namespace Microsoft.WindowsAzure.Commands.Storage.Blob.Cmdlet
using System.Threading;
using System.Threading.Tasks;

[Cmdlet("Get", Azure.Commands.ResourceManager.Common.AzureRMConstants.AzurePrefix + "StorageBlobCopyState", DefaultParameterSetName = NameParameterSet),OutputType(typeof(AzureStorageBlob))]
[Cmdlet("Get", Azure.Commands.ResourceManager.Common.AzureRMConstants.AzurePrefix + "StorageBlobCopyState", DefaultParameterSetName = NameParameterSet),OutputType(typeof(CopyState))]
public class GetAzureStorageBlobCopyState : StorageCloudBlobCmdletBase
{
/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
// ----------------------------------------------------------------------------------

using Microsoft.Azure.Storage;
using Microsoft.Azure.Storage.Blob;
using XFile = Microsoft.Azure.Storage.File;
using Microsoft.Azure.Storage.File;
using System;
Expand All @@ -27,8 +26,7 @@
namespace Microsoft.WindowsAzure.Commands.Storage.File.Cmdlet
{
[Cmdlet("Get", Azure.Commands.ResourceManager.Common.AzureRMConstants.AzurePrefix + "StorageFileCopyState")]
[OutputType(typeof(CloudFile))]
[CmdletOutputBreakingChange(typeof(CloudFile), ChangeDescription = "The output type will change from CloudFile to ShareFileCopyInfo in a future release.")]
[OutputType(typeof(CopyState))]
public class GetAzureStorageFileCopyStateCommand : AzureStorageFileCmdletBase
{
[Parameter(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,3 +166,4 @@
"Microsoft.Azure.PowerShell.Cmdlets.Storage.dll","Microsoft.WindowsAzure.Commands.Storage.Table.Cmdlet.GetAzureStorageTableCommand","Get-AzStorageTable","0","3010","The property 'ConnectionPolicy' of type 'Microsoft.Azure.Cosmos.Table.CloudTableClient' has been removed.","Add the property 'ConnectionPolicy' back to type 'Microsoft.Azure.Cosmos.Table.CloudTableClient'."
"Microsoft.Azure.PowerShell.Cmdlets.Storage.dll","Microsoft.WindowsAzure.Commands.Storage.Table.Cmdlet.GetAzureStorageTableCommand","Get-AzStorageTable","0","3010","The property 'ConsistencyLevel' of type 'Microsoft.Azure.Cosmos.Table.CloudTableClient' has been removed.","Add the property 'ConsistencyLevel' back to type 'Microsoft.Azure.Cosmos.Table.CloudTableClient'."
"Microsoft.Azure.PowerShell.Cmdlets.Storage.dll","Microsoft.WindowsAzure.Commands.Storage.File.Cmdlet.SetAzureStorageShareQuota","Set-AzStorageShareQuota","0","1020","The cmdlet 'Set-AzStorageShareQuota' no longer has output type 'Microsoft.Azure.Storage.File.FileShareProperties'.","Make cmdlet 'Set-AzStorageShareQuota' return type 'Microsoft.Azure.Storage.File.FileShareProperties'."
"Microsoft.Azure.PowerShell.Cmdlets.Storage.dll","Microsoft.WindowsAzure.Commands.Storage.Blob.Cmdlet.GetAzureStorageBlobCopyState","Get-AzStorageBlobCopyState","0","1020","The cmdlet 'Get-AzStorageBlobCopyState' no longer has output type 'Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob'.","Make cmdlet 'Get-AzStorageBlobCopyState' return type 'Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob'."