Skip to content

Commit

Permalink
Cleanup readme metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
ragargms committed Jun 30, 2020
1 parent f37f4c8 commit aa7cc27
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 14 deletions.
16 changes: 8 additions & 8 deletions 101-machine-learning-compute-attach-dsvm/README.md
@@ -1,16 +1,16 @@
# Create an Azure Machine Learning Workspace

![Azure Public Test Date](https://azurequickstartsservice.blob.core.windows.net/badges/101-machine-learning-compute-attach-adla/PublicLastTestDate.svg)
![Azure Public Test Result](https://azurequickstartsservice.blob.core.windows.net/badges/101-machine-learning-compute-attach-adla/PublicDeployment.svg)
![Azure Public Test Date](https://azurequickstartsservice.blob.core.windows.net/badges/101-machine-learning-compute-attach-dsvm/PublicLastTestDate.svg)
![Azure Public Test Result](https://azurequickstartsservice.blob.core.windows.net/badges/101-machine-learning-compute-attach-dsvm/PublicDeployment.svg)

![Azure US Gov Last Test Date](https://azurequickstartsservice.blob.core.windows.net/badges/101-machine-learning-compute-attach-adla/FairfaxLastTestDate.svg)
![Azure US Gov Last Test Result](https://azurequickstartsservice.blob.core.windows.net/badges/101-machine-learning-compute-attach-adla/FairfaxDeployment.svg)
![Azure US Gov Last Test Date](https://azurequickstartsservice.blob.core.windows.net/badges/101-machine-learning-compute-attach-dsvm/FairfaxLastTestDate.svg)
![Azure US Gov Last Test Result](https://azurequickstartsservice.blob.core.windows.net/badges/101-machine-learning-compute-attach-dsvm/FairfaxDeployment.svg)

![Best Practice Check](https://azurequickstartsservice.blob.core.windows.net/badges/101-machine-learning-compute-attach-adla/BestPracticeResult.svg)
![Cred Scan Check](https://azurequickstartsservice.blob.core.windows.net/badges/101-machine-learning-compute-attach-adla/CredScanResult.svg)
![Best Practice Check](https://azurequickstartsservice.blob.core.windows.net/badges/101-machine-learning-compute-attach-dsvm/BestPracticeResult.svg)
![Cred Scan Check](https://azurequickstartsservice.blob.core.windows.net/badges/101-machine-learning-compute-attach-dsvm/CredScanResult.svg)

[![Deploy To Azure](https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/1-CONTRIBUTION-GUIDE/images/deploytoazure.svg?sanitize=true)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-machine-learning-compute-attach-adla%2Fazuredeploy.json)
[![Visualize](https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/1-CONTRIBUTION-GUIDE/images/visualizebutton.svg?sanitize=true)](http://armviz.io/#/?load=https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-machine-learning-compute-attach-adla%2Fazuredeploy.json)
[![Deploy To Azure](https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/1-CONTRIBUTION-GUIDE/images/deploytoazure.svg?sanitize=true)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-machine-learning-compute-attach-dsvm%2Fazuredeploy.json)
[![Visualize](https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/1-CONTRIBUTION-GUIDE/images/visualizebutton.svg?sanitize=true)](http://armviz.io/#/?load=https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-machine-learning-compute-attach-dsvm%2Fazuredeploy.json)

This template creates an Azure Machine Learning service compute instance.

Expand Down
8 changes: 4 additions & 4 deletions 101-machine-learning-compute-attach-dsvm/metadata.json
@@ -1,11 +1,11 @@
{
"$schema": "https://aka.ms/azure-quickstart-templates-metadata-schema#",
"type": "QuickStart",
"itemDisplayName": "Create a Machine Learning Service ADLA Compute.",
"description": "This template creates a Machine Learning Service ADLA Compute.",
"summary": "This template creates a Machine Learning Service ADLA Compute.",
"itemDisplayName": "Create a Machine Learning Service DSVM Compute.",
"description": "This template creates a Machine Learning Service DSVM Compute.",
"summary": "This template creates a Machine Learning Service DSVM Compute.",
"githubUsername": "ragargms",
"dateUpdated": "2020-06-22",
"dateUpdated": "2020-06-30",
"environments": ["AzureCloud"],
"tags": {
"subscriptiontype": "Azure4Student",
Expand Down
Expand Up @@ -11,7 +11,14 @@
"adminPassword":{
"type":"string",
"metadata":{
"description":"Admin password."
"description":"The password for the Administrator account."
}
},
"vmSize":{
"type":"string",
"defaultValue":"Standard_D2s_v3",
"metadata":{
"description":"The size of the virtual machine."
}
},
"tenantId":{
Expand Down Expand Up @@ -274,7 +281,7 @@
],
"properties":{
"hardwareProfile":{
"vmSize":"Standard_D2s_v3"
"vmSize":"[parameters('vmSize')]"
},
"osProfile":{
"computerName":"[variables('vmName')]",
Expand Down

0 comments on commit aa7cc27

Please sign in to comment.