-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[AutoPR @azure-arm-resourceconnector]-generated-from-SDK Generation - JS-5737605 #37005
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
qiaozha
merged 2 commits into
Azure:main
from
azure-sdk:sdkauto/@azure-arm-resourceconnector-5737605
Jan 16, 2026
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,56 @@ | ||
| # Release History | ||
|
|
||
| ## 1.0.0 (2023-08-14) | ||
|
|
||
| ## 2.0.0-beta.1 (2026-01-12) | ||
| Compared with version 1.0.0 | ||
|
|
||
| ### Features Added | ||
| - Added operation AppliancesOperations.createOrUpdate | ||
| - Added operation AppliancesOperations.delete | ||
| - Added Interface ApplianceOperationValueDisplay | ||
| - Added Interface ApplianceProperties | ||
| - Added Interface DnsConfiguration | ||
| - Added Interface Event_2 | ||
| - Added Interface GatewayConfiguration | ||
| - Added Interface NetworkProfile | ||
| - Added Interface PagedAsyncIterableIterator | ||
| - Added Interface PageSettings | ||
| - Added Interface ProxyConfiguration | ||
| - Added Interface RestorePollerOptions | ||
| - Interface Appliance has a new optional parameter events | ||
| - Interface Appliance has a new optional parameter networkProfile | ||
| - Interface AppliancesListKeysOptionalParams has a new optional parameter artifactType | ||
| - Added Type Alias AzureSupportedClouds | ||
| - Added Enum AzureClouds | ||
| - Added Enum KnownVersions | ||
| - Enum KnownSSHKeyType has a new value UserManagementKey | ||
| - Enum KnownStatus has a new value ArcGatewayUpdateComplete | ||
| - Enum KnownStatus has a new value ArcGatewayUpdateFailed | ||
| - Enum KnownStatus has a new value ArcGatewayUpdatePreparing | ||
| - Enum KnownStatus has a new value ArcGatewayUpdating | ||
| - Enum KnownStatus has a new value EtcdSnapshotFailed | ||
| - Enum KnownStatus has a new value NetworkDNSUpdateComplete | ||
| - Enum KnownStatus has a new value NetworkDNSUpdateFailed | ||
| - Enum KnownStatus has a new value NetworkDNSUpdatePreparing | ||
| - Enum KnownStatus has a new value NetworkDNSUpdating | ||
| - Enum KnownStatus has a new value NetworkProxyUpdateComplete | ||
| - Enum KnownStatus has a new value NetworkProxyUpdateFailed | ||
| - Enum KnownStatus has a new value NetworkProxyUpdatePreparing | ||
| - Enum KnownStatus has a new value NetworkProxyUpdating | ||
| - Enum KnownStatus has a new value ValidatingEtcdHealth | ||
| - Enum KnownStatus has a new value ValidatingImageDownload | ||
| - Enum KnownStatus has a new value ValidatingImageUpload | ||
| - Enum KnownStatus has a new value ValidatingSFSConnectivity | ||
|
|
||
| ### Breaking Changes | ||
| - Removed operation Appliances.beginCreateOrUpdate | ||
| - Removed operation Appliances.beginCreateOrUpdateAndWait | ||
| - Removed operation Appliances.beginDelete | ||
| - Removed operation Appliances.beginDeleteAndWait | ||
| - Removed Interface ApplianceOperationsList | ||
| - Enum KnownProvider no longer has value KubeVirt | ||
| - Enum KnownProvider no longer has value OpenStack | ||
|
qiaozha marked this conversation as resolved.
|
||
|
|
||
|
|
||
| ## 1.0.0 (2023-08-14) | ||
|
|
||
| The package of @azure/arm-resourceconnector is using our next generation design principles. To learn more, please refer to our documentation [Quick Start](https://aka.ms/azsdk/js/mgmt/quickstart ). | ||
| The package of @azure/arm-resourceconnector is using our next generation design principles. To learn more, please refer to our documentation [Quick Start](https://aka.ms/azsdk/js/mgmt/quickstart). | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
4 changes: 1 addition & 3 deletions
4
sdk/resourceconnector/arm-resourceconnector/api-extractor.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1 @@ | ||
| { | ||
| "extends": "../../../api-extractor-base.json" | ||
| } | ||
| { "extends": "../../../api-extractor-base.json" } |
This file was deleted.
Oops, something went wrong.
14 changes: 14 additions & 0 deletions
14
sdk/resourceconnector/arm-resourceconnector/eslint.config.mjs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| import azsdkEslint from "@azure/eslint-plugin-azure-sdk"; | ||
|
|
||
| export default azsdkEslint.config([ | ||
| { | ||
| rules: { | ||
| "@azure/azure-sdk/ts-modules-only-named": "warn", | ||
| "@azure/azure-sdk/ts-package-json-types": "warn", | ||
| "@azure/azure-sdk/ts-package-json-engine-is-present": "warn", | ||
| "@azure/azure-sdk/ts-package-json-files-required": "off", | ||
| "@azure/azure-sdk/ts-package-json-main-is-cjs": "off", | ||
| "tsdoc/syntax": "warn", | ||
| }, | ||
| }, | ||
| ]); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,64 @@ | ||
| { | ||
| "apiVersion": "2025-03-01-preview", | ||
| "emitterVersion": "0.47.1", | ||
| "crossLanguageDefinitions": { | ||
| "CrossLanguagePackageId": "Microsoft.ResourceConnector", | ||
| "CrossLanguageDefinitionId": { | ||
|
qiaozha marked this conversation as resolved.
|
||
| "@azure/arm-resourceconnector!appliance:interface": "Microsoft.ResourceConnector.Appliance", | ||
| "@azure/arm-resourceconnector!applianceProperties:interface": "Microsoft.ResourceConnector.ApplianceProperties", | ||
| "@azure/arm-resourceconnector!appliancePropertiesInfrastructureConfig:interface": "Microsoft.ResourceConnector.AppliancePropertiesInfrastructureConfig", | ||
| "@azure/arm-resourceconnector!Event:interface": "Microsoft.ResourceConnector.Event", | ||
| "@azure/arm-resourceconnector!NetworkProfile:interface": "Microsoft.ResourceConnector.NetworkProfile", | ||
| "@azure/arm-resourceconnector!ProxyConfiguration:interface": "Microsoft.ResourceConnector.ProxyConfiguration", | ||
| "@azure/arm-resourceconnector!DnsConfiguration:interface": "Microsoft.ResourceConnector.DnsConfiguration", | ||
| "@azure/arm-resourceconnector!GatewayConfiguration:interface": "Microsoft.ResourceConnector.GatewayConfiguration", | ||
| "@azure/arm-resourceconnector!Identity:interface": "Microsoft.ResourceConnector.Identity", | ||
| "@azure/arm-resourceconnector!TrackedResource:interface": "Azure.ResourceManager.CommonTypes.TrackedResource", | ||
| "@azure/arm-resourceconnector!Resource:interface": "Azure.ResourceManager.CommonTypes.Resource", | ||
| "@azure/arm-resourceconnector!SystemData:interface": "Azure.ResourceManager.CommonTypes.SystemData", | ||
| "@azure/arm-resourceconnector!ErrorResponse:interface": "Azure.ResourceManager.CommonTypes.ErrorResponse", | ||
| "@azure/arm-resourceconnector!ErrorDetail:interface": "Azure.ResourceManager.CommonTypes.ErrorDetail", | ||
| "@azure/arm-resourceconnector!ErrorAdditionalInfo:interface": "Azure.ResourceManager.CommonTypes.ErrorAdditionalInfo", | ||
| "@azure/arm-resourceconnector!ArmOperationStatusResourceProvisioningState:interface": "Azure.ResourceManager.ArmOperationStatus", | ||
| "@azure/arm-resourceconnector!patchableAppliance:interface": "Microsoft.ResourceConnector.PatchableAppliance", | ||
| "@azure/arm-resourceconnector!applianceListResult:interface": "Microsoft.ResourceConnector.ApplianceListResult", | ||
| "@azure/arm-resourceconnector!applianceListCredentialResults:interface": "Microsoft.ResourceConnector.ApplianceListCredentialResults", | ||
| "@azure/arm-resourceconnector!HybridConnectionConfig:interface": "Microsoft.ResourceConnector.HybridConnectionConfig", | ||
| "@azure/arm-resourceconnector!applianceCredentialKubeconfig:interface": "Microsoft.ResourceConnector.ApplianceCredentialKubeconfig", | ||
| "@azure/arm-resourceconnector!applianceListKeysResults:interface": "Microsoft.ResourceConnector.ApplianceListKeysResults", | ||
| "@azure/arm-resourceconnector!ArtifactProfile:interface": "Microsoft.ResourceConnector.ArtifactProfile", | ||
| "@azure/arm-resourceconnector!SSHKey:interface": "Microsoft.ResourceConnector.SSHKey", | ||
| "@azure/arm-resourceconnector!UpgradeGraph:interface": "Microsoft.ResourceConnector.UpgradeGraph", | ||
| "@azure/arm-resourceconnector!UpgradeGraphProperties:interface": "Microsoft.ResourceConnector.UpgradeGraphProperties", | ||
| "@azure/arm-resourceconnector!SupportedVersion:interface": "Microsoft.ResourceConnector.SupportedVersion", | ||
| "@azure/arm-resourceconnector!SupportedVersionMetadata:interface": "Microsoft.ResourceConnector.SupportedVersionMetadata", | ||
| "@azure/arm-resourceconnector!SupportedVersionCatalogVersion:interface": "Microsoft.ResourceConnector.SupportedVersionCatalogVersion", | ||
| "@azure/arm-resourceconnector!SupportedVersionCatalogVersionData:interface": "Microsoft.ResourceConnector.SupportedVersionCatalogVersionData", | ||
| "@azure/arm-resourceconnector!applianceOperationsList:interface": "Microsoft.ResourceConnector.ApplianceOperationsList", | ||
| "@azure/arm-resourceconnector!applianceOperation:interface": "Microsoft.ResourceConnector.ApplianceOperation", | ||
| "@azure/arm-resourceconnector!applianceOperationValueDisplay:interface": "Microsoft.ResourceConnector.ApplianceOperationValueDisplay", | ||
| "@azure/arm-resourceconnector!applianceGetTelemetryConfigResult:interface": "Microsoft.ResourceConnector.ApplianceGetTelemetryConfigResult", | ||
| "@azure/arm-resourceconnector!KnownDistro:enum": "Microsoft.ResourceConnector.Distro", | ||
| "@azure/arm-resourceconnector!KnownProvider:enum": "Microsoft.ResourceConnector.Provider", | ||
| "@azure/arm-resourceconnector!KnownStatus:enum": "Microsoft.ResourceConnector.Status", | ||
| "@azure/arm-resourceconnector!KnownResourceIdentityType:enum": "Microsoft.ResourceConnector.ResourceIdentityType", | ||
| "@azure/arm-resourceconnector!KnowncreatedByType:enum": "Azure.ResourceManager.CommonTypes.createdByType", | ||
| "@azure/arm-resourceconnector!KnownResourceProvisioningState:enum": "Azure.ResourceManager.ResourceProvisioningState", | ||
| "@azure/arm-resourceconnector!KnownAccessProfileType:enum": "Microsoft.ResourceConnector.AccessProfileType", | ||
| "@azure/arm-resourceconnector!KnownVersions:enum": "Microsoft.ResourceConnector.Versions", | ||
| "@azure/arm-resourceconnector!KnownArtifactType:enum": "Microsoft.ResourceConnector.ArtifactType", | ||
| "@azure/arm-resourceconnector!KnownSSHKeyType:enum": "Microsoft.ResourceConnector.SSHKeyType", | ||
| "@azure/arm-resourceconnector!AppliancesOperations#getTelemetryConfig:member": "Microsoft.ResourceConnector.AppliancesOperationGroup.getTelemetryConfig", | ||
| "@azure/arm-resourceconnector!AppliancesOperations#ListOperations:member": "Azure.ResourceManager.Legacy.Operations.list", | ||
| "@azure/arm-resourceconnector!AppliancesOperations#getUpgradeGraph:member": "Microsoft.ResourceConnector.Appliances.getUpgradeGraph", | ||
| "@azure/arm-resourceconnector!AppliancesOperations#listKeys:member": "Microsoft.ResourceConnector.Appliances.listKeys", | ||
| "@azure/arm-resourceconnector!AppliancesOperations#listClusterUserCredential:member": "Microsoft.ResourceConnector.Appliances.listClusterUserCredential", | ||
| "@azure/arm-resourceconnector!AppliancesOperations#listBySubscription:member": "Microsoft.ResourceConnector.Appliances.listBySubscription", | ||
| "@azure/arm-resourceconnector!AppliancesOperations#listByResourceGroup:member": "Microsoft.ResourceConnector.Appliances.listByResourceGroup", | ||
| "@azure/arm-resourceconnector!AppliancesOperations#delete:member": "Microsoft.ResourceConnector.Appliances.delete", | ||
| "@azure/arm-resourceconnector!AppliancesOperations#update:member": "Microsoft.ResourceConnector.Appliances.update", | ||
| "@azure/arm-resourceconnector!AppliancesOperations#createOrUpdate:member": "Microsoft.ResourceConnector.Appliances.createOrUpdate", | ||
| "@azure/arm-resourceconnector!AppliancesOperations#get:member": "Microsoft.ResourceConnector.Appliances.get" | ||
| } | ||
| } | ||
| } | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.