Skip to content

Commit cba7724

Browse files
committed
Breaking change announcement for ResourceMover module
1 parent 7d37d0d commit cba7724

24 files changed

+211
-23
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
// Copyright (c) Microsoft Corporation. All rights reserved.
2+
// Licensed under the Apache License, Version 2.0 (the ""License"");
3+
// you may not use this file except in compliance with the License.
4+
// You may obtain a copy of the License at
5+
// http://www.apache.org/licenses/LICENSE-2.0
6+
// Unless required by applicable law or agreed to in writing, software
7+
// distributed under the License is distributed on an ""AS IS"" BASIS,
8+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9+
// See the License for the specific language governing permissions and
10+
// limitations under the License.
11+
// Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code
12+
// is regenerated.
13+
14+
using System;
15+
using System.Reflection;
16+
using System.Runtime.CompilerServices;
17+
using System.Runtime.InteropServices;
18+
19+
[assembly: System.Reflection.AssemblyCompanyAttribute("Microsoft")]
20+
[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © Microsoft")]
21+
[assembly: System.Reflection.AssemblyProductAttribute("Microsoft Azure PowerShell")]
22+
[assembly: System.Reflection.AssemblyTitleAttribute("Microsoft Azure PowerShell - ResourceMover")]
23+
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.3.0")]
24+
[assembly: System.Reflection.AssemblyVersionAttribute("1.3.0")]
25+
[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)]
26+
[assembly: System.CLSCompliantAttribute(false)]

src/ResourceMover/ResourceMover.Autorest/custom/csharp/AddAzResourceMoverMoveResource_CreateExpanded.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77

88
namespace Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Cmdlets
99
{
10+
[global::Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Runtime.PreviewMessage(@"**********************************************************************************************
11+
* This cmdlet will undergo a breaking change in Az v15.0.0, to be released on November 19th 2025. *
12+
* At least one change applies to this cmdlet. *
13+
* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *
14+
***************************************************************************************************")]
1015
public partial class AddAzResourceMoverMoveResource_CreateExpanded
1116
{
1217
partial void overrideOnDefault(HttpResponseMessage responseMessage, Task<ICloudError> errorResponseTask, ref Task<bool> returnNow)

src/ResourceMover/ResourceMover.Autorest/custom/csharp/GetAzResourceMoverMoveCollection_Get.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77

88
namespace Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Cmdlets
99
{
10+
[global::Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Runtime.PreviewMessage(@"**********************************************************************************************
11+
* This cmdlet will undergo a breaking change in Az v15.0.0, to be released on November 19th 2025. *
12+
* At least one change applies to this cmdlet. *
13+
* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *
14+
***************************************************************************************************")]
1015
public partial class GetAzResourceMoverMoveCollection_Get
1116
{
1217
partial void overrideOnDefault(HttpResponseMessage responseMessage, Task<ICloudError> errorResponseTask, ref Task<bool> returnNow)

src/ResourceMover/ResourceMover.Autorest/custom/csharp/GetAzResourceMoverMoveCollection_List.cs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@
66
using Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801;
77

88
namespace Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Cmdlets
9-
{
9+
{
10+
[global::Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Runtime.PreviewMessage(@"**********************************************************************************************
11+
* This cmdlet will undergo a breaking change in Az v15.0.0, to be released on November 19th 2025. *
12+
* At least one change applies to this cmdlet. *
13+
* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *
14+
***************************************************************************************************")]
1015
public partial class GetAzResourceMoverMoveCollection_List
1116
{
1217
partial void overrideOnDefault(HttpResponseMessage responseMessage, Task<ICloudError> errorResponseTask, ref Task<bool> returnNow)

src/ResourceMover/ResourceMover.Autorest/custom/csharp/GetAzResourceMoverMoveCollection_List1.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77

88
namespace Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Cmdlets
99
{
10+
[global::Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Runtime.PreviewMessage(@"**********************************************************************************************
11+
* This cmdlet will undergo a breaking change in Az v15.0.0, to be released on November 19th 2025. *
12+
* At least one change applies to this cmdlet. *
13+
* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *
14+
***************************************************************************************************")]
1015
public partial class GetAzResourceMoverMoveCollection_List1
1116
{
1217
partial void overrideOnDefault(HttpResponseMessage responseMessage, Task<ICloudError> errorResponseTask, ref Task<bool> returnNow)

src/ResourceMover/ResourceMover.Autorest/custom/csharp/GetAzResourceMoverMoveResource_Get.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77

88
namespace Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Cmdlets
99
{
10+
[global::Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Runtime.PreviewMessage(@"**********************************************************************************************
11+
* This cmdlet will undergo a breaking change in Az v15.0.0, to be released on November 19th 2025. *
12+
* At least one change applies to this cmdlet. *
13+
* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *
14+
***************************************************************************************************")]
1015
public partial class GetAzResourceMoverMoveResource_Get
1116
{
1217
partial void overrideOnDefault(HttpResponseMessage responseMessage, Task<ICloudError> errorResponseTask, ref Task<bool> returnNow)

src/ResourceMover/ResourceMover.Autorest/custom/csharp/GetAzResourceMoverMoveResource_List.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77

88
namespace Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Cmdlets
99
{
10+
[global::Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Runtime.PreviewMessage(@"**********************************************************************************************
11+
* This cmdlet will undergo a breaking change in Az v15.0.0, to be released on November 19th 2025. *
12+
* At least one change applies to this cmdlet. *
13+
* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *
14+
***************************************************************************************************")]
1015
public partial class GetAzResourceMoverMoveResource_List
1116
{
1217
partial void overrideOnDefault(HttpResponseMessage responseMessage, Task<ICloudError> errorResponseTask, ref Task<bool> returnNow)

src/ResourceMover/ResourceMover.Autorest/custom/csharp/GetAzResourceMoverUnresolvedDependency_Get.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77

88
namespace Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Cmdlets
99
{
10+
[global::Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Runtime.PreviewMessage(@"**********************************************************************************************
11+
* This cmdlet will undergo a breaking change in Az v15.0.0, to be released on November 19th 2025. *
12+
* At least one change applies to this cmdlet. *
13+
* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *
14+
***************************************************************************************************")]
1015
public partial class GetAzResourceMoverUnresolvedDependency_Get
1116
{
1217
partial void overrideOnDefault(HttpResponseMessage responseMessage, Task<ICloudError> errorResponseTask, ref Task<bool> returnNow)

src/ResourceMover/ResourceMover.Autorest/custom/csharp/InvokeAzResourceMoverBulkRemove_BulkExpanded.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77

88
namespace Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Cmdlets
99
{
10+
[global::Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Runtime.PreviewMessage(@"**********************************************************************************************
11+
* This cmdlet will undergo a breaking change in Az v15.0.0, to be released on November 19th 2025. *
12+
* At least one change applies to this cmdlet. *
13+
* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *
14+
***************************************************************************************************")]
1015
public partial class InvokeAzResourceMoverBulkRemove_BulkExpanded
1116
{
1217
partial void overrideOnDefault(HttpResponseMessage responseMessage, Task<ICloudError> errorResponseTask, ref Task<bool> returnNow)

src/ResourceMover/ResourceMover.Autorest/custom/csharp/InvokeAzResourceMoverCommit_CommitExpanded.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77

88
namespace Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Cmdlets
99
{
10+
[global::Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Runtime.PreviewMessage(@"**********************************************************************************************
11+
* This cmdlet will undergo a breaking change in Az v15.0.0, to be released on November 19th 2025. *
12+
* At least one change applies to this cmdlet. *
13+
* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *
14+
***************************************************************************************************")]
1015
public partial class InvokeAzResourceMoverCommit_CommitExpanded
1116
{
1217
partial void overrideOnDefault(HttpResponseMessage responseMessage, Task<ICloudError> errorResponseTask, ref Task<bool> returnNow)

0 commit comments

Comments
 (0)