Skip to content

[Az.ArcResourceBridge] The code base is going to be refactored, the following cmdlet adds a BreakingChange announcement #28279

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Aug 19, 2025
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
@@ -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 - ArcResourceBridge")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.1.0")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.1.0")]
[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)]
[assembly: System.CLSCompliantAttribute(false)]
40 changes: 40 additions & 0 deletions src/ArcResourceBridge/ArcResourceBridge.Autorest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,44 @@ directive:
- Location
- ProvisioningState
- ResourceGroupName

- where:
verb: Get
subject: ApplianceCredential|Credential|UpgradeGraph
set:
breaking-change:
deprecated-output-properties:
- Kubeconfig
- SupportedVersion
new-output-properties:
- Kubeconfig
- SupportedVersion
change-description: The types of the properties 'Kubeconfig' and 'SupportedVersion' will be changed from single object to 'List'.
deprecated-by-version: 9.0.0
deprecated-by-azversion: 15.0.0
change-effective-date: 2025/11/03

- where:
verb: Get
subject: TelemetryConfig
variant: GetViaIdentity
set:
breaking-change:
deprecated-by-version: 9.0.0
deprecated-by-azversion: 15.0.0
change-effective-date: 2025/11/03

- where:
verb: New
subject: Bridge
set:
breaking-change:
deprecated-output-properties:
- IdentityType
new-output-properties:
- EnableSystemAssignedIdentity
change-description: IdentityType will be removed. EnableSystemAssignedIdentity will be used to enable/disable system assigned identity.
deprecated-by-version: 9.0.0
deprecated-by-azversion: 15.0.0
change-effective-date: 2025/11/03
```
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
Module Name: Az.ArcResourceBridge
Module Guid: 329aa971-c12b-4d4b-abe5-3b638b0b5660
Module Guid: 6cd160c6-948f-43e5-b6c9-483d483f3a4b
Download Help Link: https://learn.microsoft.com/powershell/module/az.arcresourcebridge
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": "c378e515-fb99-4ce4-90db-34f6a84fdfbe"
"generate_Id": "d3b609a9-098d-400b-ac2f-e64455458dcd"
}
Original file line number Diff line number Diff line change
@@ -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.
89 changes: 80 additions & 9 deletions src/ArcResourceBridge/ArcResourceBridge.sln
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@


Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
Expand All @@ -19,49 +19,119 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authenticators", "..\Accoun
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ArcResourceBridge", "ArcResourceBridge\ArcResourceBridge.csproj", "{64F3EFD4-35BB-41DE-99B8-5A49501F0B91}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.ArcResourceBridge", "..\..\generated\ArcResourceBridge\ArcResourceBridge.Autorest\Az.ArcResourceBridge.csproj", "{E5706A93-5C3E-4240-AC08-B4E03DD3FE6F}"
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ArcResourceBridge.Autorest", "ArcResourceBridge.Autorest", "{72C9C292-049C-DA0C-A964-7722A64EB003}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.ArcResourceBridge", "..\..\generated\ArcResourceBridge\ArcResourceBridge.Autorest\Az.ArcResourceBridge.csproj", "{4D1CAA9C-6A8A-45DB-A358-14E881608801}"
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
{95720B69-B786-4651-8A4F-A608DEDE86DB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{95720B69-B786-4651-8A4F-A608DEDE86DB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{95720B69-B786-4651-8A4F-A608DEDE86DB}.Debug|x64.ActiveCfg = Debug|Any CPU
{95720B69-B786-4651-8A4F-A608DEDE86DB}.Debug|x64.Build.0 = Debug|Any CPU
{95720B69-B786-4651-8A4F-A608DEDE86DB}.Debug|x86.ActiveCfg = Debug|Any CPU
{95720B69-B786-4651-8A4F-A608DEDE86DB}.Debug|x86.Build.0 = Debug|Any CPU
{95720B69-B786-4651-8A4F-A608DEDE86DB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{95720B69-B786-4651-8A4F-A608DEDE86DB}.Release|Any CPU.Build.0 = Release|Any CPU
{95720B69-B786-4651-8A4F-A608DEDE86DB}.Release|x64.ActiveCfg = Release|Any CPU
{95720B69-B786-4651-8A4F-A608DEDE86DB}.Release|x64.Build.0 = Release|Any CPU
{95720B69-B786-4651-8A4F-A608DEDE86DB}.Release|x86.ActiveCfg = Release|Any CPU
{95720B69-B786-4651-8A4F-A608DEDE86DB}.Release|x86.Build.0 = Release|Any CPU
{58E7BA22-6A77-44FB-970C-0CEC68F229B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{58E7BA22-6A77-44FB-970C-0CEC68F229B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{58E7BA22-6A77-44FB-970C-0CEC68F229B7}.Debug|x64.ActiveCfg = Debug|Any CPU
{58E7BA22-6A77-44FB-970C-0CEC68F229B7}.Debug|x64.Build.0 = Debug|Any CPU
{58E7BA22-6A77-44FB-970C-0CEC68F229B7}.Debug|x86.ActiveCfg = Debug|Any CPU
{58E7BA22-6A77-44FB-970C-0CEC68F229B7}.Debug|x86.Build.0 = Debug|Any CPU
{58E7BA22-6A77-44FB-970C-0CEC68F229B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{58E7BA22-6A77-44FB-970C-0CEC68F229B7}.Release|Any CPU.Build.0 = Release|Any CPU
{58E7BA22-6A77-44FB-970C-0CEC68F229B7}.Release|x64.ActiveCfg = Release|Any CPU
{58E7BA22-6A77-44FB-970C-0CEC68F229B7}.Release|x64.Build.0 = Release|Any CPU
{58E7BA22-6A77-44FB-970C-0CEC68F229B7}.Release|x86.ActiveCfg = Release|Any CPU
{58E7BA22-6A77-44FB-970C-0CEC68F229B7}.Release|x86.Build.0 = Release|Any CPU
{AB74CC90-155D-4A7E-8C15-A110158AEFB6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AB74CC90-155D-4A7E-8C15-A110158AEFB6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AB74CC90-155D-4A7E-8C15-A110158AEFB6}.Debug|x64.ActiveCfg = Debug|Any CPU
{AB74CC90-155D-4A7E-8C15-A110158AEFB6}.Debug|x64.Build.0 = Debug|Any CPU
{AB74CC90-155D-4A7E-8C15-A110158AEFB6}.Debug|x86.ActiveCfg = Debug|Any CPU
{AB74CC90-155D-4A7E-8C15-A110158AEFB6}.Debug|x86.Build.0 = Debug|Any CPU
{AB74CC90-155D-4A7E-8C15-A110158AEFB6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AB74CC90-155D-4A7E-8C15-A110158AEFB6}.Release|Any CPU.Build.0 = Release|Any CPU
{AB74CC90-155D-4A7E-8C15-A110158AEFB6}.Release|x64.ActiveCfg = Release|Any CPU
{AB74CC90-155D-4A7E-8C15-A110158AEFB6}.Release|x64.Build.0 = Release|Any CPU
{AB74CC90-155D-4A7E-8C15-A110158AEFB6}.Release|x86.ActiveCfg = Release|Any CPU
{AB74CC90-155D-4A7E-8C15-A110158AEFB6}.Release|x86.Build.0 = Release|Any CPU
{F23D09F5-380C-41DA-90D6-CE45B1D2E44F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F23D09F5-380C-41DA-90D6-CE45B1D2E44F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F23D09F5-380C-41DA-90D6-CE45B1D2E44F}.Debug|x64.ActiveCfg = Debug|Any CPU
{F23D09F5-380C-41DA-90D6-CE45B1D2E44F}.Debug|x64.Build.0 = Debug|Any CPU
{F23D09F5-380C-41DA-90D6-CE45B1D2E44F}.Debug|x86.ActiveCfg = Debug|Any CPU
{F23D09F5-380C-41DA-90D6-CE45B1D2E44F}.Debug|x86.Build.0 = Debug|Any CPU
{F23D09F5-380C-41DA-90D6-CE45B1D2E44F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F23D09F5-380C-41DA-90D6-CE45B1D2E44F}.Release|Any CPU.Build.0 = Release|Any CPU
{F23D09F5-380C-41DA-90D6-CE45B1D2E44F}.Release|x64.ActiveCfg = Release|Any CPU
{F23D09F5-380C-41DA-90D6-CE45B1D2E44F}.Release|x64.Build.0 = Release|Any CPU
{F23D09F5-380C-41DA-90D6-CE45B1D2E44F}.Release|x86.ActiveCfg = Release|Any CPU
{F23D09F5-380C-41DA-90D6-CE45B1D2E44F}.Release|x86.Build.0 = Release|Any CPU
{39750577-EB3D-441B-8E6B-19711DD6A474}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{39750577-EB3D-441B-8E6B-19711DD6A474}.Debug|Any CPU.Build.0 = Debug|Any CPU
{39750577-EB3D-441B-8E6B-19711DD6A474}.Debug|x64.ActiveCfg = Debug|Any CPU
{39750577-EB3D-441B-8E6B-19711DD6A474}.Debug|x64.Build.0 = Debug|Any CPU
{39750577-EB3D-441B-8E6B-19711DD6A474}.Debug|x86.ActiveCfg = Debug|Any CPU
{39750577-EB3D-441B-8E6B-19711DD6A474}.Debug|x86.Build.0 = Debug|Any CPU
{39750577-EB3D-441B-8E6B-19711DD6A474}.Release|Any CPU.ActiveCfg = Release|Any CPU
{39750577-EB3D-441B-8E6B-19711DD6A474}.Release|Any CPU.Build.0 = Release|Any CPU
{39750577-EB3D-441B-8E6B-19711DD6A474}.Release|x64.ActiveCfg = Release|Any CPU
{39750577-EB3D-441B-8E6B-19711DD6A474}.Release|x64.Build.0 = Release|Any CPU
{39750577-EB3D-441B-8E6B-19711DD6A474}.Release|x86.ActiveCfg = Release|Any CPU
{39750577-EB3D-441B-8E6B-19711DD6A474}.Release|x86.Build.0 = Release|Any CPU
{44F6A918-F0AD-4410-93FB-2798D574555B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{44F6A918-F0AD-4410-93FB-2798D574555B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{44F6A918-F0AD-4410-93FB-2798D574555B}.Debug|x64.ActiveCfg = Debug|Any CPU
{44F6A918-F0AD-4410-93FB-2798D574555B}.Debug|x64.Build.0 = Debug|Any CPU
{44F6A918-F0AD-4410-93FB-2798D574555B}.Debug|x86.ActiveCfg = Debug|Any CPU
{44F6A918-F0AD-4410-93FB-2798D574555B}.Debug|x86.Build.0 = Debug|Any CPU
{44F6A918-F0AD-4410-93FB-2798D574555B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{44F6A918-F0AD-4410-93FB-2798D574555B}.Release|Any CPU.Build.0 = Release|Any CPU
{44F6A918-F0AD-4410-93FB-2798D574555B}.Release|x64.ActiveCfg = Release|Any CPU
{44F6A918-F0AD-4410-93FB-2798D574555B}.Release|x64.Build.0 = Release|Any CPU
{44F6A918-F0AD-4410-93FB-2798D574555B}.Release|x86.ActiveCfg = Release|Any CPU
{44F6A918-F0AD-4410-93FB-2798D574555B}.Release|x86.Build.0 = Release|Any CPU
{64F3EFD4-35BB-41DE-99B8-5A49501F0B91}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{64F3EFD4-35BB-41DE-99B8-5A49501F0B91}.Debug|Any CPU.Build.0 = Debug|Any CPU
{64F3EFD4-35BB-41DE-99B8-5A49501F0B91}.Debug|x64.ActiveCfg = Debug|Any CPU
{64F3EFD4-35BB-41DE-99B8-5A49501F0B91}.Debug|x64.Build.0 = Debug|Any CPU
{64F3EFD4-35BB-41DE-99B8-5A49501F0B91}.Debug|x86.ActiveCfg = Debug|Any CPU
{64F3EFD4-35BB-41DE-99B8-5A49501F0B91}.Debug|x86.Build.0 = Debug|Any CPU
{64F3EFD4-35BB-41DE-99B8-5A49501F0B91}.Release|Any CPU.ActiveCfg = Release|Any CPU
{64F3EFD4-35BB-41DE-99B8-5A49501F0B91}.Release|Any CPU.Build.0 = Release|Any CPU
{E5706A93-5C3E-4240-AC08-B4E03DD3FE6F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E5706A93-5C3E-4240-AC08-B4E03DD3FE6F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E5706A93-5C3E-4240-AC08-B4E03DD3FE6F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E5706A93-5C3E-4240-AC08-B4E03DD3FE6F}.Release|Any CPU.Build.0 = Release|Any CPU
{64F3EFD4-35BB-41DE-99B8-5A49501F0B91}.Release|x64.ActiveCfg = Release|Any CPU
{64F3EFD4-35BB-41DE-99B8-5A49501F0B91}.Release|x64.Build.0 = Release|Any CPU
{64F3EFD4-35BB-41DE-99B8-5A49501F0B91}.Release|x86.ActiveCfg = Release|Any CPU
{64F3EFD4-35BB-41DE-99B8-5A49501F0B91}.Release|x86.Build.0 = Release|Any CPU
{4D1CAA9C-6A8A-45DB-A358-14E881608801}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4D1CAA9C-6A8A-45DB-A358-14E881608801}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4D1CAA9C-6A8A-45DB-A358-14E881608801}.Debug|x64.ActiveCfg = Debug|Any CPU
{4D1CAA9C-6A8A-45DB-A358-14E881608801}.Debug|x64.Build.0 = Debug|Any CPU
{4D1CAA9C-6A8A-45DB-A358-14E881608801}.Debug|x86.ActiveCfg = Debug|Any CPU
{4D1CAA9C-6A8A-45DB-A358-14E881608801}.Debug|x86.Build.0 = Debug|Any CPU
{4D1CAA9C-6A8A-45DB-A358-14E881608801}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4D1CAA9C-6A8A-45DB-A358-14E881608801}.Release|Any CPU.Build.0 = Release|Any CPU
{4D1CAA9C-6A8A-45DB-A358-14E881608801}.Release|x64.ActiveCfg = Release|Any CPU
{4D1CAA9C-6A8A-45DB-A358-14E881608801}.Release|x64.Build.0 = Release|Any CPU
{4D1CAA9C-6A8A-45DB-A358-14E881608801}.Release|x86.ActiveCfg = Release|Any CPU
{4D1CAA9C-6A8A-45DB-A358-14E881608801}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{95720B69-B786-4651-8A4F-A608DEDE86DB} = {01B1CB07-FA0F-4C12-94D3-F4D76A765A79}
Expand All @@ -70,5 +140,6 @@ Global
{F23D09F5-380C-41DA-90D6-CE45B1D2E44F} = {01B1CB07-FA0F-4C12-94D3-F4D76A765A79}
{39750577-EB3D-441B-8E6B-19711DD6A474} = {01B1CB07-FA0F-4C12-94D3-F4D76A765A79}
{44F6A918-F0AD-4410-93FB-2798D574555B} = {01B1CB07-FA0F-4C12-94D3-F4D76A765A79}
{4D1CAA9C-6A8A-45DB-A358-14E881608801} = {72C9C292-049C-DA0C-A964-7722A64EB003}
EndGlobalSection
EndGlobal
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
# Generated on: 1/9/2025
# Generated on: 2025-07-27
#

@{
Expand Down Expand Up @@ -51,19 +51,19 @@ 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.1'; })
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.1.1'; })

# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'ArcResourceBridge.Autorest/bin/Az.ArcResourceBridge.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 = 'ArcResourceBridge.Autorest\Az.ArcResourceBridge.format.ps1xml'
FormatsToProcess = 'ArcResourceBridge.Autorest/Az.ArcResourceBridge.format.ps1xml'

# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
NestedModules = @('ArcResourceBridge.Autorest/Az.ArcResourceBridge.psm1')
Expand Down Expand Up @@ -100,7 +100,7 @@ PrivateData = @{
PSData = @{

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

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

} # End of PSData hashtable

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

# HelpInfo URI of this module
# HelpInfoURI = ''
Expand Down
6 changes: 6 additions & 0 deletions src/ArcResourceBridge/ArcResourceBridge/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@
- Additional information about change #1
-->
## Upcoming Release
* Added BreakingChange announcements for commands below:
* `Get-AzArcResourceBridgeApplianceCredential`
* `Get-AzArcResourceBridgeCredential`
* `Get-AzArcResourceBridgeTelemetryConfig`
* `Get-AzArcResourceBridgeUpgradeGraph`
* `New-AzArcResourceBridge`

## Version 1.1.0
* Upgraded nuget package to signed package.
Expand Down