-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[AutoPR] hdinsight/resource-manager (#515)
* Generated from de07e1b451ebc32e2150c85225702957853cccaf (#475) [HDInsight] - Support KV URL * Generated from 24d9e20f3fcc723e634b5fe214677fd884bff9cf (#962) [HDInsight] - Support MSI for ADLS gen2 * Regenerate @azure/arm-hdinsights package * Update version to 0.12.0
- Loading branch information
1 parent
d82dd5f
commit d7f48a5
Showing
13 changed files
with
356 additions
and
622 deletions.
There are no files selected for viewing
This file contains 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 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
55 changes: 26 additions & 29 deletions
55
packages/@azure/arm-hdinsight/lib/models/applicationsMappers.ts
This file contains 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,46 +1,43 @@ | ||
/* | ||
* Copyright (c) Microsoft Corporation. All rights reserved. | ||
* Licensed under the MIT License. See License.txt in the project root for | ||
* license information. | ||
* Licensed under the MIT License. See License.txt in the project root for license information. | ||
* | ||
* Code generated by Microsoft (R) AutoRest Code Generator. | ||
* Changes may cause incorrect behavior and will be lost if the code is | ||
* regenerated. | ||
* Changes may cause incorrect behavior and will be lost if the code is regenerated. | ||
*/ | ||
|
||
export { | ||
ApplicationListResult, | ||
Application, | ||
ProxyResource, | ||
Resource, | ||
BaseResource, | ||
ApplicationGetEndpoint, | ||
ApplicationGetHttpsEndpoint, | ||
ApplicationListResult, | ||
ApplicationProperties, | ||
BaseResource, | ||
Cluster, | ||
ClusterDefinition, | ||
ClusterGetProperties, | ||
ClusterIdentity, | ||
ClusterIdentityUserAssignedIdentitiesValue, | ||
ComputeProfile, | ||
Role, | ||
ConnectivityEndpoint, | ||
DataDisksGroups, | ||
DiskEncryptionProperties, | ||
ErrorResponse, | ||
Errors, | ||
HardwareProfile, | ||
OsProfile, | ||
LinuxOperatingSystemProfile, | ||
SshProfile, | ||
SshPublicKey, | ||
VirtualNetworkProfile, | ||
DataDisksGroups, | ||
ScriptAction, | ||
OsProfile, | ||
ProxyResource, | ||
QuotaInfo, | ||
Resource, | ||
Role, | ||
RuntimeScriptAction, | ||
ApplicationGetHttpsEndpoint, | ||
ApplicationGetEndpoint, | ||
Errors, | ||
ErrorResponse, | ||
RuntimeScriptActionDetail, | ||
ScriptAction, | ||
ScriptActionExecutionSummary, | ||
TrackedResource, | ||
Cluster, | ||
ClusterGetProperties, | ||
ClusterDefinition, | ||
SecurityProfile, | ||
QuotaInfo, | ||
ConnectivityEndpoint, | ||
DiskEncryptionProperties, | ||
ClusterIdentity, | ||
ClusterIdentityUserAssignedIdentitiesValue | ||
SshProfile, | ||
SshPublicKey, | ||
TrackedResource, | ||
VirtualNetworkProfile | ||
} from "../models/mappers"; | ||
|
67 changes: 32 additions & 35 deletions
67
packages/@azure/arm-hdinsight/lib/models/clustersMappers.ts
This file contains 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,54 +1,51 @@ | ||
/* | ||
* Copyright (c) Microsoft Corporation. All rights reserved. | ||
* Licensed under the MIT License. See License.txt in the project root for | ||
* license information. | ||
* Licensed under the MIT License. See License.txt in the project root for license information. | ||
* | ||
* Code generated by Microsoft (R) AutoRest Code Generator. | ||
* Changes may cause incorrect behavior and will be lost if the code is | ||
* regenerated. | ||
* Changes may cause incorrect behavior and will be lost if the code is regenerated. | ||
*/ | ||
|
||
export { | ||
Application, | ||
ApplicationGetEndpoint, | ||
ApplicationGetHttpsEndpoint, | ||
ApplicationProperties, | ||
BaseResource, | ||
Cluster, | ||
ClusterCreateParametersExtended, | ||
ClusterCreateProperties, | ||
ClusterDefinition, | ||
SecurityProfile, | ||
ComputeProfile, | ||
Role, | ||
HardwareProfile, | ||
OsProfile, | ||
LinuxOperatingSystemProfile, | ||
SshProfile, | ||
SshPublicKey, | ||
VirtualNetworkProfile, | ||
DataDisksGroups, | ||
ScriptAction, | ||
StorageProfile, | ||
StorageAccount, | ||
DiskEncryptionProperties, | ||
ClusterDiskEncryptionParameters, | ||
ClusterGetProperties, | ||
ClusterIdentity, | ||
ClusterIdentityUserAssignedIdentitiesValue, | ||
Cluster, | ||
TrackedResource, | ||
Resource, | ||
BaseResource, | ||
ClusterGetProperties, | ||
QuotaInfo, | ||
Errors, | ||
ConnectivityEndpoint, | ||
ErrorResponse, | ||
ClusterPatchParameters, | ||
ClusterListResult, | ||
ClusterPatchParameters, | ||
ClusterResizeParameters, | ||
ClusterDiskEncryptionParameters, | ||
ComputeProfile, | ||
ConnectivityEndpoint, | ||
DataDisksGroups, | ||
DiskEncryptionProperties, | ||
ErrorResponse, | ||
Errors, | ||
ExecuteScriptActionParameters, | ||
HardwareProfile, | ||
LinuxOperatingSystemProfile, | ||
OsProfile, | ||
ProxyResource, | ||
QuotaInfo, | ||
Resource, | ||
Role, | ||
RuntimeScriptAction, | ||
RuntimeScriptActionDetail, | ||
ScriptAction, | ||
ScriptActionExecutionSummary, | ||
ProxyResource, | ||
Application, | ||
ApplicationProperties, | ||
ApplicationGetHttpsEndpoint, | ||
ApplicationGetEndpoint | ||
SecurityProfile, | ||
SshProfile, | ||
SshPublicKey, | ||
StorageAccount, | ||
StorageProfile, | ||
TrackedResource, | ||
VirtualNetworkProfile | ||
} from "../models/mappers"; | ||
|
7 changes: 2 additions & 5 deletions
7
packages/@azure/arm-hdinsight/lib/models/configurationsMappers.ts
This file contains 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,14 +1,11 @@ | ||
/* | ||
* Copyright (c) Microsoft Corporation. All rights reserved. | ||
* Licensed under the MIT License. See License.txt in the project root for | ||
* license information. | ||
* Licensed under the MIT License. See License.txt in the project root for license information. | ||
* | ||
* Code generated by Microsoft (R) AutoRest Code Generator. | ||
* Changes may cause incorrect behavior and will be lost if the code is | ||
* regenerated. | ||
* Changes may cause incorrect behavior and will be lost if the code is regenerated. | ||
*/ | ||
|
||
export { | ||
ErrorResponse | ||
} from "../models/mappers"; | ||
|
9 changes: 3 additions & 6 deletions
9
packages/@azure/arm-hdinsight/lib/models/extensionsMappers.ts
This file contains 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,17 +1,14 @@ | ||
/* | ||
* Copyright (c) Microsoft Corporation. All rights reserved. | ||
* Licensed under the MIT License. See License.txt in the project root for | ||
* license information. | ||
* Licensed under the MIT License. See License.txt in the project root for license information. | ||
* | ||
* Code generated by Microsoft (R) AutoRest Code Generator. | ||
* Changes may cause incorrect behavior and will be lost if the code is | ||
* regenerated. | ||
* Changes may cause incorrect behavior and will be lost if the code is regenerated. | ||
*/ | ||
|
||
export { | ||
ClusterMonitoringRequest, | ||
ErrorResponse, | ||
ClusterMonitoringResponse, | ||
ErrorResponse, | ||
Extension | ||
} from "../models/mappers"; | ||
|
Oops, something went wrong.