Skip to content

Commit

Permalink
Fixed gallery examples
Browse files Browse the repository at this point in the history
  • Loading branch information
deathly809 committed Mar 14, 2018
1 parent af5db32 commit 17d1ca4
Show file tree
Hide file tree
Showing 2 changed files with 107 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,109 @@
"galleryItemUri": "https://github.com/Azure/AzureStack-Tools/raw/master/ComputeAdmin/microsoft.vmss.1.3.6.azpkg"
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/0ff0bbbe-d68d-4314-8f68-80a808b5a6ec/providers/Microsoft.Gallery.Admin/galleryItems/microsoft.vmss.1.3.6",
"name": "microsoft.vmss.1.3.6",
"type": "Microsoft.Gallery.Admin/galleryItems",
"properties": {
"identity": "microsoft.vmss.1.3.6",
"publisher": "microsoft",
"publisherDisplayName": "Microsoft",
"itemName": "vmss",
"itemDisplayName": "Virtual machine scale set",
"version": "1.3.6",
"summary": "Deploy multiple instances of a single image.",
"longSummary": "This template deploys a Virtual machine scale set of virtual machines (Windows or Linux) behind a load balancer with NAT rules for RDP or ssh connections.",
"description": "This template allows you to deploy a Virtual machine scale set of virtual machines. These virtual machines are behind a load balancer with NAT rules for RDP or ssh connections. After it has deployed, use the Azure Portal to find the public IP address of the load balancer and see the NAT rules associated with the load balancer. For instance, if there is a NAT rule on port 50000, you can connect to that virtual machine by using RDP on port 50000 of the public ip address of the load balancer for Windows or ssh into that virtual machine using the command: ssh -p 50000 {user-name}@{public-ip-address}. (Azure Stack Portal VMSS version 1.3.5).",
"uiDefinitionUri": "https://adminportal.local.azurestack.external:30015/artifact/20161101/microsoft.vmss.1.3.6/UIDefinition.json",
"createdTime": "2017-10-02T17:47:45.8412116Z",
"changedTime": "2017-10-02T17:47:45.8413384Z",
"itemType": "GalleryItem",
"categoryIds": [
"Compute"
],
"screenshotUris": [],
"links": [
{
"id": "0",
"displayName": "Learn more",
"uri": "http://aka.ms/vmssoverview"
},
{
"id": "1",
"displayName": "Documentation",
"uri": "http://aka.ms/vmssdoc"
}
],
"filters": [],
"iconFileUris": {
"small": "https://adminportal.local.azurestack.external:30015/artifact/20161101/microsoft.vmss.1.3.6/Icons/Small.png",
"medium": "https://adminportal.local.azurestack.external:30015/artifact/20161101/microsoft.vmss.1.3.6/Icons/Medium.png",
"large": "https://adminportal.local.azurestack.external:30015/artifact/20161101/microsoft.vmss.1.3.6/Icons/Large.png",
"wide": "https://adminportal.local.azurestack.external:30015/artifact/20161101/microsoft.vmss.1.3.6/Icons/Wide.png",
"hero": "https://adminportal.local.azurestack.external:30015/artifact/20161101/microsoft.vmss.1.3.6/Icons/Hero.png"
},
"artifacts": [
{
"name": "createuidefinition",
"uri": "https://adminportal.local.azurestack.external:30015/artifact/20161101/microsoft.vmss.1.3.6/DeploymentTemplates/CreateUiDefinition.json",
"type": "custom"
},
{
"name": "DefaultTemplate",
"uri": "https://adminportal.local.azurestack.external:30015/artifact/20161101/microsoft.vmss.1.3.6/DeploymentTemplates/mainTemplate.json",
"type": "template"
}
],
"metadata": {},
"properties": {},
"images": [
{
"context": "ibiza",
"items": [
{
"id": "small",
"uri": "https://adminportal.local.azurestack.external:30015/artifact/20161101/microsoft.vmss.1.3.6/Icons/Small.png",
"type": "icon"
},
{
"id": "medium",
"uri": "https://adminportal.local.azurestack.external:30015/artifact/20161101/microsoft.vmss.1.3.6/Icons/Medium.png",
"type": "icon"
},
{
"id": "large",
"uri": "https://adminportal.local.azurestack.external:30015/artifact/20161101/microsoft.vmss.1.3.6/Icons/Large.png",
"type": "icon"
},
{
"id": "wide",
"uri": "https://adminportal.local.azurestack.external:30015/artifact/20161101/microsoft.vmss.1.3.6/Icons/Wide.png",
"type": "icon"
},
{
"id": "hero",
"uri": "https://adminportal.local.azurestack.external:30015/artifact/20161101/microsoft.vmss.1.3.6/Icons/Hero.png",
"type": "icon"
}
]
}
],
"products": [],
"definitionTemplates": {
"uiDefinitionFileUri": "https://adminportal.local.azurestack.external:30015/artifact/20161101/microsoft.vmss.1.3.6/UIDefinition.json",
"defaultDeploymentTemplateId": "DefaultTemplate",
"deploymentTemplateFileUris": {
"createuidefinition": "https://adminportal.local.azurestack.external:30015/artifact/20161101/microsoft.vmss.1.3.6/DeploymentTemplates/CreateUiDefinition.json",
"DefaultTemplate": "https://adminportal.local.azurestack.external:30015/artifact/20161101/microsoft.vmss.1.3.6/DeploymentTemplates/mainTemplate.json"
},
"deploymentFragmentFileUris": {}
},
"additionalProperties": {}
}
}
},
"201": {
"body": {
"id": "/subscriptions/0ff0bbbe-d68d-4314-8f68-80a808b5a6ec/providers/Microsoft.Gallery.Admin/galleryItems/microsoft.vmss.1.3.6",
Expand Down Expand Up @@ -109,4 +212,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
"additionalProperties": {}
}
}
}
},
"404": {}
}
}
}

0 comments on commit 17d1ca4

Please sign in to comment.