Skip to content

Commit

Permalink
[AutoPR] hdinsight/resource-manager (#515)
Browse files Browse the repository at this point in the history
* 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
AutorestCI authored and kpajdzik committed Jan 30, 2019
1 parent d82dd5f commit d7f48a5
Show file tree
Hide file tree
Showing 13 changed files with 356 additions and 622 deletions.
2 changes: 1 addition & 1 deletion packages/@azure/arm-hdinsight/LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2018 Microsoft
Copyright (c) 2019 Microsoft

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import * as msRest from "@azure/ms-rest-js";
import * as msRestAzure from "@azure/ms-rest-azure-js";

const packageName = "@azure/arm-hdinsight";
const packageVersion = "0.1.0";
const packageVersion = "0.12.0";

export class HDInsightManagementClientContext extends msRestAzure.AzureServiceClient {
credentials: msRest.ServiceClientCredentials;
Expand Down
55 changes: 26 additions & 29 deletions packages/@azure/arm-hdinsight/lib/models/applicationsMappers.ts
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 packages/@azure/arm-hdinsight/lib/models/clustersMappers.ts
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";

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 packages/@azure/arm-hdinsight/lib/models/extensionsMappers.ts
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";

Loading

0 comments on commit d7f48a5

Please sign in to comment.