Skip to content
This repository was archived by the owner on May 5, 2023. It is now read-only.
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
2 changes: 0 additions & 2 deletions lib/services/hdInsightManagement/lib/models/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ class Application extends models['ProxyResource'] {
* time.
* @member {string} [properties.marketplaceIdentifier] The marketplace
* identifier.
* @member {string} [properties.additionalProperties] The additional
* properties for application.
*/
constructor() {
super();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,6 @@ class ApplicationGetHttpsEndpoint {
serializedName: 'ApplicationGetHttpsEndpoint',
type: {
name: 'Composite',
additionalProperties: {
type: {
name: 'Dictionary',
value: {
required: false,
serializedName: 'StringElementType',
type: {
name: 'String'
}
}
}
},
className: 'ApplicationGetHttpsEndpoint',
modelProperties: {
accessModes: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ class ApplicationProperties {
* @member {array} [errors] The list of errors.
* @member {string} [createdDate] The application create date time.
* @member {string} [marketplaceIdentifier] The marketplace identifier.
* @member {string} [additionalProperties] The additional properties for
* application.
*/
constructor() {
}
Expand Down Expand Up @@ -99,18 +97,6 @@ class ApplicationProperties {
serializedName: 'ApplicationGetHttpsEndpointElementType',
type: {
name: 'Composite',
additionalProperties: {
type: {
name: 'Dictionary',
value: {
required: false,
serializedName: 'StringElementType',
type: {
name: 'String'
}
}
}
},
className: 'ApplicationGetHttpsEndpoint'
}
}
Expand Down Expand Up @@ -184,13 +170,6 @@ class ApplicationProperties {
type: {
name: 'String'
}
},
additionalProperties: {
required: false,
serializedName: 'additionalProperties',
type: {
name: 'String'
}
}
}
}
Expand Down
11 changes: 0 additions & 11 deletions lib/services/hdInsightManagement/lib/models/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -848,12 +848,6 @@ export interface ApplicationGetHttpsEndpoint {
location?: string;
destinationPort?: number;
publicPort?: number;
/**
* @property Describes unknown properties. The value of an unknown property
* MUST be of type "string". Due to valid TS constraints we have modeled this
* as a union of `string | any`.
*/
[property: string]: string | any;
}

/**
Expand Down Expand Up @@ -892,8 +886,6 @@ export interface ApplicationGetEndpoint {
* @member {array} [errors] The list of errors.
* @member {string} [createdDate] The application create date time.
* @member {string} [marketplaceIdentifier] The marketplace identifier.
* @member {string} [additionalProperties] The additional properties for
* application.
*/
export interface ApplicationProperties {
computeProfile?: ComputeProfile;
Expand All @@ -907,7 +899,6 @@ export interface ApplicationProperties {
errors?: Errors[];
readonly createdDate?: string;
readonly marketplaceIdentifier?: string;
additionalProperties?: string;
}

/**
Expand Down Expand Up @@ -939,8 +930,6 @@ export interface ApplicationProperties {
* @member {string} [properties.createdDate] The application create date time.
* @member {string} [properties.marketplaceIdentifier] The marketplace
* identifier.
* @member {string} [properties.additionalProperties] The additional properties
* for application.
*/
export interface Application extends ProxyResource {
etag?: string;
Expand Down
18 changes: 0 additions & 18 deletions lib/services/hdInsightManagement/lib/operations/applications.js
Original file line number Diff line number Diff line change
Expand Up @@ -353,9 +353,6 @@ function _get(resourceGroupName, clusterName, applicationName, options, callback
*
* @param {array} [parameters.properties.errors] The list of errors.
*
* @param {string} [parameters.properties.additionalProperties] The additional
* properties for application.
*
* @param {object} [options] Optional Parameters.
*
* @param {object} [options.customHeaders] Headers that will be added to the
Expand Down Expand Up @@ -531,9 +528,6 @@ function _deleteMethod(resourceGroupName, clusterName, applicationName, options,
*
* @param {array} [parameters.properties.errors] The list of errors.
*
* @param {string} [parameters.properties.additionalProperties] The additional
* properties for application.
*
* @param {object} [options] Optional Parameters.
*
* @param {object} [options.customHeaders] Headers that will be added to the
Expand Down Expand Up @@ -1189,9 +1183,6 @@ class Applications {
*
* @param {array} [parameters.properties.errors] The list of errors.
*
* @param {string} [parameters.properties.additionalProperties] The additional
* properties for application.
*
* @param {object} [options] Optional Parameters.
*
* @param {object} [options.customHeaders] Headers that will be added to the
Expand Down Expand Up @@ -1257,9 +1248,6 @@ class Applications {
*
* @param {array} [parameters.properties.errors] The list of errors.
*
* @param {string} [parameters.properties.additionalProperties] The additional
* properties for application.
*
* @param {object} [options] Optional Parameters.
*
* @param {object} [options.customHeaders] Headers that will be added to the
Expand Down Expand Up @@ -1436,9 +1424,6 @@ class Applications {
*
* @param {array} [parameters.properties.errors] The list of errors.
*
* @param {string} [parameters.properties.additionalProperties] The additional
* properties for application.
*
* @param {object} [options] Optional Parameters.
*
* @param {object} [options.customHeaders] Headers that will be added to the
Expand Down Expand Up @@ -1504,9 +1489,6 @@ class Applications {
*
* @param {array} [parameters.properties.errors] The list of errors.
*
* @param {string} [parameters.properties.additionalProperties] The additional
* properties for application.
*
* @param {object} [options] Optional Parameters.
*
* @param {object} [options.customHeaders] Headers that will be added to the
Expand Down
12 changes: 0 additions & 12 deletions lib/services/hdInsightManagement/lib/operations/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1408,9 +1408,6 @@ export interface Applications {
*
* @param {array} [parameters.properties.errors] The list of errors.
*
* @param {string} [parameters.properties.additionalProperties] The additional
* properties for application.
*
* @param {object} [options] Optional Parameters.
*
* @param {object} [options.customHeaders] Headers that will be added to the
Expand Down Expand Up @@ -1464,9 +1461,6 @@ export interface Applications {
*
* @param {array} [parameters.properties.errors] The list of errors.
*
* @param {string} [parameters.properties.additionalProperties] The additional
* properties for application.
*
* @param {object} [options] Optional Parameters.
*
* @param {object} [options.customHeaders] Headers that will be added to the
Expand Down Expand Up @@ -1601,9 +1595,6 @@ export interface Applications {
*
* @param {array} [parameters.properties.errors] The list of errors.
*
* @param {string} [parameters.properties.additionalProperties] The additional
* properties for application.
*
* @param {object} [options] Optional Parameters.
*
* @param {object} [options.customHeaders] Headers that will be added to the
Expand Down Expand Up @@ -1657,9 +1648,6 @@ export interface Applications {
*
* @param {array} [parameters.properties.errors] The list of errors.
*
* @param {string} [parameters.properties.additionalProperties] The additional
* properties for application.
*
* @param {object} [options] Optional Parameters.
*
* @param {object} [options.customHeaders] Headers that will be added to the
Expand Down
2 changes: 1 addition & 1 deletion lib/services/hdInsightManagement/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "azure-arm-hdinsight",
"author": "Microsoft Corporation",
"description": "HDInsightManagementClient Library with typescript type definitions for node",
"version": "0.8.0",
"version": "0.9.0",
"dependencies": {
"ms-rest": "^2.3.3",
"ms-rest-azure": "^2.5.5"
Expand Down