diff --git a/src/Workloads/Monitors.Autorest/Properties/AssemblyInfo.cs b/src/Workloads/Monitors.Autorest/Properties/AssemblyInfo.cs new file mode 100644 index 000000000000..2e1f7e8692f8 --- /dev/null +++ b/src/Workloads/Monitors.Autorest/Properties/AssemblyInfo.cs @@ -0,0 +1,26 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the Apache License, Version 2.0 (the ""License""); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// http://www.apache.org/licenses/LICENSE-2.0 +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an ""AS IS"" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +// is regenerated. + +using System; +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +[assembly: System.Reflection.AssemblyCompanyAttribute("Microsoft")] +[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © Microsoft")] +[assembly: System.Reflection.AssemblyProductAttribute("Microsoft Azure PowerShell")] +[assembly: System.Reflection.AssemblyTitleAttribute("Microsoft Azure PowerShell - Monitors")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0")] +[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)] +[assembly: System.CLSCompliantAttribute(false)] diff --git a/src/Workloads/Monitors.Autorest/README.md b/src/Workloads/Monitors.Autorest/README.md index c12427f06a29..f514036eca73 100644 --- a/src/Workloads/Monitors.Autorest/README.md +++ b/src/Workloads/Monitors.Autorest/README.md @@ -158,4 +158,26 @@ directive: - from: SapLandscapeMonitor.cs where: $ transform: $ = $.replace('public Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api30.ISystemData SystemData', 'internal Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api30.ISystemData SystemData'); + +- where: + verb: Get|New + subject: Monitor|ProviderInstance|SapLandscapeMonitor + set: + preview-announcement: + preview-message: "*****************************************************************************************\\r\\n* This cmdlet will undergo a breaking change in Az v15.0.0, to be released on November 19th 2025. *\\r\\n* At least one change applies to this cmdlet. *\\r\\n* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *\\r\\n**************************************************************************************************" + +- where: + verb: Remove + subject: Monitor|ProviderInstance + set: + preview-announcement: + preview-message: "*****************************************************************************************\\r\\n* This cmdlet will undergo a breaking change in Az v15.0.0, to be released on November 19th 2025. *\\r\\n* At least one change applies to this cmdlet. *\\r\\n* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *\\r\\n**************************************************************************************************" + +- where: + verb: Update + subject: Monitor|SapLandscapeMonitor + set: + preview-announcement: + preview-message: "*****************************************************************************************\\r\\n* This cmdlet will undergo a breaking change in Az v15.0.0, to be released on November 19th 2025. *\\r\\n* At least one change applies to this cmdlet. *\\r\\n* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *\\r\\n**************************************************************************************************" + ``` diff --git a/src/Workloads/Monitors.Autorest/custom/New-AzWorkloadsProviderSapNetWeaverInstanceObject.ps1 b/src/Workloads/Monitors.Autorest/custom/New-AzWorkloadsProviderSapNetWeaverInstanceObject.ps1 index f2a1e2c29496..bb9bc73641ed 100644 --- a/src/Workloads/Monitors.Autorest/custom/New-AzWorkloadsProviderSapNetWeaverInstanceObject.ps1 +++ b/src/Workloads/Monitors.Autorest/custom/New-AzWorkloadsProviderSapNetWeaverInstanceObject.ps1 @@ -26,6 +26,11 @@ Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Models.Api20230401.SapNetW https://learn.microsoft.com/powershell/module/az.workloads/new-azworkloadsprovidersapnetweaverinstanceobject #> function New-AzWorkloadsProviderSapNetWeaverInstanceObject { + [Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Runtime.PreviewMessage("**********************************************************************************************`n + * This cmdlet will undergo a breaking change in Az v15.0.0, to be released on November 19th 2025. *`n + * At least one change applies to this cmdlet. *`n + * See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *`n + ***************************************************************************************************")] [OutputType('Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Models.Api20230401.SapNetWeaverProviderInstanceProperties')] [CmdletBinding(PositionalBinding=$false)] Param( diff --git a/src/Workloads/Monitors.Autorest/docs/Az.Monitors.md b/src/Workloads/Monitors.Autorest/docs/Az.Monitors.md index 72470fda0560..9d5f5667fa79 100644 --- a/src/Workloads/Monitors.Autorest/docs/Az.Monitors.md +++ b/src/Workloads/Monitors.Autorest/docs/Az.Monitors.md @@ -1,6 +1,6 @@ --- Module Name: Az.Monitors -Module Guid: 382ba7a1-610b-4194-9aaa-e1142a4399d5 +Module Guid: c2b5aac3-3ae4-4fa4-9d6a-b7a7834ba0ba Download Help Link: https://learn.microsoft.com/powershell/module/az.monitors Help Version: 1.0.0.0 Locale: en-US diff --git a/src/Workloads/Monitors.Autorest/generate-info.json b/src/Workloads/Monitors.Autorest/generate-info.json index 92447be8d6cc..a0610748c604 100644 --- a/src/Workloads/Monitors.Autorest/generate-info.json +++ b/src/Workloads/Monitors.Autorest/generate-info.json @@ -1,3 +1,3 @@ { - "generate_Id": "9d23f448-c71b-4310-810c-9dafc2db4b0c" + "generate_Id": "1bd77127-8d0c-4384-95f3-1728d894bee0" } diff --git a/src/Workloads/Monitors.Autorest/resources/README.md b/src/Workloads/Monitors.Autorest/resources/README.md new file mode 100644 index 000000000000..937f07f8fec2 --- /dev/null +++ b/src/Workloads/Monitors.Autorest/resources/README.md @@ -0,0 +1,11 @@ +# Resources +This directory can contain any additional resources for module that are not required at runtime. This directory **does not** get packaged with the module. If you have assets for custom implementation, place them into the `..\custom` folder. + +## Info +- Modifiable: yes +- Generated: no +- Committed: yes +- Packaged: no + +## Purpose +Use this folder to put anything you want to keep around as part of the repository for the module, but is not something that is required for the module. For example, development files, packaged builds, or additional information. This is only intended to be used in repositories where the module's output directory is cleaned, but tangential resources for the module want to remain intact. \ No newline at end of file diff --git a/src/Workloads/Workloads.sln b/src/Workloads/Workloads.sln index a0b4ed04b5b7..3c9413b1ae82 100644 --- a/src/Workloads/Workloads.sln +++ b/src/Workloads/Workloads.sln @@ -19,59 +19,133 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authenticators", "..\Accoun EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Workloads", "Workloads\Workloads.csproj", "{F27ABA7E-B3ED-4B35-8409-43B3D92FFBFE}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Monitors", "..\..\generated\Workloads\Monitors.Autorest\Az.Monitors.csproj", "{74EA2E4F-203E-47AB-8EB7-8FD701000929}" -EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.SapVirtualInstance", "..\..\generated\Workloads\SapVirtualInstance.Autorest\Az.SapVirtualInstance.csproj", "{D67631EA-2CEA-4451-8365-E711678C8207}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Monitors.Autorest", "Monitors.Autorest", "{F8EE8587-579C-E9CA-BFA7-D4EB0C8B506E}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Monitors", "..\..\generated\Workloads\Monitors.Autorest\Az.Monitors.csproj", "{E1784FF1-A4FC-49E7-857F-59677B4BEF9A}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU + Debug|x64 = Debug|x64 + Debug|x86 = Debug|x86 Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE + Release|x64 = Release|x64 + Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {FAEF600D-0073-487E-B125-669EB7D06E3D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {FAEF600D-0073-487E-B125-669EB7D06E3D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {FAEF600D-0073-487E-B125-669EB7D06E3D}.Debug|x64.ActiveCfg = Debug|Any CPU + {FAEF600D-0073-487E-B125-669EB7D06E3D}.Debug|x64.Build.0 = Debug|Any CPU + {FAEF600D-0073-487E-B125-669EB7D06E3D}.Debug|x86.ActiveCfg = Debug|Any CPU + {FAEF600D-0073-487E-B125-669EB7D06E3D}.Debug|x86.Build.0 = Debug|Any CPU {FAEF600D-0073-487E-B125-669EB7D06E3D}.Release|Any CPU.ActiveCfg = Release|Any CPU {FAEF600D-0073-487E-B125-669EB7D06E3D}.Release|Any CPU.Build.0 = Release|Any CPU + {FAEF600D-0073-487E-B125-669EB7D06E3D}.Release|x64.ActiveCfg = Release|Any CPU + {FAEF600D-0073-487E-B125-669EB7D06E3D}.Release|x64.Build.0 = Release|Any CPU + {FAEF600D-0073-487E-B125-669EB7D06E3D}.Release|x86.ActiveCfg = Release|Any CPU + {FAEF600D-0073-487E-B125-669EB7D06E3D}.Release|x86.Build.0 = Release|Any CPU {349FB6B1-CEA2-437B-B246-7ACADA3C1215}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {349FB6B1-CEA2-437B-B246-7ACADA3C1215}.Debug|Any CPU.Build.0 = Debug|Any CPU + {349FB6B1-CEA2-437B-B246-7ACADA3C1215}.Debug|x64.ActiveCfg = Debug|Any CPU + {349FB6B1-CEA2-437B-B246-7ACADA3C1215}.Debug|x64.Build.0 = Debug|Any CPU + {349FB6B1-CEA2-437B-B246-7ACADA3C1215}.Debug|x86.ActiveCfg = Debug|Any CPU + {349FB6B1-CEA2-437B-B246-7ACADA3C1215}.Debug|x86.Build.0 = Debug|Any CPU {349FB6B1-CEA2-437B-B246-7ACADA3C1215}.Release|Any CPU.ActiveCfg = Release|Any CPU {349FB6B1-CEA2-437B-B246-7ACADA3C1215}.Release|Any CPU.Build.0 = Release|Any CPU + {349FB6B1-CEA2-437B-B246-7ACADA3C1215}.Release|x64.ActiveCfg = Release|Any CPU + {349FB6B1-CEA2-437B-B246-7ACADA3C1215}.Release|x64.Build.0 = Release|Any CPU + {349FB6B1-CEA2-437B-B246-7ACADA3C1215}.Release|x86.ActiveCfg = Release|Any CPU + {349FB6B1-CEA2-437B-B246-7ACADA3C1215}.Release|x86.Build.0 = Release|Any CPU {3A72F20B-B837-480E-B786-C91601C85CE9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {3A72F20B-B837-480E-B786-C91601C85CE9}.Debug|Any CPU.Build.0 = Debug|Any CPU + {3A72F20B-B837-480E-B786-C91601C85CE9}.Debug|x64.ActiveCfg = Debug|Any CPU + {3A72F20B-B837-480E-B786-C91601C85CE9}.Debug|x64.Build.0 = Debug|Any CPU + {3A72F20B-B837-480E-B786-C91601C85CE9}.Debug|x86.ActiveCfg = Debug|Any CPU + {3A72F20B-B837-480E-B786-C91601C85CE9}.Debug|x86.Build.0 = Debug|Any CPU {3A72F20B-B837-480E-B786-C91601C85CE9}.Release|Any CPU.ActiveCfg = Release|Any CPU {3A72F20B-B837-480E-B786-C91601C85CE9}.Release|Any CPU.Build.0 = Release|Any CPU + {3A72F20B-B837-480E-B786-C91601C85CE9}.Release|x64.ActiveCfg = Release|Any CPU + {3A72F20B-B837-480E-B786-C91601C85CE9}.Release|x64.Build.0 = Release|Any CPU + {3A72F20B-B837-480E-B786-C91601C85CE9}.Release|x86.ActiveCfg = Release|Any CPU + {3A72F20B-B837-480E-B786-C91601C85CE9}.Release|x86.Build.0 = Release|Any CPU {21B0E1A3-B9B6-42E9-97B7-DC1A56FDBABA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {21B0E1A3-B9B6-42E9-97B7-DC1A56FDBABA}.Debug|Any CPU.Build.0 = Debug|Any CPU + {21B0E1A3-B9B6-42E9-97B7-DC1A56FDBABA}.Debug|x64.ActiveCfg = Debug|Any CPU + {21B0E1A3-B9B6-42E9-97B7-DC1A56FDBABA}.Debug|x64.Build.0 = Debug|Any CPU + {21B0E1A3-B9B6-42E9-97B7-DC1A56FDBABA}.Debug|x86.ActiveCfg = Debug|Any CPU + {21B0E1A3-B9B6-42E9-97B7-DC1A56FDBABA}.Debug|x86.Build.0 = Debug|Any CPU {21B0E1A3-B9B6-42E9-97B7-DC1A56FDBABA}.Release|Any CPU.ActiveCfg = Release|Any CPU {21B0E1A3-B9B6-42E9-97B7-DC1A56FDBABA}.Release|Any CPU.Build.0 = Release|Any CPU + {21B0E1A3-B9B6-42E9-97B7-DC1A56FDBABA}.Release|x64.ActiveCfg = Release|Any CPU + {21B0E1A3-B9B6-42E9-97B7-DC1A56FDBABA}.Release|x64.Build.0 = Release|Any CPU + {21B0E1A3-B9B6-42E9-97B7-DC1A56FDBABA}.Release|x86.ActiveCfg = Release|Any CPU + {21B0E1A3-B9B6-42E9-97B7-DC1A56FDBABA}.Release|x86.Build.0 = Release|Any CPU {84EB3D08-249C-4900-8E17-832EC2DB5494}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {84EB3D08-249C-4900-8E17-832EC2DB5494}.Debug|Any CPU.Build.0 = Debug|Any CPU + {84EB3D08-249C-4900-8E17-832EC2DB5494}.Debug|x64.ActiveCfg = Debug|Any CPU + {84EB3D08-249C-4900-8E17-832EC2DB5494}.Debug|x64.Build.0 = Debug|Any CPU + {84EB3D08-249C-4900-8E17-832EC2DB5494}.Debug|x86.ActiveCfg = Debug|Any CPU + {84EB3D08-249C-4900-8E17-832EC2DB5494}.Debug|x86.Build.0 = Debug|Any CPU {84EB3D08-249C-4900-8E17-832EC2DB5494}.Release|Any CPU.ActiveCfg = Release|Any CPU {84EB3D08-249C-4900-8E17-832EC2DB5494}.Release|Any CPU.Build.0 = Release|Any CPU + {84EB3D08-249C-4900-8E17-832EC2DB5494}.Release|x64.ActiveCfg = Release|Any CPU + {84EB3D08-249C-4900-8E17-832EC2DB5494}.Release|x64.Build.0 = Release|Any CPU + {84EB3D08-249C-4900-8E17-832EC2DB5494}.Release|x86.ActiveCfg = Release|Any CPU + {84EB3D08-249C-4900-8E17-832EC2DB5494}.Release|x86.Build.0 = Release|Any CPU {CF8A9A95-4825-47E0-86E7-2788A2127BE1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {CF8A9A95-4825-47E0-86E7-2788A2127BE1}.Debug|Any CPU.Build.0 = Debug|Any CPU + {CF8A9A95-4825-47E0-86E7-2788A2127BE1}.Debug|x64.ActiveCfg = Debug|Any CPU + {CF8A9A95-4825-47E0-86E7-2788A2127BE1}.Debug|x64.Build.0 = Debug|Any CPU + {CF8A9A95-4825-47E0-86E7-2788A2127BE1}.Debug|x86.ActiveCfg = Debug|Any CPU + {CF8A9A95-4825-47E0-86E7-2788A2127BE1}.Debug|x86.Build.0 = Debug|Any CPU {CF8A9A95-4825-47E0-86E7-2788A2127BE1}.Release|Any CPU.ActiveCfg = Release|Any CPU {CF8A9A95-4825-47E0-86E7-2788A2127BE1}.Release|Any CPU.Build.0 = Release|Any CPU - {A0A4C25D-0286-4F08-9BB1-F6687AA34239}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {A0A4C25D-0286-4F08-9BB1-F6687AA34239}.Debug|Any CPU.Build.0 = Debug|Any CPU - {A0A4C25D-0286-4F08-9BB1-F6687AA34239}.Release|Any CPU.ActiveCfg = Release|Any CPU - {A0A4C25D-0286-4F08-9BB1-F6687AA34239}.Release|Any CPU.Build.0 = Release|Any CPU + {CF8A9A95-4825-47E0-86E7-2788A2127BE1}.Release|x64.ActiveCfg = Release|Any CPU + {CF8A9A95-4825-47E0-86E7-2788A2127BE1}.Release|x64.Build.0 = Release|Any CPU + {CF8A9A95-4825-47E0-86E7-2788A2127BE1}.Release|x86.ActiveCfg = Release|Any CPU + {CF8A9A95-4825-47E0-86E7-2788A2127BE1}.Release|x86.Build.0 = Release|Any CPU {F27ABA7E-B3ED-4B35-8409-43B3D92FFBFE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {F27ABA7E-B3ED-4B35-8409-43B3D92FFBFE}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F27ABA7E-B3ED-4B35-8409-43B3D92FFBFE}.Debug|x64.ActiveCfg = Debug|Any CPU + {F27ABA7E-B3ED-4B35-8409-43B3D92FFBFE}.Debug|x64.Build.0 = Debug|Any CPU + {F27ABA7E-B3ED-4B35-8409-43B3D92FFBFE}.Debug|x86.ActiveCfg = Debug|Any CPU + {F27ABA7E-B3ED-4B35-8409-43B3D92FFBFE}.Debug|x86.Build.0 = Debug|Any CPU {F27ABA7E-B3ED-4B35-8409-43B3D92FFBFE}.Release|Any CPU.ActiveCfg = Release|Any CPU {F27ABA7E-B3ED-4B35-8409-43B3D92FFBFE}.Release|Any CPU.Build.0 = Release|Any CPU - {74EA2E4F-203E-47AB-8EB7-8FD701000929}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {74EA2E4F-203E-47AB-8EB7-8FD701000929}.Debug|Any CPU.Build.0 = Debug|Any CPU - {74EA2E4F-203E-47AB-8EB7-8FD701000929}.Release|Any CPU.ActiveCfg = Release|Any CPU - {74EA2E4F-203E-47AB-8EB7-8FD701000929}.Release|Any CPU.Build.0 = Release|Any CPU + {F27ABA7E-B3ED-4B35-8409-43B3D92FFBFE}.Release|x64.ActiveCfg = Release|Any CPU + {F27ABA7E-B3ED-4B35-8409-43B3D92FFBFE}.Release|x64.Build.0 = Release|Any CPU + {F27ABA7E-B3ED-4B35-8409-43B3D92FFBFE}.Release|x86.ActiveCfg = Release|Any CPU + {F27ABA7E-B3ED-4B35-8409-43B3D92FFBFE}.Release|x86.Build.0 = Release|Any CPU {D67631EA-2CEA-4451-8365-E711678C8207}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {D67631EA-2CEA-4451-8365-E711678C8207}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D67631EA-2CEA-4451-8365-E711678C8207}.Debug|x64.ActiveCfg = Debug|Any CPU + {D67631EA-2CEA-4451-8365-E711678C8207}.Debug|x64.Build.0 = Debug|Any CPU + {D67631EA-2CEA-4451-8365-E711678C8207}.Debug|x86.ActiveCfg = Debug|Any CPU + {D67631EA-2CEA-4451-8365-E711678C8207}.Debug|x86.Build.0 = Debug|Any CPU {D67631EA-2CEA-4451-8365-E711678C8207}.Release|Any CPU.ActiveCfg = Release|Any CPU {D67631EA-2CEA-4451-8365-E711678C8207}.Release|Any CPU.Build.0 = Release|Any CPU + {D67631EA-2CEA-4451-8365-E711678C8207}.Release|x64.ActiveCfg = Release|Any CPU + {D67631EA-2CEA-4451-8365-E711678C8207}.Release|x64.Build.0 = Release|Any CPU + {D67631EA-2CEA-4451-8365-E711678C8207}.Release|x86.ActiveCfg = Release|Any CPU + {D67631EA-2CEA-4451-8365-E711678C8207}.Release|x86.Build.0 = Release|Any CPU + {E1784FF1-A4FC-49E7-857F-59677B4BEF9A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {E1784FF1-A4FC-49E7-857F-59677B4BEF9A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E1784FF1-A4FC-49E7-857F-59677B4BEF9A}.Debug|x64.ActiveCfg = Debug|Any CPU + {E1784FF1-A4FC-49E7-857F-59677B4BEF9A}.Debug|x64.Build.0 = Debug|Any CPU + {E1784FF1-A4FC-49E7-857F-59677B4BEF9A}.Debug|x86.ActiveCfg = Debug|Any CPU + {E1784FF1-A4FC-49E7-857F-59677B4BEF9A}.Debug|x86.Build.0 = Debug|Any CPU + {E1784FF1-A4FC-49E7-857F-59677B4BEF9A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {E1784FF1-A4FC-49E7-857F-59677B4BEF9A}.Release|Any CPU.Build.0 = Release|Any CPU + {E1784FF1-A4FC-49E7-857F-59677B4BEF9A}.Release|x64.ActiveCfg = Release|Any CPU + {E1784FF1-A4FC-49E7-857F-59677B4BEF9A}.Release|x64.Build.0 = Release|Any CPU + {E1784FF1-A4FC-49E7-857F-59677B4BEF9A}.Release|x86.ActiveCfg = Release|Any CPU + {E1784FF1-A4FC-49E7-857F-59677B4BEF9A}.Release|x86.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE EndGlobalSection GlobalSection(NestedProjects) = preSolution {FAEF600D-0073-487E-B125-669EB7D06E3D} = {CDFD4C75-7CF6-4B30-9A7E-D8B5D25EB75A} @@ -80,5 +154,6 @@ Global {21B0E1A3-B9B6-42E9-97B7-DC1A56FDBABA} = {CDFD4C75-7CF6-4B30-9A7E-D8B5D25EB75A} {84EB3D08-249C-4900-8E17-832EC2DB5494} = {CDFD4C75-7CF6-4B30-9A7E-D8B5D25EB75A} {CF8A9A95-4825-47E0-86E7-2788A2127BE1} = {CDFD4C75-7CF6-4B30-9A7E-D8B5D25EB75A} + {E1784FF1-A4FC-49E7-857F-59677B4BEF9A} = {F8EE8587-579C-E9CA-BFA7-D4EB0C8B506E} EndGlobalSection EndGlobal diff --git a/src/Workloads/Workloads/Az.Workloads.psd1 b/src/Workloads/Workloads/Az.Workloads.psd1 index 5218790d0dbe..410de437d9c0 100644 --- a/src/Workloads/Workloads/Az.Workloads.psd1 +++ b/src/Workloads/Workloads/Az.Workloads.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 2/25/2025 +# Generated on: 10/7/2025 # @{ @@ -51,17 +51,17 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '4.0.2'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Monitors.Autorest/bin/Az.Monitors.private.dll', 'SapVirtualInstance.Autorest/bin/Az.SapVirtualInstance.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 = 'Monitors.Autorest/Az.Monitors.format.ps1xml', @@ -142,7 +142,7 @@ PrivateData = @{ PSData = @{ # Tags applied to this module. These help with module discovery in online galleries. - Tags = 'Azure','ResourceManager','ARM','PSModule','Workloads' + Tags = 'Azure', 'ResourceManager', 'ARM', 'PSModule', 'Workloads' # A URL to the license for this module. LicenseUri = 'https://aka.ms/azps-license' @@ -168,7 +168,7 @@ PrivateData = @{ } # End of PSData hashtable - } # End of PrivateData hashtable +} # End of PrivateData hashtable # HelpInfo URI of this module # HelpInfoURI = ''