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 @@ -20,11 +20,7 @@
[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © Microsoft")]
[assembly: System.Reflection.AssemblyProductAttribute("Microsoft Azure PowerShell")]
[assembly: System.Reflection.AssemblyTitleAttribute("Microsoft Azure PowerShell - StorageAction")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("0.1.2")]
[assembly: System.Reflection.AssemblyVersionAttribute("0.1.2")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0")]
[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)]
[assembly: System.CLSCompliantAttribute(false)]




14 changes: 14 additions & 0 deletions src/StorageAction/StorageAction.Autorest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,18 @@ directive:
cmdlet-name: New-AzStorageActionTaskPreviewBlobPropertiesObject
- model-name: StorageTaskPreviewKeyValueProperties
cmdlet-name: New-AzStorageActionTaskPreviewKeyValuePropertiesObject

# Breaking change announcement
- where:
subject: Task
set:
breaking-change:
deprecated-output-properties:
- IdentityUserAssignedIdentity
new-output-properties:
- IdentityUserAssignedIdentity
change-description: The types of the property 'IdentityUserAssignedIdentity' will be changed from 'Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.IUserAssignedIdentities' to 'Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.IManagedServiceIdentityUserAssignedIdentities'
deprecated-by-version: 2.0.0
deprecated-by-azversion: 16.0.0
change-effective-date: 2026/05
Copy link

Copilot AI Feb 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The date format for 'change-effective-date' is incomplete. It should use the full "YYYY/MM/DD" format (e.g., "2026/05/01") instead of just "2026/05". This ensures consistency with other modules in the repository and prevents ambiguity about when the breaking change will take effect.

Suggested change
change-effective-date: 2026/05
change-effective-date: 2026/05/01

Copilot uses AI. Check for mistakes.
```
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
Module Name: Az.StorageAction
Module Guid: 78dad367-40fa-497c-afc0-831ee12e5038
Module Guid: 1d5268ec-2c5b-40b6-ae60-e23935752fad
Download Help Link: https://learn.microsoft.com/powershell/module/az.storageaction
Help Version: 1.0.0.0
Locale: en-US
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"generate_Id": "3f2c49f4-d751-4192-8f46-6a62b3c249c4"
"generate_Id": "63b5a14c-0cd7-4f2b-bc60-1f4df6261c69"
}
28 changes: 14 additions & 14 deletions src/StorageAction/StorageAction.sln
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StorageAction", "StorageAct
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "StorageAction.Autorest", "StorageAction.Autorest", "{7ABF6BD4-50D0-0ECC-E91A-5192EF367F53}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.StorageAction", "..\..\generated\StorageAction\StorageAction.Autorest\Az.StorageAction.csproj", "{C3B58143-2262-4AB3-A612-2398B4E554A0}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.StorageAction", "..\..\generated\StorageAction\StorageAction.Autorest\Az.StorageAction.csproj", "{A4F210BE-A8A5-40C3-86BF-44A8C5C246FB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down Expand Up @@ -117,18 +117,18 @@ Global
{03F4F24D-3A93-442A-AD20-EB731FA44F9C}.Release|x64.Build.0 = Release|Any CPU
{03F4F24D-3A93-442A-AD20-EB731FA44F9C}.Release|x86.ActiveCfg = Release|Any CPU
{03F4F24D-3A93-442A-AD20-EB731FA44F9C}.Release|x86.Build.0 = Release|Any CPU
{C3B58143-2262-4AB3-A612-2398B4E554A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C3B58143-2262-4AB3-A612-2398B4E554A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C3B58143-2262-4AB3-A612-2398B4E554A0}.Debug|x64.ActiveCfg = Debug|Any CPU
{C3B58143-2262-4AB3-A612-2398B4E554A0}.Debug|x64.Build.0 = Debug|Any CPU
{C3B58143-2262-4AB3-A612-2398B4E554A0}.Debug|x86.ActiveCfg = Debug|Any CPU
{C3B58143-2262-4AB3-A612-2398B4E554A0}.Debug|x86.Build.0 = Debug|Any CPU
{C3B58143-2262-4AB3-A612-2398B4E554A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C3B58143-2262-4AB3-A612-2398B4E554A0}.Release|Any CPU.Build.0 = Release|Any CPU
{C3B58143-2262-4AB3-A612-2398B4E554A0}.Release|x64.ActiveCfg = Release|Any CPU
{C3B58143-2262-4AB3-A612-2398B4E554A0}.Release|x64.Build.0 = Release|Any CPU
{C3B58143-2262-4AB3-A612-2398B4E554A0}.Release|x86.ActiveCfg = Release|Any CPU
{C3B58143-2262-4AB3-A612-2398B4E554A0}.Release|x86.Build.0 = Release|Any CPU
{A4F210BE-A8A5-40C3-86BF-44A8C5C246FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A4F210BE-A8A5-40C3-86BF-44A8C5C246FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A4F210BE-A8A5-40C3-86BF-44A8C5C246FB}.Debug|x64.ActiveCfg = Debug|Any CPU
{A4F210BE-A8A5-40C3-86BF-44A8C5C246FB}.Debug|x64.Build.0 = Debug|Any CPU
{A4F210BE-A8A5-40C3-86BF-44A8C5C246FB}.Debug|x86.ActiveCfg = Debug|Any CPU
{A4F210BE-A8A5-40C3-86BF-44A8C5C246FB}.Debug|x86.Build.0 = Debug|Any CPU
{A4F210BE-A8A5-40C3-86BF-44A8C5C246FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A4F210BE-A8A5-40C3-86BF-44A8C5C246FB}.Release|Any CPU.Build.0 = Release|Any CPU
{A4F210BE-A8A5-40C3-86BF-44A8C5C246FB}.Release|x64.ActiveCfg = Release|Any CPU
{A4F210BE-A8A5-40C3-86BF-44A8C5C246FB}.Release|x64.Build.0 = Release|Any CPU
{A4F210BE-A8A5-40C3-86BF-44A8C5C246FB}.Release|x86.ActiveCfg = Release|Any CPU
{A4F210BE-A8A5-40C3-86BF-44A8C5C246FB}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand All @@ -140,6 +140,6 @@ Global
{8F9432F9-BDA5-4C81-B97B-B9BB177B7CD7} = {3311551B-F955-4474-BA2B-35D62C807B7D}
{C7DD7FF2-C624-4859-950B-022DA9EFAFAE} = {3311551B-F955-4474-BA2B-35D62C807B7D}
{D49DDD02-B11A-40AF-95FD-BFF8DACF2CC6} = {3311551B-F955-4474-BA2B-35D62C807B7D}
{C3B58143-2262-4AB3-A612-2398B4E554A0} = {7ABF6BD4-50D0-0ECC-E91A-5192EF367F53}
{A4F210BE-A8A5-40C3-86BF-44A8C5C246FB} = {7ABF6BD4-50D0-0ECC-E91A-5192EF367F53}
EndGlobalSection
EndGlobal
12 changes: 6 additions & 6 deletions src/StorageAction/StorageAction/Az.StorageAction.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
# Generated on: 6/25/2025
# Generated on: 2/5/2026
#

@{
Expand Down Expand Up @@ -51,16 +51,16 @@ DotNetFrameworkVersion = '4.7.2'
# ProcessorArchitecture = ''

# Modules that must be imported into the global environment prior to importing this module
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.1.1'; })
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.2'; })

# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'StorageAction.Autorest/bin/Az.StorageAction.private.dll'

# Script files (.ps1) that are run in the caller's environment prior to importing this module.
# ScriptsToProcess = @()
ScriptsToProcess = @()

# Type files (.ps1xml) to be loaded when importing this module
# TypesToProcess = @()
TypesToProcess = @()

# Format files (.ps1xml) to be loaded when importing this module
FormatsToProcess = 'StorageAction.Autorest/Az.StorageAction.format.ps1xml'
Expand Down Expand Up @@ -101,7 +101,7 @@ PrivateData = @{
PSData = @{

# Tags applied to this module. These help with module discovery in online galleries.
Tags = 'Azure','ResourceManager','ARM','PSModule','StorageAction'
Tags = 'Azure', 'ResourceManager', 'ARM', 'PSModule', 'StorageAction'

# A URL to the license for this module.
LicenseUri = 'https://aka.ms/azps-license'
Expand All @@ -126,7 +126,7 @@ PrivateData = @{

} # End of PSData hashtable

} # End of PrivateData hashtable
} # End of PrivateData hashtable

# HelpInfo URI of this module
# HelpInfoURI = ''
Expand Down
1 change: 1 addition & 0 deletions src/StorageAction/StorageAction/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- Additional information about change #1
-->
## Upcoming Release
* Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229

## Version 1.0.0
* General availability for module Az.StorageAction
Expand Down
Loading