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
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"title": "AzureBridgeAdminClient",
"description": "AzureBridge Admin Client."
},
"host": "adminmanagement.local.azurestack.external",
"host": "management.azure.com",
"schemes": [
"https"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"title": "AzureBridgeAdminClient",
"description": "AzureBridge Admin Client."
},
"host": "adminmanagement.local.azurestack.external",
"host": "management.azure.com",
"schemes": [
"https"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"title": "AzureBridgeAdminClient",
"description": "AzureBridge Admin Client."
},
"host": "adminmanagement.local.azurestack.external",
"host": "management.azure.com",
"schemes": [
"https"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"title": "AzureBridgeAdminClient",
"description": "AzureBridge Admin Client."
},
"host": "adminmanagement.local.azurestack.external",
"host": "management.azure.com",
"schemes": [
"https"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"title": "BackupManagementClient",
"description": "The Admin Backup Management Client."
},
"host": "adminmanagement.local.azurestack.external",
"host": "management.azure.com",
"schemes": [
"https"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"title": "BackupManagementClient",
"description": "The Admin Backup Management Client."
},
"host": "adminmanagement.local.azurestack.external",
"host": "management.azure.com",
"schemes": [
"https"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"title": "BackupManagementClient",
"description": "The Admin Backup Management Client."
},
"host": "adminmanagement.local.azurestack.external",
"host": "management.azure.com",
"schemes": [
"https"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"title": "BackupManagementClient",
"description": "The Admin Backup Management Client."
},
"host": "adminmanagement.local.azurestack.external",
"host": "management.azure.com",
"schemes": [
"https"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"title": "BackupManagementClient",
"description": "The Admin Backup Management Client."
},
"host": "adminmanagement.local.azurestack.external",
"host": "management.azure.com",
"schemes": [
"https"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"title": "BackupManagementClient",
"description": "The Admin Backup Management Client."
},
"host": "adminmanagement.local.azurestack.external",
"host": "management.azure.com",
"schemes": [
"https"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"title": "CommerceManagementClient",
"description": "The Admin Commerce Management Client."
},
"host": "adminmanagement.local.azurestack.external",
"host": "management.azure.com",
"schemes": [
"https"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "2015-12-01-preview",
"title": "Compute Admin Client"
},
"host": "adminmanagement.local.azurestack.external",
"host": "management.azure.com",
"schemes": [
"https"
],
Expand Down Expand Up @@ -93,6 +93,10 @@
"description": "The name of the operation being performed on this particular object. This name should match the name that appears in RBAC or the event service.",
"type": "string"
},
"isDataAction": {
"description": "Gets or sets a value indicating whether the operation is a data action or not.",
"type": "boolean"
},
"display": {
"description": "Contains the localized display information for this particular operation or action.",
"$ref": "#/definitions/Display"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "2015-12-01-preview",
"title": "Compute Admin Client"
},
"host": "adminmanagement.local.azurestack.external",
"host": "management.azure.com",
"schemes": [
"https"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "2015-12-01-preview",
"title": "Compute Admin Client"
},
"host": "adminmanagement.local.azurestack.external",
"host": "management.azure.com",
"schemes": [
"https"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "2015-12-01-preview",
"title": "Compute Admin Client"
},
"host": "adminmanagement.local.azurestack.external",
"host": "management.azure.com",
"schemes": [
"https"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,159 @@
"api-version": "2015-12-01-preview"
},
"responses": {
"200": {}
"200": {
"body": {
"value": [
{
"name": "Microsoft.Compute.Admin/register/action",
"display": {
"provider": "Microsoft.Compute.Admin",
"resource": "Compute Admin Resource Provider",
"operation": "Registers the Compute Admin Resource Provider",
"description": "Registers the subscription for the compute admin resource provider which enables platform image and extension syndication operations"
}
},
{
"name": "Microsoft.Compute.Admin/operations/read",
"display": {
"provider": "Microsoft.Compute.Admin",
"resource": "Available Compute Admin Operations",
"operation": "List Available Compute Admin Operations",
"description": "Lists operations available on Microsoft.Compute.Admin resource provider."
}
},
{
"name": "Microsoft.Compute.Admin/locations/quotas/read",
"display": {
"provider": "Microsoft.Compute.Admin",
"resource": "Quotas",
"operation": "Read Quotas",
"description": "Lists quotas"
}
},
{
"name": "Microsoft.Compute.Admin/locations/quotas/write",
"display": {
"provider": "Microsoft.Compute.Admin",
"resource": "Quotas",
"operation": "Create or Update Quotas",
"description": "Create or Update any Quota"
}
},
{
"name": "Microsoft.Compute.Admin/locations/quotas/delete",
"display": {
"provider": "Microsoft.Compute.Admin",
"resource": "Quotas",
"operation": "Delete Quota",
"description": "Delete any Quota"
}
},
{
"name": "Microsoft.Compute.Admin/locations/artifactTypes/read",
"display": {
"provider": "Microsoft.Compute.Admin",
"resource": "Syndication Artifacts",
"operation": "Read Syndication Artifacts",
"description": "List all syndication artifacts of a particular type"
}
},
{
"name": "Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions/read",
"display": {
"provider": "Microsoft.Compute.Admin",
"resource": "PlatformImage",
"operation": "Read PlatformImage",
"description": "Read PlatformImage for particular Publisher,Offer,Sku,and Version"
}
},
{
"name": "Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions/write",
"display": {
"provider": "Microsoft.Compute.Admin",
"resource": "PlatformImage",
"operation": "Create Or Update PlatformImage",
"description": "Create or Update any PlatformImage"
}
},
{
"name": "Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions/delete",
"display": {
"provider": "Microsoft.Compute.Admin",
"resource": "PlatformImage",
"operation": "Delete PlatformImage",
"description": "Delete any PlatformImage"
}
},
{
"name": "Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions/read",
"display": {
"provider": "Microsoft.Compute.Admin",
"resource": "VMExtension",
"operation": "Read VMExtension",
"description": "Read any VMExtension"
}
},
{
"name": "Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions/write",
"display": {
"provider": "Microsoft.Compute.Admin",
"resource": "VMExtension",
"operation": "Create or Update VMExtension",
"description": "Create or Update any VMExtension"
}
},
{
"name": "Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions/delete",
"display": {
"provider": "Microsoft.Compute.Admin",
"resource": "VMExtension",
"operation": "Delete VMExtension",
"description": "Delete any VMExtension"
}
},
{
"name": "Microsoft.Compute.Admin/locations/Disks/read",
"isDataAction": false,
"display": {
"provider": "Microsoft Compute Admin",
"resource": "Disks",
"operation": "Get Disk",
"description": "Get the properties of a Disk"
}
},
{
"name": "Microsoft.Compute.Admin/locations/DiskMigrationJobs/read",
"isDataAction": false,
"display": {
"provider": "Microsoft Compute Admin",
"resource": "DiskMigrationJobs",
"operation": "Get disk migration job",
"description": "Get the properties of a disk migration job"
}
},
{
"name": "Microsoft.Compute.Admin/locations/DiskMigrationJobs/write",
"isDataAction": false,
"display": {
"provider": "Microsoft Compute Admin",
"resource": "DiskMigrationJobs",
"operation": "Create or Update a disk migration job",
"description": "Create or Update a disk migration job"
}
},
{
"name": "Microsoft.Compute.Admin/locations/DiskMigrationJobs/cancel/action",
"isDataAction": false,
"display": {
"provider": "Microsoft Compute Admin",
"resource": "DiskMigrationJobs",
"operation": "Cancel a disk migration job",
"description": "Cancel a disk migration job"
}
}
]
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "2018-02-09",
"title": "Compute Admin Client"
},
"host": "adminmanagement.local.azurestack.external",
"host": "management.azure.com",
"schemes": [
"https"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"title": "ComputeDiskAdminManagementClient",
"description": "The Admin Compute Disk Management Client."
},
"host": "adminmanagement.local.azurestack.external",
"host": "management.azure.com",
"schemes": [
"https"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"title": "ComputeDiskAdminManagementClient",
"description": "The Admin Compute Disk Management Client."
},
"host": "adminmanagement.local.azurestack.external",
"host": "management.azure.com",
"schemes": [
"https"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"title": "DeploymentAdminClient",
"description": "Deployment Admin Client."
},
"host": "adminmanagement.local.azurestack.external",
"host": "management.azure.com",
"schemes": [
"https"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"title": "DeploymentAdminClient",
"description": "Deployment Admin Client."
},
"host": "adminmanagement.local.azurestack.external",
"host": "management.azure.com",
"schemes": [
"https"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"title": "DeploymentAdminClient",
"description": "Deployment Admin Client."
},
"host": "adminmanagement.local.azurestack.external",
"host": "management.azure.com",
"schemes": [
"https"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"title": "DeploymentAdminClient",
"description": "Deployment Admin Client."
},
"host": "adminmanagement.local.azurestack.external",
"host": "management.azure.com",
"schemes": [
"https"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"title": "DeploymentAdminClient",
"description": "Deployment Admin Client."
},
"host": "adminmanagement.local.azurestack.external",
"host": "management.azure.com",
"schemes": [
"https"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"title": "DeploymentAdminClient",
"description": "Deployment Admin Client."
},
"host": "adminmanagement.local.azurestack.external",
"host": "management.azure.com",
"schemes": [
"https"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"title": "DeploymentAdminClient",
"description": "Deployment Admin Client."
},
"host": "adminmanagement.local.azurestack.external",
"host": "management.azure.com",
"schemes": [
"https"
],
Expand Down
Loading