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
@@ -1,28 +1,26 @@
// ----------------------------------------------------------------------------------
//
// Copyright Microsoft Corporation
// Licensed under the Apache License, Version 2.0 (the "License");
// 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,
// 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: AssemblyTitle("Microsoft Azure Powershell - ArcResourceBridge")]
[assembly: AssemblyCompany(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyCompany)]
[assembly: AssemblyProduct(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyProduct)]
[assembly: AssemblyCopyright(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyCopyright)]

[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("61733343-b4a6-4711-9a9f-0739b4a5f9eb")]
[assembly: AssemblyVersion("1.1.0")]
[assembly: AssemblyFileVersion("1.1.0")]
[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)]
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
Expand Up @@ -13,6 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.ArcResourceBridge.Cmdlets
/// [OpenAPI] ListClusterUserCredential=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ResourceConnector/appliances/{resourceName}/listClusterUserCredential"
/// </remarks>
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzArcResourceBridgeApplianceCredential_List", SupportsShouldProcess = true)]
[Microsoft.Azure.PowerShell.Cmdlets.ArcResourceBridge.Runtime.OutputBreakingChange("Microsoft.Azure.PowerShell.Cmdlets.ArcResourceBridge.Models.Api20221027.IApplianceListCredentialResults", "15.0.0", "9.0.0", "2025/11/03", DeprecatedOutputProperties=new string[] {"Kubeconfig","SupportedVersion"}, NewOutputProperties=new string[] {"Kubeconfig","SupportedVersion"}, ChangeDescription="The types of the properties 'Kubeconfig' and 'SupportedVersion' will be changed from single object to 'List'.")]
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.ArcResourceBridge.Models.Api20221027.IApplianceListCredentialResults))]
[global::Microsoft.Azure.PowerShell.Cmdlets.ArcResourceBridge.Description(@"Returns the cluster user credentials for the dedicated appliance.")]
[global::Microsoft.Azure.PowerShell.Cmdlets.ArcResourceBridge.Generated]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.ArcResourceBridge.Cmdlets
/// [OpenAPI] ListKeys=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ResourceConnector/appliances/{resourceName}/listkeys"
/// </remarks>
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzArcResourceBridgeCredential_List", SupportsShouldProcess = true)]
[Microsoft.Azure.PowerShell.Cmdlets.ArcResourceBridge.Runtime.OutputBreakingChange("Microsoft.Azure.PowerShell.Cmdlets.ArcResourceBridge.Models.Api20221027.IApplianceListKeysResults", "15.0.0", "9.0.0", "2025/11/03", DeprecatedOutputProperties=new string[] {"Kubeconfig","SupportedVersion"}, NewOutputProperties=new string[] {"Kubeconfig","SupportedVersion"}, ChangeDescription="The types of the properties 'Kubeconfig' and 'SupportedVersion' will be changed from single object to 'List'.")]
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.ArcResourceBridge.Models.Api20221027.IApplianceListKeysResults))]
[global::Microsoft.Azure.PowerShell.Cmdlets.ArcResourceBridge.Description(@"Returns the cluster customer credentials for the dedicated appliance.")]
[global::Microsoft.Azure.PowerShell.Cmdlets.ArcResourceBridge.Generated]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.ArcResourceBridge.Cmdlets
/// [OpenAPI] GetTelemetryConfig=>GET:"/subscriptions/{subscriptionId}/providers/Microsoft.ResourceConnector/telemetryconfig"
/// </remarks>
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzArcResourceBridgeTelemetryConfig_GetViaIdentity")]
[Microsoft.Azure.PowerShell.Cmdlets.ArcResourceBridge.Runtime.ParameterSetBreakingChange(new string[] {"GetViaIdentity"}, "15.0.0", "9.0.0", "2025/11/03")]
[global::System.Management.Automation.OutputType(typeof(string))]
[global::Microsoft.Azure.PowerShell.Cmdlets.ArcResourceBridge.Description(@"Gets the telemetry config.")]
[global::Microsoft.Azure.PowerShell.Cmdlets.ArcResourceBridge.Generated]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.ArcResourceBridge.Cmdlets
/// [OpenAPI] GetUpgradeGraph=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ResourceConnector/appliances/{resourceName}/upgradeGraphs/{upgradeGraph}"
/// </remarks>
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzArcResourceBridgeUpgradeGraph_Get")]
[Microsoft.Azure.PowerShell.Cmdlets.ArcResourceBridge.Runtime.OutputBreakingChange("Microsoft.Azure.PowerShell.Cmdlets.ArcResourceBridge.Models.Api20221027.IUpgradeGraph", "15.0.0", "9.0.0", "2025/11/03", DeprecatedOutputProperties=new string[] {"Kubeconfig","SupportedVersion"}, NewOutputProperties=new string[] {"Kubeconfig","SupportedVersion"}, ChangeDescription="The types of the properties 'Kubeconfig' and 'SupportedVersion' will be changed from single object to 'List'.")]
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.ArcResourceBridge.Models.Api20221027.IUpgradeGraph))]
[global::Microsoft.Azure.PowerShell.Cmdlets.ArcResourceBridge.Description(@"Gets the upgrade graph of an Appliance with a specified resource group and name and specific release train.")]
[global::Microsoft.Azure.PowerShell.Cmdlets.ArcResourceBridge.Generated]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.ArcResourceBridge.Cmdlets
/// [OpenAPI] GetUpgradeGraph=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ResourceConnector/appliances/{resourceName}/upgradeGraphs/{upgradeGraph}"
/// </remarks>
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzArcResourceBridgeUpgradeGraph_GetViaIdentity")]
[Microsoft.Azure.PowerShell.Cmdlets.ArcResourceBridge.Runtime.OutputBreakingChange("Microsoft.Azure.PowerShell.Cmdlets.ArcResourceBridge.Models.Api20221027.IUpgradeGraph", "15.0.0", "9.0.0", "2025/11/03", DeprecatedOutputProperties=new string[] {"Kubeconfig","SupportedVersion"}, NewOutputProperties=new string[] {"Kubeconfig","SupportedVersion"}, ChangeDescription="The types of the properties 'Kubeconfig' and 'SupportedVersion' will be changed from single object to 'List'.")]
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.ArcResourceBridge.Models.Api20221027.IUpgradeGraph))]
[global::Microsoft.Azure.PowerShell.Cmdlets.ArcResourceBridge.Description(@"Gets the upgrade graph of an Appliance with a specified resource group and name and specific release train.")]
[global::Microsoft.Azure.PowerShell.Cmdlets.ArcResourceBridge.Generated]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.ArcResourceBridge.Cmdlets
/// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ResourceConnector/appliances/{resourceName}"
/// </remarks>
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzArcResourceBridge_CreateExpanded", SupportsShouldProcess = true)]
[Microsoft.Azure.PowerShell.Cmdlets.ArcResourceBridge.Runtime.OutputBreakingChange("Microsoft.Azure.PowerShell.Cmdlets.ArcResourceBridge.Models.Api20221027.IAppliance", "15.0.0", "9.0.0", "2025/11/03", DeprecatedOutputProperties=new string[] {"IdentityType"}, NewOutputProperties=new string[] {"EnableSystemAssignedIdentity"}, ChangeDescription="IdentityType will be removed. EnableSystemAssignedIdentity will be used to enable/disable system assigned identity.")]
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.ArcResourceBridge.Models.Api20221027.IAppliance))]
[global::Microsoft.Azure.PowerShell.Cmdlets.ArcResourceBridge.Description(@"Creates or updates an Appliance in the specified Subscription and Resource Group.")]
[global::Microsoft.Azure.PowerShell.Cmdlets.ArcResourceBridge.Generated]
Expand Down
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.