Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Commit

Permalink
Merge pull request #3285 from Azure/restapi_auto_hdinsight/resource-m…
Browse files Browse the repository at this point in the history
…anager

[AutoPR] hdinsight/resource-manager
  • Loading branch information
Dan Schulte authored Aug 27, 2018
2 parents f8b925b + 818d897 commit b457de5
Show file tree
Hide file tree
Showing 21 changed files with 242 additions and 206 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

'use strict';

const models = require('./index');

/**
* The HDInsight cluster application GET response.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

'use strict';

const models = require('./index');

/**
* The CreateCluster request parameters.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

'use strict';

const models = require('./index');

/**
* The cluster create parameters.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

'use strict';

const models = require('./index');

/**
* The properties of cluster.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

'use strict';

const models = require('./index');

/**
* The ListPersistedScriptActions operation response.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

'use strict';

const models = require('./index');

/**
* The list runtime script action detail response.
*
Expand Down
2 changes: 0 additions & 2 deletions lib/services/hdInsightManagement/lib/models/computeProfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

'use strict';

const models = require('./index');

/**
* Describes the compute profile.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

'use strict';

const models = require('./index');

/**
* The parameters for the script actions to execute on a running cluster.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

'use strict';

const models = require('./index');

/**
* The ssh username, password, and ssh public key.
*
Expand Down
2 changes: 0 additions & 2 deletions lib/services/hdInsightManagement/lib/models/operation.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

'use strict';

const models = require('./index');

/**
* The HDInsight REST API operation.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

'use strict';

const models = require('./index');

/**
* The azure async operation response.
*
Expand Down
2 changes: 0 additions & 2 deletions lib/services/hdInsightManagement/lib/models/osProfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

'use strict';

const models = require('./index');

/**
* The Linux operation systems profile.
*
Expand Down
2 changes: 0 additions & 2 deletions lib/services/hdInsightManagement/lib/models/role.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

'use strict';

const models = require('./index');

/**
* Describes a role on the cluster.
*
Expand Down
2 changes: 0 additions & 2 deletions lib/services/hdInsightManagement/lib/models/sshProfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

'use strict';

const models = require('./index');

/**
* The list of SSH public keys.
*
Expand Down
2 changes: 0 additions & 2 deletions lib/services/hdInsightManagement/lib/models/storageProfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

'use strict';

const models = require('./index');

/**
* The storage profile.
*
Expand Down
2 changes: 0 additions & 2 deletions lib/services/hdInsightManagement/lib/models/usage.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

'use strict';

const models = require('./index');

/**
* The details about the usage of a particular limited resource.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

'use strict';

const models = require('./index');

/**
* The response for the operation to get regional usages for a subscription.
*
Expand Down
Loading

0 comments on commit b457de5

Please sign in to comment.