Skip to content
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
8 changes: 5 additions & 3 deletions arm-authorization/2015-01-01/swagger/authorization.json
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,9 @@
"CanNotDelete",
"ReadOnly"
],
"x-ms-enum": "LockLevel"
"x-ms-enum": {
"name": "LockLevel"
}
},
"notes": {
"type": "string",
Expand Down Expand Up @@ -692,7 +694,7 @@
"required": [
"location"
],
"x-ms-external": true
"x-ms-azure-resource": true
},
"SubResource": {
"properties": {
Expand All @@ -701,7 +703,7 @@
"description": "Resource Id"
}
},
"x-ms-external": true
"x-ms-azure-resource": true
}
},
"parameters": {
Expand Down
103 changes: 57 additions & 46 deletions arm-compute/2015-06-15/swagger/compute.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"swagger": "2.0",
"info": {
"title": "ComputeManagementClient",
"description": "The Compute Management Client.",
"version": "2015-06-15"
},
"host": "management.azure.com",
Expand Down Expand Up @@ -1331,7 +1332,9 @@
"Warning",
"Error"
],
"x-ms-enum": "StatusLevelTypes"
"x-ms-enum": {
"name": "StatusLevelTypes"
}
},
"displayStatus": {
"type": "string",
Expand Down Expand Up @@ -1475,7 +1478,9 @@
"Windows",
"Linux"
],
"x-ms-enum": "OperatingSystemTypes"
"x-ms-enum": {
"name": "OperatingSystemTypes"
}
}
},
"description": "Contains the os disk image information."
Expand Down Expand Up @@ -1530,7 +1535,7 @@
},
"allOf": [
{
"$ref": "SubResource"
"$ref": "#/definitions/SubResource"
}
],
"description": "Describes a Virtual Machine Image."
Expand All @@ -1555,7 +1560,7 @@
},
"allOf": [
{
"$ref": "SubResource"
"$ref": "#/definitions/SubResource"
}
],
"description": "Virtual machine image resource information."
Expand Down Expand Up @@ -1608,7 +1613,7 @@
},
"allOf": [
{
"$ref": "SubResource"
"$ref": "#/definitions/SubResource"
}
],
"description": "Describes a Virtual Machine Extension Image."
Expand Down Expand Up @@ -1715,7 +1720,10 @@
"enum": [
"Count"
],
"x-ms-enum": "UsageUnit"
"x-ms-enum": {
"name": "UsageUnit",
"modelAsString": "False"
}
},
"currentValue": {
"type": "integer",
Expand Down Expand Up @@ -1845,7 +1853,10 @@
"Succeeded",
"Preempted"
],
"x-ms-enum": "ComputeOperationStatus"
"x-ms-enum": {
"name": "ComputeOperationStatus",
"modelAsString": "False"
}
},
"startTime": {
"type": "string",
Expand Down Expand Up @@ -1909,36 +1920,15 @@
"Standard_A7",
"Standard_A8",
"Standard_A9",
"Standard_A10",
"Standard_A11",
"Standard_D1",
"Standard_D2",
"Standard_D3",
"Standard_D4",
"Standard_DS1",
"Standard_DS2",
"Standard_DS3",
"Standard_DS4",
"Standard_D11",
"Standard_D12",
"Standard_D13",
"Standard_D14",
"Standard_DS11",
"Standard_DS12",
"Standard_DS13",
"Standard_DS14",
"Standard_G1",
"Standard_G2",
"Standard_G3",
"Standard_G4",
"Standard_G5",
"Standard_GS1",
"Standard_GS2",
"Standard_GS3",
"Standard_GS4",
"Standard_GS5"
"Standard_G5"
],
"x-ms-enum": "VirtualMachineSizeTypes"
"x-ms-enum": {
"name": "VirtualMachineSizeTypes"
}
}
},
"description": "Describes a hardware profile."
Expand Down Expand Up @@ -1982,7 +1972,9 @@
"Windows",
"Linux"
],
"x-ms-enum": "OperatingSystemTypes"
"x-ms-enum": {
"name": "OperatingSystemTypes"
}
},
"name": {
"type": "string",
Expand All @@ -2004,7 +1996,9 @@
"ReadOnly",
"ReadWrite"
],
"x-ms-enum": "CachingTypes"
"x-ms-enum": {
"name": "CachingTypes"
}
},
"createOption": {
"type": "string",
Expand All @@ -2014,7 +2008,9 @@
"empty",
"attach"
],
"x-ms-enum": "DiskCreateOptionTypes"
"x-ms-enum": {
"name": "DiskCreateOptionTypes"
}
}
},
"description": "Describes an Operating System disk."
Expand Down Expand Up @@ -2051,7 +2047,9 @@
"ReadOnly",
"ReadWrite"
],
"x-ms-enum": "CachingTypes"
"x-ms-enum": {
"name": "CachingTypes"
}
},
"createOption": {
"type": "string",
Expand All @@ -2061,7 +2059,9 @@
"empty",
"attach"
],
"x-ms-enum": "DiskCreateOptionTypes"
"x-ms-enum": {
"name": "DiskCreateOptionTypes"
}
}
},
"description": "Describes a data disk."
Expand Down Expand Up @@ -2094,15 +2094,19 @@
"enum": [
"oobeSystem"
],
"x-ms-enum": "PassNames"
"x-ms-enum": {
"name": "PassNames"
}
},
"componentName": {
"type": "string",
"description": "Gets or sets the component name. Currently, the only allowable value is Microsoft-Windows-Shell-Setup.",
"enum": [
"Microsoft-Windows-Shell-Setup"
],
"x-ms-enum": "ComponentNames"
"x-ms-enum": {
"name": "ComponentNames"
}
},
"settingName": {
"type": "string",
Expand All @@ -2111,7 +2115,9 @@
"AutoLogon",
"FirstLogonCommands"
],
"x-ms-enum": "SettingNames"
"x-ms-enum": {
"name": "SettingNames"
}
},
"content": {
"type": "string",
Expand All @@ -2129,7 +2135,9 @@
"Http",
"Https"
],
"x-ms-enum": "ProtocolTypes"
"x-ms-enum": {
"name": "ProtocolTypes"
}
},
"certificateUrl": {
"type": "string",
Expand Down Expand Up @@ -2298,7 +2306,7 @@
},
"allOf": [
{
"$ref": "SubResource"
"$ref": "#/definitions/SubResource"
}
],
"description": "Describes a network interface reference."
Expand Down Expand Up @@ -2502,7 +2510,10 @@
"Succeeded",
"Failed"
],
"x-ms-enum": "OperationStatus"
"x-ms-enum": {
"name": "OperationStatus",
"modelAsString": "False"
}
},
"startTime": {
"type": "string",
Expand Down Expand Up @@ -2553,7 +2564,7 @@
"required": [
"location"
],
"x-ms-external": true
"x-ms-azure-resource": true
},
"SubResource": {
"properties": {
Expand All @@ -2562,7 +2573,7 @@
"description": "Resource Id"
}
},
"x-ms-external": true
"x-ms-azure-resource": true
}
},
"parameters": {
Expand All @@ -2581,4 +2592,4 @@
"description": "Client Api Version."
}
}
}
}
4 changes: 2 additions & 2 deletions arm-features/2014-08-01-preview/swagger/features.json
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@
"required": [
"location"
],
"x-ms-external": true
"x-ms-azure-resource": true
},
"SubResource": {
"properties": {
Expand All @@ -282,7 +282,7 @@
"description": "Resource Id"
}
},
"x-ms-external": true
"x-ms-azure-resource": true
}
},
"parameters": {
Expand Down
Loading