From e92b31f0e354c60ed2889854d23be2b900f87fa9 Mon Sep 17 00:00:00 2001 From: azure-powershell-bot <65331932+azure-powershell-bot@users.noreply.github.com> Date: Tue, 15 Jul 2025 09:21:59 +0000 Subject: [PATCH] [skip ci] Archive 8937a7c7b035bfc7936a590388bda0abf1fb9b63 --- generated/Relay/Relay.Autorest/Properties/AssemblyInfo.cs | 5 ++--- generated/Relay/Relay.Autorest/generate-info.json | 2 +- .../cmdlets/GetAzRelayNamespaceNetworkRuleSet_Get.cs | 2 +- .../GetAzRelayNamespaceNetworkRuleSet_GetViaIdentity.cs | 2 +- .../generated/cmdlets/GetAzRelayNamespace_Get.cs | 2 +- .../generated/cmdlets/GetAzRelayNamespace_GetViaIdentity.cs | 2 +- .../generated/cmdlets/GetAzRelayNamespace_List.cs | 2 +- .../generated/cmdlets/GetAzRelayNamespace_List1.cs | 2 +- .../NewAzRelayNamespaceNetworkRuleSet_CreateExpanded.cs | 2 +- .../NewAzRelayNamespaceNetworkRuleSet_CreateViaIdentity.cs | 2 +- ...RelayNamespaceNetworkRuleSet_CreateViaIdentityExpanded.cs | 2 +- 11 files changed, 12 insertions(+), 13 deletions(-) diff --git a/generated/Relay/Relay.Autorest/Properties/AssemblyInfo.cs b/generated/Relay/Relay.Autorest/Properties/AssemblyInfo.cs index d2cc6b74aa39..bd3633f653a7 100644 --- a/generated/Relay/Relay.Autorest/Properties/AssemblyInfo.cs +++ b/generated/Relay/Relay.Autorest/Properties/AssemblyInfo.cs @@ -20,8 +20,7 @@ [assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © Microsoft")] [assembly: System.Reflection.AssemblyProductAttribute("Microsoft Azure PowerShell")] [assembly: System.Reflection.AssemblyTitleAttribute("Microsoft Azure PowerShell - Relay")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("2.1.0")] -[assembly: System.Reflection.AssemblyVersionAttribute("2.1.0")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("2.1.1")] +[assembly: System.Reflection.AssemblyVersionAttribute("2.1.1")] [assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)] [assembly: System.CLSCompliantAttribute(false)] - diff --git a/generated/Relay/Relay.Autorest/generate-info.json b/generated/Relay/Relay.Autorest/generate-info.json index bd10302699e2..d252b88cc621 100644 --- a/generated/Relay/Relay.Autorest/generate-info.json +++ b/generated/Relay/Relay.Autorest/generate-info.json @@ -1,3 +1,3 @@ { - "generate_Id": "b611364a-a616-431f-a83e-8d9485996016" + "generate_Id": "1f5ea776-6d31-4a43-ac09-590549947359" } diff --git a/generated/Relay/Relay.Autorest/generated/cmdlets/GetAzRelayNamespaceNetworkRuleSet_Get.cs b/generated/Relay/Relay.Autorest/generated/cmdlets/GetAzRelayNamespaceNetworkRuleSet_Get.cs index a2fde39a5bf6..6a0d2249d6fa 100644 --- a/generated/Relay/Relay.Autorest/generated/cmdlets/GetAzRelayNamespaceNetworkRuleSet_Get.cs +++ b/generated/Relay/Relay.Autorest/generated/cmdlets/GetAzRelayNamespaceNetworkRuleSet_Get.cs @@ -13,7 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Relay.Cmdlets /// [OpenAPI] GetNetworkRuleSet=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Relay/namespaces/{namespaceName}/networkRuleSets/default" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzRelayNamespaceNetworkRuleSet_Get")] - [Microsoft.Azure.PowerShell.Cmdlets.Relay.Runtime.CmdletBreakingChange("15.0.0", "9.0.0", "2025/11/03", ChangeDescription="The type of property 'IPRule' will be changed to 'List'.")] + [Microsoft.Azure.PowerShell.Cmdlets.Relay.Runtime.OutputBreakingChange("Microsoft.Azure.PowerShell.Cmdlets.Relay.Models.Api20211101.INetworkRuleSet", "15.0.0", "9.0.0", "2025/11/03", DeprecatedOutputProperties=new string[] {"IPRule"}, NewOutputProperties=new string[] {"List[IPRule]"})] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Relay.Models.Api20211101.INetworkRuleSet))] [global::Microsoft.Azure.PowerShell.Cmdlets.Relay.Description(@"Gets NetworkRuleSet for a Namespace.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Relay.Generated] diff --git a/generated/Relay/Relay.Autorest/generated/cmdlets/GetAzRelayNamespaceNetworkRuleSet_GetViaIdentity.cs b/generated/Relay/Relay.Autorest/generated/cmdlets/GetAzRelayNamespaceNetworkRuleSet_GetViaIdentity.cs index c2f6e3cf5910..5fb2a655ea80 100644 --- a/generated/Relay/Relay.Autorest/generated/cmdlets/GetAzRelayNamespaceNetworkRuleSet_GetViaIdentity.cs +++ b/generated/Relay/Relay.Autorest/generated/cmdlets/GetAzRelayNamespaceNetworkRuleSet_GetViaIdentity.cs @@ -13,7 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Relay.Cmdlets /// [OpenAPI] GetNetworkRuleSet=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Relay/namespaces/{namespaceName}/networkRuleSets/default" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzRelayNamespaceNetworkRuleSet_GetViaIdentity")] - [Microsoft.Azure.PowerShell.Cmdlets.Relay.Runtime.CmdletBreakingChange("15.0.0", "9.0.0", "2025/11/03", ChangeDescription="The type of property 'IPRule' will be changed to 'List'.")] + [Microsoft.Azure.PowerShell.Cmdlets.Relay.Runtime.OutputBreakingChange("Microsoft.Azure.PowerShell.Cmdlets.Relay.Models.Api20211101.INetworkRuleSet", "15.0.0", "9.0.0", "2025/11/03", DeprecatedOutputProperties=new string[] {"IPRule"}, NewOutputProperties=new string[] {"List[IPRule]"})] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Relay.Models.Api20211101.INetworkRuleSet))] [global::Microsoft.Azure.PowerShell.Cmdlets.Relay.Description(@"Gets NetworkRuleSet for a Namespace.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Relay.Generated] diff --git a/generated/Relay/Relay.Autorest/generated/cmdlets/GetAzRelayNamespace_Get.cs b/generated/Relay/Relay.Autorest/generated/cmdlets/GetAzRelayNamespace_Get.cs index 0e8e7e963197..5bd49c972a73 100644 --- a/generated/Relay/Relay.Autorest/generated/cmdlets/GetAzRelayNamespace_Get.cs +++ b/generated/Relay/Relay.Autorest/generated/cmdlets/GetAzRelayNamespace_Get.cs @@ -13,7 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Relay.Cmdlets /// [OpenAPI] Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Relay/namespaces/{namespaceName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzRelayNamespace_Get")] - [Microsoft.Azure.PowerShell.Cmdlets.Relay.Runtime.CmdletBreakingChange("15.0.0", "9.0.0", "2025/11/03", ChangeDescription="The type of property 'PrivateEndpointConnection' will be changed to 'List'.")] + [Microsoft.Azure.PowerShell.Cmdlets.Relay.Runtime.OutputBreakingChange("Microsoft.Azure.PowerShell.Cmdlets.Relay.Models.Api20211101.IRelayNamespace", "15.0.0", "9.0.0", "2025/11/03", DeprecatedOutputProperties=new string[] {"PrivateEndpointConnection"}, NewOutputProperties=new string[] {"List[PrivateEndpointConnection]"})] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Relay.Models.Api20211101.IRelayNamespace))] [global::Microsoft.Azure.PowerShell.Cmdlets.Relay.Description(@"Returns the description for the specified namespace.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Relay.Generated] diff --git a/generated/Relay/Relay.Autorest/generated/cmdlets/GetAzRelayNamespace_GetViaIdentity.cs b/generated/Relay/Relay.Autorest/generated/cmdlets/GetAzRelayNamespace_GetViaIdentity.cs index 193d03b5d569..409f2a39fb4f 100644 --- a/generated/Relay/Relay.Autorest/generated/cmdlets/GetAzRelayNamespace_GetViaIdentity.cs +++ b/generated/Relay/Relay.Autorest/generated/cmdlets/GetAzRelayNamespace_GetViaIdentity.cs @@ -13,7 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Relay.Cmdlets /// [OpenAPI] Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Relay/namespaces/{namespaceName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzRelayNamespace_GetViaIdentity")] - [Microsoft.Azure.PowerShell.Cmdlets.Relay.Runtime.CmdletBreakingChange("15.0.0", "9.0.0", "2025/11/03", ChangeDescription="The type of property 'PrivateEndpointConnection' will be changed to 'List'.")] + [Microsoft.Azure.PowerShell.Cmdlets.Relay.Runtime.OutputBreakingChange("Microsoft.Azure.PowerShell.Cmdlets.Relay.Models.Api20211101.IRelayNamespace", "15.0.0", "9.0.0", "2025/11/03", DeprecatedOutputProperties=new string[] {"PrivateEndpointConnection"}, NewOutputProperties=new string[] {"List[PrivateEndpointConnection]"})] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Relay.Models.Api20211101.IRelayNamespace))] [global::Microsoft.Azure.PowerShell.Cmdlets.Relay.Description(@"Returns the description for the specified namespace.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Relay.Generated] diff --git a/generated/Relay/Relay.Autorest/generated/cmdlets/GetAzRelayNamespace_List.cs b/generated/Relay/Relay.Autorest/generated/cmdlets/GetAzRelayNamespace_List.cs index 4c42cb3c9a62..d4a40eaf060c 100644 --- a/generated/Relay/Relay.Autorest/generated/cmdlets/GetAzRelayNamespace_List.cs +++ b/generated/Relay/Relay.Autorest/generated/cmdlets/GetAzRelayNamespace_List.cs @@ -15,7 +15,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Relay.Cmdlets /// [OpenAPI] List=>GET:"/subscriptions/{subscriptionId}/providers/Microsoft.Relay/namespaces" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzRelayNamespace_List")] - [Microsoft.Azure.PowerShell.Cmdlets.Relay.Runtime.CmdletBreakingChange("15.0.0", "9.0.0", "2025/11/03", ChangeDescription="The type of property 'PrivateEndpointConnection' will be changed to 'List'.")] + [Microsoft.Azure.PowerShell.Cmdlets.Relay.Runtime.OutputBreakingChange("Microsoft.Azure.PowerShell.Cmdlets.Relay.Models.Api20211101.IRelayNamespace", "15.0.0", "9.0.0", "2025/11/03", DeprecatedOutputProperties=new string[] {"PrivateEndpointConnection"}, NewOutputProperties=new string[] {"List[PrivateEndpointConnection]"})] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Relay.Models.Api20211101.IRelayNamespace))] [global::Microsoft.Azure.PowerShell.Cmdlets.Relay.Description(@"Lists all the available namespaces within the subscription regardless of the resourceGroups.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Relay.Generated] diff --git a/generated/Relay/Relay.Autorest/generated/cmdlets/GetAzRelayNamespace_List1.cs b/generated/Relay/Relay.Autorest/generated/cmdlets/GetAzRelayNamespace_List1.cs index 326c2f12c40b..6dba4829d586 100644 --- a/generated/Relay/Relay.Autorest/generated/cmdlets/GetAzRelayNamespace_List1.cs +++ b/generated/Relay/Relay.Autorest/generated/cmdlets/GetAzRelayNamespace_List1.cs @@ -13,7 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Relay.Cmdlets /// [OpenAPI] ListByResourceGroup=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Relay/namespaces" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzRelayNamespace_List1")] - [Microsoft.Azure.PowerShell.Cmdlets.Relay.Runtime.CmdletBreakingChange("15.0.0", "9.0.0", "2025/11/03", ChangeDescription="The type of property 'PrivateEndpointConnection' will be changed to 'List'.")] + [Microsoft.Azure.PowerShell.Cmdlets.Relay.Runtime.OutputBreakingChange("Microsoft.Azure.PowerShell.Cmdlets.Relay.Models.Api20211101.IRelayNamespace", "15.0.0", "9.0.0", "2025/11/03", DeprecatedOutputProperties=new string[] {"PrivateEndpointConnection"}, NewOutputProperties=new string[] {"List[PrivateEndpointConnection]"})] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Relay.Models.Api20211101.IRelayNamespace))] [global::Microsoft.Azure.PowerShell.Cmdlets.Relay.Description(@"Lists all the available namespaces within the ResourceGroup.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Relay.Generated] diff --git a/generated/Relay/Relay.Autorest/generated/cmdlets/NewAzRelayNamespaceNetworkRuleSet_CreateExpanded.cs b/generated/Relay/Relay.Autorest/generated/cmdlets/NewAzRelayNamespaceNetworkRuleSet_CreateExpanded.cs index ce03bc320aeb..574eef5a5e33 100644 --- a/generated/Relay/Relay.Autorest/generated/cmdlets/NewAzRelayNamespaceNetworkRuleSet_CreateExpanded.cs +++ b/generated/Relay/Relay.Autorest/generated/cmdlets/NewAzRelayNamespaceNetworkRuleSet_CreateExpanded.cs @@ -14,7 +14,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Relay.Cmdlets /// [global::Microsoft.Azure.PowerShell.Cmdlets.Relay.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzRelayNamespaceNetworkRuleSet_CreateExpanded", SupportsShouldProcess = true)] - [Microsoft.Azure.PowerShell.Cmdlets.Relay.Runtime.CmdletBreakingChange("15.0.0", "9.0.0", "2025/11/03", ChangeDescription="The type of property 'IPRule' will be changed to 'List'.")] + [Microsoft.Azure.PowerShell.Cmdlets.Relay.Runtime.OutputBreakingChange("Microsoft.Azure.PowerShell.Cmdlets.Relay.Models.Api20211101.INetworkRuleSet", "15.0.0", "9.0.0", "2025/11/03", DeprecatedOutputProperties=new string[] {"IPRule"}, NewOutputProperties=new string[] {"List[IPRule]"})] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Relay.Models.Api20211101.INetworkRuleSet))] [global::Microsoft.Azure.PowerShell.Cmdlets.Relay.Description(@"Create or update NetworkRuleSet for a Namespace.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Relay.Generated] diff --git a/generated/Relay/Relay.Autorest/generated/cmdlets/NewAzRelayNamespaceNetworkRuleSet_CreateViaIdentity.cs b/generated/Relay/Relay.Autorest/generated/cmdlets/NewAzRelayNamespaceNetworkRuleSet_CreateViaIdentity.cs index bf5f3267ce0b..fdbae6b9ca61 100644 --- a/generated/Relay/Relay.Autorest/generated/cmdlets/NewAzRelayNamespaceNetworkRuleSet_CreateViaIdentity.cs +++ b/generated/Relay/Relay.Autorest/generated/cmdlets/NewAzRelayNamespaceNetworkRuleSet_CreateViaIdentity.cs @@ -14,7 +14,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Relay.Cmdlets /// [global::Microsoft.Azure.PowerShell.Cmdlets.Relay.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzRelayNamespaceNetworkRuleSet_CreateViaIdentity", SupportsShouldProcess = true)] - [Microsoft.Azure.PowerShell.Cmdlets.Relay.Runtime.CmdletBreakingChange("15.0.0", "9.0.0", "2025/11/03", ChangeDescription="The type of property 'IPRule' will be changed to 'List'.")] + [Microsoft.Azure.PowerShell.Cmdlets.Relay.Runtime.OutputBreakingChange("Microsoft.Azure.PowerShell.Cmdlets.Relay.Models.Api20211101.INetworkRuleSet", "15.0.0", "9.0.0", "2025/11/03", DeprecatedOutputProperties=new string[] {"IPRule"}, NewOutputProperties=new string[] {"List[IPRule]"})] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Relay.Models.Api20211101.INetworkRuleSet))] [global::Microsoft.Azure.PowerShell.Cmdlets.Relay.Description(@"Create or update NetworkRuleSet for a Namespace.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Relay.Generated] diff --git a/generated/Relay/Relay.Autorest/generated/cmdlets/NewAzRelayNamespaceNetworkRuleSet_CreateViaIdentityExpanded.cs b/generated/Relay/Relay.Autorest/generated/cmdlets/NewAzRelayNamespaceNetworkRuleSet_CreateViaIdentityExpanded.cs index a359224fc241..dcbf4ad281b1 100644 --- a/generated/Relay/Relay.Autorest/generated/cmdlets/NewAzRelayNamespaceNetworkRuleSet_CreateViaIdentityExpanded.cs +++ b/generated/Relay/Relay.Autorest/generated/cmdlets/NewAzRelayNamespaceNetworkRuleSet_CreateViaIdentityExpanded.cs @@ -14,7 +14,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Relay.Cmdlets /// [global::Microsoft.Azure.PowerShell.Cmdlets.Relay.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzRelayNamespaceNetworkRuleSet_CreateViaIdentityExpanded", SupportsShouldProcess = true)] - [Microsoft.Azure.PowerShell.Cmdlets.Relay.Runtime.CmdletBreakingChange("15.0.0", "9.0.0", "2025/11/03", ChangeDescription="The type of property 'IPRule' will be changed to 'List'.")] + [Microsoft.Azure.PowerShell.Cmdlets.Relay.Runtime.OutputBreakingChange("Microsoft.Azure.PowerShell.Cmdlets.Relay.Models.Api20211101.INetworkRuleSet", "15.0.0", "9.0.0", "2025/11/03", DeprecatedOutputProperties=new string[] {"IPRule"}, NewOutputProperties=new string[] {"List[IPRule]"})] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Relay.Models.Api20211101.INetworkRuleSet))] [global::Microsoft.Azure.PowerShell.Cmdlets.Relay.Description(@"Create or update NetworkRuleSet for a Namespace.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Relay.Generated]