-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[HDInsight] - Move API with version 2018-06-01-preview to stable fold…
…er (#5538) * [HDInsight] - Move API with version 2018-06-01-preview to stable folder * Update Readme.go
- Loading branch information
1 parent
e56c10a
commit 3b572f5
Showing
46 changed files
with
3,926 additions
and
3,926 deletions.
There are no files selected for viewing
File renamed without changes.
2,964 changes: 1,482 additions & 1,482 deletions
2,964
...t/preview/2018-06-01-preview/cluster.json → ...ht/stable/2018-06-01-preview/cluster.json
Large diffs are not rendered by default.
Oops, something went wrong.
486 changes: 243 additions & 243 deletions
486
...ew/2018-06-01-preview/configurations.json → ...le/2018-06-01-preview/configurations.json
Large diffs are not rendered by default.
Oops, something went wrong.
40 changes: 20 additions & 20 deletions
40
...amples/ChangeHttpConnectivityDisable.json → ...amples/ChangeHttpConnectivityDisable.json
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,21 +1,21 @@ | ||
{ | ||
"parameters": { | ||
"clusterName": "cluster1", | ||
"resourceGroupName": "rg1", | ||
"api-version": "2018-06-01-preview", | ||
"subscriptionId": "subid", | ||
"configurationName": "gateway", | ||
"parameters": { | ||
"restAuthCredential.isEnabled": "false" | ||
} | ||
}, | ||
"responses": { | ||
"202": { | ||
"headers": { | ||
"location": "https://management.azure.com/subscriptions/subid/providers/Microsoft.HDInsight/pathToOperationResult" | ||
} | ||
}, | ||
"200": {}, | ||
"204": {} | ||
} | ||
{ | ||
"parameters": { | ||
"clusterName": "cluster1", | ||
"resourceGroupName": "rg1", | ||
"api-version": "2018-06-01-preview", | ||
"subscriptionId": "subid", | ||
"configurationName": "gateway", | ||
"parameters": { | ||
"restAuthCredential.isEnabled": "false" | ||
} | ||
}, | ||
"responses": { | ||
"202": { | ||
"headers": { | ||
"location": "https://management.azure.com/subscriptions/subid/providers/Microsoft.HDInsight/pathToOperationResult" | ||
} | ||
}, | ||
"200": {}, | ||
"204": {} | ||
} | ||
} |
44 changes: 22 additions & 22 deletions
44
...xamples/ChangeHttpConnectivityEnable.json → ...xamples/ChangeHttpConnectivityEnable.json
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,23 +1,23 @@ | ||
{ | ||
"parameters": { | ||
"clusterName": "cluster1", | ||
"resourceGroupName": "rg1", | ||
"api-version": "2018-06-01-preview", | ||
"subscriptionId": "subid", | ||
"configurationName": "gateway", | ||
"parameters": { | ||
"restAuthCredential.isEnabled": "true", | ||
"restAuthCredential.username": "hadoop", | ||
"restAuthCredential.password": "**********" | ||
} | ||
}, | ||
"responses": { | ||
"202": { | ||
"headers": { | ||
"location": "https://management.azure.com/subscriptions/subid/providers/Microsoft.HDInsight/pathToOperationResult" | ||
} | ||
}, | ||
"200": {}, | ||
"204": {} | ||
} | ||
{ | ||
"parameters": { | ||
"clusterName": "cluster1", | ||
"resourceGroupName": "rg1", | ||
"api-version": "2018-06-01-preview", | ||
"subscriptionId": "subid", | ||
"configurationName": "gateway", | ||
"parameters": { | ||
"restAuthCredential.isEnabled": "true", | ||
"restAuthCredential.username": "hadoop", | ||
"restAuthCredential.password": "**********" | ||
} | ||
}, | ||
"responses": { | ||
"202": { | ||
"headers": { | ||
"location": "https://management.azure.com/subscriptions/subid/providers/Microsoft.HDInsight/pathToOperationResult" | ||
} | ||
}, | ||
"200": {}, | ||
"204": {} | ||
} | ||
} |
File renamed without changes.
32 changes: 16 additions & 16 deletions
32
...-01-preview/examples/CreateExtension.json → ...-01-preview/examples/CreateExtension.json
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,17 @@ | ||
{ | ||
"parameters": { | ||
"clusterName": "cluster1", | ||
"resourceGroupName": "rg1", | ||
"api-version": "2018-06-01-preview", | ||
"subscriptionId": "subid", | ||
"extensionName": "clustermonitoring", | ||
"parameters": { | ||
"workspaceId": "a2090ead-8c9f-4fba-b70e-533e3e003163", | ||
"primaryKey": "**********" | ||
} | ||
}, | ||
"responses": { | ||
"200": {}, | ||
"202": {} | ||
} | ||
{ | ||
"parameters": { | ||
"clusterName": "cluster1", | ||
"resourceGroupName": "rg1", | ||
"api-version": "2018-06-01-preview", | ||
"subscriptionId": "subid", | ||
"extensionName": "clustermonitoring", | ||
"parameters": { | ||
"workspaceId": "a2090ead-8c9f-4fba-b70e-533e3e003163", | ||
"primaryKey": "**********" | ||
} | ||
}, | ||
"responses": { | ||
"200": {}, | ||
"202": {} | ||
} | ||
} |
174 changes: 87 additions & 87 deletions
174
...w/examples/CreateLinuxHadoopAdlsGen2.json → ...w/examples/CreateLinuxHadoopAdlsGen2.json
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,88 +1,88 @@ | ||
{ | ||
"parameters": { | ||
"clusterName": "cluster1", | ||
"resourceGroupName": "rg1", | ||
"api-version": "2018-06-01-preview", | ||
"subscriptionId": "subid", | ||
"parameters": { | ||
"tags": { "key1": "val1" }, | ||
"properties": { | ||
"clusterVersion": "3.6", | ||
"osType": "Linux", | ||
"tier": "Standard", | ||
"clusterDefinition": { | ||
"kind": "Hadoop", | ||
"configurations": { | ||
"gateway": { | ||
"restAuthCredential.isEnabled": "true", | ||
"restAuthCredential.username": "admin", | ||
"restAuthCredential.password": "**********" | ||
} | ||
} | ||
}, | ||
"storageProfile": { | ||
"storageaccounts": [ | ||
{ | ||
"name": "mystorage.dfs.core.windows.net", | ||
"isDefault": true, | ||
"fileSystem": "default", | ||
"key": "storagekey" | ||
} | ||
] | ||
}, | ||
"computeProfile": { | ||
"roles": [{ | ||
"name": "headnode", | ||
"minInstanceCount": 1, | ||
"targetInstanceCount": 2, | ||
"hardwareProfile": { | ||
"vmSize": "Standard_D3_V2" | ||
}, | ||
"osProfile": { | ||
"linuxOperatingSystemProfile": { | ||
"username": "sshuser", | ||
"password": "**********" | ||
} | ||
} | ||
}, | ||
{ | ||
"name": "workernode", | ||
"minInstanceCount": 1, | ||
"targetInstanceCount": 4, | ||
"hardwareProfile": { | ||
"vmSize": "Standard_D3_V2" | ||
}, | ||
"osProfile": { | ||
"linuxOperatingSystemProfile": { | ||
"username": "sshuser", | ||
"password": "**********" | ||
} | ||
} | ||
}, | ||
{ | ||
"name": "zookeepernode", | ||
"minInstanceCount": 1, | ||
"targetInstanceCount": 3, | ||
"hardwareProfile": { | ||
"vmSize": "Small" | ||
}, | ||
"osProfile": { | ||
"linuxOperatingSystemProfile": { | ||
"username": "sshuser", | ||
"password": "**********" | ||
} | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"headers": { | ||
"location": "https://management.azure.com/subscriptions/subid/providers/Microsoft.HDInsight/pathToOperationResult" | ||
} | ||
} | ||
} | ||
{ | ||
"parameters": { | ||
"clusterName": "cluster1", | ||
"resourceGroupName": "rg1", | ||
"api-version": "2018-06-01-preview", | ||
"subscriptionId": "subid", | ||
"parameters": { | ||
"tags": { "key1": "val1" }, | ||
"properties": { | ||
"clusterVersion": "3.6", | ||
"osType": "Linux", | ||
"tier": "Standard", | ||
"clusterDefinition": { | ||
"kind": "Hadoop", | ||
"configurations": { | ||
"gateway": { | ||
"restAuthCredential.isEnabled": "true", | ||
"restAuthCredential.username": "admin", | ||
"restAuthCredential.password": "**********" | ||
} | ||
} | ||
}, | ||
"storageProfile": { | ||
"storageaccounts": [ | ||
{ | ||
"name": "mystorage.dfs.core.windows.net", | ||
"isDefault": true, | ||
"fileSystem": "default", | ||
"key": "storagekey" | ||
} | ||
] | ||
}, | ||
"computeProfile": { | ||
"roles": [{ | ||
"name": "headnode", | ||
"minInstanceCount": 1, | ||
"targetInstanceCount": 2, | ||
"hardwareProfile": { | ||
"vmSize": "Standard_D3_V2" | ||
}, | ||
"osProfile": { | ||
"linuxOperatingSystemProfile": { | ||
"username": "sshuser", | ||
"password": "**********" | ||
} | ||
} | ||
}, | ||
{ | ||
"name": "workernode", | ||
"minInstanceCount": 1, | ||
"targetInstanceCount": 4, | ||
"hardwareProfile": { | ||
"vmSize": "Standard_D3_V2" | ||
}, | ||
"osProfile": { | ||
"linuxOperatingSystemProfile": { | ||
"username": "sshuser", | ||
"password": "**********" | ||
} | ||
} | ||
}, | ||
{ | ||
"name": "zookeepernode", | ||
"minInstanceCount": 1, | ||
"targetInstanceCount": 3, | ||
"hardwareProfile": { | ||
"vmSize": "Small" | ||
}, | ||
"osProfile": { | ||
"linuxOperatingSystemProfile": { | ||
"username": "sshuser", | ||
"password": "**********" | ||
} | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"headers": { | ||
"location": "https://management.azure.com/subscriptions/subid/providers/Microsoft.HDInsight/pathToOperationResult" | ||
} | ||
} | ||
} | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
32 changes: 16 additions & 16 deletions
32
...1-preview/examples/DeleteApplication.json → ...1-preview/examples/DeleteApplication.json
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,17 @@ | ||
{ | ||
"parameters": { | ||
"applicationName": "hue", | ||
"clusterName": "cluster1", | ||
"resourceGroupName": "rg1", | ||
"api-version": "2018-06-01-preview", | ||
"subscriptionId": "subid" | ||
}, | ||
"responses": { | ||
"200": { | ||
"headers": { | ||
"location": "https://management.azure.com/subscriptions/subid/providers/Microsoft.HDInsight/pathToOperationResult" | ||
} | ||
}, | ||
"202": {} | ||
} | ||
{ | ||
"parameters": { | ||
"applicationName": "hue", | ||
"clusterName": "cluster1", | ||
"resourceGroupName": "rg1", | ||
"api-version": "2018-06-01-preview", | ||
"subscriptionId": "subid" | ||
}, | ||
"responses": { | ||
"200": { | ||
"headers": { | ||
"location": "https://management.azure.com/subscriptions/subid/providers/Microsoft.HDInsight/pathToOperationResult" | ||
} | ||
}, | ||
"202": {} | ||
} | ||
} |
24 changes: 12 additions & 12 deletions
24
...-01-preview/examples/DeleteExtension.json → ...-01-preview/examples/DeleteExtension.json
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,13 +1,13 @@ | ||
{ | ||
"parameters": { | ||
"clusterName": "cluster1", | ||
"resourceGroupName": "rg1", | ||
"api-version": "2018-06-01-preview", | ||
"subscriptionId": "subid", | ||
"extensionName": "clustermonitoring" | ||
}, | ||
"responses": { | ||
"200": {}, | ||
"202": {} | ||
} | ||
{ | ||
"parameters": { | ||
"clusterName": "cluster1", | ||
"resourceGroupName": "rg1", | ||
"api-version": "2018-06-01-preview", | ||
"subscriptionId": "subid", | ||
"extensionName": "clustermonitoring" | ||
}, | ||
"responses": { | ||
"200": {}, | ||
"202": {} | ||
} | ||
} |
22 changes: 11 additions & 11 deletions
22
...ew/examples/DeleteLinuxHadoopCluster.json → ...ew/examples/DeleteLinuxHadoopCluster.json
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,12 +1,12 @@ | ||
{ | ||
"parameters": { | ||
"clusterName": "cluster1", | ||
"resourceGroupName": "rg1", | ||
"api-version": "2018-06-01-preview", | ||
"subscriptionId": "subid" | ||
}, | ||
"responses": { | ||
"202": {}, | ||
"200": {} | ||
} | ||
{ | ||
"parameters": { | ||
"clusterName": "cluster1", | ||
"resourceGroupName": "rg1", | ||
"api-version": "2018-06-01-preview", | ||
"subscriptionId": "subid" | ||
}, | ||
"responses": { | ||
"202": {}, | ||
"200": {} | ||
} | ||
} |
Oops, something went wrong.