From baf489670f9bcaa9453ce454d05643ac1e0b6bb7 Mon Sep 17 00:00:00 2001 From: "Jeffrey A. Robinson" Date: Fri, 25 Aug 2017 15:37:19 -0700 Subject: [PATCH 1/8] Admin Swagger Specs for Commerce, Fabric, and Infrastructure Insights --- .../2016-05-01/swagger/alert.json | 343 +++++++ .../Alert/AlertCloseOperation_example.json | 72 ++ .../Alert/AlertGetOperation_example.json | 71 ++ .../Alert/AlertListOperation_example.json | 134 +++ .../RegionHealthGetOperation_example.json | 71 ++ .../RegionHealthListOperation_example.json | 76 ++ .../ResourceHealthGetOperation_example.json | 37 + .../ResourceHealthListOperation_example.json | 905 ++++++++++++++++++ .../ServiceHealthGetOperation_example.json | 32 + .../ServiceHealthListOperation_example.json | 156 +++ .../swagger/infrastructureinsights.json | 268 ++++++ .../2016-05-01/swagger/regionHealth.json | 156 +++ .../2016-05-01/swagger/resourceHealth.json | 180 ++++ .../2016-05-01/swagger/serviceHealth.json | 161 ++++ .../resource-manager/readme.md | 79 ++ .../swagger/commerceAdmin.json | 246 +++++ .../ListOperation.json | 1 + .../commerce/resource-manager/readme.md | 72 ++ .../2016-05-01/swagger/EdgeGateway.json | 183 ++++ .../2016-05-01/swagger/EdgeGatewayPool.json | 198 ++++ .../2016-05-01/swagger/Fabric.json | 112 +++ .../2016-05-01/swagger/FabricLocation.json | 151 +++ .../2016-05-01/swagger/FileShare.json | 168 ++++ .../2016-05-01/swagger/InfraRole.json | 202 ++++ .../2016-05-01/swagger/InfraRoleInstance.json | 350 +++++++ .../2016-05-01/swagger/IpPool.json | 238 +++++ .../2016-05-01/swagger/LogicalNetwork.json | 182 ++++ .../2016-05-01/swagger/LogicalSubnet.json | 196 ++++ .../2016-05-01/swagger/MacAddressPool.json | 189 ++++ .../2016-05-01/swagger/ScaleUnit.json | 311 ++++++ .../2016-05-01/swagger/ScaleUnitNode.json | 371 +++++++ .../2016-05-01/swagger/SlbMuxInstance.json | 179 ++++ .../2016-05-01/swagger/StoragePool.json | 175 ++++ .../2016-05-01/swagger/StorageSystem.json | 169 ++++ .../2016-05-01/swagger/Volume.json | 194 ++++ .../EdgeGatewayGetOperation_example.json | 25 + .../EdgeGatewayListOperation_example.json | 28 + .../EdgeGatewayPoolGetOperation_example.json | 29 + .../EdgeGatewayPoolListOperation_example.json | 32 + .../FabricLocationGetOperation_example.json | 20 + .../FabricLocationListOperation_example.json | 23 + .../FileShareGetOperation_example.json | 23 + .../FileShareListOperation_example.json | 82 ++ .../InfraRoleGetOperation_example.json | 24 + .../InfraRoleListOperation_example.json | 567 +++++++++++ ...InfraRoleInstanceGetOperation_example.json | 28 + ...nfraRoleInstanceListOperation_example.json | 191 ++++ ...RoleInstancePowerOffOperation_example.json | 11 + ...aRoleInstancePowerOnOperation_example.json | 11 + ...raRoleInstanceRebootOperation_example.json | 11 + ...RoleInstanceShutdownOperation_example.json | 11 + .../IpPool/IpPoolCreateOperation_example.json | 15 + .../IpPool/IpPoolGetOperation_example.json | 26 + .../IpPool/IpPoolListOperation_example.json | 99 ++ .../LogicalNetworkGetOperation_example.json | 25 + .../LogicalNetworkListOperation_example.json | 93 ++ .../LogicalSubnetGetOperation_example.json | 26 + .../LogicalSubnetListOperation_example.json | 29 + .../MacAddressPoolGetOperation_example.json | 25 + .../MacAddressPoolListOperation_example.json | 28 + .../ScaleUnitGetOperation_example.json | 31 + .../ScaleUnitListOperation_example.json | 34 + .../ScaleUnitNodeGetOperation_example.json | 31 + .../ScaleUnitNodeListOperation_example.json | 34 + ...caleUnitNodePowerOffOperation_example.json | 11 + ...ScaleUnitNodePowerOnOperation_example.json | 11 + ...StartMaintenanceModeOperation_example.json | 11 + ...eStopMaintenanceModeOperation_example.json | 11 + .../SlbMuxInstanceGetOperation_example.json | 26 + .../SlbMuxInstanceListOperation_example.json | 29 + .../StoragePoolGetOperation_example.json | 23 + .../StoragePoolListOperation_example.json | 26 + .../StorageSystemGetOperation_example.json | 22 + .../StorageSystemListOperation_example.json | 25 + .../Volume/VolumeGetOperation_example.json | 27 + .../Volume/VolumeListOperation_example.json | 30 + .../2016-05-01/swagger/operations.json | 181 ++++ .../fabric/resource-manager/readme.md | 92 ++ 78 files changed, 8765 insertions(+) create mode 100644 specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/alert.json create mode 100644 specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/Alert/AlertCloseOperation_example.json create mode 100644 specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/Alert/AlertGetOperation_example.json create mode 100644 specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/Alert/AlertListOperation_example.json create mode 100644 specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/RegionHealth/RegionHealthGetOperation_example.json create mode 100644 specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/RegionHealth/RegionHealthListOperation_example.json create mode 100644 specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/ResourceHealth/ResourceHealthGetOperation_example.json create mode 100644 specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/ResourceHealth/ResourceHealthListOperation_example.json create mode 100644 specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/ServiceHealth/ServiceHealthGetOperation_example.json create mode 100644 specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/ServiceHealth/ServiceHealthListOperation_example.json create mode 100644 specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/infrastructureinsights.json create mode 100644 specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/regionHealth.json create mode 100644 specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/resourceHealth.json create mode 100644 specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/serviceHealth.json create mode 100644 specification/azsadmin/InfrastructureInsights/resource-manager/readme.md create mode 100644 specification/azsadmin/commerce/resource-manager/Microsoft.Commerce.Admin/2015-06-01-preview/swagger/commerceAdmin.json create mode 100644 specification/azsadmin/commerce/resource-manager/Microsoft.Commerce.Admin/2015-06-01-preview/swagger/examples/SubscriberUsageAggregates/ListOperation.json create mode 100644 specification/azsadmin/commerce/resource-manager/readme.md create mode 100644 specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/EdgeGateway.json create mode 100644 specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/EdgeGatewayPool.json create mode 100644 specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/Fabric.json create mode 100644 specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/FabricLocation.json create mode 100644 specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/FileShare.json create mode 100644 specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/InfraRole.json create mode 100644 specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/InfraRoleInstance.json create mode 100644 specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/IpPool.json create mode 100644 specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/LogicalNetwork.json create mode 100644 specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/LogicalSubnet.json create mode 100644 specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/MacAddressPool.json create mode 100644 specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/ScaleUnit.json create mode 100644 specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/ScaleUnitNode.json create mode 100644 specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/SlbMuxInstance.json create mode 100644 specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/StoragePool.json create mode 100644 specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/StorageSystem.json create mode 100644 specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/Volume.json create mode 100644 specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/EdgeGateway/EdgeGatewayGetOperation_example.json create mode 100644 specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/EdgeGateway/EdgeGatewayListOperation_example.json create mode 100644 specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/EdgeGatewayPool/EdgeGatewayPoolGetOperation_example.json create mode 100644 specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/EdgeGatewayPool/EdgeGatewayPoolListOperation_example.json create mode 100644 specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/FabricLocation/FabricLocationGetOperation_example.json create mode 100644 specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/FabricLocation/FabricLocationListOperation_example.json create mode 100644 specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/FileShare/FileShareGetOperation_example.json create mode 100644 specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/FileShare/FileShareListOperation_example.json create mode 100644 specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/InfraRole/InfraRoleGetOperation_example.json create mode 100644 specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/InfraRole/InfraRoleListOperation_example.json create mode 100644 specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/InfraRoleInstance/InfraRoleInstanceGetOperation_example.json create mode 100644 specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/InfraRoleInstance/InfraRoleInstanceListOperation_example.json create mode 100644 specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/InfraRoleInstance/InfraRoleInstancePowerOffOperation_example.json create mode 100644 specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/InfraRoleInstance/InfraRoleInstancePowerOnOperation_example.json create mode 100644 specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/InfraRoleInstance/InfraRoleInstanceRebootOperation_example.json create mode 100644 specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/InfraRoleInstance/InfraRoleInstanceShutdownOperation_example.json create mode 100644 specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/IpPool/IpPoolCreateOperation_example.json create mode 100644 specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/IpPool/IpPoolGetOperation_example.json create mode 100644 specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/IpPool/IpPoolListOperation_example.json create mode 100644 specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/LogicalNetwork/LogicalNetworkGetOperation_example.json create mode 100644 specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/LogicalNetwork/LogicalNetworkListOperation_example.json create mode 100644 specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/LogicalSubnet/LogicalSubnetGetOperation_example.json create mode 100644 specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/LogicalSubnet/LogicalSubnetListOperation_example.json create mode 100644 specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/MacAddressPool/MacAddressPoolGetOperation_example.json create mode 100644 specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/MacAddressPool/MacAddressPoolListOperation_example.json create mode 100644 specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/ScaleUnit/ScaleUnitGetOperation_example.json create mode 100644 specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/ScaleUnit/ScaleUnitListOperation_example.json create mode 100644 specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/ScaleUnitNode/ScaleUnitNodeGetOperation_example.json create mode 100644 specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/ScaleUnitNode/ScaleUnitNodeListOperation_example.json create mode 100644 specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/ScaleUnitNode/ScaleUnitNodePowerOffOperation_example.json create mode 100644 specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/ScaleUnitNode/ScaleUnitNodePowerOnOperation_example.json create mode 100644 specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/ScaleUnitNode/ScaleUnitNodeStartMaintenanceModeOperation_example.json create mode 100644 specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/ScaleUnitNode/ScaleUnitNodeStopMaintenanceModeOperation_example.json create mode 100644 specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/SlbMuxInstance/SlbMuxInstanceGetOperation_example.json create mode 100644 specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/SlbMuxInstance/SlbMuxInstanceListOperation_example.json create mode 100644 specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/StoragePool/StoragePoolGetOperation_example.json create mode 100644 specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/StoragePool/StoragePoolListOperation_example.json create mode 100644 specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/StorageSystem/StorageSystemGetOperation_example.json create mode 100644 specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/StorageSystem/StorageSystemListOperation_example.json create mode 100644 specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/Volume/VolumeGetOperation_example.json create mode 100644 specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/Volume/VolumeListOperation_example.json create mode 100644 specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/operations.json create mode 100644 specification/azsadmin/fabric/resource-manager/readme.md diff --git a/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/alert.json b/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/alert.json new file mode 100644 index 000000000000..a0f8cc8ea6e7 --- /dev/null +++ b/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/alert.json @@ -0,0 +1,343 @@ +{ + "swagger": "2.0", + "info": { + "description": "Alert operation endpoints and objects.", + "version": "2016-05-01" + }, + "host": "adminmanagement.local.azurestack.external", + "schemes": [ + "https" + ], + "paths": { + "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/{location}/alerts": { + "get": { + "x-ms-examples": { + "List all alerts": "./examples/Alert/AlertListOperation_example.json" + }, + "tags": [ + "Alerts" + ], + "description": "Returns the list of all alerts in a given location.", + "operationId": "Alerts_List", + "parameters": [ + { + "$ref": "infrastructureinsights.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "infrastructureinsights.json#/parameters/LocationParameter" + }, + { + "$ref": "infrastructureinsights.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "infrastructureinsights.json#/parameters/FilterParameter" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/AlertList" + } + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, + "x-ms-odata": "#/definitions/Alert", + "produces": [ + "application/json" + ], + "consumes": [ + "application/json" + ] + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/{location}/alerts/{alertName}": { + "get": { + "x-ms-examples": { + "Get an alert": "./examples/Alert/AlertGetOperation_example.json" + }, + "tags": [ + "Alerts" + ], + "description": "Get an alert.", + "operationId": "Alerts_Get", + "parameters": [ + { + "$ref": "infrastructureinsights.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "infrastructureinsights.json#/parameters/LocationParameter" + }, + { + "$ref": "#/parameters/AlertNameParameter" + }, + { + "$ref": "infrastructureinsights.json#/parameters/ApiVersionParameter" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/Alert" + } + } + }, + "produces": [ + "application/json" + ], + "consumes": [ + "application/json" + ] + }, + "put": { + "x-ms-examples": { + "Close an alert": "./examples/Alert/AlertCloseOperation_example.json" + }, + "tags": [ + "Alerts" + ], + "description": "Close an alert.", + "operationId": "Alerts_Close", + "parameters": [ + { + "$ref": "infrastructureinsights.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "infrastructureinsights.json#/parameters/LocationParameter" + }, + { + "$ref": "#/parameters/AlertNameParameter" + }, + { + "$ref": "infrastructureinsights.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/UserParameter" + }, + { + "$ref": "#/parameters/AlertParameter" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/Alert" + } + } + }, + "produces": [ + "application/json" + ], + "consumes": [ + "application/json" + ] + } + } + }, + "definitions": { + "Alert": { + "description": "This class models an alert resource.", + "properties": { + "properties": { + "description": "Holds all information related to Alerts", + "$ref": "#/definitions/AlertModel", + "x-ms-client-flatten": true + } + }, + "allOf": [ + { + "$ref": "infrastructureinsights.json#/definitions/Resource" + } + ] + }, + "AlertModel": { + "description": "Holds Alert data", + "properties": { + "closedTimestamp": { + "description": "Gets or sets the closed timestamp of the alert.", + "type": "string" + }, + "createdTimestamp": { + "description": "Gets or sets the created timestamp of the alert.", + "type": "string" + }, + "description": { + "description": "Gets or sets the description of the alert.", + "type": "array", + "items": { + "$ref": "infrastructureinsights.json#/definitions/MarkupElement" + } + }, + "faultId": { + "description": "Gets or sets the fault id of the alert.", + "type": "string" + }, + "alertId": { + "description": "Gets or sets the id of the alert.", + "type": "string" + }, + "faultTypeId": { + "description": "Gets or sets the fault type id of the alert.", + "type": "string" + }, + "lastUpdatedTimestamp": { + "description": "Gets or sets last updated timestamp of the alert.", + "type": "string" + }, + "alertProperties": { + "description": "Gets or sets properties of the alert.", + "type": "object", + "additionalProperties": { + "type": "string" + } + }, + "remediation": { + "description": "Gets or sets the admin friendly remediation instructions for the alert.", + "type": "array", + "items": { + "$ref": "infrastructureinsights.json#/definitions/MarkupElement" + } + }, + "resourceRegistrationId": { + "description": "Gets or sets the registration id of the atomic component the alert belongs to. This is null if not associated with a resource.", + "type": "string" + }, + "resourceProviderRegistrationId": { + "description": "Gets or sets the registration id of the service the alert belongs to.", + "type": "string" + }, + "severity": { + "description": "Gets or sets the severity of the alert.", + "type": "string" + }, + "state": { + "description": "Gets or sets the state of the alert.", + "type": "string" + }, + "title": { + "description": "Gets or sets the ResourceId for the impacted item.", + "type": "string" + }, + "impactedResourceId": { + "description": "Gets or sets the ResourceId for the impacted item.", + "type": "string" + }, + "impactedResourceDisplayName": { + "description": "Gets or sets the display name for the impacted item.", + "type": "string" + }, + "closedByUserAlias": { + "description": "Gets or sets the user alias who closed the alert.", + "type": "string" + } + } + }, + "AlertList": { + "description": "A pageable list of Alerts", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/definitions/Alert" + }, + "description": "Holds all alerts in this page." + }, + "nextLink": { + "type": "string", + "description": "Points to the next page." + } + } + } + }, + "parameters": { + "AlertNameParameter": { + "name": "alertName", + "description": "Name of the alert.", + "type": "string", + "required": true, + "in": "path", + "x-ms-parameter-location": "method" + }, + "RetentionPeriodInDaysBodyParameter": { + "name": "retentionPeriodInDays", + "description": "How long alerts should exist before deletion.", + "schema": { + "type": "integer", + "format": "int32" + }, + "required": true, + "in": "body", + "x-ms-parameter-location": "method" + }, + "ResourceProviderRegistrationIdBodyParameter": { + "description": "A resource provider registration id.", + "name": "resourceProviderRegistrationId", + "schema": { + "type": "string" + }, + "required": true, + "in": "body", + "x-ms-parameter-location": "method" + }, + "ResourceRegistrationIdBodyParameter": { + "description": "A resource provider id.", + "name": "resourceRegistrationId", + "schema": { + "type": "string" + }, + "required": true, + "in": "body", + "x-ms-parameter-location": "method" + }, + "HeartbeatMachineNameBodyParameter": { + "description": "Name of a heartbeat machine.", + "name": "heartbeatMachineName", + "schema": { + "type": "string" + }, + "required": true, + "in": "body", + "x-ms-parameter-location": "method" + }, + "UserParameter": { + "description": "The username used to perform the operation.", + "name": "user", + "type": "string", + "required": true, + "in": "query", + "x-ms-parameter-location": "method" + }, + "AlertParameter": { + "description": "Updated Alert Parameter.", + "name": "alert", + "schema": { + "$ref": "#/definitions/Alert" + }, + "required": true, + "in": "body", + "x-ms-parameter-location": "method" + } + }, + "securityDefinitions": { + "azure_auth": { + "type": "oauth2", + "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", + "flow": "implicit", + "description": "Azure Active Directory OAuth2 Flow", + "scopes": { + "user_impersonation": "impersonate your user account" + } + } + }, + "security": [ + { + "azure_auth": [ + "user_impersonation" + ] + } + ] +} \ No newline at end of file diff --git a/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/Alert/AlertCloseOperation_example.json b/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/Alert/AlertCloseOperation_example.json new file mode 100644 index 000000000000..800c565f53b4 --- /dev/null +++ b/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/Alert/AlertCloseOperation_example.json @@ -0,0 +1,72 @@ +{ + "parameters": { + "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "location": "local", + "alert": "ca55be03-9be9-4deb-8467-e890ab1d116b", + "user": "ciserviceadmin@msazurestack.onmicrosoft.com", + "api-version": "2016-05-01" + }, + "responses": { + "200": { + "body": { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/ca55be03-9be9-4deb-8467-e890ab1d116b", + "name": "ca55be03-9be9-4deb-8467-e890ab1d116b", + "type": "Microsoft.InfrastructureInsights.Admin/regionHealths/alerts", + "location": "local", + "tags": {}, + "properties": { + "closedTimestamp": null, + "createdTimestamp": "2017-08-12T20:28:56.912712Z", + "description": [ + { + "text": "The infrastructure role Infrastructure management controller is experiencing issues.", + "type": "Text" + } + ], + "faultId": "ServiceFabric:/FabricControllerRing/FabricControllerRing", + "alertId": "ca55be03-9be9-4deb-8467-e890ab1d116b", + "faultTypeId": "ServiceFabricClusterUnhealthy", + "lastUpdatedTimestamp": "2017-08-12T20:28:56.912712Z", + "alertProperties": { + "healthState": "Warning", + "name": "Infrastructure management controller", + "fabricName": "FabricControllerRing", + "description": null, + "serviceType": "FabricControllerRing" + }, + "remediation": [ + { + "text": "Please contact Support. Before you do, start the log file collection process using the guidance from ", + "type": "Text" + }, + { + "linkType": "Uri", + "uri": "https://aka.ms/azurestacklogfiles", + "resourceId": null, + "type": "LinkBegin" + }, + { + "text": "https://aka.ms/azurestacklogfiles", + "type": "Text" + }, + { + "type": "LinkEnd" + }, + { + "text": ".", + "type": "Text" + } + ], + "resourceRegistrationId": "7cd4c25c-e946-4502-926b-e3c32737b116", + "resourceProviderRegistrationId": "e56bc7b8-c8b5-4e25-b00c-4f951effb22c", + "severity": "Warning", + "state": "Closed", + "title": "Infrastructure role is unhealthy", + "impactedResourceId": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/FabricControllerRing", + "impactedResourceDisplayName": "Infrastructure management controller", + "closedByUserAlias": "ciserviceadmin@msazurestack.onmicrosoft.com" + } + } + } + } +} \ No newline at end of file diff --git a/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/Alert/AlertGetOperation_example.json b/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/Alert/AlertGetOperation_example.json new file mode 100644 index 000000000000..171466e229ab --- /dev/null +++ b/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/Alert/AlertGetOperation_example.json @@ -0,0 +1,71 @@ +{ + "parameters": { + "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "location": "local", + "alert": "ca55be03-9be9-4deb-8467-e890ab1d116b", + "api-version": "2016-05-01" + }, + "responses": { + "200": { + "body": { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/ca55be03-9be9-4deb-8467-e890ab1d116b", + "name": "ca55be03-9be9-4deb-8467-e890ab1d116b", + "type": "Microsoft.InfrastructureInsights.Admin/regionHealths/alerts", + "location": "local", + "tags": {}, + "properties": { + "closedTimestamp": null, + "createdTimestamp": "2017-08-12T20:28:56.912712Z", + "description": [ + { + "text": "The infrastructure role Infrastructure management controller is experiencing issues.", + "type": "Text" + } + ], + "faultId": "ServiceFabric:/FabricControllerRing/FabricControllerRing", + "alertId": "ca55be03-9be9-4deb-8467-e890ab1d116b", + "faultTypeId": "ServiceFabricClusterUnhealthy", + "lastUpdatedTimestamp": "2017-08-12T20:28:56.912712Z", + "alertProperties": { + "healthState": "Warning", + "name": "Infrastructure management controller", + "fabricName": "FabricControllerRing", + "description": null, + "serviceType": "FabricControllerRing" + }, + "remediation": [ + { + "text": "Please contact Support. Before you do, start the log file collection process using the guidance from ", + "type": "Text" + }, + { + "linkType": "Uri", + "uri": "https://aka.ms/azurestacklogfiles", + "resourceId": null, + "type": "LinkBegin" + }, + { + "text": "https://aka.ms/azurestacklogfiles", + "type": "Text" + }, + { + "type": "LinkEnd" + }, + { + "text": ".", + "type": "Text" + } + ], + "resourceRegistrationId": "7cd4c25c-e946-4502-926b-e3c32737b116", + "resourceProviderRegistrationId": "e56bc7b8-c8b5-4e25-b00c-4f951effb22c", + "severity": "Warning", + "state": "Active", + "title": "Infrastructure role is unhealthy", + "impactedResourceId": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/FabricControllerRing", + "impactedResourceDisplayName": "Infrastructure management controller", + "closedByUserAlias": null + } + } + } + } +} \ No newline at end of file diff --git a/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/Alert/AlertListOperation_example.json b/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/Alert/AlertListOperation_example.json new file mode 100644 index 000000000000..287e99c95a4c --- /dev/null +++ b/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/Alert/AlertListOperation_example.json @@ -0,0 +1,134 @@ +{ + "parameters": { + "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "location": "local", + "api-version": "2016-05-01" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/1fcf80bb-f889-44c5-8591-efd191812385", + "name": "1fcf80bb-f889-44c5-8591-efd191812385", + "type": "Microsoft.InfrastructureInsights.Admin/regionHealths/alerts", + "location": "local", + "tags": {}, + "properties": { + "closedTimestamp": null, + "createdTimestamp": "2017-08-12T20:28:56.897087Z", + "description": [ + { + "text": "The infrastructure role Capacity is experiencing issues.", + "type": "Text" + } + ], + "faultId": "ServiceFabric:/FabricResourceProvider/fabric:/FabricResourceProvider", + "alertId": "1fcf80bb-f889-44c5-8591-efd191812385", + "faultTypeId": "ServiceFabricApplicationUnhealthy", + "lastUpdatedTimestamp": "2017-08-12T20:28:56.897087Z", + "alertProperties": { + "healthState": "Warning", + "name": "Capacity", + "fabricName": "fabric:/FabricResourceProvider", + "description": null, + "serviceType": "FabricResourceProvider" + }, + "remediation": [ + { + "text": "Please contact Support. Before you do, start the log file collection process using the guidance from ", + "type": "Text" + }, + { + "linkType": "Uri", + "uri": "https://aka.ms/azurestacklogfiles", + "resourceId": null, + "type": "LinkBegin" + }, + { + "text": "https://aka.ms/azurestacklogfiles", + "type": "Text" + }, + { + "type": "LinkEnd" + }, + { + "text": ".", + "type": "Text" + } + ], + "resourceRegistrationId": null, + "resourceProviderRegistrationId": "e56bc7b8-c8b5-4e25-b00c-4f951effb22c", + "severity": "Warning", + "state": "Active", + "title": "Infrastructure role is unhealthy", + "impactedResourceId": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/FabricResourceProvider", + "impactedResourceDisplayName": "FabricResourceProvider", + "closedByUserAlias": null + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/ca55be03-9be9-4deb-8467-e890ab1d116b", + "name": "ca55be03-9be9-4deb-8467-e890ab1d116b", + "type": "Microsoft.InfrastructureInsights.Admin/regionHealths/alerts", + "location": "local", + "tags": {}, + "properties": { + "closedTimestamp": null, + "createdTimestamp": "2017-08-12T20:28:56.912712Z", + "description": [ + { + "text": "The infrastructure role Infrastructure management controller is experiencing issues.", + "type": "Text" + } + ], + "faultId": "ServiceFabric:/FabricControllerRing/FabricControllerRing", + "alertId": "ca55be03-9be9-4deb-8467-e890ab1d116b", + "faultTypeId": "ServiceFabricClusterUnhealthy", + "lastUpdatedTimestamp": "2017-08-12T20:28:56.912712Z", + "alertProperties": { + "healthState": "Warning", + "name": "Infrastructure management controller", + "fabricName": "FabricControllerRing", + "description": null, + "serviceType": "FabricControllerRing" + }, + "remediation": [ + { + "text": "Please contact Support. Before you do, start the log file collection process using the guidance from ", + "type": "Text" + }, + { + "linkType": "Uri", + "uri": "https://aka.ms/azurestacklogfiles", + "resourceId": null, + "type": "LinkBegin" + }, + { + "text": "https://aka.ms/azurestacklogfiles", + "type": "Text" + }, + { + "type": "LinkEnd" + }, + { + "text": ".", + "type": "Text" + } + ], + "resourceRegistrationId": "7cd4c25c-e946-4502-926b-e3c32737b116", + "resourceProviderRegistrationId": "e56bc7b8-c8b5-4e25-b00c-4f951effb22c", + "severity": "Warning", + "state": "Active", + "title": "Infrastructure role is unhealthy", + "impactedResourceId": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/FabricControllerRing", + "impactedResourceDisplayName": "Infrastructure management controller", + "closedByUserAlias": null + } + } + ], + "nextLink": null + } + } + } +} \ No newline at end of file diff --git a/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/RegionHealth/RegionHealthGetOperation_example.json b/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/RegionHealth/RegionHealthGetOperation_example.json new file mode 100644 index 000000000000..fa673b1c01a6 --- /dev/null +++ b/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/RegionHealth/RegionHealthGetOperation_example.json @@ -0,0 +1,71 @@ +{ + "parameters": { + "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "location": "local", + "api-version": "2016-05-01" + }, + "responses": { + "200": { + "body": { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local", + "name": "local", + "type": "Microsoft.InfrastructureInsights.Admin/regionHealths", + "location": "local", + "tags": {}, + "properties": { + "usageMetrics": [ + { + "name": "Physical memory", + "metricsValue": [ + { + "name": "Used", + "unit": "GB", + "value": 76.249416351318359 + }, + { + "name": "Available", + "unit": "GB", + "value": 181.7333984375 + } + ] + }, + { + "name": "Physical storage", + "metricsValue": [ + { + "name": "Used", + "unit": "TB", + "value": 0.22170669212937355 + }, + { + "name": "Available", + "unit": "TB", + "value": 2.2449070774018764 + } + ] + }, + { + "name": "Public IP address pools", + "metricsValue": [ + { + "name": "Used", + "unit": "One", + "value": 31.0 + }, + { + "name": "Available", + "unit": "One", + "value": 480.0 + } + ] + } + ], + "alertSummary": { + "criticalAlertCount": 0, + "warningAlertCount": 2 + } + } + } + } + } +} \ No newline at end of file diff --git a/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/RegionHealth/RegionHealthListOperation_example.json b/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/RegionHealth/RegionHealthListOperation_example.json new file mode 100644 index 000000000000..abf11b1ba188 --- /dev/null +++ b/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/RegionHealth/RegionHealthListOperation_example.json @@ -0,0 +1,76 @@ +{ + "parameters": { + "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "location": "local", + "api-version": "2016-05-01" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local", + "name": "local", + "type": "Microsoft.InfrastructureInsights.Admin/regionHealths", + "location": "local", + "tags": {}, + "properties": { + "usageMetrics": [ + { + "name": "Physical memory", + "metricsValue": [ + { + "name": "Used", + "unit": "GB", + "value": 76.249416351318359 + }, + { + "name": "Available", + "unit": "GB", + "value": 181.7333984375 + } + ] + }, + { + "name": "Physical storage", + "metricsValue": [ + { + "name": "Used", + "unit": "TB", + "value": 0.22170669212937355 + }, + { + "name": "Available", + "unit": "TB", + "value": 2.2449070774018764 + } + ] + }, + { + "name": "Public IP address pools", + "metricsValue": [ + { + "name": "Used", + "unit": "One", + "value": 31.0 + }, + { + "name": "Available", + "unit": "One", + "value": 480.0 + } + ] + } + ], + "alertSummary": { + "criticalAlertCount": 0, + "warningAlertCount": 2 + } + } + } + ], + "nextLink": null + } + } + } +} \ No newline at end of file diff --git a/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/ResourceHealth/ResourceHealthGetOperation_example.json b/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/ResourceHealth/ResourceHealthGetOperation_example.json new file mode 100644 index 000000000000..28235242f5c5 --- /dev/null +++ b/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/ResourceHealth/ResourceHealthGetOperation_example.json @@ -0,0 +1,37 @@ +{ + "parameters": { + "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "location": "local", + "serviceRegistrationId": "e56bc7b8-c8b5-4e25-b00c-4f951effb22c", + "resourceRegistrationId": "e388fe4c-63a0-4253-9b29-6dd4bf024501", + "api-version": "2016-05-01" + }, + "responses": { + "200": { + "body": { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/e388fe4c-63a0-4253-9b29-6dd4bf024501", + "name": "e388fe4c-63a0-4253-9b29-6dd4bf024501", + "type": "Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths", + "location": "local", + "tags": {}, + "properties": { + "registrationId": "e388fe4c-63a0-4253-9b29-6dd4bf024501", + "namespace": "Microsoft.Fabric.Admin", + "routePrefix": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local", + "resourceType": "infraRoles", + "resourceName": "NonPrivilegedApplicationGateway", + "resourceDisplayName": "Partition request broker (User)", + "usageMetrics": [], + "resourceLocation": "local", + "resourceURI": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/NonPrivilegedApplicationGateway", + "rpRegistrationId": "e56bc7b8-c8b5-4e25-b00c-4f951effb22c", + "alertSummary": { + "criticalAlertCount": 0, + "warningAlertCount": 0 + }, + "healthState": "Healthy" + } + } + } + } +} \ No newline at end of file diff --git a/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/ResourceHealth/ResourceHealthListOperation_example.json b/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/ResourceHealth/ResourceHealthListOperation_example.json new file mode 100644 index 000000000000..53cc0f111745 --- /dev/null +++ b/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/ResourceHealth/ResourceHealthListOperation_example.json @@ -0,0 +1,905 @@ +{ + "parameters": { + "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "location": "local", + "serviceRegistrationId": "e56bc7b8-c8b5-4e25-b00c-4f951effb22c", + "api-version": "2016-05-01" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/02860753-c35b-4a1d-9d5b-78d51e08616e", + "name": "02860753-c35b-4a1d-9d5b-78d51e08616e", + "type": "Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths", + "location": "local", + "tags": {}, + "properties": { + "registrationId": "02860753-c35b-4a1d-9d5b-78d51e08616e", + "namespace": "Microsoft.Fabric.Admin", + "routePrefix": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local", + "resourceType": "infraRoles", + "resourceName": "PortalAdmin", + "resourceDisplayName": "Portal (Administrator)", + "usageMetrics": [], + "resourceLocation": "local", + "resourceURI": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/PortalAdmin", + "rpRegistrationId": "e56bc7b8-c8b5-4e25-b00c-4f951effb22c", + "alertSummary": { + "criticalAlertCount": 0, + "warningAlertCount": 0 + }, + "healthState": "Unknown" + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/03e6f2b8-c4b9-4f13-b381-0365e1c83dbf", + "name": "03e6f2b8-c4b9-4f13-b381-0365e1c83dbf", + "type": "Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths", + "location": "local", + "tags": {}, + "properties": { + "registrationId": "03e6f2b8-c4b9-4f13-b381-0365e1c83dbf", + "namespace": "Microsoft.Fabric.Admin", + "routePrefix": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local", + "resourceType": "infraRoles", + "resourceName": "SLBMultiplexer", + "resourceDisplayName": "Load balancer multiplexer", + "usageMetrics": [], + "resourceLocation": "local", + "resourceURI": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/SLBMultiplexer", + "rpRegistrationId": "e56bc7b8-c8b5-4e25-b00c-4f951effb22c", + "alertSummary": { + "criticalAlertCount": 0, + "warningAlertCount": 0 + }, + "healthState": "Healthy" + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/1c5fb7d8-0c79-4157-ba6b-3cd3316dbbdf", + "name": "1c5fb7d8-0c79-4157-ba6b-3cd3316dbbdf", + "type": "Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths", + "location": "local", + "tags": {}, + "properties": { + "registrationId": "1c5fb7d8-0c79-4157-ba6b-3cd3316dbbdf", + "namespace": "Microsoft.Fabric.Admin", + "routePrefix": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local", + "resourceType": "infraRoles", + "resourceName": "KeyVaultControlPlane", + "resourceDisplayName": "Key Vault controller (User)", + "usageMetrics": [], + "resourceLocation": "local", + "resourceURI": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/KeyVaultControlPlane", + "rpRegistrationId": "e56bc7b8-c8b5-4e25-b00c-4f951effb22c", + "alertSummary": { + "criticalAlertCount": 0, + "warningAlertCount": 0 + }, + "healthState": "Healthy" + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/1ee2cdb4-ce31-45d7-890f-3fc3404897a3", + "name": "1ee2cdb4-ce31-45d7-890f-3fc3404897a3", + "type": "Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths", + "location": "local", + "tags": {}, + "properties": { + "registrationId": "1ee2cdb4-ce31-45d7-890f-3fc3404897a3", + "namespace": "Microsoft.Fabric.Admin", + "routePrefix": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local", + "resourceType": "infraRoles", + "resourceName": "MicrosoftSQLServer", + "resourceDisplayName": "Internal data store", + "usageMetrics": [], + "resourceLocation": "local", + "resourceURI": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/MicrosoftSQLServer", + "rpRegistrationId": "e56bc7b8-c8b5-4e25-b00c-4f951effb22c", + "alertSummary": { + "criticalAlertCount": 0, + "warningAlertCount": 0 + }, + "healthState": "Unknown" + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/22e43659-5042-4ffb-896c-83bdd7be7003", + "name": "22e43659-5042-4ffb-896c-83bdd7be7003", + "type": "Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths", + "location": "local", + "tags": {}, + "properties": { + "registrationId": "22e43659-5042-4ffb-896c-83bdd7be7003", + "namespace": "Microsoft.Fabric.Admin", + "routePrefix": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local", + "resourceType": "infraRoles", + "resourceName": "BackupController", + "resourceDisplayName": "Backup controller", + "usageMetrics": [], + "resourceLocation": "local", + "resourceURI": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/BackupController", + "rpRegistrationId": "e56bc7b8-c8b5-4e25-b00c-4f951effb22c", + "alertSummary": { + "criticalAlertCount": 0, + "warningAlertCount": 0 + }, + "healthState": "Healthy" + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/30c69554-bca4-421f-9d70-8c7dc4d9a90a", + "name": "30c69554-bca4-421f-9d70-8c7dc4d9a90a", + "type": "Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths", + "location": "local", + "tags": {}, + "properties": { + "registrationId": "30c69554-bca4-421f-9d70-8c7dc4d9a90a", + "namespace": "Microsoft.Fabric.Admin", + "routePrefix": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local", + "resourceType": "infraRoles", + "resourceName": "AuthorizationServiceAdmin", + "resourceDisplayName": "Authorization service (Administrator)", + "usageMetrics": [], + "resourceLocation": "local", + "resourceURI": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/AuthorizationServiceAdmin", + "rpRegistrationId": "e56bc7b8-c8b5-4e25-b00c-4f951effb22c", + "alertSummary": { + "criticalAlertCount": 0, + "warningAlertCount": 0 + }, + "healthState": "Unknown" + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/320279a8-46c2-4551-b739-be1108f07285", + "name": "320279a8-46c2-4551-b739-be1108f07285", + "type": "Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths", + "location": "local", + "tags": {}, + "properties": { + "registrationId": "320279a8-46c2-4551-b739-be1108f07285", + "namespace": "Microsoft.Fabric.Admin", + "routePrefix": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local", + "resourceType": "infraRoles", + "resourceName": "HealthMonitoring", + "resourceDisplayName": "Health controller", + "usageMetrics": [], + "resourceLocation": "local", + "resourceURI": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/HealthMonitoring", + "rpRegistrationId": "e56bc7b8-c8b5-4e25-b00c-4f951effb22c", + "alertSummary": { + "criticalAlertCount": 0, + "warningAlertCount": 0 + }, + "healthState": "Healthy" + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/33651056-1254-41d5-8388-8842a4cb8201", + "name": "33651056-1254-41d5-8388-8842a4cb8201", + "type": "Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths", + "location": "local", + "tags": {}, + "properties": { + "registrationId": "33651056-1254-41d5-8388-8842a4cb8201", + "namespace": "Microsoft.Fabric.Admin", + "routePrefix": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local", + "resourceType": "infraRoles", + "resourceName": "NetworkController", + "resourceDisplayName": "Network controller", + "usageMetrics": [], + "resourceLocation": "local", + "resourceURI": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/NetworkController", + "rpRegistrationId": "e56bc7b8-c8b5-4e25-b00c-4f951effb22c", + "alertSummary": { + "criticalAlertCount": 0, + "warningAlertCount": 0 + }, + "healthState": "Healthy" + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/35348c64-1f2c-453b-8df4-b7cb5827db5d", + "name": "35348c64-1f2c-453b-8df4-b7cb5827db5d", + "type": "Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths", + "location": "local", + "tags": {}, + "properties": { + "registrationId": "35348c64-1f2c-453b-8df4-b7cb5827db5d", + "namespace": "Microsoft.Fabric.Admin", + "routePrefix": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local", + "resourceType": "infraRoles", + "resourceName": "AuthorizationServiceUser", + "resourceDisplayName": "Authorization service (User)", + "usageMetrics": [], + "resourceLocation": "local", + "resourceURI": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/AuthorizationServiceUser", + "rpRegistrationId": "e56bc7b8-c8b5-4e25-b00c-4f951effb22c", + "alertSummary": { + "criticalAlertCount": 0, + "warningAlertCount": 0 + }, + "healthState": "Unknown" + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/396efceb-268c-4dfc-80de-d46f67ab9718", + "name": "396efceb-268c-4dfc-80de-d46f67ab9718", + "type": "Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths", + "location": "local", + "tags": {}, + "properties": { + "registrationId": "396efceb-268c-4dfc-80de-d46f67ab9718", + "namespace": "Microsoft.Fabric.Admin", + "routePrefix": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local", + "resourceType": "infraRoles", + "resourceName": "InsightsServiceAdmin", + "resourceDisplayName": "Insights service (Administrator)", + "usageMetrics": [], + "resourceLocation": "local", + "resourceURI": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/InsightsServiceAdmin", + "rpRegistrationId": "e56bc7b8-c8b5-4e25-b00c-4f951effb22c", + "alertSummary": { + "criticalAlertCount": 0, + "warningAlertCount": 0 + }, + "healthState": "Unknown" + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/3a13bf18-e3d8-4533-abbd-97c9afc06a58", + "name": "3a13bf18-e3d8-4533-abbd-97c9afc06a58", + "type": "Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths", + "location": "local", + "tags": {}, + "properties": { + "registrationId": "3a13bf18-e3d8-4533-abbd-97c9afc06a58", + "namespace": "Microsoft.Fabric.Admin", + "routePrefix": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local", + "resourceType": "infraRoles", + "resourceName": "KeyVaultInternalDataPlane", + "resourceDisplayName": "Key Vault service (Administrator)", + "usageMetrics": [], + "resourceLocation": "local", + "resourceURI": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/KeyVaultInternalDataPlane", + "rpRegistrationId": "e56bc7b8-c8b5-4e25-b00c-4f951effb22c", + "alertSummary": { + "criticalAlertCount": 0, + "warningAlertCount": 0 + }, + "healthState": "Healthy" + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/3a868182-32e4-4b78-af5e-4e30f2bb6140", + "name": "3a868182-32e4-4b78-af5e-4e30f2bb6140", + "type": "Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths", + "location": "local", + "tags": {}, + "properties": { + "registrationId": "3a868182-32e4-4b78-af5e-4e30f2bb6140", + "namespace": "Microsoft.Fabric.Admin", + "routePrefix": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local", + "resourceType": "infraRoles", + "resourceName": "ActiveDirectoryDomainServices", + "resourceDisplayName": "Directory management", + "usageMetrics": [], + "resourceLocation": "local", + "resourceURI": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/ActiveDirectoryDomainServices", + "rpRegistrationId": "e56bc7b8-c8b5-4e25-b00c-4f951effb22c", + "alertSummary": { + "criticalAlertCount": 0, + "warningAlertCount": 0 + }, + "healthState": "Healthy" + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/4a407ec3-4378-491d-a1b4-747e12cc079f", + "name": "4a407ec3-4378-491d-a1b4-747e12cc079f", + "type": "Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths", + "location": "local", + "tags": {}, + "properties": { + "registrationId": "4a407ec3-4378-491d-a1b4-747e12cc079f", + "namespace": "Microsoft.Fabric.Admin", + "routePrefix": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local", + "resourceType": "infraRoles", + "resourceName": "AzureResourceManagerAdmin", + "resourceDisplayName": "Azure Resource Manager (Administrator)", + "usageMetrics": [], + "resourceLocation": "local", + "resourceURI": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/AzureResourceManagerAdmin", + "rpRegistrationId": "e56bc7b8-c8b5-4e25-b00c-4f951effb22c", + "alertSummary": { + "criticalAlertCount": 0, + "warningAlertCount": 0 + }, + "healthState": "Unknown" + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/4b809ab1-6dd8-4944-9236-d94975579138", + "name": "4b809ab1-6dd8-4944-9236-d94975579138", + "type": "Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths", + "location": "local", + "tags": {}, + "properties": { + "registrationId": "4b809ab1-6dd8-4944-9236-d94975579138", + "namespace": "Microsoft.Fabric.Admin", + "routePrefix": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local", + "resourceType": "infraRoles", + "resourceName": "UsageServiceUser", + "resourceDisplayName": "Usage service (User)", + "usageMetrics": [], + "resourceLocation": "local", + "resourceURI": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/UsageServiceUser", + "rpRegistrationId": "e56bc7b8-c8b5-4e25-b00c-4f951effb22c", + "alertSummary": { + "criticalAlertCount": 0, + "warningAlertCount": 0 + }, + "healthState": "Unknown" + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/4f400548-da5c-4fb4-aa23-f44e68b3a168", + "name": "4f400548-da5c-4fb4-aa23-f44e68b3a168", + "type": "Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths", + "location": "local", + "tags": {}, + "properties": { + "registrationId": "4f400548-da5c-4fb4-aa23-f44e68b3a168", + "namespace": "Microsoft.Fabric.Admin", + "routePrefix": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local", + "resourceType": "infraRoles", + "resourceName": "KeyVaultInternalControlPlane", + "resourceDisplayName": "Key Vault controller (Administrator)", + "usageMetrics": [], + "resourceLocation": "local", + "resourceURI": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/KeyVaultInternalControlPlane", + "rpRegistrationId": "e56bc7b8-c8b5-4e25-b00c-4f951effb22c", + "alertSummary": { + "criticalAlertCount": 0, + "warningAlertCount": 0 + }, + "healthState": "Healthy" + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/52115be4-b1f7-4ed2-a8c9-0d93f588ee7f", + "name": "52115be4-b1f7-4ed2-a8c9-0d93f588ee7f", + "type": "Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths", + "location": "local", + "tags": {}, + "properties": { + "registrationId": "52115be4-b1f7-4ed2-a8c9-0d93f588ee7f", + "namespace": "Microsoft.Fabric.Admin", + "routePrefix": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local", + "resourceType": "infraRoles", + "resourceName": "AzureConsistentStorageRing", + "resourceDisplayName": "Storage services", + "usageMetrics": [], + "resourceLocation": "local", + "resourceURI": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/AzureConsistentStorageRing", + "rpRegistrationId": "e56bc7b8-c8b5-4e25-b00c-4f951effb22c", + "alertSummary": { + "criticalAlertCount": 0, + "warningAlertCount": 0 + }, + "healthState": "Healthy" + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/58e5e6cc-e880-4f6a-886b-1819d9672bf8", + "name": "58e5e6cc-e880-4f6a-886b-1819d9672bf8", + "type": "Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths", + "location": "local", + "tags": {}, + "properties": { + "registrationId": "58e5e6cc-e880-4f6a-886b-1819d9672bf8", + "namespace": "Microsoft.Fabric.Admin", + "routePrefix": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local", + "resourceType": "infraRoles", + "resourceName": "StorageController", + "resourceDisplayName": "Storage controller", + "usageMetrics": [], + "resourceLocation": "local", + "resourceURI": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/StorageController", + "rpRegistrationId": "e56bc7b8-c8b5-4e25-b00c-4f951effb22c", + "alertSummary": { + "criticalAlertCount": 0, + "warningAlertCount": 0 + }, + "healthState": "Healthy" + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/596fbaa6-66bd-4eac-b002-9b63a69f0728", + "name": "596fbaa6-66bd-4eac-b002-9b63a69f0728", + "type": "Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths", + "location": "local", + "tags": {}, + "properties": { + "registrationId": "596fbaa6-66bd-4eac-b002-9b63a69f0728", + "namespace": "Microsoft.Fabric.Admin", + "routePrefix": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local", + "resourceType": "infraRoles", + "resourceName": "AzureBridge", + "resourceDisplayName": "Azure bridge", + "usageMetrics": [], + "resourceLocation": "local", + "resourceURI": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/AzureBridge", + "rpRegistrationId": "e56bc7b8-c8b5-4e25-b00c-4f951effb22c", + "alertSummary": { + "criticalAlertCount": 0, + "warningAlertCount": 0 + }, + "healthState": "Unknown" + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/6e65db7d-de20-4ff0-b628-0a8a5839c61d", + "name": "6e65db7d-de20-4ff0-b628-0a8a5839c61d", + "type": "Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths", + "location": "local", + "tags": {}, + "properties": { + "registrationId": "6e65db7d-de20-4ff0-b628-0a8a5839c61d", + "namespace": "Microsoft.Fabric.Admin", + "routePrefix": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local", + "resourceType": "infraRoles", + "resourceName": "InsightsServiceUser", + "resourceDisplayName": "Insights service (User)", + "usageMetrics": [], + "resourceLocation": "local", + "resourceURI": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/InsightsServiceUser", + "rpRegistrationId": "e56bc7b8-c8b5-4e25-b00c-4f951effb22c", + "alertSummary": { + "criticalAlertCount": 0, + "warningAlertCount": 0 + }, + "healthState": "Unknown" + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/70bca597-4cda-4b3b-94e2-bda43c7207fb", + "name": "70bca597-4cda-4b3b-94e2-bda43c7207fb", + "type": "Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths", + "location": "local", + "tags": {}, + "properties": { + "registrationId": "70bca597-4cda-4b3b-94e2-bda43c7207fb", + "namespace": "Microsoft.Fabric.Admin", + "routePrefix": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local", + "resourceType": "infraRoles", + "resourceName": "KeyVaultNamingService", + "resourceDisplayName": "Key Vault name manager", + "usageMetrics": [], + "resourceLocation": "local", + "resourceURI": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/KeyVaultNamingService", + "rpRegistrationId": "e56bc7b8-c8b5-4e25-b00c-4f951effb22c", + "alertSummary": { + "criticalAlertCount": 0, + "warningAlertCount": 0 + }, + "healthState": "Healthy" + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/7afd76d2-6f78-464a-aac9-55c24692de31", + "name": "7afd76d2-6f78-464a-aac9-55c24692de31", + "type": "Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths", + "location": "local", + "tags": {}, + "properties": { + "registrationId": "7afd76d2-6f78-464a-aac9-55c24692de31", + "namespace": "Microsoft.Fabric.Admin", + "routePrefix": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local", + "resourceType": "infraRoles", + "resourceName": "KeyVaultDataPlane", + "resourceDisplayName": "Key Vault service (User)", + "usageMetrics": [], + "resourceLocation": "local", + "resourceURI": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/KeyVaultDataPlane", + "rpRegistrationId": "e56bc7b8-c8b5-4e25-b00c-4f951effb22c", + "alertSummary": { + "criticalAlertCount": 0, + "warningAlertCount": 0 + }, + "healthState": "Healthy" + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/7cd4c25c-e946-4502-926b-e3c32737b116", + "name": "7cd4c25c-e946-4502-926b-e3c32737b116", + "type": "Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths", + "location": "local", + "tags": {}, + "properties": { + "registrationId": "7cd4c25c-e946-4502-926b-e3c32737b116", + "namespace": "Microsoft.Fabric.Admin", + "routePrefix": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local", + "resourceType": "infraRoles", + "resourceName": "FabricControllerRing", + "resourceDisplayName": "Infrastructure management controller", + "usageMetrics": [], + "resourceLocation": "local", + "resourceURI": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/FabricControllerRing", + "rpRegistrationId": "e56bc7b8-c8b5-4e25-b00c-4f951effb22c", + "alertSummary": { + "criticalAlertCount": 0, + "warningAlertCount": 1 + }, + "healthState": "Warning" + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/8e829737-813b-4637-97d5-83a1eeaea4fe", + "name": "8e829737-813b-4637-97d5-83a1eeaea4fe", + "type": "Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths", + "location": "local", + "tags": {}, + "properties": { + "registrationId": "8e829737-813b-4637-97d5-83a1eeaea4fe", + "namespace": "Microsoft.Fabric.Admin", + "routePrefix": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local", + "resourceType": "infraRoles", + "resourceName": "ComputeController", + "resourceDisplayName": "Compute controller", + "usageMetrics": [], + "resourceLocation": "local", + "resourceURI": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/ComputeController", + "rpRegistrationId": "e56bc7b8-c8b5-4e25-b00c-4f951effb22c", + "alertSummary": { + "criticalAlertCount": 0, + "warningAlertCount": 0 + }, + "healthState": "Healthy" + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/a979da34-78f0-45e6-8579-9023b7aabbbd", + "name": "a979da34-78f0-45e6-8579-9023b7aabbbd", + "type": "Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths", + "location": "local", + "tags": {}, + "properties": { + "registrationId": "a979da34-78f0-45e6-8579-9023b7aabbbd", + "namespace": "Microsoft.Fabric.Admin", + "routePrefix": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local", + "resourceType": "infraRoles", + "resourceName": "AzureResourceManagerUser", + "resourceDisplayName": "Azure Resource Manager (User)", + "usageMetrics": [], + "resourceLocation": "local", + "resourceURI": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/AzureResourceManagerUser", + "rpRegistrationId": "e56bc7b8-c8b5-4e25-b00c-4f951effb22c", + "alertSummary": { + "criticalAlertCount": 0, + "warningAlertCount": 0 + }, + "healthState": "Unknown" + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/ac279697-3e4a-441e-a6ab-8afa589a6bf5", + "name": "ac279697-3e4a-441e-a6ab-8afa589a6bf5", + "type": "Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths", + "location": "local", + "tags": {}, + "properties": { + "registrationId": "ac279697-3e4a-441e-a6ab-8afa589a6bf5", + "namespace": "Microsoft.Fabric.Admin", + "routePrefix": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local", + "resourceType": "infraRoles", + "resourceName": "ApplicationGateway", + "resourceDisplayName": "Partition request broker (Administrator)", + "usageMetrics": [], + "resourceLocation": "local", + "resourceURI": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/ApplicationGateway", + "rpRegistrationId": "e56bc7b8-c8b5-4e25-b00c-4f951effb22c", + "alertSummary": { + "criticalAlertCount": 0, + "warningAlertCount": 0 + }, + "healthState": "Healthy" + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/bd90c001-1ddb-470f-9081-4f6bf254d358", + "name": "bd90c001-1ddb-470f-9081-4f6bf254d358", + "type": "Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths", + "location": "local", + "tags": {}, + "properties": { + "registrationId": "bd90c001-1ddb-470f-9081-4f6bf254d358", + "namespace": "Microsoft.Fabric.Admin", + "routePrefix": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local", + "resourceType": "infraRoles", + "resourceName": "UsageServiceAdmin", + "resourceDisplayName": "Usage service (Administrator)", + "usageMetrics": [], + "resourceLocation": "local", + "resourceURI": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/UsageServiceAdmin", + "rpRegistrationId": "e56bc7b8-c8b5-4e25-b00c-4f951effb22c", + "alertSummary": { + "criticalAlertCount": 0, + "warningAlertCount": 0 + }, + "healthState": "Unknown" + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/bffdc1b5-2276-43a1-82a4-01e7a0585162", + "name": "bffdc1b5-2276-43a1-82a4-01e7a0585162", + "type": "Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths", + "location": "local", + "tags": {}, + "properties": { + "registrationId": "bffdc1b5-2276-43a1-82a4-01e7a0585162", + "namespace": "Microsoft.Fabric.Admin", + "routePrefix": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local", + "resourceType": "infraRoles", + "resourceName": "PortalUser", + "resourceDisplayName": "Portal (User)", + "usageMetrics": [], + "resourceLocation": "local", + "resourceURI": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/PortalUser", + "rpRegistrationId": "e56bc7b8-c8b5-4e25-b00c-4f951effb22c", + "alertSummary": { + "criticalAlertCount": 0, + "warningAlertCount": 0 + }, + "healthState": "Unknown" + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/c5ab5cc3-0e51-43fd-94f2-a999f4ce00d1", + "name": "c5ab5cc3-0e51-43fd-94f2-a999f4ce00d1", + "type": "Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths", + "location": "local", + "tags": {}, + "properties": { + "registrationId": "c5ab5cc3-0e51-43fd-94f2-a999f4ce00d1", + "namespace": "Microsoft.Fabric.Admin", + "routePrefix": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local", + "resourceType": "infraRoles", + "resourceName": "ActiveDirectoryFederationServices", + "resourceDisplayName": "Active Directory Federation Services", + "usageMetrics": [], + "resourceLocation": "local", + "resourceURI": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/ActiveDirectoryFederationServices", + "rpRegistrationId": "e56bc7b8-c8b5-4e25-b00c-4f951effb22c", + "alertSummary": { + "criticalAlertCount": 0, + "warningAlertCount": 0 + }, + "healthState": "Unknown" + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/c634d1c5-1a2d-420d-9c88-8d12535d1870", + "name": "c634d1c5-1a2d-420d-9c88-8d12535d1870", + "type": "Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths", + "location": "local", + "tags": {}, + "properties": { + "registrationId": "c634d1c5-1a2d-420d-9c88-8d12535d1870", + "namespace": "Microsoft.Fabric.Admin", + "routePrefix": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local", + "resourceType": "infraRoles", + "resourceName": "SubscriptionsServices", + "resourceDisplayName": "Subscriptions service", + "usageMetrics": [], + "resourceLocation": "local", + "resourceURI": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/SubscriptionsServices", + "rpRegistrationId": "e56bc7b8-c8b5-4e25-b00c-4f951effb22c", + "alertSummary": { + "criticalAlertCount": 0, + "warningAlertCount": 0 + }, + "healthState": "Unknown" + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/c9694eb8-5c18-47d1-b07d-55dc6ce88145", + "name": "c9694eb8-5c18-47d1-b07d-55dc6ce88145", + "type": "Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths", + "location": "local", + "tags": {}, + "properties": { + "registrationId": "c9694eb8-5c18-47d1-b07d-55dc6ce88145", + "namespace": "Microsoft.Fabric.Admin", + "routePrefix": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local", + "resourceType": "infraRoles", + "resourceName": "RASGateway", + "resourceDisplayName": "Edge gateway", + "usageMetrics": [], + "resourceLocation": "local", + "resourceURI": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/RASGateway", + "rpRegistrationId": "e56bc7b8-c8b5-4e25-b00c-4f951effb22c", + "alertSummary": { + "criticalAlertCount": 0, + "warningAlertCount": 0 + }, + "healthState": "Healthy" + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/cef8ab56-97f5-42ef-a4c5-d63de46f603e", + "name": "cef8ab56-97f5-42ef-a4c5-d63de46f603e", + "type": "Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths", + "location": "local", + "tags": {}, + "properties": { + "registrationId": "cef8ab56-97f5-42ef-a4c5-d63de46f603e", + "namespace": "Microsoft.Fabric.Admin", + "routePrefix": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local", + "resourceType": "infraRoles", + "resourceName": "ActiveDirectoryCertificateServices", + "resourceDisplayName": "Certificate management", + "usageMetrics": [], + "resourceLocation": "local", + "resourceURI": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/ActiveDirectoryCertificateServices", + "rpRegistrationId": "e56bc7b8-c8b5-4e25-b00c-4f951effb22c", + "alertSummary": { + "criticalAlertCount": 0, + "warningAlertCount": 0 + }, + "healthState": "Unknown" + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/d6374306-6c60-4881-94a3-b8d78e54dde1", + "name": "d6374306-6c60-4881-94a3-b8d78e54dde1", + "type": "Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths", + "location": "local", + "tags": {}, + "properties": { + "registrationId": "d6374306-6c60-4881-94a3-b8d78e54dde1", + "namespace": "Microsoft.Fabric.Admin", + "routePrefix": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local", + "resourceType": "infraRoles", + "resourceName": "SeedRing", + "resourceDisplayName": "Privileged endpoint", + "usageMetrics": [], + "resourceLocation": "local", + "resourceURI": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/SeedRing", + "rpRegistrationId": "e56bc7b8-c8b5-4e25-b00c-4f951effb22c", + "alertSummary": { + "criticalAlertCount": 0, + "warningAlertCount": 0 + }, + "healthState": "Unknown" + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/df1a83e9-635b-4ed0-af15-dfdf91ef4631", + "name": "df1a83e9-635b-4ed0-af15-dfdf91ef4631", + "type": "Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths", + "location": "local", + "tags": {}, + "properties": { + "registrationId": "df1a83e9-635b-4ed0-af15-dfdf91ef4631", + "namespace": "Microsoft.Fabric.Admin", + "routePrefix": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local", + "resourceType": "infraRoles", + "resourceName": "GalleryServiceUser", + "resourceDisplayName": "Gallery service (User)", + "usageMetrics": [], + "resourceLocation": "local", + "resourceURI": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/GalleryServiceUser", + "rpRegistrationId": "e56bc7b8-c8b5-4e25-b00c-4f951effb22c", + "alertSummary": { + "criticalAlertCount": 0, + "warningAlertCount": 0 + }, + "healthState": "Unknown" + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/e388fe4c-63a0-4253-9b29-6dd4bf024501", + "name": "e388fe4c-63a0-4253-9b29-6dd4bf024501", + "type": "Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths", + "location": "local", + "tags": {}, + "properties": { + "registrationId": "e388fe4c-63a0-4253-9b29-6dd4bf024501", + "namespace": "Microsoft.Fabric.Admin", + "routePrefix": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local", + "resourceType": "infraRoles", + "resourceName": "NonPrivilegedApplicationGateway", + "resourceDisplayName": "Partition request broker (User)", + "usageMetrics": [], + "resourceLocation": "local", + "resourceURI": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/NonPrivilegedApplicationGateway", + "rpRegistrationId": "e56bc7b8-c8b5-4e25-b00c-4f951effb22c", + "alertSummary": { + "criticalAlertCount": 0, + "warningAlertCount": 0 + }, + "healthState": "Healthy" + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/e932389e-a9fc-4310-9e69-7451d7b4b878", + "name": "e932389e-a9fc-4310-9e69-7451d7b4b878", + "type": "Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths", + "location": "local", + "tags": {}, + "properties": { + "registrationId": "e932389e-a9fc-4310-9e69-7451d7b4b878", + "namespace": "Microsoft.Fabric.Admin", + "routePrefix": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local", + "resourceType": "infraRoles", + "resourceName": "EnterpriseCloudEngine", + "resourceDisplayName": "Infrastructure deployment", + "usageMetrics": [], + "resourceLocation": "local", + "resourceURI": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/EnterpriseCloudEngine", + "rpRegistrationId": "e56bc7b8-c8b5-4e25-b00c-4f951effb22c", + "alertSummary": { + "criticalAlertCount": 0, + "warningAlertCount": 0 + }, + "healthState": "Healthy" + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/eedbe9cb-8d73-45f3-a1a9-fd8422fbaa99", + "name": "eedbe9cb-8d73-45f3-a1a9-fd8422fbaa99", + "type": "Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths", + "location": "local", + "tags": {}, + "properties": { + "registrationId": "eedbe9cb-8d73-45f3-a1a9-fd8422fbaa99", + "namespace": "Microsoft.Fabric.Admin", + "routePrefix": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local", + "resourceType": "infraRoles", + "resourceName": "GalleryServiceAdmin", + "resourceDisplayName": "Gallery service (Administrator)", + "usageMetrics": [], + "resourceLocation": "local", + "resourceURI": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/GalleryServiceAdmin", + "rpRegistrationId": "e56bc7b8-c8b5-4e25-b00c-4f951effb22c", + "alertSummary": { + "criticalAlertCount": 0, + "warningAlertCount": 0 + }, + "healthState": "Unknown" + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/ffcada0c-9de3-4994-884d-8cf04e3ad0a5", + "name": "ffcada0c-9de3-4994-884d-8cf04e3ad0a5", + "type": "Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths", + "location": "local", + "tags": {}, + "properties": { + "registrationId": "ffcada0c-9de3-4994-884d-8cf04e3ad0a5", + "namespace": "Microsoft.Fabric.Admin", + "routePrefix": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local", + "resourceType": "infraRoles", + "resourceName": "ServicesController", + "resourceDisplayName": "Infrastructure role controller", + "usageMetrics": [], + "resourceLocation": "local", + "resourceURI": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/ServicesController", + "rpRegistrationId": "e56bc7b8-c8b5-4e25-b00c-4f951effb22c", + "alertSummary": { + "criticalAlertCount": 0, + "warningAlertCount": 0 + }, + "healthState": "Healthy" + } + } + ], + "nextLink": null + } + } + } +} \ No newline at end of file diff --git a/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/ServiceHealth/ServiceHealthGetOperation_example.json b/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/ServiceHealth/ServiceHealthGetOperation_example.json new file mode 100644 index 000000000000..0806e17c5975 --- /dev/null +++ b/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/ServiceHealth/ServiceHealthGetOperation_example.json @@ -0,0 +1,32 @@ +{ + "parameters": { + "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "location": "local", + "serviceRegistrationId": "c720a7de-4812-4b58-969d-c2e2a5cd89ec", + "api-version": "2016-05-01" + }, + "responses": { + "200": { + "body": { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/c720a7de-4812-4b58-969d-c2e2a5cd89ec", + "name": "c720a7de-4812-4b58-969d-c2e2a5cd89ec", + "type": "Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths", + "location": "local", + "tags": {}, + "properties": { + "registrationId": "c720a7de-4812-4b58-969d-c2e2a5cd89ec", + "displayName": "Compute", + "namespace": "Microsoft.Compute.Admin", + "routePrefix": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Compute.Admin/", + "serviceLocation": "local", + "infraURI": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Compute.Admin/infraRoles/Compute", + "alertSummary": { + "criticalAlertCount": 0, + "warningAlertCount": 0 + }, + "healthState": "Unknown" + } + } + } + } +} \ No newline at end of file diff --git a/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/ServiceHealth/ServiceHealthListOperation_example.json b/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/ServiceHealth/ServiceHealthListOperation_example.json new file mode 100644 index 000000000000..af19d1525ebb --- /dev/null +++ b/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/ServiceHealth/ServiceHealthListOperation_example.json @@ -0,0 +1,156 @@ +{ + "parameters": { + "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "location": "local", + "api-version": "2016-05-01" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/23c54265-0e65-4d53-abdc-6734bd6a59f6", + "name": "23c54265-0e65-4d53-abdc-6734bd6a59f6", + "type": "Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths", + "location": "local", + "tags": {}, + "properties": { + "registrationId": "23c54265-0e65-4d53-abdc-6734bd6a59f6", + "displayName": "Network", + "namespace": "Microsoft.Network.Admin", + "routePrefix": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Network.Admin/", + "serviceLocation": "local", + "infraURI": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Network.Admin/infraRoles/Network", + "alertSummary": { + "criticalAlertCount": 0, + "warningAlertCount": 0 + }, + "healthState": "Healthy" + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/385a3e01-3685-45ae-a073-f00dda2b1f7d", + "name": "385a3e01-3685-45ae-a073-f00dda2b1f7d", + "type": "Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths", + "location": "local", + "tags": {}, + "properties": { + "registrationId": "385a3e01-3685-45ae-a073-f00dda2b1f7d", + "displayName": "Storage", + "namespace": "Microsoft.Storage.Admin", + "routePrefix": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Storage.Admin/farms/84e1c82f-06e2-4bf7-8a9e-646cfa4e4988", + "serviceLocation": "local", + "infraURI": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Storage.Admin/farms/84e1c82f-06e2-4bf7-8a9e-646cfa4e4988/infraRoles/Storage", + "alertSummary": { + "criticalAlertCount": 0, + "warningAlertCount": 0 + }, + "healthState": "Healthy" + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/9d9bd18c-5f8d-4f3d-b680-7a27161527ca", + "name": "9d9bd18c-5f8d-4f3d-b680-7a27161527ca", + "type": "Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths", + "location": "local", + "tags": {}, + "properties": { + "registrationId": "9d9bd18c-5f8d-4f3d-b680-7a27161527ca", + "displayName": "Key Vault", + "namespace": "Microsoft.KeyVault.Admin", + "routePrefix": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.KeyVault.Admin/locations/local", + "serviceLocation": "local", + "infraURI": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.KeyVault.Admin/locations/local/infraRoles/Key Vault", + "alertSummary": { + "criticalAlertCount": 0, + "warningAlertCount": 0 + }, + "healthState": "Healthy" + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/bb58377f-3d7d-4d7f-b3b3-d433d422bf9e", + "name": "bb58377f-3d7d-4d7f-b3b3-d433d422bf9e", + "type": "Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths", + "location": "local", + "tags": {}, + "properties": { + "registrationId": "bb58377f-3d7d-4d7f-b3b3-d433d422bf9e", + "displayName": "Region Management", + "namespace": "Microsoft.InfrastructureInsights.Admin", + "routePrefix": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local", + "serviceLocation": "local", + "infraURI": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/infraRoles/Region Management", + "alertSummary": { + "criticalAlertCount": 0, + "warningAlertCount": 0 + }, + "healthState": "Unknown" + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/c720a7de-4812-4b58-969d-c2e2a5cd89ec", + "name": "c720a7de-4812-4b58-969d-c2e2a5cd89ec", + "type": "Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths", + "location": "local", + "tags": {}, + "properties": { + "registrationId": "c720a7de-4812-4b58-969d-c2e2a5cd89ec", + "displayName": "Compute", + "namespace": "Microsoft.Compute.Admin", + "routePrefix": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Compute.Admin/", + "serviceLocation": "local", + "infraURI": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Compute.Admin/infraRoles/Compute", + "alertSummary": { + "criticalAlertCount": 0, + "warningAlertCount": 0 + }, + "healthState": "Unknown" + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/ca6d95e7-7fe1-4c10-b0db-ab4cc835a811", + "name": "ca6d95e7-7fe1-4c10-b0db-ab4cc835a811", + "type": "Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths", + "location": "local", + "tags": {}, + "properties": { + "registrationId": "ca6d95e7-7fe1-4c10-b0db-ab4cc835a811", + "displayName": "Updates", + "namespace": "Microsoft.Update.Admin", + "routePrefix": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Update.Admin/updateLocations/local", + "serviceLocation": "local", + "infraURI": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Update.Admin/updateLocations/local/infraRoles/Updates", + "alertSummary": { + "criticalAlertCount": 0, + "warningAlertCount": 0 + }, + "healthState": "Unknown" + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c", + "name": "e56bc7b8-c8b5-4e25-b00c-4f951effb22c", + "type": "Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths", + "location": "local", + "tags": {}, + "properties": { + "registrationId": "e56bc7b8-c8b5-4e25-b00c-4f951effb22c", + "displayName": "Capacity", + "namespace": "Microsoft.Fabric.Admin", + "routePrefix": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local", + "serviceLocation": "local", + "infraURI": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/Capacity", + "alertSummary": { + "criticalAlertCount": 0, + "warningAlertCount": 1 + }, + "healthState": "Warning" + } + } + ], + "nextLink": null + } + } + } +} \ No newline at end of file diff --git a/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/infrastructureinsights.json b/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/infrastructureinsights.json new file mode 100644 index 000000000000..ebcbb8234bea --- /dev/null +++ b/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/infrastructureinsights.json @@ -0,0 +1,268 @@ +{ + "swagger": "2.0", + "info": { + "x-ms-code-generation-settings": { + "header": "MICROSOFT_MIT", + "namespace": "Microsoft.AzureStack.InfrastructureInsights.Admin" + }, + "version": "2016-05-01", + "title": "InfrastructureInsightsManagementClient", + "description": "The Admin Infrastructure Insights Management Client." + }, + "host": "adminmanagement.local.azurestack.external", + "schemes": [ + "https" + ], + "paths": {}, + "definitions": { + "BaseHealth": { + "description": "Models the base properties for health resource.", + "properties": { + "alertSummary": { + "description": "Gets or sets the alert summary.", + "$ref": "#/definitions/AlertSummary" + }, + "healthState": { + "description": "Gets or sets the health status.", + "type": "string" + }, + "namespace": { + "description": "Gets or sets the name space.", + "type": "string" + }, + "registrationId": { + "description": "Gets or sets the registration id.", + "type": "string" + }, + "routePrefix": { + "description": "Gets or sets the route prefix.", + "type": "string" + } + } + }, + "Resource": { + "description": "Base Resource Object", + "type": "object", + "properties": { + "id": { + "description": "URI of the resource.", + "type": "string" + }, + "name": { + "readOnly": true, + "description": "Name of the resource.", + "type": "string" + }, + "type": { + "readOnly": true, + "description": "Type of resource.", + "type": "string" + }, + "location": { + "readOnly": true, + "description": "Location where resource is location.", + "type": "string" + }, + "tags": { + "readOnly": true, + "description": "List of key value pairs.", + "type": "object", + "additionalProperties": { + "type": "string" + } + } + }, + "x-ms-azure-resource": true + }, + "MarkupElementType": { + "type": "string", + "description": "The type of MarkupElement", + "enum": [ + "Text", + "NewLine", + "LinkBegin", + "LinkEnd" + ], + "x-ms-enum": { + "name": "MarkupElementType", + "modelAsString": true + } + }, + "MarkupElement": { + "description": "A markup element.", + "properties": { + "text": { + "description": "Value of the MarkupElement", + "type": "string" + }, + "type": { + "description": "Type of the MarkupElement", + "$ref": "#/definitions/MarkupElementType" + } + } + }, + "AlertSummary": { + "description": "Summary of the alerts.", + "properties": { + "criticalAlertCount": { + "description": "How many critical alerts this service has.", + "type": "integer" + }, + "warningAlertCount": { + "description": "How many warning alerts this service has.", + "type": "integer" + } + } + }, + "Metrics": { + "description": "Metrics for a source.", + "properties": { + "name": { + "description": "Name of the usage metric.", + "type": "string" + }, + "maCounterName": { + "description": "Name of the usage metric.", + "type": "string" + }, + "observedTimestamp": { + "description": "Name of the usage metric.", + "type": "string", + "format": "date-time" + }, + "sourceType": { + "description": "Name of the usage metric.", + "type": "string" + }, + "sourceName": { + "description": "Source of the metric.", + "$ref": "#/definitions/MetricsSourceType" + }, + "unit": { + "description": "Unit for the metric.", + "$ref": "#/definitions/MetricsUnit" + }, + "value": { + "description": "Name of the usage metric.", + "type": "number", + "format": "double" + } + } + }, + "MetricsSourceType": { + "type": "string", + "description": "What created the metric.", + "enum": [ + "PhysicalNode", + "VirtualMachine", + "ResourceProvider" + ], + "x-ms-enum": { + "name": "MetricsSourceType", + "modelAsString": true + } + }, + "MetricsUnit": { + "type": "string", + "description": "The unit of the metric.", + "enum": [ + "One", + "Percentage", + "Byte", + "KiloByte", + "MegaByte", + "GigaByte", + "TeraByte" + ], + "x-ms-enum": { + "name": "MetricsUnit", + "modelAsString": true + } + }, + "UsageMetrics": { + "description": "Metrics of resource usage.", + "properties": { + "name": { + "description": "Name of the usage metric.", + "type": "string" + }, + "metricsValue": { + "description": "List of usage metrics.", + "type": "array", + "items": { + "$ref": "#/definitions/Metrics" + } + } + } + } + }, + "parameters": { + "SubscriptionIdParameter": { + "name": "subscriptionId", + "in": "path", + "description": "Subscription credentials which uniquely identify Microsoft Azure subscription.The subscription ID forms part of the URI for every service call.", + "required": true, + "type": "string" + }, + "ApiVersionParameter": { + "name": "api-version", + "in": "query", + "description": "Client Api Version.", + "required": true, + "x-ms-global": true, + "enum": [ + "2016-05-01" + ], + "type": "string", + "default": "2016-05-01" + }, + "FilterParameter": { + "description": "OData filter parameter.", + "name": "$filter", + "in": "query", + "type": "string", + "x-ms-parameter-location": "method" + }, + "LocationParameter": { + "description": "Location name.", + "name": "location", + "in": "path", + "type": "string", + "x-ms-parameter-location": "method" + }, + "ResourceRegistrationIdParameter": { + "description": "Resource registration id.", + "name": "resourceRegistrationId", + "type": "string", + "required": true, + "in": "path", + "x-ms-parameter-location": "method" + }, + "ServiceRegistrationIdParameter": { + "description": "Service registration id.", + "name": "serviceRegistrationId", + "type": "string", + "required": true, + "in": "path", + "x-ms-parameter-location": "method" + } + }, + "securityDefinitions": { + "azure_auth": { + "type": "oauth2", + "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", + "flow": "implicit", + "description": "Azure Active Directory OAuth2 Flow", + "scopes": { + "user_impersonation": "impersonate your user account" + } + } + }, + "security": [ + { + "azure_auth": [ + "user_impersonation" + ] + } + ] +} \ No newline at end of file diff --git a/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/regionHealth.json b/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/regionHealth.json new file mode 100644 index 000000000000..e27114664ff7 --- /dev/null +++ b/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/regionHealth.json @@ -0,0 +1,156 @@ +{ + "swagger": "2.0", + "info": { + "description": "Region health operation endpoints and objects.", + "version": "2016-05-01" + }, + "host": "adminmanagement.local.azurestack.external", + "schemes": [ + "https" + ], + "paths": { + "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.InfrastructureInsights.Admin/regionHealths": { + "get": { + "x-ms-examples": { + "Get the list of all health items for the region": "./examples/RegionHealths/RegionHealthsListOperation_example.json" + }, + "tags": [ + "RegionHealths" + ], + "description": "Get the list of all regions health status.", + "operationId": "RegionHealths_List", + "parameters": [ + { + "$ref": "infrastructureinsights.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "infrastructureinsights.json#/parameters/LocationParameter" + }, + { + "$ref": "infrastructureinsights.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "infrastructureinsights.json#/parameters/FilterParameter" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/RegionHealthList" + } + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, + "x-ms-odata": "#/definitions/Alert", + "produces": [ + "application/json" + ], + "consumes": [ + "application/json" + ] + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/{region}": { + "get": { + "x-ms-examples": { + "Get the health status of a region": "./examples/RegionHealths/RegionHealthsGetOperation_example.json" + }, + "tags": [ + "RegionHealths" + ], + "description": "Get health status of a region.", + "operationId": "RegionHealths_Get", + "parameters": [ + { + "$ref": "infrastructureinsights.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "infrastructureinsights.json#/parameters/LocationParameter" + }, + { + "$ref": "#/parameters/RegionParameter" + }, + { + "$ref": "infrastructureinsights.json#/parameters/ApiVersionParameter" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/RegionHealth" + } + } + }, + "produces": [ + "application/json" + ], + "consumes": [ + "application/json" + ] + } + } + }, + "definitions": { + "RegionHealth": { + "description": "Contains information related to a regions health.", + "properties": { + "properties": { + "description": "Contains information related to a regions health.", + "$ref": "#/definitions/RegionHealthModel", + "x-ms-client-flatten": true + } + }, + "allOf": [ + { + "$ref": "infrastructureinsights.json#/definitions/Resource" + } + ] + }, + "RegionHealthModel": { + "description": "Contains information related to a regions health.", + "properties": { + "alertSummary": { + "description": "Summary of alerts.", + "$ref": "infrastructureinsights.json#/definitions/AlertSummary" + }, + "usageMetrics": { + "description": "List of usage metrics for this region.", + "type": "array", + "items": { + "$ref": "infrastructureinsights.json#/definitions/UsageMetrics" + } + } + } + }, + "RegionHealthList": { + "description": "Pageable list of region health items.", + "properties": { + "value": { + "description": "Array of region health items", + "type": "array", + "items": { + "$ref": "#/definitions/RegionHealth" + } + }, + "nextLink": { + "description": "URI to next page.", + "type": "string" + } + } + } + }, + "parameters": { + "RegionParameter": { + "description": "Name of the region", + "name": "region", + "type": "string", + "required": true, + "in": "path", + "x-ms-parameter-location": "method" + } + } +} \ No newline at end of file diff --git a/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/resourceHealth.json b/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/resourceHealth.json new file mode 100644 index 000000000000..6696e03d6fa0 --- /dev/null +++ b/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/resourceHealth.json @@ -0,0 +1,180 @@ +{ + "swagger": "2.0", + "info": { + "description": "Resource health operation endpoints and objects.", + "version": "2016-05-01" + }, + "host": "adminmanagement.local.azurestack.external", + "schemes": [ + "https" + ], + "paths": { + "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/{location}/serviceHealths/{serviceRegistrationId}/resourceHealths": { + "get": { + "x-ms-examples": { + "Get a list of resource health items": "./examples/ResourceHealth/ResourceHealthsListOperation_example.json" + }, + "tags": [ + "Resources" + ], + "description": "Get a list of resources?.", + "operationId": "ResourceHealths_List", + "parameters": [ + { + "$ref": "infrastructureinsights.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "infrastructureinsights.json#/parameters/LocationParameter" + }, + { + "$ref": "infrastructureinsights.json#/parameters/ServiceRegistrationIdParameter" + }, + { + "$ref": "infrastructureinsights.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "infrastructureinsights.json#/parameters/FilterParameter" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/ResourceHealthList" + } + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, + "x-ms-odata": "#/definitions/ResourceHealth", + "produces": [ + "application/json" + ], + "consumes": [ + "application/json" + ] + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/{location}/serviceHealths/{serviceRegistrationId}/resourceHealths/{resourceRegistrationId}": { + "get": { + "x-ms-examples": { + "Get health information about a resource": "./examples/Resources/ResourceGetOperation_example.json" + }, + "tags": [ + "Resources" + ], + "description": "Get health information about a resources.", + "operationId": "ResourceHealths_Get", + "parameters": [ + { + "$ref": "infrastructureinsights.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "infrastructureinsights.json#/parameters/LocationParameter" + }, + { + "$ref": "infrastructureinsights.json#/parameters/ServiceRegistrationIdParameter" + }, + { + "$ref": "infrastructureinsights.json#/parameters/ResourceRegistrationIdParameter" + }, + { + "$ref": "infrastructureinsights.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "infrastructureinsights.json#/parameters/FilterParameter" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/ResourceHealth" + } + } + }, + "produces": [ + "application/json" + ], + "consumes": [ + "application/json" + ] + } + } + }, + "definitions": { + "ResourceHealth": { + "description": "Health information related to a resource.", + "properties": { + "properties": { + "description": "Health information related to a resource.", + "x-ms-client-flatten": true, + "$ref": "#/definitions/ResourceHealthModel" + } + }, + "allOf": [ + { + "$ref": "infrastructureinsights.json#/definitions/Resource" + } + ] + }, + "ResourceHealthModel": { + "description": "Health information related to a resource.", + "properties": { + "resourceLocation": { + "description": "Gets or sets the resource location.", + "type": "string" + }, + "resourceName": { + "description": "Gets or sets the resource name.", + "type": "string" + }, + "resourceDisplayName": { + "description": "Gets or sets the resource display name.", + "type": "string" + }, + "resourceType": { + "description": "Gets or sets the resource type.", + "type": "string" + }, + "resourceURI": { + "description": "Gets or sets the resource uri.", + "type": "string" + }, + "rpRegistrationId": { + "description": "Gets or sets the resource provider registration id.", + "type": "string" + }, + "usageMetrics": { + "description": "Gets or sets the usage metrics.", + "type": "array", + "items": { + "$ref": "infrastructureinsights.json#/definitions/UsageMetrics" + } + } + }, + "allOf": [ + { + "$ref": "infrastructureinsights.json#/definitions/BaseHealth" + } + ] + }, + "ResourceHealthList": { + "description": "Pageable list of resource healths.", + "properties": { + "value": { + "description": "Array of of resource healths", + "type": "array", + "items": { + "$ref": "#/definitions/ResourceHealth" + } + }, + "nextLink": { + "description": "URI to next page.", + "type": "string" + } + } + } + } +} \ No newline at end of file diff --git a/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/serviceHealth.json b/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/serviceHealth.json new file mode 100644 index 000000000000..40a153c9ac82 --- /dev/null +++ b/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/serviceHealth.json @@ -0,0 +1,161 @@ +{ + "swagger": "2.0", + "info": { + "description": "Service health operation endpoints and objects.", + "version": "2016-05-01" + }, + "host": "adminmanagement.local.azurestack.external", + "schemes": [ + "https" + ], + "paths": { + "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/{location}/serviceHealths": { + "get": { + "x-ms-examples": { + "List all services health": "./examples/ServiceHealth/ServiceHealthListOperation_example.json" + }, + "tags": [ + "ServiceHealths" + ], + "description": "Get a list of all services health", + "operationId": "ServiceHealths_List", + "parameters": [ + { + "$ref": "infrastructureinsights.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "infrastructureinsights.json#/parameters/LocationParameter" + }, + { + "$ref": "infrastructureinsights.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "infrastructureinsights.json#/parameters/FilterParameter" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/ServiceHealthList" + } + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, + "x-ms-odata": "#/definitions/ServiceHealth", + "produces": [ + "application/json" + ], + "consumes": [ + "application/json" + ] + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/{location}/serviceHealths/{serviceHealth}": { + "get": { + "x-ms-examples": { + "Get a services health": "./examples/ServiceHealth/ServiceHealthGetOperation_example.json" + }, + "tags": [ + "ServiceHealths" + ], + "description": "Get a services health", + "operationId": "ServiceHealths_Get", + "parameters": [ + { + "$ref": "infrastructureinsights.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "infrastructureinsights.json#/parameters/LocationParameter" + }, + { + "$ref": "#/parameters/ServiceHealthParameter" + }, + { + "$ref": "infrastructureinsights.json#/parameters/ApiVersionParameter" + } + ], + "responses": { + "200": { + "schema": { + "$ref": "#/definitions/ServiceHealth" + } + } + }, + "produces": [ + "application/json" + ], + "consumes": [ + "application/json" + ] + } + } + }, + "definitions": { + "ServiceHealth": { + "description": "Holds information about a services health.", + "properties": { + "properties": { + "description": "Holds information about a services health.", + "x-ms-client-flatten": true, + "$ref": "#/definitions/ServiceHealthModel" + } + }, + "allOf": [ + { + "$ref": "#/definitions/Resource" + } + ] + }, + "ServiceHealthModel": { + "description": "Holds information about a services health.", + "properties": { + "displayName": { + "description": "Name of the alert.", + "type": "string" + }, + "serviceLocation": { + "description": "Location of the service.", + "type": "string" + }, + "infraURI": { + "description": "The route prefix to the alert.", + "type": "string" + } + }, + "allOf": [ + { + "$ref": "infrastructureinsights.json#/definitions/BaseHealth" + } + ] + }, + "ServiceHealthList": { + "description": "Pageable list of service health instances.", + "properties": { + "value": { + "description": "Array of service health instances.", + "type": "array", + "items": { + "$ref": "#/definitions/ServiceHealth" + } + }, + "nextLink": { + "description": "URI of the next page.", + "type": "string" + } + } + } + }, + "parameters": { + "ServiceHealthParameter": { + "description": "Service Health name.", + "name": "serviceHealth", + "type": "string", + "required": true, + "in": "path", + "x-ms-parameter-location": "method" + } + } +} \ No newline at end of file diff --git a/specification/azsadmin/InfrastructureInsights/resource-manager/readme.md b/specification/azsadmin/InfrastructureInsights/resource-manager/readme.md new file mode 100644 index 000000000000..fa36f6f4947b --- /dev/null +++ b/specification/azsadmin/InfrastructureInsights/resource-manager/readme.md @@ -0,0 +1,79 @@ +# InfrastructureInsights Admin + +> see https://aka.ms/autorest + +This is the AutoRest configuration file for InfrastructureInsights Admin. + +--- +## Getting Started +To build the SDK for InfrastructureInsights Admin, simply [Install AutoRest](https://aka.ms/autorest/install) and in this folder, run: + +> `autorest` + +To see additional help and options, run: + +> `autorest --help` +--- + +## Configuration + +### Basic Information +These are the global settings for the InfrastructureInsights API. + +``` yaml +title: InfrastructureInsightsAdminClient +description: InfrastructureInsights Admin Client +openapi-type: arm +tag: package-2016-05-01 +``` + +### Tag: package-2016-05-01 + +These settings apply only when `--tag=package-2016-05-01` is specified on the command line. + +``` yaml $(tag) == 'package-2016-05-01' +input-file: + - Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/infrastructureinsights.json + - Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/alert.json + - Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/regionHealth.json + - Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/resourceHealth.json + - Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/serviceHealth.json +``` + +--- +# Code Generation + +## C# + +These settings apply only when `--csharp` is specified on the command line. +Please also specify `--csharp-sdks-folder=`. + +``` yaml $(csharp) +csharp: + azure-arm: true + license-header: MICROSOFT_MIT_NO_VERSION + namespace: Microsoft.AzureStack.InfrastructureInsights.Admin + payload-flattening-threshold: 1 + output-folder: $(csharp-sdks-folder)/InfrastructureInsights/InfrastructureInsights.Admin/Generated + clear-output-folder: true +``` + +## Python + +These settings apply only when `--python` is specified on the command line. + +``` yaml $(python) +python: + # override the default output folder + output-folder: $(output-folder)/python + license-header: MICROSOFT_MIT_NO_VERSION + payload-flattening-threshold: 2 +``` + +### Tag: package-2016-05-01 and python + +These settings apply only when `--tag=package-2016-05-01 --python` is specified on the command line. + +``` yaml $(tag) == 'package-2016-05-01' && $(python) +namespace: azure.mgmt.infrastructure_insights.admin.v2016_05_01 +``` diff --git a/specification/azsadmin/commerce/resource-manager/Microsoft.Commerce.Admin/2015-06-01-preview/swagger/commerceAdmin.json b/specification/azsadmin/commerce/resource-manager/Microsoft.Commerce.Admin/2015-06-01-preview/swagger/commerceAdmin.json new file mode 100644 index 000000000000..b519648e01d6 --- /dev/null +++ b/specification/azsadmin/commerce/resource-manager/Microsoft.Commerce.Admin/2015-06-01-preview/swagger/commerceAdmin.json @@ -0,0 +1,246 @@ +{ + "swagger": "2.0", + "info": { + "x-ms-code-generation-settings": { + "header": "MICROSOFT_MIT", + "namespace": "Microsoft.AzureStack.Commerce.Admin" + }, + "version": "2015-06-01-preview", + "title": "CommerceManagementClient", + "description": "The Admin Commerce Management Client." + }, + "host": "management.local.azurestack.external", + "schemes": [ + "https" + ], + "paths": { + "/subscriptions/{subscriptionId}/providers/Microsoft.Commerce/subscriberUsageAggregates": { + "get": { + "x-ms-examples": { + "Get the list of usage aggregates for all tenants.": "examples/SubscriberUsageAggregates/ListOperation.json" + }, + "description": "Gets a collection of SubscriberUsageAggregates, which are UsageAggregates from direct tenants.", + "tags": [ + "Commerce" + ], + "operationId": "SubscriberUsageAggregates_List", + "parameters": [ + { + "$ref": "#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/ReportedStartTimeParameter" + }, + { + "$ref": "#/parameters/ReportedEndTimeParameter" + }, + { + "$ref": "#/parameters/AggregationGranularityParameter" + }, + { + "$ref": "#/parameters/TenantSubscriptionIdParameter" + }, + { + "$ref": "#/parameters/ContinuationTokenParameter" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/UsageAggregatePage" + } + } + }, + "produces": [ + "application/json" + ], + "consumes": [ + "application/json" + ] + } + } + }, + "definitions": { + "Resource": { + "description": "Base Resource Object", + "type": "object", + "properties": { + "id": { + "readOnly": true, + "description": "URI of the resource.", + "type": "string" + }, + "name": { + "readOnly": true, + "description": "Name of the resource.", + "type": "string" + }, + "type": { + "readOnly": true, + "description": "Type of resource.", + "type": "string" + }, + "location": { + "readOnly": true, + "description": "Location where resource is location.", + "type": "string" + }, + "tags": { + "readOnly": true, + "description": "List of key value pairs.", + "type": "object", + "additionalProperties": { + "type": "string" + } + } + }, + "x-ms-azure-resource": true + }, + "UsageAggregate": { + "description": "Aggregate usage values for resource.", + "type": "object", + "properties": { + "properties": { + "x-ms-client-flatten": true, + "description": "Properties for aggregate usage.", + "$ref": "#/definitions/UsageAggregateModel" + } + }, + "allOf": [ + { + "$ref": "#/definitions/Resource" + } + ] + }, + "UsageAggregateModel": { + "description": "Properties for aggregate usage.", + "type": "object", + "properties": { + "subscriptionId": { + "type": "string", + "description": "Subscription id of tenant using plan." + }, + "usageStartTime": { + "type": "string", + "format": "date-time", + "description": "UTC start time for the usage bucket to which this usage aggregate belongs." + }, + "usageEndTime": { + "type": "string", + "format": "date-time", + "description": "UTC end time for the usage bucket to which this usage aggregate belongs." + }, + "instanceData": { + "description": "Key-value pairs of instance details represented as a string.", + "type": "string" + }, + "quantity": { + "description": "The amount of the resource consumption that occurred in this time frame.", + "type": "string" + }, + "meterId": { + "description": "Unique ID for the resource that was consumed (aka ResourceID).", + "type": "string" + } + } + }, + "UsageAggregatePage": { + "description": "Holds an array of usage aggregates and the continuation token.", + "properties": { + "value": { + "description": "Array of usage aggregates.", + "type": "array", + "items": { + "$ref": "#/definitions/UsageAggregate" + } + }, + "nextLink": { + "type": "string", + "description": "Continuation token" + } + } + } + }, + "parameters": { + "SubscriptionIdParameter": { + "name": "subscriptionId", + "in": "path", + "description": "Subscription credentials which uniquely identify Microsoft Azure subscription.The subscription ID forms part of the URI for every service call.", + "required": true, + "type": "string" + }, + "ApiVersionParameter": { + "name": "api-version", + "in": "query", + "description": "Client Api Version.", + "required": true, + "type": "string", + "default": "2015-06-01-preview" + }, + "ReportedStartTimeParameter": { + "description": "The reported start time (inclusive).", + "name": "reportedStartTime", + "in": "query", + "type": "string", + "required": true, + "format": "date-time", + "default": "System.local", + "x-ms-parameter-location": "method" + }, + "ReportedEndTimeParameter": { + "description": "The reported end time (exclusive).", + "name": "reportedEndTime", + "in": "query", + "type": "string", + "required": true, + "format": "date-time", + "x-ms-parameter-location": "method" + }, + "AggregationGranularityParameter": { + "description": "The aggregation granularity.", + "name": "aggregationGranularity", + "in": "query", + "type": "string", + "required": false, + "x-ms-parameter-location": "method" + }, + "TenantSubscriptionIdParameter": { + "description": "The tenant subscription identifier.", + "name": "subscriberId", + "in": "query", + "type": "string", + "required": false, + "x-ms-parameter-location": "method" + }, + "ContinuationTokenParameter": { + "description": "The continuation token.", + "name": "continuationToken", + "in": "query", + "type": "string", + "required": false, + "x-ms-parameter-location": "method" + } + }, + "securityDefinitions": { + "azure_auth": { + "type": "oauth2", + "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", + "flow": "implicit", + "description": "Azure Active Directory OAuth2 Flow", + "scopes": { + "user_impersonation": "impersonate your user account" + } + } + }, + "security": [ + { + "azure_auth": [ + "user_impersonation" + ] + } + ] +} \ No newline at end of file diff --git a/specification/azsadmin/commerce/resource-manager/Microsoft.Commerce.Admin/2015-06-01-preview/swagger/examples/SubscriberUsageAggregates/ListOperation.json b/specification/azsadmin/commerce/resource-manager/Microsoft.Commerce.Admin/2015-06-01-preview/swagger/examples/SubscriberUsageAggregates/ListOperation.json new file mode 100644 index 000000000000..9e26dfeeb6e6 --- /dev/null +++ b/specification/azsadmin/commerce/resource-manager/Microsoft.Commerce.Admin/2015-06-01-preview/swagger/examples/SubscriberUsageAggregates/ListOperation.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/specification/azsadmin/commerce/resource-manager/readme.md b/specification/azsadmin/commerce/resource-manager/readme.md new file mode 100644 index 000000000000..ac4d446e61da --- /dev/null +++ b/specification/azsadmin/commerce/resource-manager/readme.md @@ -0,0 +1,72 @@ +# Commerce Admin + +> see https://aka.ms/autorest + +This is the AutoRest configuration file for Commerce Admin. + +--- +## Getting Started +To build the SDK for Commerce Admin, simply [Install AutoRest](https://aka.ms/autorest/install) and in this folder, run: + +> `autorest` + +To see additional help and options, run: + +> `autorest --help` +--- + +## Configuration + +### Basic Information +These are the global settings for the Commerce API. + +``` yaml +title: CommerceAdminClient +description: Commerce Admin Client +openapi-type: arm +tag: package-2015-06-01-preview +``` + +### Tag: package-2015-06-01-preview + +These settings apply only when `--tag=package-2015-06-01-preview` is specified on the command line. + +``` yaml $(tag) == 'package-2015-06-01-preview' +input-file: + - Microsoft.Commerce.Admin/2015-06-01-preview/swagger/commerceAdmin.json +``` + +--- +# Code Generation + +## C# + +``` yaml $(csharp) +csharp: + azure-arm: true + license-header: MICROSOFT_MIT_NO_VERSION + namespace: Microsoft.AzureStack.Commerce.Admin + payload-flattening-threshold: 1 + output-folder: $(csharp-sdks-folder)/Commerce/Commerce.Admin/Generated + clear-output-folder: true +``` + +## Python + +These settings apply only when `--python` is specified on the command line. + +``` yaml $(python) +python: + # override the default output folder + output-folder: $(output-folder)/python + license-header: MICROSOFT_MIT_NO_VERSION + payload-flattening-threshold: 2 +``` + +### Tag: package-2015-06-01-preview and python + +These settings apply only when `--tag=package-2015-06-01-preview --python` is specified on the command line. + +``` yaml $(tag) == 'package-2015-06-01-preview' && $(python) +namespace: azure.mgmt.commerce.admin.v2015_06_01_preview +``` diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/EdgeGateway.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/EdgeGateway.json new file mode 100644 index 000000000000..1f470289a664 --- /dev/null +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/EdgeGateway.json @@ -0,0 +1,183 @@ +{ + "swagger": "2.0", + "info": { + "description": "Edge gateway operation endpoints and objects.", + "version": "2016-05-01" + }, + "host": "adminmanagement.local.azurestack.external", + "schemes": [ + "https" + ], + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "paths": { + "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/edgeGateways/{edgeGateway}": { + "get": { + "x-ms-examples": { + "Get an edge gateway": { + "$ref": "./examples/EdgeGateway/EdgeGatewayGetOperation_example.json" + } + }, + "tags": [ + "EdgeGateways" + ], + "description": "Get an edge gateway by name.", + "operationId": "EdgeGateways_Get", + "parameters": [ + { + "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "fabric.json#/parameters/LocationParameter" + }, + { + "$ref": "#/parameters/EdgeGatewayParameter" + }, + { + "$ref": "fabric.json#/parameters/ApiVersionParameter" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/EdgeGateway" + } + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/edgeGateways": { + "get": { + "x-ms-examples": { + "List all edge gateways": { + "$ref": "./examples/EdgeGateway/EdgeGatewayListOperation_example.json" + } + }, + "tags": [ + "EdgeGateways" + ], + "description": "Get a list of all edge gateways at a certain location.", + "operationId": "EdgeGateways_List", + "parameters": [ + { + "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "fabric.json#/parameters/LocationParameter" + }, + { + "$ref": "fabric.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "fabric.json#/parameters/FilterParameter" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/EdgeGatewayList" + } + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, + "x-ms-odata": "#/definitions/EdgeGateway" + } + } + }, + "definitions": { + "EdgeGateway": { + "description": "This resource represents a gateway, which provides the configuration needed to provide gateway services to virtual networks.", + "type": "object", + "properties": { + "properties": { + "description": "Model which holds information related to edge gateways.", + "$ref": "#/definitions/EdgeGatewayModel", + "x-ms-client-flatten": true + } + }, + "allOf": [ + { + "$ref": "fabric.json#/definitions/Resource" + } + ] + }, + "EdgeGatewayModel": { + "description": "Model which holds information related to edge gateways.", + "type": "object", + "properties": { + "state": { + "description": "The current state of the edge gateway.", + "type": "string" + }, + "totalCapacity": { + "description": "The total network capacity.", + "format": "int64", + "type": "integer" + }, + "availableCapacity": { + "description": "The available network capacity.", + "format": "int64", + "type": "integer" + }, + "numberOfConnections": { + "description": "The current number of connections.", + "format": "int32", + "type": "integer" + } + } + }, + "EdgeGatewayList": { + "description": "Pageable list of edge gateways.", + "type": "object", + "properties": { + "value": { + "description": "Array of edge gateways.", + "type": "array", + "items": { + "$ref": "#/definitions/EdgeGateway" + } + }, + "nextLink": { + "description": "URI to the next page.", + "type": "string" + } + } + } + }, + "parameters": { + "EdgeGatewayParameter": { + "name": "edgeGateway", + "description": "name of the edge gateway.", + "in": "path", + "required": true, + "type": "string", + "x-ms-parameter-location": "method" + } + }, + "securityDefinitions": { + "azure_auth": { + "type": "oauth2", + "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", + "flow": "implicit", + "description": "Azure Active Directory OAuth2 Flow", + "scopes": { + "user_impersonation": "impersonate your user account" + } + } + }, + "security": [ + { + "azure_auth": [ + "user_impersonation" + ] + } + ] +} \ No newline at end of file diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/EdgeGatewayPool.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/EdgeGatewayPool.json new file mode 100644 index 000000000000..e2ec42b7be80 --- /dev/null +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/EdgeGatewayPool.json @@ -0,0 +1,198 @@ +{ + "swagger": "2.0", + "info": { + "description": "Edge gateway pool operation endpoints and objects.", + "version": "2016-05-01" + }, + "host": "adminmanagement.local.azurestack.external", + "schemes": [ + "https" + ], + "produces": [ + "application/json" + ], + "consumes": [ + "application/json" + ], + "paths": { + "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/edgeGatewayPools/{edgeGatewayPool}": { + "get": { + "x-ms-examples": { + "Get an edge gateway pool": { + "$ref": "./examples/EdgeGatewayPool/EdgeGatewayPoolGetOperation_example.json" + } + }, + "description": "Get an EdgeGatewayPool.", + "tags": [ + "EdgeGatewayPools" + ], + "operationId": "EdgeGatewayPools_Get", + "parameters": [ + { + "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "fabric.json#/parameters/LocationParameter" + }, + { + "$ref": "#/parameters/EdgeGatewayPoolParameter" + }, + { + "$ref": "fabric.json#/parameters/ApiVersionParameter" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/EdgeGatewayPool" + } + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/edgeGatewayPools": { + "get": { + "x-ms-examples": { + "Get a list of all edge gateway pools": { + "$ref": "./examples/EdgeGatewayPool/EdgeGatewayPoolListOperation_example.json" + } + }, + "tags": [ + "EdgeGatewayPools" + ], + "description": "Get a list of all edge gateway pools at a location.", + "operationId": "EdgeGatewayPools_List", + "parameters": [ + { + "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "fabric.json#/parameters/LocationParameter" + }, + { + "$ref": "fabric.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "fabric.json#/parameters/FilterParameter" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/EdgeGatewayPoolList" + } + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, + "x-ms-odata": "#/definitions/EdgeGatewayPool" + } + } + }, + "definitions": { + "EdgeGatewayPool": { + "description": "This resource represents an edge gateway pool, which contains an array of gateways.", + "type": "object", + "properties": { + "properties": { + "description": "All the properties of an edge gateway pool.", + "x-ms-client-flatten": true, + "$ref": "#/definitions/EdgeGatewayPoolModel" + } + }, + "allOf": [ + { + "$ref": "fabric.json#/definitions/Resource" + } + ] + }, + "EdgeGatewayPoolModel": { + "description": "A model holding all properties of an edge gateway pool.", + "type": "object", + "properties": { + "gatewayType": { + "description": "The gateway type (S2sIPsec, S2sGre, etc).", + "type": "string" + }, + "numberOfGateways": { + "description": "The number of gateways in the pool.", + "format": "int32", + "type": "integer" + }, + "redundantGatewayCount": { + "description": "The number of redundant gateways.", + "format": "int64", + "type": "integer" + }, + "gatewayCapacityKiloBitsPerSecond": { + "description": "Gateway capacity in kilobits per second.", + "format": "int32", + "type": "integer" + }, + "publicIpAddress": { + "description": "The public IP address.", + "type": "string" + }, + "greVipSubnet": { + "description": "The GRE VIP subnet.", + "type": "string" + }, + "edgeGateways": { + "description": "List of the edge gateways in this pool.", + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "EdgeGatewayPoolList": { + "description": "A pageable list of edge gateway pools.", + "type": "object", + "properties": { + "value": { + "description": "The array of edge gateway pools in this page.", + "type": "array", + "items": { + "$ref": "#/definitions/EdgeGatewayPool" + } + }, + "nextLink": { + "description": "The URI to the next page.", + "type": "string" + } + } + } + }, + "parameters": { + "EdgeGatewayPoolParameter": { + "name": "edgeGatewayPool", + "description": "Name of the edge gateway pool.", + "in": "path", + "required": true, + "type": "string", + "x-ms-parameter-location": "method" + } + }, + "securityDefinitions": { + "azure_auth": { + "type": "oauth2", + "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", + "flow": "implicit", + "description": "Azure Active Directory OAuth2 Flow", + "scopes": { + "user_impersonation": "impersonate your user account" + } + } + }, + "security": [ + { + "azure_auth": [ + "user_impersonation" + ] + } + ] +} \ No newline at end of file diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/Fabric.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/Fabric.json new file mode 100644 index 000000000000..6c3f29190f66 --- /dev/null +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/Fabric.json @@ -0,0 +1,112 @@ +{ + "swagger": "2.0", + "info": { + "x-ms-code-generation-settings": { + "name": "FabricAdminClient", + "header": "MICROSOFT_MIT", + "namespace": "Microsoft.AzureStack.Fabric.Admin" + }, + "version": "2016-05-01", + "title": "FabricAdminClient", + "description": "The Admin Fabric Management Client." + }, + "host": "adminmanagement.local.azurestack.external", + "schemes": [ + "https" + ], + "paths": {}, + "definitions": { + "Resource": { + "description": "Base Resource Object", + "type": "object", + "properties": { + "id": { + "description": "URI of the resource.", + "type": "string", + "readOnly": "true" + }, + "name": { + "description": "Name of the resource.", + "type": "string", + "readOnly": "true" + }, + "type": { + "description": "Type of resource.", + "type": "string", + "readOnly": "true" + }, + "location": { + "description": "Region Location of resource.", + "type": "string" + }, + "tags": { + "description": "List of key value pairs.", + "type": "object", + "additionalProperties": { + "type": "string" + } + } + }, + "x-ms-azure-resource": true + }, + "OperationStatusLocation": { + "description": "URI where you can poll for status of operation.", + "properties": { + "location": { + "description": "URI where you can poll for status of operation.", + "type": "string" + } + } + } + }, + "parameters": { + "SubscriptionIdParameter": { + "name": "subscriptionId", + "in": "path", + "description": "Subscription credentials which uniquely identify Microsoft Azure subscription.The subscription ID forms part of the URI for every service call.", + "required": true, + "type": "string" + }, + "ApiVersionParameter": { + "name": "api-version", + "in": "query", + "description": "Client Api Version.", + "required": true, + "type": "string", + "default": "2016-05-01" + }, + "LocationParameter": { + "description": "Location of the resource.", + "name": "location", + "in": "path", + "required": true, + "type": "string", + "x-ms-parameter-location": "method" + }, + "FilterParameter": { + "description": "OData filter parameter.", + "name": "$filter", + "in": "query", + "type": "string", + "x-ms-parameter-location": "method" + } + }, + "securityDefinitions": { + "azure_auth": { + "type": "oauth2", + "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", + "flow": "implicit", + "description": "Azure Active Directory OAuth2 Flow", + "scopes": { + "user_impersonation": "impersonate your user account" + } + } + }, + "security": [ + { + "azure_auth": [ + "user_impersonation" + ] + } + ] +} \ No newline at end of file diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/FabricLocation.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/FabricLocation.json new file mode 100644 index 000000000000..db93394ae583 --- /dev/null +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/FabricLocation.json @@ -0,0 +1,151 @@ +{ + "swagger": "2.0", + "info": { + "description": "Fabric location operation endpoints and objects.", + "version": "2016-05-01" + }, + "host": "adminmanagement.local.azurestack.external", + "schemes": [ + "https" + ], + "produces": [ + "application/json" + ], + "consumes": [ + "application/json" + ], + "paths": { + "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{fabricLocation}": { + "get": { + "x-ms-examples": { + "Get a fabric location": { + "$ref": "./examples/FabricLocation/FabricLocationGetOperation_example.json" + } + }, + "tags": [ + "FabricLocations" + ], + "description": "Get a fabric location.", + "operationId": "FabricLocations_Get", + "parameters": [ + { + "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "fabric.json#/parameters/LocationParameter" + }, + { + "$ref": "#/parameters/FabricLocationParameter" + }, + { + "$ref": "fabric.json#/parameters/ApiVersionParameter" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/FabricLocation" + } + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations": { + "get": { + "x-ms-examples": { + "List all fabric locations": { + "$ref": "./examples/FabricLocation/FabricLocationListOperation_example.json" + } + }, + "tags": [ + "FabricLocations" + ], + "description": "Get a list of all fabric locations.", + "operationId": "FabricLocations_List", + "parameters": [ + { + "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "fabric.json#/parameters/LocationParameter" + }, + { + "$ref": "fabric.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/FilterParameter" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/FabricLocationList" + } + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, + "x-ms-odata": "#/definitions/FabricLocation" + } + } + }, + "definitions": { + "FabricLocation": { + "description": "Place holder for fabric location.", + "type": "object", + "properties": {}, + "allOf": [ + { + "$ref": "Fabric.json#/definitions/Resource" + } + ] + }, + "FabricLocationList": { + "description": "Pageable list of fabric locations.", + "type": "object", + "properties": { + "value": { + "description": "List of fabric locations for this page.", + "type": "array", + "items": { + "$ref": "#/definitions/FabricLocation" + } + }, + "nextLink": { + "description": "URI to the next page.", + "type": "string" + } + } + } + }, + "parameters": { + "FabricLocationParameter": { + "description": "Fabric Location.", + "name": "fabricLocation", + "in": "path", + "required": true, + "x-ms-parameter-location": "method" + } + }, + "securityDefinitions": { + "azure_auth": { + "type": "oauth2", + "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", + "flow": "implicit", + "description": "Azure Active Directory OAuth2 Flow", + "scopes": { + "user_impersonation": "impersonate your user account" + } + } + }, + "security": [ + { + "azure_auth": [ + "user_impersonation" + ] + } + ] +} \ No newline at end of file diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/FileShare.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/FileShare.json new file mode 100644 index 000000000000..7da2083d3986 --- /dev/null +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/FileShare.json @@ -0,0 +1,168 @@ +{ + "swagger": "2.0", + "info": { + "description": "File share operation endpoints and objects.", + "version": "2016-05-01" + }, + "host": "adminmanagement.local.azurestack.external", + "schemes": [ + "https" + ], + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "paths": { + "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/fileShares/{fileShare}": { + "get": { + "x-ms-examples": { + "Get a file share": { + "$ref": "./examples/FileShare/FileShareGetOperation_example.json" + } + }, + "tags": [ + "FileShares" + ], + "description": "Get a fabric file share.", + "operationId": "FileShares_Get", + "parameters": [ + { + "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "fabric.json#/parameters/LocationParameter" + }, + { + "$ref": "#/parameters/FileShareParameter" + }, + { + "$ref": "fabric.json#/parameters/ApiVersionParameter" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/FileShare" + } + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/fileShares": { + "get": { + "x-ms-examples": { + "List all file shares": { + "$ref": "./examples/FileShare/FileShareListOperation_example.json" + } + }, + "x-ms-pageable": { + "nextLinkName": null + }, + "tags": [ + "FileShares" + ], + "description": "Get a list of all fabric file shares at a certain location.", + "operationId": "FileShares_List", + "parameters": [ + { + "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "fabric.json#/parameters/LocationParameter" + }, + { + "$ref": "fabric.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/FilterParameter" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/FileShareList" + } + } + }, + "x-ms-odata": "#/definitions/FileShare" + } + } + }, + "definitions": { + "FileShare": { + "description": "Representation of a file share resource.", + "type": "object", + "properties": { + "properties": { + "description": "Properties of a file share resource.", + "x-ms-client-flatten": true, + "$ref": "#/definitions/FileShareModel" + } + }, + "allOf": [ + { + "$ref": "fabric.json#/definitions/Resource" + } + ] + }, + "FileShareModel": { + "description": "Properties of a file share resource.", + "type": "object", + "properties": { + "associatedVolume": { + "description": "Associated volume Id.", + "type": "string" + }, + "uncPath": { + "description": "The UNCPath for the fileshare.", + "type": "string" + } + } + }, + "FileShareList": { + "description": "Pageable list of fabric file share locations.", + "type": "object", + "properties": { + "value": { + "description": "List of fabric file shares for this page.", + "type": "array", + "items": { + "$ref": "#/definitions/FileShare" + } + } + } + } + }, + "parameters": { + "FileShareParameter": { + "name": "fileShare", + "description": "Fabric file share name.", + "in": "path", + "required": true, + "type": "string", + "x-ms-parameter-location": "method" + } + }, + "securityDefinitions": { + "azure_auth": { + "type": "oauth2", + "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", + "flow": "implicit", + "description": "Azure Active Directory OAuth2 Flow", + "scopes": { + "user_impersonation": "impersonate your user account" + } + } + }, + "security": [ + { + "azure_auth": [ + "user_impersonation" + ] + } + ] +} \ No newline at end of file diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/InfraRole.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/InfraRole.json new file mode 100644 index 000000000000..33113fbeb1ed --- /dev/null +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/InfraRole.json @@ -0,0 +1,202 @@ +{ + "swagger": "2.0", + "info": { + "description": "InfraRole operation endpoints and objects.", + "version": "2016-05-01" + }, + "host": "adminmanagement.local.azurestack.external", + "schemes": [ + "https" + ], + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "paths": { + "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/infraRoles/{infraRole}/ScaleUp": { + "post": { + "tags": [ + "InfraRoles" + ], + "description": "Create new infra role instances.", + "operationId": "InfraRoles_ScaleUp", + "parameters": [ + { + "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "fabric.json#/parameters/LocationParameter" + }, + { + "$ref": "#/parameters/InfraRoleParameter" + }, + { + "$ref": "fabric.json#/parameters/ApiVersionParameter" + } + ], + "responses": { + "202": { + "description": "ACCEPTED", + "x-ms-headers": { + "$ref" : "Fabric.json#/definitions/OperationStatusLocation" + } + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/infraRoles/{infraRole}": { + "get": { + "x-ms-examples": { + "Get a infra role": { + "$ref": ".//examples/InfraRole/InfraRoleGetOperation_example.json" + } + }, + "tags": [ + "InfraRoles" + ], + "description": "Get an infra role description.", + "operationId": "InfraRoles_Get", + "parameters": [ + { + "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "fabric.json#/parameters/LocationParameter" + }, + { + "$ref": "#/parameters/InfraRoleParameter" + }, + { + "$ref": "fabric.json#/parameters/ApiVersionParameter" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/InfraRole" + } + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/infraRoles": { + "get": { + "x-ms-examples": { + "List all infra roles": { + "$ref": ".//examples/InfraRole/InfraRoleListOperation_example.json" + } + }, + "tags": [ + "InfraRoles" + ], + "description": "Get a list of all infra roles at a location.", + "operationId": "InfraRoles_List", + "parameters": [ + { + "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "fabric.json#/parameters/LocationParameter" + }, + { + "$ref": "fabric.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/FilterParameter" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/InfraRoleList" + } + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, + "x-ms-odata": "#/definitions/InfraRole" + } + } + }, + "definitions": { + "InfraRole": { + "description": "Get an infra role description.", + "type": "object", + "properties": { + "properties": { + "description": "Infra role properties.", + "x-ms-client-flatten": true, + "$ref": "#/definitions/InfraRoleModel" + } + }, + "allOf": [ + { + "$ref": "fabric.json#/definitions/Resource" + } + ] + }, + "InfraRoleModel": { + "description": "Infra role properties.", + "type": "object", + "properties": { + "instances": { + "description": "List of infra role instances.", + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "InfraRoleList": { + "description": "Pageable list of infra roles.", + "type": "object", + "properties": { + "value": { + "description": "List of infra roles for this page.", + "type": "array", + "items": { + "$ref": "#/definitions/InfraRole" + } + }, + "nextLink": { + "description": "URI to the next page.", + "type": "string" + } + } + } + }, + "parameters": { + "InfraRoleParameter": { + "name": "infraRole", + "description": "Infra role name.", + "in": "path", + "required": true, + "type": "string", + "x-ms-parameter-location": "method" + } + }, + "securityDefinitions": { + "azure_auth": { + "type": "oauth2", + "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", + "flow": "implicit", + "description": "Azure Active Directory OAuth2 Flow", + "scopes": { + "user_impersonation": "impersonate your user account" + } + } + }, + "security": [ + { + "azure_auth": [ + "user_impersonation" + ] + } + ] +} \ No newline at end of file diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/InfraRoleInstance.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/InfraRoleInstance.json new file mode 100644 index 000000000000..4c127fb9769c --- /dev/null +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/InfraRoleInstance.json @@ -0,0 +1,350 @@ +{ + "swagger": "2.0", + "info": { + "description": "InfraRole instance operation endpoints and objects.", + "version": "2016-05-01" + }, + "host": "adminmanagement.local.azurestack.external", + "schemes": [ + "https" + ], + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "paths": { + "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/infraRoleInstances/{infraRoleInstance}/PowerOff": { + "post": { + "x-ms-examples": { + "Power off an infra role instance": { + "$ref": "./examples/InfraRoleInstance/InfraRoleInstancePowerOffOperation_example.json" + } + }, + "tags": [ + "InfraRoleInstances" + ], + "description": "Power off an infra role instance.", + "operationId": "InfraRoleInstances_PowerOff", + "parameters": [ + { + "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "fabric.json#/parameters/LocationParameter" + }, + { + "$ref": "#/parameters/InfraRoleInstanceParameter" + }, + { + "$ref": "fabric.json#/parameters/ApiVersionParameter" + } + ], + "responses": { + "202": { + "description": "ACCEPTED", + "x-ms-headers": { + "$ref" : "Fabric.json#/definitions/OperationStatusLocation" + } + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/infraRoleInstances/{infraRoleInstance}/PowerOn": { + "post": { + "x-ms-examples": { + "Power on an infra role instance": { + "$ref": "./examples/InfraRoleInstance/InfraRoleInstancePowerOnOperation_example.json" + } + }, + "tags": [ + "InfraRoleInstances" + ], + "description": "Power on an infra role instance.", + "operationId": "InfraRoleInstances_PowerOn", + "parameters": [ + { + "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "fabric.json#/parameters/LocationParameter" + }, + { + "$ref": "#/parameters/InfraRoleInstanceParameter" + }, + { + "$ref": "fabric.json#/parameters/ApiVersionParameter" + } + ], + "responses": { + "202": { + "description": "ACCEPTED", + "x-ms-headers": { + "$ref" : "Fabric.json#/definitions/OperationStatusLocation" + } + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/infraRoleInstances/{infraRoleInstance}/Shutdown": { + "post": { + "x-ms-examples": { + "Shutdown an infra role instance": { + "$ref": "./examples/InfraRoleInstance/InfraRoleInstanceShutdownOperation_example.json" + } + }, + "tags": [ + "InfraRoleInstances" + ], + "description": "Shut down an infra role instance.", + "operationId": "InfraRoleInstances_Shutdown", + "parameters": [ + { + "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "fabric.json#/parameters/LocationParameter" + }, + { + "$ref": "#/parameters/InfraRoleInstanceParameter" + }, + { + "$ref": "fabric.json#/parameters/ApiVersionParameter" + } + ], + "responses": { + "202": { + "description": "ACCEPTED", + "x-ms-headers": { + "$ref" : "Fabric.json#/definitions/OperationStatusLocation" + } + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/infraRoleInstances/{infraRoleInstance}/Reboot": { + "post": { + "x-ms-examples": { + "Reboot an infra role instance": { + "$ref": "./examples/InfraRoleInstance/InfraRoleInstanceRebootOperation_example.json" + } + }, + "tags": [ + "InfraRoleInstances" + ], + "description": "Reboot an infra role instance.", + "operationId": "InfraRoleInstances_Reboot", + "parameters": [ + { + "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "fabric.json#/parameters/LocationParameter" + }, + { + "$ref": "#/parameters/InfraRoleInstanceParameter" + }, + { + "$ref": "fabric.json#/parameters/ApiVersionParameter" + } + ], + "responses": { + "202": { + "description": "ACCEPTED", + "x-ms-headers": { + "$ref" : "Fabric.json#/definitions/OperationStatusLocation" + } + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/infraRoleInstances/{infraRoleInstance}": { + "get": { + "x-ms-examples": { + "Get an infra role instance": { + "$ref": "./examples/InfraRoleInstance/InfraRoleInstanceGetOperation_example.json" + } + }, + "tags": [ + "InfraRoleInstances" + ], + "description": "Get an infra role instance.", + "operationId": "InfraRoleInstances_Get", + "parameters": [ + { + "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "fabric.json#/parameters/LocationParameter" + }, + { + "$ref": "#/parameters/InfraRoleInstanceParameter" + }, + { + "$ref": "fabric.json#/parameters/ApiVersionParameter" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/InfraRoleInstance" + } + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/infraRoleInstances": { + "get": { + "x-ms-examples": { + "List all infra role instances": { + "$ref": "./examples/InfraRoleInstance/InfraRoleInstanceListOperation_example.json" + } + }, + "tags": [ + "InfraRoleInstances" + ], + "description": "Get a list of all infra role instances at a location.", + "operationId": "InfraRoleInstances_List", + "parameters": [ + { + "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "fabric.json#/parameters/LocationParameter" + }, + { + "$ref": "fabric.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/FilterParameter" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/InfraRoleInstanceList" + } + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, + "x-ms-odata": "#/definitions/InfraRoleInstance" + } + } + }, + "definitions": { + "InfraRoleInstance": { + "description": "The virtual machine resource is used to represent an infrastructure virtual machine in the Azure Stack environment. The fabric resource provider only surfaces infrastructure virtual machines. These machines are never created directly by the admin, but rather as a side effect of expanding admin services.", + "type": "object", + "properties": { + "properties": { + "description": "All properties of an infra role instance.", + "x-ms-client-flatten": true, + "$ref": "#/definitions/InfraRoleInstanceModel" + } + }, + "allOf": [ + { + "$ref": "fabric.json#/definitions/Resource" + } + ] + }, + "InfraRoleInstanceModel": { + "description": "All properties of an infra role instance.", + "type": "object", + "properties": { + "scaleUnit": { + "description": "The cluster that the virtual machine's host is part of.", + "type": "string" + }, + "scaleUnitNode": { + "description": "URI to the scale unit node.", + "type": "string" + }, + "size": { + "description": "Size of the virtual machine.", + "$ref": "#/definitions/InfraRoleInstanceSize" + }, + "state": { + "description": "The current state of the virtual machine.", + "enum": [ + "Stopped", + "Starting", + "Running", + "Stopping" + ], + "type": "string", + "x-ms-enum": { + "modelAsString": true, + "name": "InfraRoleInstanceState" + } + } + } + }, + "InfraRoleInstanceSize": { + "description": "The capacity information for a virtual machine.", + "type": "object", + "properties": { + "memoryGb": { + "description": "The amount of memory, in GB, currently assigned to the virtual machine. In Azure Stack V1, only static memory is used for infrastructure VMs.", + "format": "float", + "type": "number" + }, + "cores": { + "description": "The number of cores assigned to the virtual machine.", + "format": "int32", + "type": "integer" + } + } + }, + "InfraRoleInstanceList": { + "description": "Pageable list of infra role instances.", + "type": "object", + "properties": { + "value": { + "description": "List of infra role instances for this page.", + "type": "array", + "items": { + "$ref": "#/definitions/InfraRoleInstance" + } + }, + "nextLink": { + "description": "URI to the next page.", + "type": "string" + } + } + } + }, + "parameters": { + "InfraRoleInstanceParameter": { + "name": "infraRoleInstance", + "description": "Name of an infra role instance.", + "in": "path", + "required": true, + "type": "string", + "x-ms-parameter-location": "method" + } + }, + "securityDefinitions": { + "azure_auth": { + "type": "oauth2", + "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", + "flow": "implicit", + "description": "Azure Active Directory OAuth2 Flow", + "scopes": { + "user_impersonation": "impersonate your user account" + } + } + }, + "security": [ + { + "azure_auth": [ + "user_impersonation" + ] + } + ] +} \ No newline at end of file diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/IpPool.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/IpPool.json new file mode 100644 index 000000000000..a04135a2b7fe --- /dev/null +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/IpPool.json @@ -0,0 +1,238 @@ +{ + "swagger": "2.0", + "info": { + "description": "Ip pool operation endpoints and objects.", + "version": "2016-05-01" + }, + "host": "adminmanagement.local.azurestack.external", + "schemes": [ + "https" + ], + "produces": [ + "application/json" + ], + "consumes": [ + "application/json" + ], + "paths": { + "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/ipPools/{ipPool}": { + "get": { + "x-ms-examples": { + "Get an ip pool": { + "$ref": "./examples/IpPool/IpPoolGetOperation_example.json" + } + }, + "tags": [ + "IpPools" + ], + "description": "Get an ip pool.", + "operationId": "IpPools_Get", + "parameters": [ + { + "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "fabric.json#/parameters/LocationParameter" + }, + { + "$ref": "#/parameters/IpPoolNameParameter" + }, + { + "$ref": "fabric.json#/parameters/ApiVersionParameter" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/IpPool" + } + } + } + }, + "put": { + "x-ms-examples": { + "Create an ip pool": { + "$ref": "./examples/IpPool/IpPoolCreateOperation_example.json" + } + }, + "tags": [ + "IpPools" + ], + "description": "Create an ip pool.", + "operationId": "IpPools_Create", + "parameters": [ + { + "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "fabric.json#/parameters/LocationParameter" + }, + { + "$ref": "#/parameters/IpPoolNameParameter" + }, + { + "$ref": "fabric.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/IpPoolParameter" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/IpPool" + } + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/ipPools": { + "get": { + "x-ms-examples": { + "List all ip pools": { + "$ref": "./examples/IpPool/IpPoolListOperation_example.json" + } + }, + "tags": [ + "IpPools" + ], + "description": "Get a list of all ip pools at a certain location.", + "operationId": "IpPools_List", + "parameters": [ + { + "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "fabric.json#/parameters/LocationParameter" + }, + { + "$ref": "fabric.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/FilterParameter" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/IpPoolList" + } + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, + "x-ms-odata": "#/definitions/IpPool" + } + } + }, + "definitions": { + "IpPool": { + "description": "This resource defines the range of IP addresses from which addresses are allocated for nodes within a subnet.", + "type": "object", + "properties": { + "properties": { + "description": "Properties of an IpPool.", + "x-ms-client-flatten": true, + "$ref": "#/definitions/IpPoolModel" + } + }, + "allOf": [ + { + "$ref": "fabric.json#/definitions/Resource" + } + ] + }, + "IpPoolModel": { + "description": "Properties of an IpPool.", + "type": "object", + "properties": { + "startIpAddress": { + "description": "The starting Ip address.", + "type": "string" + }, + "endIpAddress": { + "description": "The ending Ip address.", + "type": "string" + }, + "addressPrefix": { + "description": "The address prefix.", + "type": "string" + }, + "numberOfIpAddresses": { + "description": "The total number of ip addresses.", + "type": "integer", + "format": "int64" + }, + "numberOfAllocatedIpAddresses": { + "description": "The number of currently allocated ip addresses.", + "type": "integer", + "format": "int64" + }, + "numberOfIpAddressesInTransition": { + "description": "The current number of ip addresses in transition.", + "type": "integer", + "format": "int64" + } + } + }, + "IpPoolList": { + "description": "Pageable list of ip pools.", + "type": "object", + "properties": { + "value": { + "description": "List of ip pools for this page.", + "type": "array", + "items": { + "$ref": "#/definitions/IpPool" + } + }, + "nextLink": { + "description": "URI to the next page.", + "type": "string" + } + } + } + }, + "parameters": { + "IpPoolParameter": { + "name": "pool", + "description": "Ip pool object to send.", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/IpPool" + }, + "x-ms-parameter-location": "method" + }, + "IpPoolNameParameter": { + "name": "ipPool", + "description": "Ip pool name.", + "type": "string", + "in": "path", + "required": true, + "x-ms-parameter-location": "method" + } + }, + "securityDefinitions": { + "azure_auth": { + "type": "oauth2", + "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", + "flow": "implicit", + "description": "Azure Active Directory OAuth2 Flow", + "scopes": { + "user_impersonation": "impersonate your user account" + } + } + }, + "security": [ + { + "azure_auth": [ + "user_impersonation" + ] + } + ] +} \ No newline at end of file diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/LogicalNetwork.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/LogicalNetwork.json new file mode 100644 index 000000000000..0fcd80d395d9 --- /dev/null +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/LogicalNetwork.json @@ -0,0 +1,182 @@ +{ + "swagger": "2.0", + "info": { + "description": "Logical network operation endpoints and objects.", + "version": "2016-05-01" + }, + "host": "adminmanagement.local.azurestack.external", + "schemes": [ + "https" + ], + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "paths": { + "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/logicalNetworks/{logicalNetwork}": { + "get": { + "x-ms-examples": { + "Get a logical network": { + "$ref": "./examples/LogicalNetwork/LogicalNetworkGetOperation_example.json" + } + }, + "tags": [ + "LogicalNetworks" + ], + "description": "Get a logical network.", + "operationId": "LogicalNetworks_Get", + "parameters": [ + { + "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "fabric.json#/parameters/LocationParameter" + }, + { + "$ref": "#/parameters/LogicalNetworkParameter" + }, + { + "$ref": "fabric.json#/parameters/ApiVersionParameter" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/LogicalNetwork" + } + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/logicalNetworks": { + "get": { + "x-ms-examples": { + "List all logical networks": { + "$ref": "./examples/LogicalNetwork/LogicalNetworkListOperation_example.json" + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, + "tags": [ + "LogicalNetworks" + ], + "description": "Get a list of all logical networks at a location.", + "operationId": "LogicalNetworks_List", + "parameters": [ + { + "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "fabric.json#/parameters/LocationParameter" + }, + { + "$ref": "fabric.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/FilterParameter" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/LogicalNetworkList" + } + } + }, + "x-ms-odata": "#/definitions/LogicalNetwork" + } + } + }, + "definitions": { + "LogicalNetwork": { + "description": "This resource represents a logical partition of physical network that is dedicated for a particular purpose. A logical network comprises of a collection of logical subnets.", + "type": "object", + "properties": { + "properties": { + "description": "Properties of a logical network.", + "x-ms-client-flatten": true, + "$ref": "#/definitions/LogicalNetworkModel" + } + }, + "allOf": [ + { + "$ref": "fabric.json#/definitions/Resource" + } + ] + }, + "LogicalNetworkModel": { + "description": "Properties of a logical network.", + "type": "object", + "properties": { + "metadata": { + "description": "Metadata related to this Logical Network.", + "type": "object", + "additionalProperties": { + "type": "string" + } + }, + "networkVirtualizationEnabled": { + "description": "Is Network Virtualization is enabled on this Logical Network.", + "type": "boolean" + }, + "subnets": { + "description": "List of subnets belonging to this Logical Network.", + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "LogicalNetworkList": { + "description": "A pageable list of logical networks.", + "type": "object", + "properties": { + "value": { + "description": "List of logical networks for this page.", + "type": "array", + "items": { + "$ref": "#/definitions/LogicalNetwork" + } + }, + "nextLink": { + "description": "URI to the next page.", + "type": "string" + } + } + } + }, + "parameters": { + "LogicalNetworkParameter": { + "name": "logicalNetwork", + "description": "Name of the logical network.", + "in": "path", + "required": true, + "type": "string", + "x-ms-parameter-location": "method" + } + }, + "securityDefinitions": { + "azure_auth": { + "type": "oauth2", + "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", + "flow": "implicit", + "description": "Azure Active Directory OAuth2 Flow", + "scopes": { + "user_impersonation": "impersonate your user account" + } + } + }, + "security": [ + { + "azure_auth": [ + "user_impersonation" + ] + } + ] +} \ No newline at end of file diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/LogicalSubnet.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/LogicalSubnet.json new file mode 100644 index 000000000000..a77cb1d1921f --- /dev/null +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/LogicalSubnet.json @@ -0,0 +1,196 @@ +{ + "swagger": "2.0", + "info": { + "description": "Logical subnet operation endpoints and objects.", + "version": "2016-05-01" + }, + "host": "adminmanagement.local.azurestack.external", + "schemes": [ + "https" + ], + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "paths": { + "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/logicalNetworks/{logicalNetwork}/logicalSubnets/{logicalSubnet}": { + "get": { + "x-ms-examples": { + "Get a logical subnet": { + "$ref": "./examples/LogicalSubnet/LogicalSubnetGetOperation_example.json" + } + }, + "tags": [ + "LogicalSubnets" + ], + "description": "Get a list of all volumes at a location.", + "operationId": "LogicalSubnets_Get", + "parameters": [ + { + "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "fabric.json#/parameters/LocationParameter" + }, + { + "$ref": "#/parameters/LogicalNetworkParameter" + }, + { + "$ref": "#/parameters/LogicalSubnetParameter" + }, + { + "$ref": "fabric.json#/parameters/ApiVersionParameter" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/LogicalSubnet" + } + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/logicalNetworks/{logicalNetwork}/logicalSubnets": { + "get": { + "x-ms-examples": { + "List all logical subnets": { + "$ref": "./examples/LogicalSubnet/LogicalSubnetListOperation_example.json" + } + }, + "tags": [ + "LogicalSubnets" + ], + "description": "Get a list of all logical subnets.", + "operationId": "LogicalSubnets_List", + "parameters": [ + { + "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "fabric.json#/parameters/LocationParameter" + }, + { + "$ref": "#/parameters/LogicalNetworkParameter" + }, + { + "$ref": "fabric.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/FilterParameter" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/LogicalSubnetList" + } + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, + "x-ms-odata": "#/definitions/LogicalSubnet" + } + } + }, + "definitions": { + "LogicalSubnet": { + "description": "This resource represents a Logical Subnet. A Logical Subnet comprises of subnet/vlan pair.", + "type": "object", + "properties": { + "properties": { + "description": "Properties of a logical subnet.", + "x-ms-client-flatten": true, + "$ref": "#/definitions/LogicalSubnetModel" + } + }, + "allOf": [ + { + "$ref": "fabric.json#/definitions/Resource" + } + ] + }, + "LogicalSubnetModel": { + "description": "Properties of a logical subnet.", + "type": "object", + "properties": { + "ipPools": { + "description": "All ip pools which belong to this subnet.", + "type": "array", + "items": { + "type": "string" + } + }, + "isPublic": { + "description": "The visiblity status of the ip pool. If is true the associated pools are public ip address pools.", + "type": "boolean" + }, + "metadata": { + "description": "Metadata related to this Logical Network.", + "type": "object", + "additionalProperties": { + "type": "string" + } + } + } + }, + "LogicalSubnetList": { + "description": "Pageable list of logical subnets.", + "type": "object", + "properties": { + "value": { + "description": "List of logical subnets on this page.", + "type": "array", + "items": { + "$ref": "#/definitions/LogicalSubnet" + } + }, + "nextLink": { + "description": "URI to the next page.", + "type": "string" + } + } + } + }, + "parameters": { + "LogicalSubnetParameter": { + "name": "logicalSubnet", + "description": "Name of the logical subnet.", + "in": "path", + "required": true, + "type": "string", + "x-ms-parameter-location": "method" + }, + "LogicalNetworkParameter": { + "name": "logicalNetwork", + "description": "Name of the logical network.", + "in": "path", + "required": true, + "type": "string", + "x-ms-parameter-location": "method" + } + }, + "securityDefinitions": { + "azure_auth": { + "type": "oauth2", + "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", + "flow": "implicit", + "description": "Azure Active Directory OAuth2 Flow", + "scopes": { + "user_impersonation": "impersonate your user account" + } + } + }, + "security": [ + { + "azure_auth": [ + "user_impersonation" + ] + } + ] +} \ No newline at end of file diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/MacAddressPool.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/MacAddressPool.json new file mode 100644 index 000000000000..7d3df2141471 --- /dev/null +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/MacAddressPool.json @@ -0,0 +1,189 @@ +{ + "swagger": "2.0", + "info": { + "description": "MAC address pool operation endpoints and objects.", + "version": "2016-05-01" + }, + "host": "adminmanagement.local.azurestack.external", + "schemes": [ + "https" + ], + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "paths": { + "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/macAddressPools/{macAddressPool}": { + "get": { + "x-ms-examples": { + "Get a mac address pool": { + "$ref": "./examples/MacAddressPool/MacAddressPoolGetOperation_example.json" + } + }, + "tags": [ + "MacAddressPools" + ], + "description": "Get a MAC address pool.", + "operationId": "MacAddressPools_Get", + "parameters": [ + { + "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "fabric.json#/parameters/LocationParameter" + }, + { + "$ref": "#/parameters/MACAddressPoolParameter" + }, + { + "$ref": "fabric.json#/parameters/ApiVersionParameter" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/MacAddressPool" + } + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/macAddressPools": { + "get": { + "x-ms-examples": { + "List all mac address pools": { + "$ref": "./examples/MacAddressPool/MacAddressPoolListOperation_example.json" + } + }, + "tags": [ + "MacAddressPools" + ], + "description": "Get a list of all MAC address pools at a location.", + "operationId": "MacAddressPools_List", + "parameters": [ + { + "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "fabric.json#/parameters/LocationParameter" + }, + { + "$ref": "fabric.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/FilterParameter" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/MacAddressPoolList" + } + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, + "x-ms-odata": "#/definitions/MacAddressPool" + } + } + }, + "definitions": { + "MacAddressPool": { + "description": "This resource represents a MAC address pool. The default MAC address pools are used if you set the MAC address type for a virtual machine to 'Static'. If the virtual machine setting is “Dynamic”, the hypervisor assigns the MAC address.", + "type": "object", + "properties": { + "properties": { + "description": "Properties of a MAC address pool.", + "x-ms-client-flatten": true, + "$ref": "#/definitions/MacAddressPoolModel" + } + }, + "allOf": [ + { + "$ref": "fabric.json#/definitions/Resource" + } + ] + }, + "MacAddressPoolModel": { + "description": "Properties of a MAC address pool.", + "type": "object", + "properties": { + "metadata": { + "description": "Metadata related to this MAC pool.", + "type": "object", + "additionalProperties": { + "type": "string" + } + }, + "startMacAddress": { + "description": "Starting MAC address.", + "type": "string" + }, + "endMacAddress": { + "description": "Ending MAC address.", + "type": "string" + }, + "numberOfAllocatedMacAddresses": { + "description": "Number of MAC addresses allocated.", + "type": "integer", + "format": "int64" + }, + "numberOfAvailableMacAddresses": { + "description": "Number of MAC addresses available.", + "type": "integer", + "format": "int64" + } + } + }, + "MacAddressPoolList": { + "description": "A pageable list of MAC address pools.", + "type": "object", + "properties": { + "value": { + "description": "The list of MAC address pools on this page.", + "type": "array", + "items": { + "$ref": "#/definitions/MacAddressPool" + } + }, + "nextLink": { + "description": "URI to the next page.", + "type": "string" + } + } + } + }, + "parameters": { + "MACAddressPoolParameter": { + "name": "macAddressPool", + "description": "Name of the MAC address pool.", + "in": "path", + "required": true, + "type": "string", + "x-ms-parameter-location": "method" + } + }, + "securityDefinitions": { + "azure_auth": { + "type": "oauth2", + "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", + "flow": "implicit", + "description": "Azure Active Directory OAuth2 Flow", + "scopes": { + "user_impersonation": "impersonate your user account" + } + } + }, + "security": [ + { + "azure_auth": [ + "user_impersonation" + ] + } + ] +} \ No newline at end of file diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/ScaleUnit.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/ScaleUnit.json new file mode 100644 index 000000000000..18e648e0b1c8 --- /dev/null +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/ScaleUnit.json @@ -0,0 +1,311 @@ +{ + "swagger": "2.0", + "info": { + "description": "Scale unit operation endpoints and objects.", + "version": "2016-05-01" + }, + "host": "adminmanagement.local.azurestack.external", + "schemes": [ + "https" + ], + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "paths": { + "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/scaleUnits/{scaleUnit}/ScaleOut": { + "post": { + "tags": [ + "ScaleUnits" + ], + "description": "Scales out the cluster.", + "operationId": "ScaleUnits_ScaleOut", + "parameters": [ + { + "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "fabric.json#/parameters/LocationParameter" + }, + { + "$ref": "#/parameters/ScaleUnitParameter" + }, + { + "$ref": "fabric.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/ServersToBeAddedParameter" + } + ], + "responses": { + "202": { + "description": "ACCEPTED", + "x-ms-headers": { + "$ref": "Fabric.json#/definitions/OperationStatusLocation" + } + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/scaleUnits/{scaleUnit}": { + "get": { + "x-ms-examples": { + "Get a scale unit": { + "$ref": "./examples/ScaleUnit/ScaleUnitGetOperation_example.json" + } + }, + "tags": [ + "ScaleUnits" + ], + "description": "Get a scale unit.", + "operationId": "ScaleUnits_Get", + "parameters": [ + { + "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "fabric.json#/parameters/LocationParameter" + }, + { + "$ref": "#/parameters/ScaleUnitParameter" + }, + { + "$ref": "fabric.json#/parameters/ApiVersionParameter" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/ScaleUnit" + } + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/scaleUnits": { + "get": { + "x-ms-examples": { + "List allscale units": { + "$ref": "./examples/ScaleUnit/ScaleUnitListOperation_example.json" + } + }, + "tags": [ + "ScaleUnits" + ], + "description": "Get a list of all scale units at a location.", + "operationId": "ScaleUnits_List", + "parameters": [ + { + "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "fabric.json#/parameters/LocationParameter" + }, + { + "$ref": "fabric.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/FilterParameter" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/ScaleUnitList" + } + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, + "x-ms-odata": "#/definitions/ScaleUnit" + } + } + }, + "definitions": { + "ScaleUnitCapacity": { + "description": "The capacity information for a physical machine.", + "type": "object", + "properties": { + "memoryGB": { + "description": "The memory for the physical machine.", + "type": "number", + "format": "float" + }, + "cores": { + "description": "The number of CPU cores for the physical machine.", + "type": "integer", + "format": "int64" + } + } + }, + "BareMetalNodeDescription": { + "description": "The description of a bare metal node used for ScaleOut operation on a cluster.", + "type": "object", + "properties": { + "bmcAddress": { + "description": "Bmc address of the physical machine.", + "type": "string" + }, + "vendor": { + "description": "Vendor of the physical machine.", + "type": "string" + }, + "model": { + "description": "Model of the physical machine.", + "type": "string" + }, + "serialNumber": { + "description": "Serial number of the physical machine.", + "type": "string" + }, + "biosVersion": { + "description": "Bios version of the physical machine.", + "type": "string" + }, + "computerName": { + "description": "Name of the computer.", + "type": "string" + }, + "id": { + "description": "Name of the cluster.", + "type": "string" + }, + "macAddress": { + "description": "Mac address of the bare metal node.", + "type": "string" + } + } + }, + "ScaleUnit": { + "description": "Represents a cluster - generally this will be a collection of Hosts backed by Failover Cluster Manager.", + "type": "object", + "properties": { + "properties": { + "description": "Properties of a scale unit.", + "x-ms-client-flatten": true, + "$ref": "#/definitions/ScaleUnitModel" + } + }, + "allOf": [ + { + "$ref": "fabric.json#/definitions/Resource" + } + ] + }, + "ScaleUnitModel": { + "description": "Properties of a scale unit.", + "type": "object", + "properties": { + "scaleUnitType": { + "description": "Type of the cluster.", + "enum": [ + "Unknown", + "ComputeOnly", + "StorageOnly", + "HyperConverged" + ], + "type": "string", + "x-ms-enum": { + "modelAsString": true, + "name": "ScaleUnitType" + } + }, + "logicalFaultDomain": { + "description": "Fault domain name of the cluster.", + "type": "integer", + "format": "int32" + }, + "nodes": { + "description": "List of nodes in the server.", + "type": "array", + "items": { + "type": "string" + } + }, + "state": { + "description": "Current state of the cluster.", + "enum": [ + "Unknown", + "Creating", + "Running", + "Upgrading", + "Deleting" + ], + "type": "string", + "x-ms-enum": { + "modelAsString": true, + "name": "ScaleUnitState" + } + }, + "model": { + "description": "Model of the servers in the cluster.", + "type": "string" + }, + "totalCapacity": { + "description": "Capacity information for the cluster.", + "$ref": "#/definitions/ScaleUnitCapacity" + } + } + }, + "ScaleUnitList": { + "description": "A pageable list of scale units.", + "type": "object", + "properties": { + "value": { + "description": "The list of scale units on this page.", + "type": "array", + "items": { + "$ref": "#/definitions/ScaleUnit" + } + }, + "nextLink": { + "description": "URI to the next page.", + "type": "string" + } + } + } + }, + "parameters": { + "ScaleUnitParameter": { + "name": "scaleUnit", + "description": "Name of the scale units.", + "in": "path", + "required": true, + "type": "string", + "x-ms-parameter-location": "method" + }, + "ServersToBeAddedParameter": { + "name": "serversToBeAdded", + "description": "Descripion of the server to be added.", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/BareMetalNodeDescription" + }, + "x-ms-parameter-location": "method" + } + }, + "securityDefinitions": { + "azure_auth": { + "type": "oauth2", + "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", + "flow": "implicit", + "description": "Azure Active Directory OAuth2 Flow", + "scopes": { + "user_impersonation": "impersonate your user account" + } + } + }, + "security": [ + { + "azure_auth": [ + "user_impersonation" + ] + } + ] +} \ No newline at end of file diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/ScaleUnitNode.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/ScaleUnitNode.json new file mode 100644 index 000000000000..584e9154981a --- /dev/null +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/ScaleUnitNode.json @@ -0,0 +1,371 @@ +{ + "swagger": "2.0", + "info": { + "description": "Scale unit node operation endpoints and objects.", + "version": "2016-05-01" + }, + "host": "adminmanagement.local.azurestack.external", + "schemes": [ + "https" + ], + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "paths": { + "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/scaleUnitNodes/{scaleUnitNode}/PowerOff": { + "post": { + "x-ms-examples": { + "Power off a scale unit node": { + "$ref": "./examples/ScaleUnitNode/ScaleUnitNodePowerOffOperation_example.json" + } + }, + "tags": [ + "ScaleUnitNodes" + ], + "description": "Power off a scale unit node.", + "operationId": "ScaleUnitNodes_PowerOff", + "parameters": [ + { + "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "fabric.json#/parameters/LocationParameter" + }, + { + "$ref": "#/parameters/ScaleUnitNodeParameter" + }, + { + "$ref": "fabric.json#/parameters/ApiVersionParameter" + } + ], + "responses": { + "202": { + "description": "ACCEPTED", + "x-ms-headers": { + "$ref" : "Fabric.json#/definitions/OperationStatusLocation" + } + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/scaleUnitNodes/{scaleUnitNode}/PowerOn": { + "post": { + "x-ms-examples": { + "Power on a scale unit node": { + "$ref": "./examples/ScaleUnitNode/ScaleUnitNodePowerOnOperation_example.json" + } + }, + "tags": [ + "ScaleUnitNodes" + ], + "description": "Power on a scale unit node.", + "operationId": "ScaleUnitNodes_PowerOn", + "parameters": [ + { + "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "fabric.json#/parameters/LocationParameter" + }, + { + "$ref": "#/parameters/ScaleUnitNodeParameter" + }, + { + "$ref": "fabric.json#/parameters/ApiVersionParameter" + } + ], + "responses": { + "202": { + "description": "ACCEPTED", + "x-ms-headers": { + "$ref" : "Fabric.json#/definitions/OperationStatusLocation" + } + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/scaleUnitNodes/{scaleUnitNode}/StartMaintenanceMode": { + "post": { + "x-ms-examples": { + "Start maintenance mode on a scale unit node": { + "$ref": "./examples/ScaleUnitNode/ScaleUnitNodeStartMaintenanceModeOperation_example.json" + } + }, + "tags": [ + "ScaleUnitNodes" + ], + "description": "Start maintenance mode for a scale unit node.", + "operationId": "ScaleUnitNodes_StartMaintenanceMode", + "parameters": [ + { + "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "fabric.json#/parameters/LocationParameter" + }, + { + "$ref": "#/parameters/ScaleUnitNodeParameter" + }, + { + "$ref": "fabric.json#/parameters/ApiVersionParameter" + } + ], + "responses": { + "202": { + "description": "ACCEPTED", + "x-ms-headers": { + "$ref" : "Fabric.json#/definitions/OperationStatusLocation" + } + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/scaleUnitNodes/{scaleUnitNode}/StopMaintenanceMode": { + "post": { + "x-ms-examples": { + "Stop maintenance mode on a scale unit node": { + "$ref": "./examples/ScaleUnitNode/ScaleUnitNodeStopMaintenanceModeOperation_example.json" + } + }, + "tags": [ + "ScaleUnitNodes" + ], + "description": "Stop maintenance mode for a scale unit node.", + "operationId": "ScaleUnitNodes_StopMaintenanceMode", + "parameters": [ + { + "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "fabric.json#/parameters/LocationParameter" + }, + { + "$ref": "#/parameters/ScaleUnitNodeParameter" + }, + { + "$ref": "fabric.json#/parameters/ApiVersionParameter" + } + ], + "responses": { + "202": { + "description": "ACCEPTED", + "x-ms-headers": { + "$ref" : "Fabric.json#/definitions/OperationStatusLocation" + } + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/scaleUnitNodes/{scaleUnitNode}": { + "get": { + "x-ms-examples": { + "Get a scale unit node": { + "$ref": "./examples/ScaleUnitNode/ScaleUnitNodeGetOperation_example.json" + } + }, + "tags": [ + "ScaleUnitNodes" + ], + "description": "Get a specific scale unit node.", + "operationId": "ScaleUnitNodes_Get", + "parameters": [ + { + "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "fabric.json#/parameters/LocationParameter" + }, + { + "$ref": "#/parameters/ScaleUnitNodeParameter" + }, + { + "$ref": "fabric.json#/parameters/ApiVersionParameter" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/ScaleUnitNode" + } + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/scaleUnitNodes": { + "get": { + "x-ms-examples": { + "List all scale unit node": { + "$ref": "./examples/ScaleUnitNode/ScaleUnitNodeListOperation_example.json" + } + }, + "tags": [ + "ScaleUnitNodes" + ], + "description": "Get a list of all scale unit nodes in a location.", + "operationId": "ScaleUnitNodes_List", + "parameters": [ + { + "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "fabric.json#/parameters/LocationParameter" + }, + { + "$ref": "fabric.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/FilterParameter" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/ScaleUnitNodeList" + } + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, + "x-ms-odata": "#/definitions/ScaleUnitNode" + } + } + }, + "definitions": { + "ScaleUnitNode": { + "description": "The physical server in a cluster.", + "type": "object", + "properties": { + "properties": { + "description": "Holds all properties related to a scale unit node.", + "x-ms-client-flatten": true, + "$ref": "#/definitions/ScaleUnitNodeModel" + } + }, + "allOf": [ + { + "$ref": "fabric.json#/definitions/Resource" + } + ] + }, + "ScaleUnitNodeModel": { + "description": "Holds all properties related to a scale unit node.", + "type": "object", + "properties": { + "scaleUnitNodeStatus": { + "description": "Status of the physical machine.", + "enum": [ + "Running", + "Maintenance", + "Stopped" + ], + "type": "string", + "x-ms-enum": { + "modelAsString": true, + "name": "ScaleUnitNodeStatus" + } + }, + "powerState": { + "description": "PowerState of the physical machine.", + "enum": [ + "Stopped", + "Starting", + "Running", + "Stopping" + ], + "type": "string", + "x-ms-enum": { + "modelAsString": true, + "name": "PowerState" + } + }, + "bmcAddress": { + "description": "Bmc address of the physical machine.", + "type": "string" + }, + "scaleUnitName": { + "description": "Cluster name of the physical machine.", + "type": "string" + }, + "scaleUnitUri": { + "description": "URI of the corresponding cluster.", + "type": "string" + }, + "canPowerOff": { + "description": "Value indicating whether the node can be powered off.", + "type": "boolean" + }, + "vendor": { + "description": "Vendor of the physical machine.", + "type": "string" + }, + "model": { + "description": "Model of the physical machine.", + "type": "string" + }, + "serialNumber": { + "description": "Serial number of the physical machine.", + "type": "string" + }, + "biosVersion": { + "description": "Bios version of the physical machine.", + "type": "string" + }, + "capacity": { + "description": "MacAddress of the physical machine.", + "$ref": "#/definitions/ScaleUnitCapacity" + } + } + }, + "ScaleUnitNodeList": { + "description": "A pageable list of scale unit nodes.", + "type": "object", + "properties": { + "value": { + "description": "The list of nodes in this page.", + "type": "array", + "items": { + "$ref": "#/definitions/ScaleUnitNode" + } + }, + "nextLink": { + "description": "The URI to the next page.", + "type": "string" + } + } + } + }, + "parameters": { + "ScaleUnitNodeParameter": { + "name": "scaleUnitNode", + "description": "Name of the scale unit node.", + "in": "path", + "required": true, + "type": "string", + "x-ms-parameter-location": "method" + } + }, + "securityDefinitions": { + "azure_auth": { + "type": "oauth2", + "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", + "flow": "implicit", + "description": "Azure Active Directory OAuth2 Flow", + "scopes": { + "user_impersonation": "impersonate your user account" + } + } + }, + "security": [ + { + "azure_auth": [ + "user_impersonation" + ] + } + ] +} \ No newline at end of file diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/SlbMuxInstance.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/SlbMuxInstance.json new file mode 100644 index 000000000000..574ccf38e7af --- /dev/null +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/SlbMuxInstance.json @@ -0,0 +1,179 @@ +{ + "swagger": "2.0", + "info": { + "description": "Software load balancer multiplexer operation endpoints and objects.", + "version": "2016-05-01" + }, + "host": "adminmanagement.local.azurestack.external", + "schemes": [ + "https" + ], + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "paths": { + "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/slbMuxInstances/{slbMuxInstance}": { + "get": { + "x-ms-examples": { + "Get a Software Load Balancer Mux Instance": { + "$ref": "./examples/SlbMuxInstance/SlbMuxInstanceGetOperation_example.json" + } + }, + "tags": [ + "SlbMuxInstances" + ], + "description": "Get a software load balancer multiplexer instance.", + "operationId": "SlbMuxInstances_Get", + "parameters": [ + { + "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "fabric.json#/parameters/LocationParameter" + }, + { + "$ref": "#/parameters/SLBMuxInstanceParameter" + }, + { + "$ref": "fabric.json#/parameters/ApiVersionParameter" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/SlbMuxInstance" + } + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/slbMuxInstances": { + "get": { + "x-ms-examples": { + "List all Software Load Balancer Mux Instances": { + "$ref": "./examples/SlbMuxInstance/SlbMuxInstanceListOperation_example.json" + } + }, + "tags": [ + "SlbMuxInstances" + ], + "description": "Get a list of all software load balancer instances at a location.", + "operationId": "SlbMuxInstances_List", + "parameters": [ + { + "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "fabric.json#/parameters/LocationParameter" + }, + { + "$ref": "fabric.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/FilterParameter" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/SlbMuxInstanceList" + } + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, + "x-ms-odata": "#/definitions/SlbMuxInstance" + } + } + }, + "definitions": { + "SlbMuxInstance": { + "description": "This resource represents an SLB MUX (software load balancing multiplexer, which distributes the tenant and tenant customer network traffic).", + "type": "object", + "properties": { + "properties": { + "description": "Properties of a SLB MUX", + "x-ms-client-flatten": true, + "$ref": "#/definitions/SlbMuxInstanceModel" + } + }, + "allOf": [ + { + "$ref": "fabric.json#/definitions/Resource" + } + ] + }, + "SlbMuxInstanceModel": { + "description": "Properties of a SLB MUX", + "type": "object", + "properties": { + "configurationState": { + "description": "Configuration state.", + "type": "string" + }, + "virtualServer": { + "description": "Virtual server.", + "type": "string" + }, + "bgpPeers": { + "description": "List of BGP peers.", + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "SlbMuxInstanceList": { + "description": "A pageable list of SLB Mux instances.", + "type": "object", + "properties": { + "value": { + "description": "List of SLB Mux instances on this page.", + "type": "array", + "items": { + "$ref": "#/definitions/SlbMuxInstance" + } + }, + "nextLink": { + "description": "URI to the next page.", + "type": "string" + } + } + } + }, + "parameters": { + "SLBMuxInstanceParameter": { + "name": "slbMuxInstance", + "description": "Name of a SLB Mux instance.", + "in": "path", + "required": true, + "type": "string", + "x-ms-parameter-location": "method" + } + }, + "securityDefinitions": { + "azure_auth": { + "type": "oauth2", + "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", + "flow": "implicit", + "description": "Azure Active Directory OAuth2 Flow", + "scopes": { + "user_impersonation": "impersonate your user account" + } + } + }, + "security": [ + { + "azure_auth": [ + "user_impersonation" + ] + } + ] +} \ No newline at end of file diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/StoragePool.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/StoragePool.json new file mode 100644 index 000000000000..b52e0eaa0cc6 --- /dev/null +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/StoragePool.json @@ -0,0 +1,175 @@ +{ + "swagger": "2.0", + "info": { + "description": "Storage pool operation endpoints and objects.", + "version": "2016-05-01" + }, + "host": "adminmanagement.local.azurestack.external", + "schemes": [ + "https" + ], + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "paths": { + "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/storageSubSystems/{storageSubSystem}/storagePools/{storagePool}": { + "get": { + "x-ms-examples": { + "Get a storage pool": { + "$ref": "./examples/StoragePool/StoragePoolGetOperation_example.json" + } + }, + "tags": [ + "StoragePools" + ], + "description": "Get a storage pool.", + "operationId": "StoragePools_Get", + "parameters": [ + { + "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "fabric.json#/parameters/LocationParameter" + }, + { + "$ref": "StorageSystem.json#/parameters/StorageSubSystemParameter" + }, + { + "$ref": "#/parameters/StoragePoolParameter" + }, + { + "$ref": "fabric.json#/parameters/ApiVersionParameter" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/StoragePool" + } + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/storageSubSystems/{storageSubSystem}/storagePools": { + "get": { + "x-ms-examples": { + "List all storage pools": { + "$ref": "./examples/StoragePool/StoragePoolListOperation_example.json" + } + }, + "tags": [ + "StoragePools" + ], + "description": "Get a list of all storage pools for a location.", + "operationId": "StoragePools_List", + "parameters": [ + { + "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "fabric.json#/parameters/LocationParameter" + }, + { + "$ref": "StorageSystem.json#/parameters/StorageSubSystemParameter" + }, + { + "$ref": "fabric.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/FilterParameter" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/StoragePoolList" + } + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, + "x-ms-odata": "#/definitions/StoragePool" + } + } + }, + "definitions": { + "StoragePool": { + "description": "Representation of a storage pool resource.", + "type": "object", + "properties": { + "properties": { + "description": "All properties of a storage pool.", + "x-ms-client-flatten": true, + "$ref": "#/definitions/StoragePoolModel" + } + }, + "allOf": [ + { + "$ref": "fabric.json#/definitions/Resource" + } + ] + }, + "StoragePoolModel": { + "description": "All properties of a storage pool.", + "type": "object", + "properties": { + "sizeGB": { + "description": "Amount of space in the storage pool in GB.", + "type": "integer", + "format": "int32" + } + } + }, + "StoragePoolList": { + "description": "Pageable list of storage pools.", + "type": "object", + "properties": { + "value": { + "description": "List of storage pools on this page.", + "type": "array", + "items": { + "$ref": "#/definitions/StoragePool" + } + }, + "nextLink": { + "description": "URI to the next page.", + "type": "string" + } + } + } + }, + "parameters": { + "StoragePoolParameter": { + "name": "storagePool", + "description": "Storage pool name.", + "in": "path", + "required": true, + "type": "string", + "x-ms-parameter-location": "method" + } + }, + "securityDefinitions": { + "azure_auth": { + "type": "oauth2", + "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", + "flow": "implicit", + "description": "Azure Active Directory OAuth2 Flow", + "scopes": { + "user_impersonation": "impersonate your user account" + } + } + }, + "security": [ + { + "azure_auth": [ + "user_impersonation" + ] + } + ] +} \ No newline at end of file diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/StorageSystem.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/StorageSystem.json new file mode 100644 index 000000000000..5bc4f5b662d5 --- /dev/null +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/StorageSystem.json @@ -0,0 +1,169 @@ +{ + "swagger": "2.0", + "info": { + "description": "Storage system operation endpoints and objects.", + "version": "2016-05-01" + }, + "host": "adminmanagement.local.azurestack.external", + "schemes": [ + "https" + ], + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "paths": { + "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/storageSubSystems/{storageSubSystem}": { + "get": { + "x-ms-examples": { + "Get a storage system": { + "$ref": "./examples/StorageSystem/StorageSystemGetOperation_example.json" + } + }, + "tags": [ + "StorageSystems" + ], + "description": "Get a storage subsystem.", + "operationId": "StorageSystems_Get", + "parameters": [ + { + "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "fabric.json#/parameters/LocationParameter" + }, + { + "$ref": "#/parameters/StorageSubSystemParameter" + }, + { + "$ref": "fabric.json#/parameters/ApiVersionParameter" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/StorageSystem" + } + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/storageSubSystems": { + "get": { + "x-ms-examples": { + "List allstorage systems": { + "$ref": "./examples/StorageSystem/StorageSystemListOperation_example.json" + } + }, + "tags": [ + "StorageSystems" + ], + "description": "Get a list of all storage subsystems for a location.", + "operationId": "StorageSystems_List", + "parameters": [ + { + "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "fabric.json#/parameters/LocationParameter" + }, + { + "$ref": "fabric.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/FilterParameter" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/StorageSystemList" + } + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, + "x-ms-odata": "#/definitions/StorageSystem" + } + } + }, + "definitions": { + "StorageSystem": { + "description": "Representation of a storage system resource.", + "type": "object", + "properties": { + "properties": { + "description": "All properties of a storage system.", + "x-ms-client-flatten": true, + "$ref": "#/definitions/StorageSystemModel" + } + }, + "allOf": [ + { + "$ref": "fabric.json#/definitions/Resource" + } + ] + }, + "StorageSystemModel": { + "description": "All properties of a storage system.", + "type": "object", + "properties": { + "totalCapacityGB": { + "description": "Total capacity of the system.", + "type": "integer", + "format": "int32" + } + } + }, + "StorageSystemList": { + "description": "Pageable list of storage systems.", + "type": "object", + "properties": { + "value": { + "description": "List of storage systems on this page.", + "type": "array", + "items": { + "$ref": "#/definitions/StorageSystem" + } + }, + "nextLink": { + "description": "URI to the next page.", + "type": "string" + } + } + } + }, + "parameters": { + "StorageSubSystemParameter": { + "name": "storageSubSystem", + "description": "Name of the storage system.", + "in": "path", + "required": true, + "type": "string", + "x-ms-parameter-location": "method" + } + }, + "securityDefinitions": { + "azure_auth": { + "type": "oauth2", + "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", + "flow": "implicit", + "description": "Azure Active Directory OAuth2 Flow", + "scopes": { + "user_impersonation": "impersonate your user account" + } + } + }, + "security": [ + { + "azure_auth": [ + "user_impersonation" + ] + } + ] +} \ No newline at end of file diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/Volume.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/Volume.json new file mode 100644 index 000000000000..9536672cc473 --- /dev/null +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/Volume.json @@ -0,0 +1,194 @@ +{ + "swagger": "2.0", + "info": { + "description": "Volume operation endpoints and objects.", + "version": "2016-05-01" + }, + "host": "adminmanagement.local.azurestack.external", + "schemes": [ + "https" + ], + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "paths": { + "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/storageSubSystems/{storageSubSystem}/storagePools/{storagePool}/volumes/{volume}": { + "get": { + "x-ms-examples": { + "Get a volume": { + "$ref": "./examples/Volume/VolumeGetOperation_example.json" + } + }, + "tags": [ + "Volumes" + ], + "description": "Get a volume.", + "operationId": "Volumes_Get", + "parameters": [ + { + "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "fabric.json#/parameters/LocationParameter" + }, + { + "$ref": "StorageSystem.json#/parameters/StorageSubSystemParameter" + }, + { + "$ref": "StoragePool.json#/parameters/StoragePoolParameter" + }, + { + "$ref": "#/parameters/VolumeParameter" + }, + { + "$ref": "fabric.json#/parameters/ApiVersionParameter" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/Volume" + } + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/storageSubSystems/{storageSubSystem}/storagePools/{storagePool}/volumes": { + "get": { + "x-ms-examples": { + "List all volumes": { + "$ref": "./examples/Volume/VolumeListOperation_example.json" + } + }, + "tags": [ + "Volumes" + ], + "description": "Get a list of all volumes at a location.", + "operationId": "Volumes_List", + "parameters": [ + { + "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "fabric.json#/parameters/LocationParameter" + }, + { + "$ref": "StorageSystem.json#/parameters/StorageSubSystemParameter" + }, + { + "$ref": "StoragePool.json#/parameters/StoragePoolParameter" + }, + { + "$ref": "fabric.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/FilterParameter" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/VolumeList" + } + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, + "x-ms-odata": "#/definitions/Volume" + } + } + }, + "definitions": { + "Volume": { + "description": "Representation of a volume resource.", + "type": "object", + "properties": { + "properties": { + "description": "Properties of a volume.", + "x-ms-client-flatten": true, + "$ref": "#/definitions/VolumeModel" + } + }, + "allOf": [ + { + "$ref": "fabric.json#/definitions/Resource" + } + ] + }, + "VolumeModel": { + "description": "Properties of a volume.", + "type": "object", + "properties": { + "fileSystem": { + "description": "Filesystem type.", + "type": "string" + }, + "remainingSizeGB": { + "description": "Amount of free space in GB.", + "format": "int32", + "type": "integer" + }, + "sizeGB": { + "description": "Total amount of space in GB.", + "format": "int32", + "type": "integer" + }, + "volumeLabel": { + "description": "Volume label.", + "type": "string" + } + } + }, + "VolumeList": { + "description": "Pageable list of volumes.", + "type": "object", + "properties": { + "value": { + "description": "List of volumes on this page.", + "type": "array", + "items": { + "$ref": "#/definitions/Volume" + } + }, + "nextLink": { + "description": "URI to the next page.", + "type": "string" + } + } + } + }, + "parameters": { + "VolumeParameter": { + "name": "volume", + "description": "Name of the volume.", + "in": "path", + "required": true, + "type": "string", + "x-ms-parameter-location": "method" + } + }, + "securityDefinitions": { + "azure_auth": { + "type": "oauth2", + "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", + "flow": "implicit", + "description": "Azure Active Directory OAuth2 Flow", + "scopes": { + "user_impersonation": "impersonate your user account" + } + } + }, + "security": [ + { + "azure_auth": [ + "user_impersonation" + ] + } + ] +} \ No newline at end of file diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/EdgeGateway/EdgeGatewayGetOperation_example.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/EdgeGateway/EdgeGatewayGetOperation_example.json new file mode 100644 index 000000000000..6e6ff1ac7fbc --- /dev/null +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/EdgeGateway/EdgeGatewayGetOperation_example.json @@ -0,0 +1,25 @@ +{ + "parameters": { + "api-version": "2016-05-01", + "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "resourceGroupName": "System.local", + "resourceName": "AzS-Gwy01" + }, + "responses": { + "200": { + "body": { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/edgeGateways/AzS-Gwy01", + "name": "AzS-Gwy01", + "type": "Microsoft.Fabric.Admin/fabricLocations/edgeGateways", + "location": "local", + "tags": {}, + "properties": { + "state": "Passive", + "totalCapacity": 100000000, + "availableCapacity": 100000000, + "numberOfConnections": 0 + } + } + } + } +} \ No newline at end of file diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/EdgeGateway/EdgeGatewayListOperation_example.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/EdgeGateway/EdgeGatewayListOperation_example.json new file mode 100644 index 000000000000..1ffc3faeb1d0 --- /dev/null +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/EdgeGateway/EdgeGatewayListOperation_example.json @@ -0,0 +1,28 @@ +{ + "parameters": { + "api-version": "2016-05-01", + "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "resourceGroupName": "System.local" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/edgeGateways/AzS-Gwy01", + "name": "AzS-Gwy01", + "type": "Microsoft.Fabric.Admin/fabricLocations/edgeGateways", + "location": "local", + "tags": {}, + "properties": { + "state": "Passive", + "totalCapacity": 100000000, + "availableCapacity": 100000000, + "numberOfConnections": 0 + } + } + ] + } + } + } +} \ No newline at end of file diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/EdgeGatewayPool/EdgeGatewayPoolGetOperation_example.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/EdgeGatewayPool/EdgeGatewayPoolGetOperation_example.json new file mode 100644 index 000000000000..e116527a7dc7 --- /dev/null +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/EdgeGatewayPool/EdgeGatewayPoolGetOperation_example.json @@ -0,0 +1,29 @@ +{ + "parameters": { + "api-version": "2016-05-01", + "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "resourceGroupName": "System.local", + "resourceName": "default" + }, + "responses": { + "200": { + "body": { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/edgeGatewayPools/default", + "name": "default", + "type": "Microsoft.Fabric.Admin/fabricLocations/edgeGatewayPools", + "location": "local", + "tags": {}, + "properties": { + "gatewayType": "S2sIPsec", + "numberOfGateways": 1, + "redundantGatewayCount": 0, + "gatewayCapacityKiloBitsPerSecond": 100000000, + "publicIpAddress": "00000000-5555-0000-0001-000000000000", + "edgeGateways": [ + "AzS-Gwy01" + ] + } + } + } + } +} \ No newline at end of file diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/EdgeGatewayPool/EdgeGatewayPoolListOperation_example.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/EdgeGatewayPool/EdgeGatewayPoolListOperation_example.json new file mode 100644 index 000000000000..ac67ea5a46fb --- /dev/null +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/EdgeGatewayPool/EdgeGatewayPoolListOperation_example.json @@ -0,0 +1,32 @@ +{ + "parameters": { + "api-version": "2016-05-01", + "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "resourceGroupName": "System.local" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/edgeGatewayPools/default", + "name": "default", + "type": "Microsoft.Fabric.Admin/fabricLocations/edgeGatewayPools", + "location": "local", + "tags": {}, + "properties": { + "gatewayType": "S2sIPsec", + "numberOfGateways": 1, + "redundantGatewayCount": 0, + "gatewayCapacityKiloBitsPerSecond": 100000000, + "publicIpAddress": "00000000-5555-0000-0001-000000000000", + "edgeGateways": [ + "AzS-Gwy01" + ] + } + } + ] + } + } + } +} \ No newline at end of file diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/FabricLocation/FabricLocationGetOperation_example.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/FabricLocation/FabricLocationGetOperation_example.json new file mode 100644 index 000000000000..3092e1e6d268 --- /dev/null +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/FabricLocation/FabricLocationGetOperation_example.json @@ -0,0 +1,20 @@ +{ + "parameters": { + "api-version": "2016-05-01", + "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "resourceGroupName": "System.local", + "resourceName": "local" + }, + "responses": { + "200": { + "body": { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local", + "name": "local", + "type": "Microsoft.Fabric.Admin/fabricLocations", + "location": "local", + "tags": {}, + "properties": {} + } + } + } +} \ No newline at end of file diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/FabricLocation/FabricLocationListOperation_example.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/FabricLocation/FabricLocationListOperation_example.json new file mode 100644 index 000000000000..d8efa72a03da --- /dev/null +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/FabricLocation/FabricLocationListOperation_example.json @@ -0,0 +1,23 @@ +{ + "parameters": { + "api-version": "2016-05-01", + "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "resourceGroupName": "System.local" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local", + "name": "local", + "type": "Microsoft.Fabric.Admin/fabricLocations", + "location": "local", + "tags": {}, + "properties": {} + } + ] + } + } + } +} \ No newline at end of file diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/FileShare/FileShareGetOperation_example.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/FileShare/FileShareGetOperation_example.json new file mode 100644 index 000000000000..030bae023975 --- /dev/null +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/FileShare/FileShareGetOperation_example.json @@ -0,0 +1,23 @@ +{ + "parameters": { + "api-version": "2016-05-01", + "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "resourceGroupName": "System.local", + "resourceName": "SU1_Public" + }, + "responses": { + "200": { + "body": { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/fileShares/SU1_Public", + "name": "SU1_Public", + "type": "Microsoft.Fabric.Admin/fabricLocations/fileShares", + "location": "local", + "tags": {}, + "properties": { + "associatedVolume": "28fbffa4", + "uncPath": "\\\\SU1FileServer.azurestack.local\\SU1_Public" + } + } + } + } +} \ No newline at end of file diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/FileShare/FileShareListOperation_example.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/FileShare/FileShareListOperation_example.json new file mode 100644 index 000000000000..f98889879e40 --- /dev/null +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/FileShare/FileShareListOperation_example.json @@ -0,0 +1,82 @@ +{ + "parameters": { + "api-version": "2016-05-01", + "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "resourceGroupName": "System.local", + "resourceName": "default" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/fileShares/SU1_Infrastructure_1", + "name": "SU1_Infrastructure_1", + "type": "Microsoft.Fabric.Admin/fabricLocations/fileShares", + "location": "local", + "tags": {}, + "properties": { + "associatedVolume": "28fbffa4", + "uncPath": "\\\\SU1FileServer.azurestack.local\\SU1_Infrastructure_1" + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/fileShares/SU1_Infrastructure_2", + "name": "SU1_Infrastructure_2", + "type": "Microsoft.Fabric.Admin/fabricLocations/fileShares", + "location": "local", + "tags": {}, + "properties": { + "associatedVolume": "28fbffa4", + "uncPath": "\\\\SU1FileServer.azurestack.local\\SU1_Infrastructure_2" + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/fileShares/SU1_Infrastructure_3", + "name": "SU1_Infrastructure_3", + "type": "Microsoft.Fabric.Admin/fabricLocations/fileShares", + "location": "local", + "tags": {}, + "properties": { + "associatedVolume": "28fbffa4", + "uncPath": "\\\\SU1FileServer.azurestack.local\\SU1_Infrastructure_3" + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/fileShares/SU1_ObjStore", + "name": "SU1_ObjStore", + "type": "Microsoft.Fabric.Admin/fabricLocations/fileShares", + "location": "local", + "tags": {}, + "properties": { + "associatedVolume": "28fbffa4", + "uncPath": "\\\\SU1FileServer.azurestack.local\\SU1_ObjStore" + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/fileShares/SU1_Public", + "name": "SU1_Public", + "type": "Microsoft.Fabric.Admin/fabricLocations/fileShares", + "location": "local", + "tags": {}, + "properties": { + "associatedVolume": "28fbffa4", + "uncPath": "\\\\SU1FileServer.azurestack.local\\SU1_Public" + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/fileShares/SU1_VmTemp", + "name": "SU1_VmTemp", + "type": "Microsoft.Fabric.Admin/fabricLocations/fileShares", + "location": "local", + "tags": {}, + "properties": { + "associatedVolume": "28fbffa4", + "uncPath": "\\\\SU1FileServer.azurestack.local\\SU1_VmTemp" + } + } + ] + } + } + } +} \ No newline at end of file diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/InfraRole/InfraRoleGetOperation_example.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/InfraRole/InfraRoleGetOperation_example.json new file mode 100644 index 000000000000..37739b8629dd --- /dev/null +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/InfraRole/InfraRoleGetOperation_example.json @@ -0,0 +1,24 @@ +{ + "parameters": { + "api-version": "2016-05-01", + "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "resourceGroupName": "System.local", + "resourceName": "Storage services" + }, + "responses": { + "200": { + "body": { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/Storage services", + "name": "Storage services", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-ACS01" + ] + } + } + } + } +} \ No newline at end of file diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/InfraRole/InfraRoleListOperation_example.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/InfraRole/InfraRoleListOperation_example.json new file mode 100644 index 000000000000..0924ca17f140 --- /dev/null +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/InfraRole/InfraRoleListOperation_example.json @@ -0,0 +1,567 @@ +{ + "parameters": { + "api-version": "2016-05-01", + "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "location": "local" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/Active Directory Federation Services", + "name": "Active Directory Federation Services", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-ADFS01" + ] + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/Authorization service (Administrator)", + "name": "Authorization service (Administrator)", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-WAS01" + ] + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/Authorization service (User)", + "name": "Authorization service (User)", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-WASP01" + ] + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/Azure bridge", + "name": "Azure bridge", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-WAS01" + ] + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/Azure Resource Manager (Administrator)", + "name": "Azure Resource Manager (Administrator)", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-WAS01" + ] + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/Azure Resource Manager (User)", + "name": "Azure Resource Manager (User)", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-WASP01" + ] + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/Backup controller", + "name": "Backup controller", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-ERCS01" + ] + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/Backup Restore Resource Provider", + "name": "Backup Restore Resource Provider", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-Xrp01" + ] + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/Capacity", + "name": "Capacity", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-Xrp01" + ] + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/Certificate management", + "name": "Certificate management", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-CA01" + ] + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/Compute", + "name": "Compute", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-Xrp01" + ] + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/Compute controller", + "name": "Compute controller", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-Xrp01" + ] + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/Directory management", + "name": "Directory management", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-DC01" + ] + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/Edge gateway", + "name": "Edge gateway", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-Gwy01" + ] + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/Gallery service (Administrator)", + "name": "Gallery service (Administrator)", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-WAS01" + ] + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/Gallery service (User)", + "name": "Gallery service (User)", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-WASP01" + ] + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/Health controller", + "name": "Health controller", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-Xrp01" + ] + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/Infrastructure deployment", + "name": "Infrastructure deployment", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-ERCS01" + ] + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/Infrastructure management controller", + "name": "Infrastructure management controller", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-Xrp01" + ] + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/Infrastructure role controller", + "name": "Infrastructure role controller", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-Xrp01" + ] + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/Insights service (Administrator)", + "name": "Insights service (Administrator)", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-WAS01" + ] + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/Insights service (User)", + "name": "Insights service (User)", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-WASP01" + ] + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/Internal data store", + "name": "Internal data store", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-Sql01" + ] + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/Key Vault", + "name": "Key Vault", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-Xrp01" + ] + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/Key Vault controller (Administrator)", + "name": "Key Vault controller (Administrator)", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-Xrp01" + ] + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/Key Vault controller (User)", + "name": "Key Vault controller (User)", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-Xrp01" + ] + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/Key Vault name manager", + "name": "Key Vault name manager", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-Xrp01" + ] + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/Key Vault service (Administrator)", + "name": "Key Vault service (Administrator)", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-Xrp01" + ] + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/Key Vault service (User)", + "name": "Key Vault service (User)", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-Xrp01" + ] + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/Load balancer multiplexer", + "name": "Load balancer multiplexer", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-SLB01" + ] + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/Network", + "name": "Network", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-Xrp01" + ] + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/Network controller", + "name": "Network controller", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-NC01" + ] + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/Partition request broker (Administrator)", + "name": "Partition request broker (Administrator)", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-Xrp01" + ] + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/Partition request broker (User)", + "name": "Partition request broker (User)", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-Xrp01" + ] + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/Portal (Administrator)", + "name": "Portal (Administrator)", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-WAS01" + ] + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/Portal (User)", + "name": "Portal (User)", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-WASP01" + ] + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/Privileged endpoint", + "name": "Privileged endpoint", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-ERCS01" + ] + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/Region Management", + "name": "Region Management", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-Xrp01" + ] + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/Storage", + "name": "Storage", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-Xrp01" + ] + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/Storage controller", + "name": "Storage controller", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-Xrp01" + ] + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/Storage services", + "name": "Storage services", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-ACS01" + ] + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/Subscriptions service", + "name": "Subscriptions service", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-WAS01" + ] + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/Updates", + "name": "Updates", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-Xrp01" + ] + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/Usage Bridge host", + "name": "Usage Bridge host", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-Xrp01" + ] + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/Usage service (Administrator)", + "name": "Usage service (Administrator)", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-WAS01" + ] + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/Usage service (User)", + "name": "Usage service (User)", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-WASP01" + ] + } + } + ] + } + } + } +} \ No newline at end of file diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/InfraRoleInstance/InfraRoleInstanceGetOperation_example.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/InfraRoleInstance/InfraRoleInstanceGetOperation_example.json new file mode 100644 index 000000000000..5368a74fed46 --- /dev/null +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/InfraRoleInstance/InfraRoleInstanceGetOperation_example.json @@ -0,0 +1,28 @@ +{ + "parameters": { + "api-version": "2016-05-01", + "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "location": "local", + "infraRoleInstances": "AzS-NC01" + }, + "responses": { + "200": { + "body": { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-NC01", + "name": "AzS-NC01", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoleInstances", + "location": "local", + "tags": {}, + "properties": { + "scaleUnit": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/scaleUnits/S-Cluster", + "scaleUnitNode": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/scaleUnitNodes/HC1n25r2236", + "size": { + "memoryGb": 4.0, + "cores": 2 + }, + "state": "Running" + } + } + } + } +} \ No newline at end of file diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/InfraRoleInstance/InfraRoleInstanceListOperation_example.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/InfraRoleInstance/InfraRoleInstanceListOperation_example.json new file mode 100644 index 000000000000..710461a818c2 --- /dev/null +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/InfraRoleInstance/InfraRoleInstanceListOperation_example.json @@ -0,0 +1,191 @@ +{ + "parameters": { + "api-version": "2016-05-01", + "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "location": "local" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-ACS01", + "name": "AzS-ACS01", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoleInstances", + "location": "local", + "tags": {}, + "properties": { + "scaleUnit": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/scaleUnits/S-Cluster", + "scaleUnitNode": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/scaleUnitNodes/HC1n25r2236", + "size": { + "memoryGb": 8.0, + "cores": 2 + }, + "state": "Running" + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-ADFS01", + "name": "AzS-ADFS01", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoleInstances", + "location": "local", + "tags": {}, + "properties": { + "scaleUnit": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/scaleUnits/S-Cluster", + "scaleUnitNode": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/scaleUnitNodes/HC1n25r2236", + "size": { + "memoryGb": 2.0, + "cores": 2 + }, + "state": "Running" + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-BGPNAT01", + "name": "AzS-BGPNAT01", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoleInstances", + "location": "local", + "tags": {}, + "properties": { + "scaleUnit": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/scaleUnits/S-Cluster", + "scaleUnitNode": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/scaleUnitNodes/HC1n25r2236", + "size": { + "memoryGb": 2.0, + "cores": 2 + }, + "state": "Running" + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-CA01", + "name": "AzS-CA01", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoleInstances", + "location": "local", + "tags": {}, + "properties": { + "scaleUnit": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/scaleUnits/S-Cluster", + "scaleUnitNode": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/scaleUnitNodes/HC1n25r2236", + "size": { + "memoryGb": 1.0, + "cores": 2 + }, + "state": "Running" + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-Gwy01", + "name": "AzS-Gwy01", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoleInstances", + "location": "local", + "tags": {}, + "properties": { + "scaleUnit": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/scaleUnits/S-Cluster", + "scaleUnitNode": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/scaleUnitNodes/HC1n25r2236", + "size": { + "memoryGb": 2.0, + "cores": 4 + }, + "state": "Running" + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-NC01", + "name": "AzS-NC01", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoleInstances", + "location": "local", + "tags": {}, + "properties": { + "scaleUnit": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/scaleUnits/S-Cluster", + "scaleUnitNode": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/scaleUnitNodes/HC1n25r2236", + "size": { + "memoryGb": 4.0, + "cores": 2 + }, + "state": "Running" + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-SLB01", + "name": "AzS-SLB01", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoleInstances", + "location": "local", + "tags": {}, + "properties": { + "scaleUnit": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/scaleUnits/S-Cluster", + "scaleUnitNode": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/scaleUnitNodes/HC1n25r2236", + "size": { + "memoryGb": 2.0, + "cores": 4 + }, + "state": "Running" + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-Sql01", + "name": "AzS-Sql01", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoleInstances", + "location": "local", + "tags": {}, + "properties": { + "scaleUnit": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/scaleUnits/S-Cluster", + "scaleUnitNode": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/scaleUnitNodes/HC1n25r2236", + "size": { + "memoryGb": 4.0, + "cores": 2 + }, + "state": "Running" + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-WAS01", + "name": "AzS-WAS01", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoleInstances", + "location": "local", + "tags": {}, + "properties": { + "scaleUnit": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/scaleUnits/S-Cluster", + "scaleUnitNode": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/scaleUnitNodes/HC1n25r2236", + "size": { + "memoryGb": 4.0, + "cores": 2 + }, + "state": "Running" + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-WASP01", + "name": "AzS-WASP01", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoleInstances", + "location": "local", + "tags": {}, + "properties": { + "scaleUnit": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/scaleUnits/S-Cluster", + "scaleUnitNode": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/scaleUnitNodes/HC1n25r2236", + "size": { + "memoryGb": 8.0, + "cores": 2 + }, + "state": "Running" + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-Xrp01", + "name": "AzS-Xrp01", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoleInstances", + "location": "local", + "tags": {}, + "properties": { + "scaleUnit": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/scaleUnits/S-Cluster", + "scaleUnitNode": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/scaleUnitNodes/HC1n25r2236", + "size": { + "memoryGb": 8.0, + "cores": 4 + }, + "state": "Running" + } + } + ] + } + } + } +} \ No newline at end of file diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/InfraRoleInstance/InfraRoleInstancePowerOffOperation_example.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/InfraRoleInstance/InfraRoleInstancePowerOffOperation_example.json new file mode 100644 index 000000000000..67aafa2ea741 --- /dev/null +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/InfraRoleInstance/InfraRoleInstancePowerOffOperation_example.json @@ -0,0 +1,11 @@ +{ + "parameters": { + "api-version": "2016-05-01", + "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "location": "local", + "infraRoleInstances": "AzS-NC01" + }, + "responses": { + "202": {} + } +} \ No newline at end of file diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/InfraRoleInstance/InfraRoleInstancePowerOnOperation_example.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/InfraRoleInstance/InfraRoleInstancePowerOnOperation_example.json new file mode 100644 index 000000000000..67aafa2ea741 --- /dev/null +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/InfraRoleInstance/InfraRoleInstancePowerOnOperation_example.json @@ -0,0 +1,11 @@ +{ + "parameters": { + "api-version": "2016-05-01", + "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "location": "local", + "infraRoleInstances": "AzS-NC01" + }, + "responses": { + "202": {} + } +} \ No newline at end of file diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/InfraRoleInstance/InfraRoleInstanceRebootOperation_example.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/InfraRoleInstance/InfraRoleInstanceRebootOperation_example.json new file mode 100644 index 000000000000..67aafa2ea741 --- /dev/null +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/InfraRoleInstance/InfraRoleInstanceRebootOperation_example.json @@ -0,0 +1,11 @@ +{ + "parameters": { + "api-version": "2016-05-01", + "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "location": "local", + "infraRoleInstances": "AzS-NC01" + }, + "responses": { + "202": {} + } +} \ No newline at end of file diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/InfraRoleInstance/InfraRoleInstanceShutdownOperation_example.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/InfraRoleInstance/InfraRoleInstanceShutdownOperation_example.json new file mode 100644 index 000000000000..67aafa2ea741 --- /dev/null +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/InfraRoleInstance/InfraRoleInstanceShutdownOperation_example.json @@ -0,0 +1,11 @@ +{ + "parameters": { + "api-version": "2016-05-01", + "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "location": "local", + "infraRoleInstances": "AzS-NC01" + }, + "responses": { + "202": {} + } +} \ No newline at end of file diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/IpPool/IpPoolCreateOperation_example.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/IpPool/IpPoolCreateOperation_example.json new file mode 100644 index 000000000000..af3a4760888b --- /dev/null +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/IpPool/IpPoolCreateOperation_example.json @@ -0,0 +1,15 @@ +{ + "parameters": { + "api-version": "2016-05-01", + "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "location": "local", + "infraRoleInstances": "AzS-NC01" + }, + "responses": { + "200": { + "body" : { + + } + } + } +} \ No newline at end of file diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/IpPool/IpPoolGetOperation_example.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/IpPool/IpPoolGetOperation_example.json new file mode 100644 index 000000000000..ad60144c87ac --- /dev/null +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/IpPool/IpPoolGetOperation_example.json @@ -0,0 +1,26 @@ +{ + "parameters": { + "api-version": "2016-05-01", + "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "location": "local", + "ipPools": "981fec89-67d6-453e-bf21-5ff11562564f" + }, + "responses": { + "200": { + "body": { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/ipPools/981fec89-67d6-453e-bf21-5ff11562564f", + "name": "981fec89-67d6-453e-bf21-5ff11562564f", + "type": "Microsoft.Fabric.Admin/fabricLocations/ipPools", + "location": "local", + "tags": {}, + "properties": { + "startIpAddress": "192.168.200.224", + "endIpAddress": "192.168.200.254", + "numberOfIpAddresses": 31, + "numberOfAllocatedIpAddresses": 1, + "numberOfIpAddressesInTransition": 0 + } + } + } + } +} \ No newline at end of file diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/IpPool/IpPoolListOperation_example.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/IpPool/IpPoolListOperation_example.json new file mode 100644 index 000000000000..cad18790ce28 --- /dev/null +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/IpPool/IpPoolListOperation_example.json @@ -0,0 +1,99 @@ +{ + "parameters": { + "api-version": "2016-05-01", + "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "location": "local" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/ipPools/04938f7f-797b-4dd2-80c6-077542be121a", + "name": "04938f7f-797b-4dd2-80c6-077542be121a", + "type": "Microsoft.Fabric.Admin/fabricLocations/ipPools", + "location": "local", + "tags": {}, + "properties": { + "startIpAddress": "192.168.102.1", + "endIpAddress": "192.168.102.255", + "numberOfIpAddresses": 255, + "numberOfAllocatedIpAddresses": 31, + "numberOfIpAddressesInTransition": 0 + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/ipPools/3019a64c-9886-4e94-ba6e-2241da0472eb", + "name": "3019a64c-9886-4e94-ba6e-2241da0472eb", + "type": "Microsoft.Fabric.Admin/fabricLocations/ipPools", + "location": "local", + "tags": {}, + "properties": { + "startIpAddress": "192.168.200.65", + "endIpAddress": "192.168.200.111", + "numberOfIpAddresses": 47, + "numberOfAllocatedIpAddresses": 0, + "numberOfIpAddressesInTransition": 0 + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/ipPools/8516e3aa-0aea-4503-88d7-335ebd1f1a46", + "name": "8516e3aa-0aea-4503-88d7-335ebd1f1a46", + "type": "Microsoft.Fabric.Admin/fabricLocations/ipPools", + "location": "local", + "tags": {}, + "properties": { + "startIpAddress": "192.168.200.1", + "endIpAddress": "192.168.200.62", + "numberOfIpAddresses": 62, + "numberOfAllocatedIpAddresses": 1, + "numberOfIpAddressesInTransition": 0 + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/ipPools/90e70aa4-663f-44e5-a7c5-d77d9f06f809", + "name": "90e70aa4-663f-44e5-a7c5-d77d9f06f809", + "type": "Microsoft.Fabric.Admin/fabricLocations/ipPools", + "location": "local", + "tags": {}, + "properties": { + "startIpAddress": "192.168.105.1", + "endIpAddress": "192.168.105.255", + "numberOfIpAddresses": 255, + "numberOfAllocatedIpAddresses": 8, + "numberOfIpAddressesInTransition": 0 + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/ipPools/981fec89-67d6-453e-bf21-5ff11562564f", + "name": "981fec89-67d6-453e-bf21-5ff11562564f", + "type": "Microsoft.Fabric.Admin/fabricLocations/ipPools", + "location": "local", + "tags": {}, + "properties": { + "startIpAddress": "192.168.200.224", + "endIpAddress": "192.168.200.254", + "numberOfIpAddresses": 31, + "numberOfAllocatedIpAddresses": 1, + "numberOfIpAddressesInTransition": 0 + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/ipPools/f5c138af-2f47-4c22-81fe-c675a5d2c3a2", + "name": "f5c138af-2f47-4c22-81fe-c675a5d2c3a2", + "type": "Microsoft.Fabric.Admin/fabricLocations/ipPools", + "location": "local", + "tags": {}, + "properties": { + "startIpAddress": "192.168.200.112", + "endIpAddress": "192.168.200.127", + "numberOfIpAddresses": 16, + "numberOfAllocatedIpAddresses": 1, + "numberOfIpAddressesInTransition": 0 + } + } + ] + } + } + } +} \ No newline at end of file diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/LogicalNetwork/LogicalNetworkGetOperation_example.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/LogicalNetwork/LogicalNetworkGetOperation_example.json new file mode 100644 index 000000000000..ae597f0ea7d6 --- /dev/null +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/LogicalNetwork/LogicalNetworkGetOperation_example.json @@ -0,0 +1,25 @@ +{ + "parameters": { + "api-version": "2016-05-01", + "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "location": "local", + "logicalNetworks": "B60B71AA-36BF-40AC-A9CE-A6915D1EAE1A" + }, + "responses": { + "200": { + "body": { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/logicalNetworks/B60B71AA-36BF-40AC-A9CE-A6915D1EAE1A", + "name": "B60B71AA-36BF-40AC-A9CE-A6915D1EAE1A", + "type": "Microsoft.Fabric.Admin/fabricLocations/logicalNetworks", + "location": "local", + "tags": {}, + "properties": { + "networkVirtualizationEnabled": false, + "subnets": [ + "75d0e314-a6f5-4c06-a430-88419a931df7" + ] + } + } + } + } +} \ No newline at end of file diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/LogicalNetwork/LogicalNetworkListOperation_example.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/LogicalNetwork/LogicalNetworkListOperation_example.json new file mode 100644 index 000000000000..0216d0013bdf --- /dev/null +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/LogicalNetwork/LogicalNetworkListOperation_example.json @@ -0,0 +1,93 @@ +{ + "parameters": { + "api-version": "2016-05-01", + "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "location": "local" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/logicalNetworks/00000000-2222-1111-9999-000000000001", + "name": "00000000-2222-1111-9999-000000000001", + "type": "Microsoft.Fabric.Admin/fabricLocations/logicalNetworks", + "location": "local", + "tags": {}, + "properties": { + "networkVirtualizationEnabled": false, + "subnets": [ + "9ea1839b-4025-416b-b67c-405d667691bb" + ] + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/logicalNetworks/47931036-2874-4d45-b1f1-b69666088968", + "name": "47931036-2874-4d45-b1f1-b69666088968", + "type": "Microsoft.Fabric.Admin/fabricLocations/logicalNetworks", + "location": "local", + "tags": {}, + "properties": { + "networkVirtualizationEnabled": false, + "subnets": [ + "af95176a-98f5-4302-b5d9-8723c535deef" + ] + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/logicalNetworks/B60B71AA-36BF-40AC-A9CE-A6915D1EAE1A", + "name": "B60B71AA-36BF-40AC-A9CE-A6915D1EAE1A", + "type": "Microsoft.Fabric.Admin/fabricLocations/logicalNetworks", + "location": "local", + "tags": {}, + "properties": { + "networkVirtualizationEnabled": false, + "subnets": [ + "75d0e314-a6f5-4c06-a430-88419a931df7" + ] + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/logicalNetworks/bb6c6f28-bad9-441b-8e62-57d2be255904", + "name": "bb6c6f28-bad9-441b-8e62-57d2be255904", + "type": "Microsoft.Fabric.Admin/fabricLocations/logicalNetworks", + "location": "local", + "tags": {}, + "properties": { + "networkVirtualizationEnabled": true, + "subnets": [ + "cbcf1be3-652f-4854-b57d-e3b07401f29e" + ] + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/logicalNetworks/F207C184-367C-4BC7-8C74-03AA39D68C24", + "name": "F207C184-367C-4BC7-8C74-03AA39D68C24", + "type": "Microsoft.Fabric.Admin/fabricLocations/logicalNetworks", + "location": "local", + "tags": {}, + "properties": { + "networkVirtualizationEnabled": false, + "subnets": [ + "3a1e55ef-6cb9-40fa-8deb-48db9363975c" + ] + } + }, + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/logicalNetworks/f8f67956-3906-4303-94c5-09cf91e7e311", + "name": "f8f67956-3906-4303-94c5-09cf91e7e311", + "type": "Microsoft.Fabric.Admin/fabricLocations/logicalNetworks", + "location": "local", + "tags": {}, + "properties": { + "networkVirtualizationEnabled": false, + "subnets": [ + "b5f364e5-e154-41ec-99c1-12ce4abfbc0c" + ] + } + } + ] + } + } + } +} \ No newline at end of file diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/LogicalSubnet/LogicalSubnetGetOperation_example.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/LogicalSubnet/LogicalSubnetGetOperation_example.json new file mode 100644 index 000000000000..faa76f17d4a3 --- /dev/null +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/LogicalSubnet/LogicalSubnetGetOperation_example.json @@ -0,0 +1,26 @@ +{ + "parameters": { + "api-version": "2016-05-01", + "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "location": "local", + "logicalNetwork": "00000000-2222-1111-9999-000000000001", + "localSubnet": "9ea1839b-4025-416b-b67c-405d667691bb" + }, + "responses": { + "200": { + "body": { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/logicalNetworks/00000000-2222-1111-9999-000000000001/logicalSubnets/9ea1839b-4025-416b-b67c-405d667691bb", + "name": "9ea1839b-4025-416b-b67c-405d667691bb", + "type": "Microsoft.Fabric.Admin/fabricLocations/logicalNetworks/logicalSubnets", + "location": "local", + "tags": {}, + "properties": { + "ipPools": [ + "cdda477d-c28a-4018-b76b-2af713358d95" + ], + "isPublic": false + } + } + } + } +} \ No newline at end of file diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/LogicalSubnet/LogicalSubnetListOperation_example.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/LogicalSubnet/LogicalSubnetListOperation_example.json new file mode 100644 index 000000000000..271872cc5d3d --- /dev/null +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/LogicalSubnet/LogicalSubnetListOperation_example.json @@ -0,0 +1,29 @@ +{ + "parameters": { + "api-version": "2016-05-01", + "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "location": "local", + "logicalNetwork": "00000000-2222-1111-9999-000000000001" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/logicalNetworks/00000000-2222-1111-9999-000000000001/logicalSubnets/9ea1839b-4025-416b-b67c-405d667691bb", + "name": "9ea1839b-4025-416b-b67c-405d667691bb", + "type": "Microsoft.Fabric.Admin/fabricLocations/logicalNetworks/logicalSubnets", + "location": "local", + "tags": {}, + "properties": { + "ipPools": [ + "cdda477d-c28a-4018-b76b-2af713358d95" + ], + "isPublic": false + } + } + ] + } + } + } +} \ No newline at end of file diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/MacAddressPool/MacAddressPoolGetOperation_example.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/MacAddressPool/MacAddressPoolGetOperation_example.json new file mode 100644 index 000000000000..2f914eeed674 --- /dev/null +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/MacAddressPool/MacAddressPoolGetOperation_example.json @@ -0,0 +1,25 @@ +{ + "parameters": { + "api-version": "2016-05-01", + "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "location": "local", + "macAddressPool": "8197fd09-8a69-417e-a55c-10c2c61f5ee7" + }, + "responses": { + "200": { + "body": { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/macAddressPools/8197fd09-8a69-417e-a55c-10c2c61f5ee7", + "name": "8197fd09-8a69-417e-a55c-10c2c61f5ee7", + "type": "Microsoft.Fabric.Admin/fabricLocations/macAddressPools", + "location": "local", + "tags": {}, + "properties": { + "startMacAddress": "00-1D-D8-B7-1C-00", + "endMacAddress": "00-1D-D8-F4-1F-FF", + "numberOfAllocatedMacAddresses": 2, + "numberOfAvailableMacAddresses": 3998718 + } + } + } + } +} \ No newline at end of file diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/MacAddressPool/MacAddressPoolListOperation_example.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/MacAddressPool/MacAddressPoolListOperation_example.json new file mode 100644 index 000000000000..ad9e0c260a1f --- /dev/null +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/MacAddressPool/MacAddressPoolListOperation_example.json @@ -0,0 +1,28 @@ +{ + "parameters": { + "api-version": "2016-05-01", + "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "location": "local" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/macAddressPools/8197fd09-8a69-417e-a55c-10c2c61f5ee7", + "name": "8197fd09-8a69-417e-a55c-10c2c61f5ee7", + "type": "Microsoft.Fabric.Admin/fabricLocations/macAddressPools", + "location": "local", + "tags": {}, + "properties": { + "startMacAddress": "00-1D-D8-B7-1C-00", + "endMacAddress": "00-1D-D8-F4-1F-FF", + "numberOfAllocatedMacAddresses": 2, + "numberOfAvailableMacAddresses": 3998718 + } + } + ] + } + } + } +} \ No newline at end of file diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/ScaleUnit/ScaleUnitGetOperation_example.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/ScaleUnit/ScaleUnitGetOperation_example.json new file mode 100644 index 000000000000..8e00cbdf333e --- /dev/null +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/ScaleUnit/ScaleUnitGetOperation_example.json @@ -0,0 +1,31 @@ +{ + "parameters": { + "api-version": "2016-05-01", + "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "location": "local", + "scaleUnit": "S-Cluster" + }, + "responses": { + "200": { + "body": { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/scaleUnits/S-Cluster", + "name": "S-Cluster", + "type": "Microsoft.Fabric.Admin/fabricLocations/scaleUnits", + "location": "local", + "tags": {}, + "properties": { + "scaleUnitType": "HyperConverged", + "logicalFaultDomain": 0, + "nodes": [ + "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/scaleUnitNodes/HC1n25r2236" + ], + "state": "Running", + "totalCapacity": { + "memoryGB": 255.875, + "cores": 56 + } + } + } + } + } +} \ No newline at end of file diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/ScaleUnit/ScaleUnitListOperation_example.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/ScaleUnit/ScaleUnitListOperation_example.json new file mode 100644 index 000000000000..0a8fce16bb1a --- /dev/null +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/ScaleUnit/ScaleUnitListOperation_example.json @@ -0,0 +1,34 @@ +{ + "parameters": { + "api-version": "2016-05-01", + "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "location": "local" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/scaleUnits/S-Cluster", + "name": "S-Cluster", + "type": "Microsoft.Fabric.Admin/fabricLocations/scaleUnits", + "location": "local", + "tags": {}, + "properties": { + "scaleUnitType": "HyperConverged", + "logicalFaultDomain": 0, + "nodes": [ + "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/scaleUnitNodes/HC1n25r2236" + ], + "state": "Running", + "totalCapacity": { + "memoryGB": 255.875, + "cores": 56 + } + } + } + ] + } + } + } +} \ No newline at end of file diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/ScaleUnitNode/ScaleUnitNodeGetOperation_example.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/ScaleUnitNode/ScaleUnitNodeGetOperation_example.json new file mode 100644 index 000000000000..9aa0dc317341 --- /dev/null +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/ScaleUnitNode/ScaleUnitNodeGetOperation_example.json @@ -0,0 +1,31 @@ +{ + "parameters": { + "api-version": "2016-05-01", + "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "location": "local", + "scaleUnitNode": "HC1n25r2236" + }, + "responses": { + "200": { + "body": { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/scaleUnitNodes/HC1n25r2236", + "name": "HC1n25r2236", + "type": "Microsoft.Fabric.Admin/fabricLocations/scaleUnitNodes", + "location": "local", + "tags": {}, + "properties": { + "scaleUnitNodeStatus": "Running", + "powerState": "Running", + "scaleUnitName": "S-Cluster", + "scaleUnitUri": "/fabricLocations/local/scaleUnits/S-Cluster", + "canPowerOff": false, + "macAddress": "24-8A-07-89-15-62", + "capacity": { + "memoryGB": 255.875, + "cores": 56 + } + } + } + } + } +} \ No newline at end of file diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/ScaleUnitNode/ScaleUnitNodeListOperation_example.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/ScaleUnitNode/ScaleUnitNodeListOperation_example.json new file mode 100644 index 000000000000..afc579939fca --- /dev/null +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/ScaleUnitNode/ScaleUnitNodeListOperation_example.json @@ -0,0 +1,34 @@ +{ + "parameters": { + "api-version": "2016-05-01", + "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "location": "local" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/scaleUnitNodes/HC1n25r2236", + "name": "HC1n25r2236", + "type": "Microsoft.Fabric.Admin/fabricLocations/scaleUnitNodes", + "location": "local", + "tags": {}, + "properties": { + "scaleUnitNodeStatus": "Running", + "powerState": "Running", + "scaleUnitName": "S-Cluster", + "scaleUnitUri": "/fabricLocations/local/scaleUnits/S-Cluster", + "canPowerOff": false, + "macAddress": "24-8A-07-89-15-62", + "capacity": { + "memoryGB": 255.875, + "cores": 56 + } + } + } + ] + } + } + } +} \ No newline at end of file diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/ScaleUnitNode/ScaleUnitNodePowerOffOperation_example.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/ScaleUnitNode/ScaleUnitNodePowerOffOperation_example.json new file mode 100644 index 000000000000..df085631f96d --- /dev/null +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/ScaleUnitNode/ScaleUnitNodePowerOffOperation_example.json @@ -0,0 +1,11 @@ +{ + "parameters": { + "api-version": "2016-05-01", + "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "location": "local", + "scaleUnitNode": "HC1n25r2236" + }, + "responses": { + "202": {} + } +} \ No newline at end of file diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/ScaleUnitNode/ScaleUnitNodePowerOnOperation_example.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/ScaleUnitNode/ScaleUnitNodePowerOnOperation_example.json new file mode 100644 index 000000000000..df085631f96d --- /dev/null +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/ScaleUnitNode/ScaleUnitNodePowerOnOperation_example.json @@ -0,0 +1,11 @@ +{ + "parameters": { + "api-version": "2016-05-01", + "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "location": "local", + "scaleUnitNode": "HC1n25r2236" + }, + "responses": { + "202": {} + } +} \ No newline at end of file diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/ScaleUnitNode/ScaleUnitNodeStartMaintenanceModeOperation_example.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/ScaleUnitNode/ScaleUnitNodeStartMaintenanceModeOperation_example.json new file mode 100644 index 000000000000..df085631f96d --- /dev/null +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/ScaleUnitNode/ScaleUnitNodeStartMaintenanceModeOperation_example.json @@ -0,0 +1,11 @@ +{ + "parameters": { + "api-version": "2016-05-01", + "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "location": "local", + "scaleUnitNode": "HC1n25r2236" + }, + "responses": { + "202": {} + } +} \ No newline at end of file diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/ScaleUnitNode/ScaleUnitNodeStopMaintenanceModeOperation_example.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/ScaleUnitNode/ScaleUnitNodeStopMaintenanceModeOperation_example.json new file mode 100644 index 000000000000..df085631f96d --- /dev/null +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/ScaleUnitNode/ScaleUnitNodeStopMaintenanceModeOperation_example.json @@ -0,0 +1,11 @@ +{ + "parameters": { + "api-version": "2016-05-01", + "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "location": "local", + "scaleUnitNode": "HC1n25r2236" + }, + "responses": { + "202": {} + } +} \ No newline at end of file diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/SlbMuxInstance/SlbMuxInstanceGetOperation_example.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/SlbMuxInstance/SlbMuxInstanceGetOperation_example.json new file mode 100644 index 000000000000..dbab45495540 --- /dev/null +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/SlbMuxInstance/SlbMuxInstanceGetOperation_example.json @@ -0,0 +1,26 @@ +{ + "parameters": { + "api-version": "2016-05-01", + "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "location": "local", + "slbMuxInstance": "AzS-SLB01" + }, + "responses": { + "200": { + "body": { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/slbMuxInstances/AzS-SLB01", + "name": "AzS-SLB01", + "type": "Microsoft.Fabric.Admin/fabricLocations/slbMuxInstances", + "location": "local", + "tags": {}, + "properties": { + "configurationState": "Success", + "virtualServer": "AzS-SLB01", + "bgpPeers": [ + "BGPGateway-64000-64001" + ] + } + } + } + } +} \ No newline at end of file diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/SlbMuxInstance/SlbMuxInstanceListOperation_example.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/SlbMuxInstance/SlbMuxInstanceListOperation_example.json new file mode 100644 index 000000000000..551d4cb2ad9c --- /dev/null +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/SlbMuxInstance/SlbMuxInstanceListOperation_example.json @@ -0,0 +1,29 @@ +{ + "parameters": { + "api-version": "2016-05-01", + "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "location": "local" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/slbMuxInstances/AzS-SLB01", + "name": "AzS-SLB01", + "type": "Microsoft.Fabric.Admin/fabricLocations/slbMuxInstances", + "location": "local", + "tags": {}, + "properties": { + "configurationState": "Success", + "virtualServer": "AzS-SLB01", + "bgpPeers": [ + "BGPGateway-64000-64001" + ] + } + } + ] + } + } + } +} \ No newline at end of file diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/StoragePool/StoragePoolGetOperation_example.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/StoragePool/StoragePoolGetOperation_example.json new file mode 100644 index 000000000000..ff64e54f436d --- /dev/null +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/StoragePool/StoragePoolGetOperation_example.json @@ -0,0 +1,23 @@ +{ + "parameters": { + "api-version": "2016-05-01", + "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "location": "local", + "storageSystem": "S-Cluster.azurestack.local", + "storagePool": "SU1_Pool" + }, + "responses": { + "200": { + "body": { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/storageSubSystems/S-Cluster.azurestack.local/storagePools/SU1_Pool", + "name": "SU1_Pool", + "type": "Microsoft.Fabric.Admin/fabricLocations/storageSubSystems/storagePools", + "location": "local", + "tags": {}, + "properties": { + "sizeGB": 5614 + } + } + } + } +} \ No newline at end of file diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/StoragePool/StoragePoolListOperation_example.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/StoragePool/StoragePoolListOperation_example.json new file mode 100644 index 000000000000..95bde669ad06 --- /dev/null +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/StoragePool/StoragePoolListOperation_example.json @@ -0,0 +1,26 @@ +{ + "parameters": { + "api-version": "2016-05-01", + "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "location": "local", + "storageSystem": "S-Cluster.azurestack.local" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/storageSubSystems/S-Cluster.azurestack.local/storagePools/SU1_Pool", + "name": "SU1_Pool", + "type": "Microsoft.Fabric.Admin/fabricLocations/storageSubSystems/storagePools", + "location": "local", + "tags": {}, + "properties": { + "sizeGB": 5614 + } + } + ] + } + } + } +} \ No newline at end of file diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/StorageSystem/StorageSystemGetOperation_example.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/StorageSystem/StorageSystemGetOperation_example.json new file mode 100644 index 000000000000..f0e070b20cf8 --- /dev/null +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/StorageSystem/StorageSystemGetOperation_example.json @@ -0,0 +1,22 @@ +{ + "parameters": { + "api-version": "2016-05-01", + "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "location": "local", + "storagePool": "S-Cluster.azurestack.local" + }, + "responses": { + "200": { + "body": { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/storageSubSystems/S-Cluster.azurestack.local", + "name": "S-Cluster.azurestack.local", + "type": "Microsoft.Fabric.Admin/fabricLocations/storageSubSystems", + "location": "local", + "tags": {}, + "properties": { + "totalCapacityGB": 2525 + } + } + } + } +} \ No newline at end of file diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/StorageSystem/StorageSystemListOperation_example.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/StorageSystem/StorageSystemListOperation_example.json new file mode 100644 index 000000000000..a6a47e8e8d1c --- /dev/null +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/StorageSystem/StorageSystemListOperation_example.json @@ -0,0 +1,25 @@ +{ + "parameters": { + "api-version": "2016-05-01", + "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "location": "local" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/storageSubSystems/S-Cluster.azurestack.local", + "name": "S-Cluster.azurestack.local", + "type": "Microsoft.Fabric.Admin/fabricLocations/storageSubSystems", + "location": "local", + "tags": {}, + "properties": { + "totalCapacityGB": 2525 + } + } + ] + } + } + } +} \ No newline at end of file diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/Volume/VolumeGetOperation_example.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/Volume/VolumeGetOperation_example.json new file mode 100644 index 000000000000..40a4c3f12381 --- /dev/null +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/Volume/VolumeGetOperation_example.json @@ -0,0 +1,27 @@ +{ + "parameters": { + "api-version": "2016-05-01", + "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "location": "local", + "storageSystem": "S-Cluster.azurestack.local", + "storagePool": "SU1_Pool", + "volume": "28fbffa4" + }, + "responses": { + "200": { + "body": { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/storageSubSystems/S-Cluster.azurestack.local/storagePools/SU1_Pool/volumes/28fbffa4", + "name": "28fbffa4", + "type": "Microsoft.Fabric.Admin/fabricLocations/storageSubSystems/storagePools/volumes", + "location": "local", + "tags": {}, + "properties": { + "fileSystem": "CSVFS_ReFS", + "remainingSizeGB": 2367, + "sizeGB": 2525, + "volumeLabel": "SU1_Volume" + } + } + } + } +} \ No newline at end of file diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/Volume/VolumeListOperation_example.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/Volume/VolumeListOperation_example.json new file mode 100644 index 000000000000..cc92d5dac319 --- /dev/null +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/Volume/VolumeListOperation_example.json @@ -0,0 +1,30 @@ +{ + "parameters": { + "api-version": "2016-05-01", + "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "location": "local", + "storageSystem": "S-Cluster.azurestack.local", + "storagePool": "SU1_Pool" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/storageSubSystems/S-Cluster.azurestack.local/storagePools/SU1_Pool/volumes/28fbffa4", + "name": "28fbffa4", + "type": "Microsoft.Fabric.Admin/fabricLocations/storageSubSystems/storagePools/volumes", + "location": "local", + "tags": {}, + "properties": { + "fileSystem": "CSVFS_ReFS", + "remainingSizeGB": 2367, + "sizeGB": 2525, + "volumeLabel": "SU1_Volume" + } + } + ] + } + } + } +} \ No newline at end of file diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/operations.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/operations.json new file mode 100644 index 000000000000..07c4e8381c70 --- /dev/null +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/operations.json @@ -0,0 +1,181 @@ +{ + "swagger": "2.0", + "info": { + "description": "Operation status operation endpoints and objects.", + "version": "2016-05-01" + }, + "host": "adminmanagement.local.azurestack.external", + "schemes": [ + "https" + ], + "paths": { + "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/{provider}/fabricLocations/{location}/computeOperationResults/{computeOperationResult}": { + "get": { + "x-ms-examples": { + "Get a compute fabric operation status": "examples/Operations/ComputeFabricGet_example.json" + }, + "tags": [ + "ComputeFabricOperations" + ], + "description": "Get the status of a compute fabric operation.", + "operationId": "ComputeFabricOperations_Get", + "parameters": [ + { + "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "fabric.json#/parameters/LocationParameter" + }, + { + "$ref": "#/parameters/ProviderParameter" + }, + { + "$ref": "#/parameters/ComputeOperationResultParameter" + }, + { + "$ref": "fabric.json#/parameters/ApiVersionParameter" + } + ], + "responses": { + "202": { + "description": "ACCEPTED", + "schema": { + "$ref": "#/definitions/OperationStatus" + } + } + }, + "produces": [ + "application/json" + ], + "consumes": [ + "application/json" + ] + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/{provider}/fabricLocations/{location}/networkOperationResults/{networkOperationResult}": { + "get": { + "x-ms-examples": { + "Get a network fabric operation status": "examples/Operations/NetworkFabricGet_example.json" + }, + "tags": [ + "NetworkFabricOperations" + ], + "description": "Get the status of a network fabric operation.", + "operationId": "NetworkFabricOperations_Get", + "parameters": [ + { + "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "fabric.json#/parameters/LocationParameter" + }, + { + "$ref": "#/parameters/ProviderParameter" + }, + { + "$ref": "#/parameters/NetworkOperationResultParameter" + }, + { + "$ref": "fabric.json#/parameters/ApiVersionParameter" + } + ], + "responses": { + "202": { + "description": "ACCEPTED", + "schema": { + "$ref": "#/definitions/OperationStatus" + } + } + }, + "produces": [ + "application/json" + ], + "consumes": [ + "application/json" + ] + } + } + }, + "definitions": { + "OperationStatus": { + "description": "Status of the compute operation.", + "properties": { + "properties": { + "description" : "The state of the operation.", + "x-ms-client-flatten": true, + "$ref" : "#/definitions/ProvisioningState" + } + } + }, + "ProvisioningState" : { + "description" : "The state of the operation.", + "properties" : { + "provisioningState" : { + "description" : "The state of the operation.", + "x-ms-client-name" : "provisioningState", + "type" : "string" + } + } + } + }, + "parameters": { + "ApplicationOperationResultParameter": { + "name": "applicationOperationResult", + "description": "Id of an infra role operation.", + "in": "path", + "required": true, + "type": "string", + "x-ms-parameter-location": "method" + }, + "ComputeOperationResultParameter": { + "description": "Id of a compute fabric operation.", + "name": "computeOperationResult", + "in": "path", + "required": true, + "type": "string", + "x-ms-parameter-location": "method" + }, + "StorageOperationResultParameter": { + "description": "Id of a storage fabric operation.", + "name": "storageOperationResult", + "in": "path", + "required": true, + "type": "string", + "x-ms-parameter-location": "method" + }, + "NetworkOperationResultParameter": { + "description": "Id of a network fabric operation.", + "name": "networkOperationResult", + "in": "path", + "required": true, + "type": "string", + "x-ms-parameter-location": "method" + }, + "ProviderParameter": { + "name": "provider", + "description": "Name of the provider.", + "in": "path", + "required": true, + "type": "string", + "x-ms-parameter-location": "method" + } + }, + "securityDefinitions": { + "azure_auth": { + "type": "oauth2", + "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", + "flow": "implicit", + "description": "Azure Active Directory OAuth2 Flow", + "scopes": { + "user_impersonation": "impersonate your user account" + } + } + }, + "security": [ + { + "azure_auth": [ + "user_impersonation" + ] + } + ] +} \ No newline at end of file diff --git a/specification/azsadmin/fabric/resource-manager/readme.md b/specification/azsadmin/fabric/resource-manager/readme.md new file mode 100644 index 000000000000..ca4b096d7157 --- /dev/null +++ b/specification/azsadmin/fabric/resource-manager/readme.md @@ -0,0 +1,92 @@ +# Commerce Admin + +> see https://aka.ms/autorest + +This is the AutoRest configuration file for Commerce Admin. + +--- +## Getting Started +To build the SDK for Commerce Admin, simply [Install AutoRest](https://aka.ms/autorest/install) and in this folder, run: + +> `autorest` + +To see additional help and options, run: + +> `autorest --help` +--- + +## Configuration + +### Basic Information +These are the global settings for the Commerce API. + +``` yaml +title: FabricAdminClient +description: Fabric Admin Client +openapi-type: arm +tag: package-2016-05-01 +``` + +### Tag: package-2016-05-01 + +These settings apply only when `--tag=package-2016-05-01` is specified on the command line. + +``` yaml $(tag) == 'package-2016-05-01' +input-file: + - "Microsoft.Fabric.Admin/2016-05-01/swagger/Fabric.json" + - "Microsoft.Fabric.Admin/2016-05-01/swagger/EdgeGateway.json" + - "Microsoft.Fabric.Admin/2016-05-01/swagger/EdgeGatewayPool.json" + - "Microsoft.Fabric.Admin/2016-05-01/swagger/FabricLocation.json" + - "Microsoft.Fabric.Admin/2016-05-01/swagger/FileShare.json" + - "Microsoft.Fabric.Admin/2016-05-01/swagger/InfraRole.json" + - "Microsoft.Fabric.Admin/2016-05-01/swagger/InfraRoleInstance.json" + - "Microsoft.Fabric.Admin/2016-05-01/swagger/IpPool.json" + - "Microsoft.Fabric.Admin/2016-05-01/swagger/LogicalNetwork.json" + - "Microsoft.Fabric.Admin/2016-05-01/swagger/StoragePool.json" + - "Microsoft.Fabric.Admin/2016-05-01/swagger/StorageSystem.json" + - "Microsoft.Fabric.Admin/2016-05-01/swagger/Volume.json" + - "Microsoft.Fabric.Admin/2016-05-01/swagger/LogicalSubnet.json" + - "Microsoft.Fabric.Admin/2016-05-01/swagger/MacAddressPool.json" + - "Microsoft.Fabric.Admin/2016-05-01/swagger/Operations.json" + - "Microsoft.Fabric.Admin/2016-05-01/swagger/ScaleUnit.json" + - "Microsoft.Fabric.Admin/2016-05-01/swagger/ScaleUnitNode.json" + - "Microsoft.Fabric.Admin/2016-05-01/swagger/SlbMuxInstance.json" +``` + +--- +# Code Generation + +## C# + +These settings apply only when `--csharp` is specified on the command line. +Please also specify `--csharp-sdks-folder=`. + +``` yaml $(csharp) +csharp: + azure-arm: true + license-header: MICROSOFT_MIT_NO_VERSION + namespace: Microsoft.AzureStack.Fabric.Admin + payload-flattening-threshold: 1 + output-folder: $(csharp-sdks-folder)/Fabric/Fabric.Admin/Generated + clear-output-folder: true +``` + +## Python + +These settings apply only when `--python` is specified on the command line. + +``` yaml $(python) +python: + # override the default output folder + output-folder: $(output-folder)/python + license-header: MICROSOFT_MIT_NO_VERSION + payload-flattening-threshold: 2 +``` + +### Tag: package-2016-05-01 and python + +These settings apply only when `--tag=package-2016-05-01 --python` is specified on the command line. + +``` yaml $(tag) == 'package-2016-05-01' && $(python) +namespace: azure.mgmt.fabric.admin.v2016_05_01 +``` From b1c24b4f3c0d3a6fe4c5a3dbdf88abc9c7089351 Mon Sep 17 00:00:00 2001 From: "Jeffrey A. Robinson" Date: Fri, 25 Aug 2017 15:48:40 -0700 Subject: [PATCH 2/8] Added Security region to each json --- .../2016-05-01/swagger/regionHealth.json | 20 ++++++++++++++++++- .../2016-05-01/swagger/resourceHealth.json | 20 ++++++++++++++++++- .../2016-05-01/swagger/serviceHealth.json | 20 ++++++++++++++++++- 3 files changed, 57 insertions(+), 3 deletions(-) diff --git a/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/regionHealth.json b/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/regionHealth.json index e27114664ff7..3850f988e819 100644 --- a/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/regionHealth.json +++ b/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/regionHealth.json @@ -152,5 +152,23 @@ "in": "path", "x-ms-parameter-location": "method" } - } + }, + "securityDefinitions": { + "azure_auth": { + "type": "oauth2", + "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", + "flow": "implicit", + "description": "Azure Active Directory OAuth2 Flow", + "scopes": { + "user_impersonation": "impersonate your user account" + } + } + }, + "security": [ + { + "azure_auth": [ + "user_impersonation" + ] + } + ] } \ No newline at end of file diff --git a/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/resourceHealth.json b/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/resourceHealth.json index 6696e03d6fa0..5f1aa2bb1be2 100644 --- a/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/resourceHealth.json +++ b/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/resourceHealth.json @@ -176,5 +176,23 @@ } } } - } + }, + "securityDefinitions": { + "azure_auth": { + "type": "oauth2", + "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", + "flow": "implicit", + "description": "Azure Active Directory OAuth2 Flow", + "scopes": { + "user_impersonation": "impersonate your user account" + } + } + }, + "security": [ + { + "azure_auth": [ + "user_impersonation" + ] + } + ] } \ No newline at end of file diff --git a/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/serviceHealth.json b/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/serviceHealth.json index 40a153c9ac82..8f2f006c43e3 100644 --- a/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/serviceHealth.json +++ b/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/serviceHealth.json @@ -157,5 +157,23 @@ "in": "path", "x-ms-parameter-location": "method" } - } + }, + "securityDefinitions": { + "azure_auth": { + "type": "oauth2", + "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", + "flow": "implicit", + "description": "Azure Active Directory OAuth2 Flow", + "scopes": { + "user_impersonation": "impersonate your user account" + } + } + }, + "security": [ + { + "azure_auth": [ + "user_impersonation" + ] + } + ] } \ No newline at end of file From b2f740ecaa3e27ec9e0e9df5eb46855b318c4bb0 Mon Sep 17 00:00:00 2001 From: "Jeffrey A. Robinson" Date: Mon, 28 Aug 2017 08:42:00 -0700 Subject: [PATCH 3/8] Fixed Validation Errors --- .../2016-05-01/swagger/alert.json | 25 +- .../Alert/AlertCloseOperation_example.json | 19 +- .../Alert/AlertGetOperation_example.json | 10 +- .../Alert/AlertListOperation_example.json | 20 +- .../RegionHealthGetOperation_example.json | 1 + .../RegionHealthListOperation_example.json | 2 +- .../ResourceHealthListOperation_example.json | 2 +- .../ServiceHealthGetOperation_example.json | 2 +- .../ServiceHealthListOperation_example.json | 2 +- .../swagger/infrastructureinsights.json | 38 +- .../2016-05-01/swagger/regionHealth.json | 9 +- .../2016-05-01/swagger/resourceHealth.json | 9 +- .../2016-05-01/swagger/serviceHealth.json | 48 +- .../swagger/commerceAdmin.json | 477 +++++++++--------- .../ListOperation.json | 21 +- .../2016-05-01/swagger/EdgeGateway.json | 37 +- .../2016-05-01/swagger/EdgeGatewayPool.json | 37 +- .../2016-05-01/swagger/Fabric.json | 6 +- .../2016-05-01/swagger/FabricLocation.json | 40 +- .../2016-05-01/swagger/FileShare.json | 39 +- .../2016-05-01/swagger/InfraRole.json | 41 +- .../2016-05-01/swagger/InfraRoleInstance.json | 47 +- .../2016-05-01/swagger/IpPool.json | 39 +- .../2016-05-01/swagger/LogicalNetwork.json | 39 +- .../2016-05-01/swagger/LogicalSubnet.json | 39 +- .../2016-05-01/swagger/MacAddressPool.json | 39 +- .../2016-05-01/swagger/ScaleUnit.json | 41 +- .../2016-05-01/swagger/ScaleUnitNode.json | 55 +- .../2016-05-01/swagger/SlbMuxInstance.json | 3 +- .../2016-05-01/swagger/StoragePool.json | 3 +- .../2016-05-01/swagger/StorageSystem.json | 41 +- .../2016-05-01/swagger/Volume.json | 39 +- .../EdgeGatewayGetOperation_example.json | 4 +- .../EdgeGatewayListOperation_example.json | 2 +- .../EdgeGatewayPoolGetOperation_example.json | 4 +- .../EdgeGatewayPoolListOperation_example.json | 2 +- .../FabricLocationGetOperation_example.json | 7 +- .../FabricLocationListOperation_example.json | 5 +- .../FileShareGetOperation_example.json | 4 +- .../FileShareListOperation_example.json | 3 +- .../InfraRoleGetOperation_example.json | 4 +- ...InfraRoleInstanceGetOperation_example.json | 2 +- ...RoleInstancePowerOffOperation_example.json | 2 +- ...aRoleInstancePowerOnOperation_example.json | 2 +- ...raRoleInstanceRebootOperation_example.json | 2 +- ...RoleInstanceShutdownOperation_example.json | 2 +- .../IpPool/IpPoolCreateOperation_example.json | 12 +- .../IpPool/IpPoolGetOperation_example.json | 2 +- .../LogicalNetworkGetOperation_example.json | 2 +- .../LogicalSubnetGetOperation_example.json | 2 +- .../StoragePoolGetOperation_example.json | 2 +- .../StoragePoolListOperation_example.json | 2 +- .../StorageSystemGetOperation_example.json | 2 +- .../Volume/VolumeGetOperation_example.json | 2 +- .../Volume/VolumeListOperation_example.json | 2 +- .../2016-05-01/swagger/operations.json | 61 +-- 56 files changed, 725 insertions(+), 679 deletions(-) diff --git a/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/alert.json b/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/alert.json index a0f8cc8ea6e7..e07b915c858c 100644 --- a/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/alert.json +++ b/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/alert.json @@ -2,6 +2,7 @@ "swagger": "2.0", "info": { "description": "Alert operation endpoints and objects.", + "title": "InfrastructureInsightsManagementClient", "version": "2016-05-01" }, "host": "adminmanagement.local.azurestack.external", @@ -12,7 +13,9 @@ "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/{location}/alerts": { "get": { "x-ms-examples": { - "List all alerts": "./examples/Alert/AlertListOperation_example.json" + "List all alerts": { + "$ref": "./examples/Alert/AlertListOperation_example.json" + } }, "tags": [ "Alerts" @@ -56,7 +59,9 @@ "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/{location}/alerts/{alertName}": { "get": { "x-ms-examples": { - "Get an alert": "./examples/Alert/AlertGetOperation_example.json" + "Get an alert": { + "$ref": "./examples/Alert/AlertGetOperation_example.json" + } }, "tags": [ "Alerts" @@ -94,7 +99,9 @@ }, "put": { "x-ms-examples": { - "Close an alert": "./examples/Alert/AlertCloseOperation_example.json" + "Close an alert": { + "$ref": "./examples/Alert/AlertCloseOperation_example.json" + } }, "tags": [ "Alerts" @@ -167,9 +174,9 @@ }, "description": { "description": "Gets or sets the description of the alert.", - "type": "array", - "items": { - "$ref": "infrastructureinsights.json#/definitions/MarkupElement" + "type": "object", + "additionalProperties": { + "type": "string" } }, "faultId": { @@ -197,9 +204,9 @@ }, "remediation": { "description": "Gets or sets the admin friendly remediation instructions for the alert.", - "type": "array", - "items": { - "$ref": "infrastructureinsights.json#/definitions/MarkupElement" + "type": "object", + "additionalProperties": { + "type": "string" } }, "resourceRegistrationId": { diff --git a/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/Alert/AlertCloseOperation_example.json b/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/Alert/AlertCloseOperation_example.json index 800c565f53b4..b4b4cd937e07 100644 --- a/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/Alert/AlertCloseOperation_example.json +++ b/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/Alert/AlertCloseOperation_example.json @@ -2,7 +2,18 @@ "parameters": { "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", "location": "local", - "alert": "ca55be03-9be9-4deb-8467-e890ab1d116b", + "alertName": "ca55be03-9be9-4deb-8467-e890ab1d116b", + "alert": { + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/ca55be03-9be9-4deb-8467-e890ab1d116b", + "name": "ca55be03-9be9-4deb-8467-e890ab1d116b", + "type": "Microsoft.InfrastructureInsights.Admin/regionHealths/alerts", + "location": "local", + "tags": {}, + "properties": { + "state": "Closed", + "closedByUserAlias": "ciserviceadmin@msazurestack.onmicrosoft.com" + } + }, "user": "ciserviceadmin@msazurestack.onmicrosoft.com", "api-version": "2016-05-01" }, @@ -15,7 +26,7 @@ "location": "local", "tags": {}, "properties": { - "closedTimestamp": null, + "closedTimestamp": "", "createdTimestamp": "2017-08-12T20:28:56.912712Z", "description": [ { @@ -31,7 +42,7 @@ "healthState": "Warning", "name": "Infrastructure management controller", "fabricName": "FabricControllerRing", - "description": null, + "description": "", "serviceType": "FabricControllerRing" }, "remediation": [ @@ -42,7 +53,7 @@ { "linkType": "Uri", "uri": "https://aka.ms/azurestacklogfiles", - "resourceId": null, + "resourceId": "", "type": "LinkBegin" }, { diff --git a/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/Alert/AlertGetOperation_example.json b/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/Alert/AlertGetOperation_example.json index 171466e229ab..c33dbe10e6aa 100644 --- a/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/Alert/AlertGetOperation_example.json +++ b/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/Alert/AlertGetOperation_example.json @@ -2,7 +2,7 @@ "parameters": { "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", "location": "local", - "alert": "ca55be03-9be9-4deb-8467-e890ab1d116b", + "alertName": "ca55be03-9be9-4deb-8467-e890ab1d116b", "api-version": "2016-05-01" }, "responses": { @@ -14,7 +14,7 @@ "location": "local", "tags": {}, "properties": { - "closedTimestamp": null, + "closedTimestamp": "", "createdTimestamp": "2017-08-12T20:28:56.912712Z", "description": [ { @@ -30,7 +30,7 @@ "healthState": "Warning", "name": "Infrastructure management controller", "fabricName": "FabricControllerRing", - "description": null, + "description": "", "serviceType": "FabricControllerRing" }, "remediation": [ @@ -41,7 +41,7 @@ { "linkType": "Uri", "uri": "https://aka.ms/azurestacklogfiles", - "resourceId": null, + "resourceId": "", "type": "LinkBegin" }, { @@ -63,7 +63,7 @@ "title": "Infrastructure role is unhealthy", "impactedResourceId": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/FabricControllerRing", "impactedResourceDisplayName": "Infrastructure management controller", - "closedByUserAlias": null + "closedByUserAlias": "" } } } diff --git a/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/Alert/AlertListOperation_example.json b/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/Alert/AlertListOperation_example.json index 287e99c95a4c..84e9be7df957 100644 --- a/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/Alert/AlertListOperation_example.json +++ b/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/Alert/AlertListOperation_example.json @@ -15,7 +15,7 @@ "location": "local", "tags": {}, "properties": { - "closedTimestamp": null, + "closedTimestamp": "", "createdTimestamp": "2017-08-12T20:28:56.897087Z", "description": [ { @@ -31,7 +31,7 @@ "healthState": "Warning", "name": "Capacity", "fabricName": "fabric:/FabricResourceProvider", - "description": null, + "description": "", "serviceType": "FabricResourceProvider" }, "remediation": [ @@ -42,7 +42,7 @@ { "linkType": "Uri", "uri": "https://aka.ms/azurestacklogfiles", - "resourceId": null, + "resourceId": "", "type": "LinkBegin" }, { @@ -57,14 +57,14 @@ "type": "Text" } ], - "resourceRegistrationId": null, + "resourceRegistrationId": "", "resourceProviderRegistrationId": "e56bc7b8-c8b5-4e25-b00c-4f951effb22c", "severity": "Warning", "state": "Active", "title": "Infrastructure role is unhealthy", "impactedResourceId": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/FabricResourceProvider", "impactedResourceDisplayName": "FabricResourceProvider", - "closedByUserAlias": null + "closedByUserAlias": "" } }, { @@ -74,7 +74,7 @@ "location": "local", "tags": {}, "properties": { - "closedTimestamp": null, + "closedTimestamp": "", "createdTimestamp": "2017-08-12T20:28:56.912712Z", "description": [ { @@ -90,7 +90,7 @@ "healthState": "Warning", "name": "Infrastructure management controller", "fabricName": "FabricControllerRing", - "description": null, + "description": "", "serviceType": "FabricControllerRing" }, "remediation": [ @@ -101,7 +101,7 @@ { "linkType": "Uri", "uri": "https://aka.ms/azurestacklogfiles", - "resourceId": null, + "resourceId": "", "type": "LinkBegin" }, { @@ -123,11 +123,11 @@ "title": "Infrastructure role is unhealthy", "impactedResourceId": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/FabricControllerRing", "impactedResourceDisplayName": "Infrastructure management controller", - "closedByUserAlias": null + "closedByUserAlias": "" } } ], - "nextLink": null + "nextLink": "" } } } diff --git a/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/RegionHealth/RegionHealthGetOperation_example.json b/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/RegionHealth/RegionHealthGetOperation_example.json index fa673b1c01a6..7cbcc3e7f68f 100644 --- a/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/RegionHealth/RegionHealthGetOperation_example.json +++ b/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/RegionHealth/RegionHealthGetOperation_example.json @@ -2,6 +2,7 @@ "parameters": { "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", "location": "local", + "region" : "local", "api-version": "2016-05-01" }, "responses": { diff --git a/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/RegionHealth/RegionHealthListOperation_example.json b/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/RegionHealth/RegionHealthListOperation_example.json index abf11b1ba188..caff96489358 100644 --- a/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/RegionHealth/RegionHealthListOperation_example.json +++ b/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/RegionHealth/RegionHealthListOperation_example.json @@ -69,7 +69,7 @@ } } ], - "nextLink": null + "nextLink": "" } } } diff --git a/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/ResourceHealth/ResourceHealthListOperation_example.json b/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/ResourceHealth/ResourceHealthListOperation_example.json index 53cc0f111745..7286612a5bba 100644 --- a/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/ResourceHealth/ResourceHealthListOperation_example.json +++ b/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/ResourceHealth/ResourceHealthListOperation_example.json @@ -898,7 +898,7 @@ } } ], - "nextLink": null + "nextLink": "" } } } diff --git a/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/ServiceHealth/ServiceHealthGetOperation_example.json b/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/ServiceHealth/ServiceHealthGetOperation_example.json index 0806e17c5975..d5c243cf6593 100644 --- a/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/ServiceHealth/ServiceHealthGetOperation_example.json +++ b/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/ServiceHealth/ServiceHealthGetOperation_example.json @@ -2,7 +2,7 @@ "parameters": { "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", "location": "local", - "serviceRegistrationId": "c720a7de-4812-4b58-969d-c2e2a5cd89ec", + "serviceHealth": "c720a7de-4812-4b58-969d-c2e2a5cd89ec", "api-version": "2016-05-01" }, "responses": { diff --git a/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/ServiceHealth/ServiceHealthListOperation_example.json b/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/ServiceHealth/ServiceHealthListOperation_example.json index af19d1525ebb..2e3b9e4bdaa7 100644 --- a/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/ServiceHealth/ServiceHealthListOperation_example.json +++ b/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/ServiceHealth/ServiceHealthListOperation_example.json @@ -149,7 +149,7 @@ } } ], - "nextLink": null + "nextLink": "" } } } diff --git a/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/infrastructureinsights.json b/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/infrastructureinsights.json index ebcbb8234bea..7ee8d67e9263 100644 --- a/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/infrastructureinsights.json +++ b/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/infrastructureinsights.json @@ -74,33 +74,6 @@ }, "x-ms-azure-resource": true }, - "MarkupElementType": { - "type": "string", - "description": "The type of MarkupElement", - "enum": [ - "Text", - "NewLine", - "LinkBegin", - "LinkEnd" - ], - "x-ms-enum": { - "name": "MarkupElementType", - "modelAsString": true - } - }, - "MarkupElement": { - "description": "A markup element.", - "properties": { - "text": { - "description": "Value of the MarkupElement", - "type": "string" - }, - "type": { - "description": "Type of the MarkupElement", - "$ref": "#/definitions/MarkupElementType" - } - } - }, "AlertSummary": { "description": "Summary of the alerts.", "properties": { @@ -168,11 +141,11 @@ "enum": [ "One", "Percentage", - "Byte", - "KiloByte", - "MegaByte", - "GigaByte", - "TeraByte" + "B", + "KB", + "MB", + "GB", + "TB" ], "x-ms-enum": { "name": "MetricsUnit", @@ -227,6 +200,7 @@ "description": "Location name.", "name": "location", "in": "path", + "required": true, "type": "string", "x-ms-parameter-location": "method" }, diff --git a/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/regionHealth.json b/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/regionHealth.json index 3850f988e819..9a4fb850eae4 100644 --- a/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/regionHealth.json +++ b/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/regionHealth.json @@ -2,6 +2,7 @@ "swagger": "2.0", "info": { "description": "Region health operation endpoints and objects.", + "title": "InfrastructureInsightsManagementClient", "version": "2016-05-01" }, "host": "adminmanagement.local.azurestack.external", @@ -12,7 +13,9 @@ "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.InfrastructureInsights.Admin/regionHealths": { "get": { "x-ms-examples": { - "Get the list of all health items for the region": "./examples/RegionHealths/RegionHealthsListOperation_example.json" + "Get the list of all health items for the region": { + "$ref": "./examples/RegionHealth/RegionHealthListOperation_example.json" + } }, "tags": [ "RegionHealths" @@ -56,7 +59,9 @@ "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/{region}": { "get": { "x-ms-examples": { - "Get the health status of a region": "./examples/RegionHealths/RegionHealthsGetOperation_example.json" + "Get the health status of a region": { + "$ref": "./examples/RegionHealth/RegionHealthGetOperation_example.json" + } }, "tags": [ "RegionHealths" diff --git a/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/resourceHealth.json b/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/resourceHealth.json index 5f1aa2bb1be2..ec872dfe1cdf 100644 --- a/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/resourceHealth.json +++ b/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/resourceHealth.json @@ -2,6 +2,7 @@ "swagger": "2.0", "info": { "description": "Resource health operation endpoints and objects.", + "title": "InfrastructureInsightsManagementClient", "version": "2016-05-01" }, "host": "adminmanagement.local.azurestack.external", @@ -12,7 +13,9 @@ "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/{location}/serviceHealths/{serviceRegistrationId}/resourceHealths": { "get": { "x-ms-examples": { - "Get a list of resource health items": "./examples/ResourceHealth/ResourceHealthsListOperation_example.json" + "Get a list of resource health items": { + "$ref": "./examples/ResourceHealth/ResourceHealthListOperation_example.json" + } }, "tags": [ "Resources" @@ -59,7 +62,9 @@ "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/{location}/serviceHealths/{serviceRegistrationId}/resourceHealths/{resourceRegistrationId}": { "get": { "x-ms-examples": { - "Get health information about a resource": "./examples/Resources/ResourceGetOperation_example.json" + "Get health information about a resource": { + "$ref": "./examples/ResourceHealth/ResourceHealthGetOperation_example.json" + } }, "tags": [ "Resources" diff --git a/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/serviceHealth.json b/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/serviceHealth.json index 8f2f006c43e3..49de674c8341 100644 --- a/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/serviceHealth.json +++ b/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/serviceHealth.json @@ -2,6 +2,7 @@ "swagger": "2.0", "info": { "description": "Service health operation endpoints and objects.", + "title": "InfrastructureInsightsManagementClient", "version": "2016-05-01" }, "host": "adminmanagement.local.azurestack.external", @@ -12,7 +13,9 @@ "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/{location}/serviceHealths": { "get": { "x-ms-examples": { - "List all services health": "./examples/ServiceHealth/ServiceHealthListOperation_example.json" + "List all services health": { + "$ref": "./examples/ServiceHealth/ServiceHealthListOperation_example.json" + } }, "tags": [ "ServiceHealths" @@ -56,7 +59,9 @@ "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/{location}/serviceHealths/{serviceHealth}": { "get": { "x-ms-examples": { - "Get a services health": "./examples/ServiceHealth/ServiceHealthGetOperation_example.json" + "Get a services health": { + "$ref": "./examples/ServiceHealth/ServiceHealthGetOperation_example.json" + } }, "tags": [ "ServiceHealths" @@ -79,6 +84,7 @@ ], "responses": { "200": { + "description": "OK", "schema": { "$ref": "#/definitions/ServiceHealth" } @@ -105,7 +111,7 @@ }, "allOf": [ { - "$ref": "#/definitions/Resource" + "$ref": "infrastructureinsights.json#/definitions/Resource" } ] }, @@ -158,22 +164,22 @@ "x-ms-parameter-location": "method" } }, - "securityDefinitions": { - "azure_auth": { - "type": "oauth2", - "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", - "flow": "implicit", - "description": "Azure Active Directory OAuth2 Flow", - "scopes": { - "user_impersonation": "impersonate your user account" - } - } - }, - "security": [ - { - "azure_auth": [ - "user_impersonation" - ] - } - ] + "securityDefinitions": { + "azure_auth": { + "type": "oauth2", + "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", + "flow": "implicit", + "description": "Azure Active Directory OAuth2 Flow", + "scopes": { + "user_impersonation": "impersonate your user account" + } + } + }, + "security": [ + { + "azure_auth": [ + "user_impersonation" + ] + } + ] } \ No newline at end of file diff --git a/specification/azsadmin/commerce/resource-manager/Microsoft.Commerce.Admin/2015-06-01-preview/swagger/commerceAdmin.json b/specification/azsadmin/commerce/resource-manager/Microsoft.Commerce.Admin/2015-06-01-preview/swagger/commerceAdmin.json index b519648e01d6..ff633b3afcb7 100644 --- a/specification/azsadmin/commerce/resource-manager/Microsoft.Commerce.Admin/2015-06-01-preview/swagger/commerceAdmin.json +++ b/specification/azsadmin/commerce/resource-manager/Microsoft.Commerce.Admin/2015-06-01-preview/swagger/commerceAdmin.json @@ -1,246 +1,247 @@ { - "swagger": "2.0", - "info": { - "x-ms-code-generation-settings": { - "header": "MICROSOFT_MIT", - "namespace": "Microsoft.AzureStack.Commerce.Admin" - }, - "version": "2015-06-01-preview", - "title": "CommerceManagementClient", - "description": "The Admin Commerce Management Client." - }, - "host": "management.local.azurestack.external", - "schemes": [ - "https" - ], - "paths": { - "/subscriptions/{subscriptionId}/providers/Microsoft.Commerce/subscriberUsageAggregates": { - "get": { - "x-ms-examples": { - "Get the list of usage aggregates for all tenants.": "examples/SubscriberUsageAggregates/ListOperation.json" + "swagger": "2.0", + "info": { + "x-ms-code-generation-settings": { + "header": "MICROSOFT_MIT", + "namespace": "Microsoft.AzureStack.Commerce.Admin" + }, + "version": "2015-06-01-preview", + "title": "CommerceManagementClient", + "description": "The Admin Commerce Management Client." }, - "description": "Gets a collection of SubscriberUsageAggregates, which are UsageAggregates from direct tenants.", - "tags": [ - "Commerce" + "host": "management.local.azurestack.external", + "schemes": [ + "https" ], - "operationId": "SubscriberUsageAggregates_List", - "parameters": [ - { - "$ref": "#/parameters/SubscriptionIdParameter" - }, - { - "$ref": "#/parameters/ApiVersionParameter" - }, - { - "$ref": "#/parameters/ReportedStartTimeParameter" - }, - { - "$ref": "#/parameters/ReportedEndTimeParameter" - }, - { - "$ref": "#/parameters/AggregationGranularityParameter" - }, - { - "$ref": "#/parameters/TenantSubscriptionIdParameter" - }, - { - "$ref": "#/parameters/ContinuationTokenParameter" - } - ], - "responses": { - "200": { - "description": "OK", - "schema": { - "$ref": "#/definitions/UsageAggregatePage" - } - } - }, - "produces": [ - "application/json" - ], - "consumes": [ - "application/json" - ] - } - } - }, - "definitions": { - "Resource": { - "description": "Base Resource Object", - "type": "object", - "properties": { - "id": { - "readOnly": true, - "description": "URI of the resource.", - "type": "string" - }, - "name": { - "readOnly": true, - "description": "Name of the resource.", - "type": "string" - }, - "type": { - "readOnly": true, - "description": "Type of resource.", - "type": "string" + "paths": { + "/subscriptions/{subscriptionId}/providers/Microsoft.Commerce/subscriberUsageAggregates": { + "get": { + "x-ms-examples": { + "Get the list of usage aggregates for all tenants.": { + "$ref": "./examples/SubscriberUsageAggregates/ListOperation.json" + } + }, + "description": "Gets a collection of SubscriberUsageAggregates, which are UsageAggregates from direct tenants.", + "tags": [ + "Commerce" + ], + "operationId": "SubscriberUsageAggregates_List", + "parameters": [ + { + "$ref": "#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/ReportedStartTimeParameter" + }, + { + "$ref": "#/parameters/ReportedEndTimeParameter" + }, + { + "$ref": "#/parameters/AggregationGranularityParameter" + }, + { + "$ref": "#/parameters/TenantSubscriptionIdParameter" + }, + { + "$ref": "#/parameters/ContinuationTokenParameter" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/UsageAggregatePage" + } + } + }, + "produces": [ + "application/json" + ], + "consumes": [ + "application/json" + ] + } + } }, - "location": { - "readOnly": true, - "description": "Location where resource is location.", - "type": "string" + "definitions": { + "Resource": { + "description": "Base Resource Object", + "type": "object", + "properties": { + "id": { + "readOnly": true, + "description": "URI of the resource.", + "type": "string" + }, + "name": { + "readOnly": true, + "description": "Name of the resource.", + "type": "string" + }, + "type": { + "readOnly": true, + "description": "Type of resource.", + "type": "string" + }, + "location": { + "readOnly": true, + "description": "Location where resource is location.", + "type": "string" + }, + "tags": { + "readOnly": true, + "description": "List of key value pairs.", + "type": "object", + "additionalProperties": { + "type": "string" + } + } + }, + "x-ms-azure-resource": true + }, + "UsageAggregate": { + "description": "Aggregate usage values for resource.", + "type": "object", + "properties": { + "properties": { + "x-ms-client-flatten": true, + "description": "Properties for aggregate usage.", + "$ref": "#/definitions/UsageAggregateModel" + } + }, + "allOf": [ + { + "$ref": "#/definitions/Resource" + } + ] + }, + "UsageAggregateModel": { + "description": "Properties for aggregate usage.", + "type": "object", + "properties": { + "subscriptionId": { + "type": "string", + "description": "Subscription id of tenant using plan." + }, + "usageStartTime": { + "type": "string", + "format": "date-time", + "description": "UTC start time for the usage bucket to which this usage aggregate belongs." + }, + "usageEndTime": { + "type": "string", + "format": "date-time", + "description": "UTC end time for the usage bucket to which this usage aggregate belongs." + }, + "instanceData": { + "description": "Key-value pairs of instance details represented as a string.", + "type": "string" + }, + "quantity": { + "description": "The amount of the resource consumption that occurred in this time frame.", + "type": "string" + }, + "meterId": { + "description": "Unique ID for the resource that was consumed (aka ResourceID).", + "type": "string" + } + } + }, + "UsageAggregatePage": { + "description": "Holds an array of usage aggregates and the continuation token.", + "properties": { + "value": { + "description": "Array of usage aggregates.", + "type": "array", + "items": { + "$ref": "#/definitions/UsageAggregate" + } + }, + "nextLink": { + "type": "string", + "description": "Continuation token" + } + } + } }, - "tags": { - "readOnly": true, - "description": "List of key value pairs.", - "type": "object", - "additionalProperties": { - "type": "string" - } - } - }, - "x-ms-azure-resource": true - }, - "UsageAggregate": { - "description": "Aggregate usage values for resource.", - "type": "object", - "properties": { - "properties": { - "x-ms-client-flatten": true, - "description": "Properties for aggregate usage.", - "$ref": "#/definitions/UsageAggregateModel" - } - }, - "allOf": [ - { - "$ref": "#/definitions/Resource" - } - ] - }, - "UsageAggregateModel": { - "description": "Properties for aggregate usage.", - "type": "object", - "properties": { - "subscriptionId": { - "type": "string", - "description": "Subscription id of tenant using plan." + "parameters": { + "SubscriptionIdParameter": { + "name": "subscriptionId", + "in": "path", + "description": "Subscription credentials which uniquely identify Microsoft Azure subscription.The subscription ID forms part of the URI for every service call.", + "required": true, + "type": "string" + }, + "ApiVersionParameter": { + "name": "api-version", + "in": "query", + "description": "Client Api Version.", + "required": true, + "type": "string", + "default": "2015-06-01-preview" + }, + "ReportedStartTimeParameter": { + "description": "The reported start time (inclusive).", + "name": "reportedStartTime", + "in": "query", + "type": "string", + "required": true, + "format": "date-time", + "x-ms-parameter-location": "method" + }, + "ReportedEndTimeParameter": { + "description": "The reported end time (exclusive).", + "name": "reportedEndTime", + "in": "query", + "type": "string", + "required": true, + "format": "date-time", + "x-ms-parameter-location": "method" + }, + "AggregationGranularityParameter": { + "description": "The aggregation granularity.", + "name": "aggregationGranularity", + "in": "query", + "type": "string", + "required": false, + "x-ms-parameter-location": "method" + }, + "TenantSubscriptionIdParameter": { + "description": "The tenant subscription identifier.", + "name": "subscriberId", + "in": "query", + "type": "string", + "required": false, + "x-ms-parameter-location": "method" + }, + "ContinuationTokenParameter": { + "description": "The continuation token.", + "name": "continuationToken", + "in": "query", + "type": "string", + "required": false, + "x-ms-parameter-location": "method" + } }, - "usageStartTime": { - "type": "string", - "format": "date-time", - "description": "UTC start time for the usage bucket to which this usage aggregate belongs." + "securityDefinitions": { + "azure_auth": { + "type": "oauth2", + "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", + "flow": "implicit", + "description": "Azure Active Directory OAuth2 Flow", + "scopes": { + "user_impersonation": "impersonate your user account" + } + } }, - "usageEndTime": { - "type": "string", - "format": "date-time", - "description": "UTC end time for the usage bucket to which this usage aggregate belongs." - }, - "instanceData": { - "description": "Key-value pairs of instance details represented as a string.", - "type": "string" - }, - "quantity": { - "description": "The amount of the resource consumption that occurred in this time frame.", - "type": "string" - }, - "meterId": { - "description": "Unique ID for the resource that was consumed (aka ResourceID).", - "type": "string" - } - } - }, - "UsageAggregatePage": { - "description": "Holds an array of usage aggregates and the continuation token.", - "properties": { - "value": { - "description": "Array of usage aggregates.", - "type": "array", - "items": { - "$ref": "#/definitions/UsageAggregate" - } - }, - "nextLink": { - "type": "string", - "description": "Continuation token" - } - } - } - }, - "parameters": { - "SubscriptionIdParameter": { - "name": "subscriptionId", - "in": "path", - "description": "Subscription credentials which uniquely identify Microsoft Azure subscription.The subscription ID forms part of the URI for every service call.", - "required": true, - "type": "string" - }, - "ApiVersionParameter": { - "name": "api-version", - "in": "query", - "description": "Client Api Version.", - "required": true, - "type": "string", - "default": "2015-06-01-preview" - }, - "ReportedStartTimeParameter": { - "description": "The reported start time (inclusive).", - "name": "reportedStartTime", - "in": "query", - "type": "string", - "required": true, - "format": "date-time", - "default": "System.local", - "x-ms-parameter-location": "method" - }, - "ReportedEndTimeParameter": { - "description": "The reported end time (exclusive).", - "name": "reportedEndTime", - "in": "query", - "type": "string", - "required": true, - "format": "date-time", - "x-ms-parameter-location": "method" - }, - "AggregationGranularityParameter": { - "description": "The aggregation granularity.", - "name": "aggregationGranularity", - "in": "query", - "type": "string", - "required": false, - "x-ms-parameter-location": "method" - }, - "TenantSubscriptionIdParameter": { - "description": "The tenant subscription identifier.", - "name": "subscriberId", - "in": "query", - "type": "string", - "required": false, - "x-ms-parameter-location": "method" - }, - "ContinuationTokenParameter": { - "description": "The continuation token.", - "name": "continuationToken", - "in": "query", - "type": "string", - "required": false, - "x-ms-parameter-location": "method" - } - }, - "securityDefinitions": { - "azure_auth": { - "type": "oauth2", - "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", - "flow": "implicit", - "description": "Azure Active Directory OAuth2 Flow", - "scopes": { - "user_impersonation": "impersonate your user account" - } - } - }, - "security": [ - { - "azure_auth": [ - "user_impersonation" - ] - } - ] + "security": [ + { + "azure_auth": [ + "user_impersonation" + ] + } + ] } \ No newline at end of file diff --git a/specification/azsadmin/commerce/resource-manager/Microsoft.Commerce.Admin/2015-06-01-preview/swagger/examples/SubscriberUsageAggregates/ListOperation.json b/specification/azsadmin/commerce/resource-manager/Microsoft.Commerce.Admin/2015-06-01-preview/swagger/examples/SubscriberUsageAggregates/ListOperation.json index 9e26dfeeb6e6..9d6a9e6614b2 100644 --- a/specification/azsadmin/commerce/resource-manager/Microsoft.Commerce.Admin/2015-06-01-preview/swagger/examples/SubscriberUsageAggregates/ListOperation.json +++ b/specification/azsadmin/commerce/resource-manager/Microsoft.Commerce.Admin/2015-06-01-preview/swagger/examples/SubscriberUsageAggregates/ListOperation.json @@ -1 +1,20 @@ -{} \ No newline at end of file +{ + "parameters": { + "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "location": "local", + "api-version": "2015-06-01-preview", + "reportedStartTime": "2017-08-01T00:00:00.00Z", + "reportedEndTime": "2017-08-02T00:00:00.00Z", + "aggregationGranularity": "", + "subscriberId": "", + "continuationToken": "" + }, + "responses": { + "200": { + "body": { + "value": [], + "nextLink": "" + } + } + } +} \ No newline at end of file diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/EdgeGateway.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/EdgeGateway.json index 1f470289a664..ec488dc6ad55 100644 --- a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/EdgeGateway.json +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/EdgeGateway.json @@ -2,6 +2,7 @@ "swagger": "2.0", "info": { "description": "Edge gateway operation endpoints and objects.", + "title": "FabricAdminClient", "version": "2016-05-01" }, "host": "adminmanagement.local.azurestack.external", @@ -162,22 +163,22 @@ "x-ms-parameter-location": "method" } }, - "securityDefinitions": { - "azure_auth": { - "type": "oauth2", - "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", - "flow": "implicit", - "description": "Azure Active Directory OAuth2 Flow", - "scopes": { - "user_impersonation": "impersonate your user account" - } - } - }, - "security": [ - { - "azure_auth": [ - "user_impersonation" - ] - } - ] + "securityDefinitions": { + "azure_auth": { + "type": "oauth2", + "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", + "flow": "implicit", + "description": "Azure Active Directory OAuth2 Flow", + "scopes": { + "user_impersonation": "impersonate your user account" + } + } + }, + "security": [ + { + "azure_auth": [ + "user_impersonation" + ] + } + ] } \ No newline at end of file diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/EdgeGatewayPool.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/EdgeGatewayPool.json index e2ec42b7be80..a8d569d64cf7 100644 --- a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/EdgeGatewayPool.json +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/EdgeGatewayPool.json @@ -2,6 +2,7 @@ "swagger": "2.0", "info": { "description": "Edge gateway pool operation endpoints and objects.", + "title": "FabricAdminClient", "version": "2016-05-01" }, "host": "adminmanagement.local.azurestack.external", @@ -177,22 +178,22 @@ "x-ms-parameter-location": "method" } }, - "securityDefinitions": { - "azure_auth": { - "type": "oauth2", - "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", - "flow": "implicit", - "description": "Azure Active Directory OAuth2 Flow", - "scopes": { - "user_impersonation": "impersonate your user account" - } - } - }, - "security": [ - { - "azure_auth": [ - "user_impersonation" - ] - } - ] + "securityDefinitions": { + "azure_auth": { + "type": "oauth2", + "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", + "flow": "implicit", + "description": "Azure Active Directory OAuth2 Flow", + "scopes": { + "user_impersonation": "impersonate your user account" + } + } + }, + "security": [ + { + "azure_auth": [ + "user_impersonation" + ] + } + ] } \ No newline at end of file diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/Fabric.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/Fabric.json index 6c3f29190f66..5ee536a2d30e 100644 --- a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/Fabric.json +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/Fabric.json @@ -23,17 +23,17 @@ "id": { "description": "URI of the resource.", "type": "string", - "readOnly": "true" + "readOnly": true }, "name": { "description": "Name of the resource.", "type": "string", - "readOnly": "true" + "readOnly": true }, "type": { "description": "Type of resource.", "type": "string", - "readOnly": "true" + "readOnly": true }, "location": { "description": "Region Location of resource.", diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/FabricLocation.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/FabricLocation.json index db93394ae583..1426783af3aa 100644 --- a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/FabricLocation.json +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/FabricLocation.json @@ -2,6 +2,7 @@ "swagger": "2.0", "info": { "description": "Fabric location operation endpoints and objects.", + "title": "FabricAdminClient", "version": "2016-05-01" }, "host": "adminmanagement.local.azurestack.external", @@ -74,7 +75,7 @@ "$ref": "fabric.json#/parameters/ApiVersionParameter" }, { - "$ref": "#/parameters/FilterParameter" + "$ref": "fabric.json#/parameters/FilterParameter" } ], "responses": { @@ -125,27 +126,28 @@ "FabricLocationParameter": { "description": "Fabric Location.", "name": "fabricLocation", + "type": "string", "in": "path", "required": true, "x-ms-parameter-location": "method" } }, - "securityDefinitions": { - "azure_auth": { - "type": "oauth2", - "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", - "flow": "implicit", - "description": "Azure Active Directory OAuth2 Flow", - "scopes": { - "user_impersonation": "impersonate your user account" - } - } - }, - "security": [ - { - "azure_auth": [ - "user_impersonation" - ] - } - ] + "securityDefinitions": { + "azure_auth": { + "type": "oauth2", + "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", + "flow": "implicit", + "description": "Azure Active Directory OAuth2 Flow", + "scopes": { + "user_impersonation": "impersonate your user account" + } + } + }, + "security": [ + { + "azure_auth": [ + "user_impersonation" + ] + } + ] } \ No newline at end of file diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/FileShare.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/FileShare.json index 7da2083d3986..f9085458e330 100644 --- a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/FileShare.json +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/FileShare.json @@ -2,6 +2,7 @@ "swagger": "2.0", "info": { "description": "File share operation endpoints and objects.", + "title": "FabricAdminClient", "version": "2016-05-01" }, "host": "adminmanagement.local.azurestack.external", @@ -77,7 +78,7 @@ "$ref": "fabric.json#/parameters/ApiVersionParameter" }, { - "$ref": "#/parameters/FilterParameter" + "$ref": "fabric.json#/parameters/FilterParameter" } ], "responses": { @@ -147,22 +148,22 @@ "x-ms-parameter-location": "method" } }, - "securityDefinitions": { - "azure_auth": { - "type": "oauth2", - "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", - "flow": "implicit", - "description": "Azure Active Directory OAuth2 Flow", - "scopes": { - "user_impersonation": "impersonate your user account" - } - } - }, - "security": [ - { - "azure_auth": [ - "user_impersonation" - ] - } - ] + "securityDefinitions": { + "azure_auth": { + "type": "oauth2", + "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", + "flow": "implicit", + "description": "Azure Active Directory OAuth2 Flow", + "scopes": { + "user_impersonation": "impersonate your user account" + } + } + }, + "security": [ + { + "azure_auth": [ + "user_impersonation" + ] + } + ] } \ No newline at end of file diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/InfraRole.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/InfraRole.json index 33113fbeb1ed..30ef4f271307 100644 --- a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/InfraRole.json +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/InfraRole.json @@ -2,6 +2,7 @@ "swagger": "2.0", "info": { "description": "InfraRole operation endpoints and objects.", + "title": "FabricAdminClient", "version": "2016-05-01" }, "host": "adminmanagement.local.azurestack.external", @@ -40,7 +41,7 @@ "202": { "description": "ACCEPTED", "x-ms-headers": { - "$ref" : "Fabric.json#/definitions/OperationStatusLocation" + "$ref": "Fabric.json#/definitions/OperationStatusLocation" } } } @@ -105,7 +106,7 @@ "$ref": "fabric.json#/parameters/ApiVersionParameter" }, { - "$ref": "#/parameters/FilterParameter" + "$ref": "fabric.json#/parameters/FilterParameter" } ], "responses": { @@ -181,22 +182,22 @@ "x-ms-parameter-location": "method" } }, - "securityDefinitions": { - "azure_auth": { - "type": "oauth2", - "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", - "flow": "implicit", - "description": "Azure Active Directory OAuth2 Flow", - "scopes": { - "user_impersonation": "impersonate your user account" - } - } - }, - "security": [ - { - "azure_auth": [ - "user_impersonation" - ] - } - ] + "securityDefinitions": { + "azure_auth": { + "type": "oauth2", + "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", + "flow": "implicit", + "description": "Azure Active Directory OAuth2 Flow", + "scopes": { + "user_impersonation": "impersonate your user account" + } + } + }, + "security": [ + { + "azure_auth": [ + "user_impersonation" + ] + } + ] } \ No newline at end of file diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/InfraRoleInstance.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/InfraRoleInstance.json index 4c127fb9769c..041625875233 100644 --- a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/InfraRoleInstance.json +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/InfraRoleInstance.json @@ -2,6 +2,7 @@ "swagger": "2.0", "info": { "description": "InfraRole instance operation endpoints and objects.", + "title": "FabricAdminClient", "version": "2016-05-01" }, "host": "adminmanagement.local.azurestack.external", @@ -45,7 +46,7 @@ "202": { "description": "ACCEPTED", "x-ms-headers": { - "$ref" : "Fabric.json#/definitions/OperationStatusLocation" + "$ref": "Fabric.json#/definitions/OperationStatusLocation" } } } @@ -81,7 +82,7 @@ "202": { "description": "ACCEPTED", "x-ms-headers": { - "$ref" : "Fabric.json#/definitions/OperationStatusLocation" + "$ref": "Fabric.json#/definitions/OperationStatusLocation" } } } @@ -117,7 +118,7 @@ "202": { "description": "ACCEPTED", "x-ms-headers": { - "$ref" : "Fabric.json#/definitions/OperationStatusLocation" + "$ref": "Fabric.json#/definitions/OperationStatusLocation" } } } @@ -153,7 +154,7 @@ "202": { "description": "ACCEPTED", "x-ms-headers": { - "$ref" : "Fabric.json#/definitions/OperationStatusLocation" + "$ref": "Fabric.json#/definitions/OperationStatusLocation" } } } @@ -218,7 +219,7 @@ "$ref": "fabric.json#/parameters/ApiVersionParameter" }, { - "$ref": "#/parameters/FilterParameter" + "$ref": "fabric.json#/parameters/FilterParameter" } ], "responses": { @@ -329,22 +330,22 @@ "x-ms-parameter-location": "method" } }, - "securityDefinitions": { - "azure_auth": { - "type": "oauth2", - "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", - "flow": "implicit", - "description": "Azure Active Directory OAuth2 Flow", - "scopes": { - "user_impersonation": "impersonate your user account" - } - } - }, - "security": [ - { - "azure_auth": [ - "user_impersonation" - ] - } - ] + "securityDefinitions": { + "azure_auth": { + "type": "oauth2", + "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", + "flow": "implicit", + "description": "Azure Active Directory OAuth2 Flow", + "scopes": { + "user_impersonation": "impersonate your user account" + } + } + }, + "security": [ + { + "azure_auth": [ + "user_impersonation" + ] + } + ] } \ No newline at end of file diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/IpPool.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/IpPool.json index a04135a2b7fe..efad92daec44 100644 --- a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/IpPool.json +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/IpPool.json @@ -2,6 +2,7 @@ "swagger": "2.0", "info": { "description": "Ip pool operation endpoints and objects.", + "title": "FabricAdminClient", "version": "2016-05-01" }, "host": "adminmanagement.local.azurestack.external", @@ -111,7 +112,7 @@ "$ref": "fabric.json#/parameters/ApiVersionParameter" }, { - "$ref": "#/parameters/FilterParameter" + "$ref": "fabric.json#/parameters/FilterParameter" } ], "responses": { @@ -217,22 +218,22 @@ "x-ms-parameter-location": "method" } }, - "securityDefinitions": { - "azure_auth": { - "type": "oauth2", - "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", - "flow": "implicit", - "description": "Azure Active Directory OAuth2 Flow", - "scopes": { - "user_impersonation": "impersonate your user account" - } - } - }, - "security": [ - { - "azure_auth": [ - "user_impersonation" - ] - } - ] + "securityDefinitions": { + "azure_auth": { + "type": "oauth2", + "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", + "flow": "implicit", + "description": "Azure Active Directory OAuth2 Flow", + "scopes": { + "user_impersonation": "impersonate your user account" + } + } + }, + "security": [ + { + "azure_auth": [ + "user_impersonation" + ] + } + ] } \ No newline at end of file diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/LogicalNetwork.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/LogicalNetwork.json index 0fcd80d395d9..02f1a35dbd08 100644 --- a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/LogicalNetwork.json +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/LogicalNetwork.json @@ -2,6 +2,7 @@ "swagger": "2.0", "info": { "description": "Logical network operation endpoints and objects.", + "title": "FabricAdminClient", "version": "2016-05-01" }, "host": "adminmanagement.local.azurestack.external", @@ -77,7 +78,7 @@ "$ref": "fabric.json#/parameters/ApiVersionParameter" }, { - "$ref": "#/parameters/FilterParameter" + "$ref": "fabric.json#/parameters/FilterParameter" } ], "responses": { @@ -161,22 +162,22 @@ "x-ms-parameter-location": "method" } }, - "securityDefinitions": { - "azure_auth": { - "type": "oauth2", - "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", - "flow": "implicit", - "description": "Azure Active Directory OAuth2 Flow", - "scopes": { - "user_impersonation": "impersonate your user account" - } - } - }, - "security": [ - { - "azure_auth": [ - "user_impersonation" - ] - } - ] + "securityDefinitions": { + "azure_auth": { + "type": "oauth2", + "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", + "flow": "implicit", + "description": "Azure Active Directory OAuth2 Flow", + "scopes": { + "user_impersonation": "impersonate your user account" + } + } + }, + "security": [ + { + "azure_auth": [ + "user_impersonation" + ] + } + ] } \ No newline at end of file diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/LogicalSubnet.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/LogicalSubnet.json index a77cb1d1921f..ef3a52fb2d2c 100644 --- a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/LogicalSubnet.json +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/LogicalSubnet.json @@ -2,6 +2,7 @@ "swagger": "2.0", "info": { "description": "Logical subnet operation endpoints and objects.", + "title": "FabricAdminClient", "version": "2016-05-01" }, "host": "adminmanagement.local.azurestack.external", @@ -80,7 +81,7 @@ "$ref": "fabric.json#/parameters/ApiVersionParameter" }, { - "$ref": "#/parameters/FilterParameter" + "$ref": "fabric.json#/parameters/FilterParameter" } ], "responses": { @@ -175,22 +176,22 @@ "x-ms-parameter-location": "method" } }, - "securityDefinitions": { - "azure_auth": { - "type": "oauth2", - "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", - "flow": "implicit", - "description": "Azure Active Directory OAuth2 Flow", - "scopes": { - "user_impersonation": "impersonate your user account" - } - } - }, - "security": [ - { - "azure_auth": [ - "user_impersonation" - ] - } - ] + "securityDefinitions": { + "azure_auth": { + "type": "oauth2", + "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", + "flow": "implicit", + "description": "Azure Active Directory OAuth2 Flow", + "scopes": { + "user_impersonation": "impersonate your user account" + } + } + }, + "security": [ + { + "azure_auth": [ + "user_impersonation" + ] + } + ] } \ No newline at end of file diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/MacAddressPool.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/MacAddressPool.json index 7d3df2141471..75604872b784 100644 --- a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/MacAddressPool.json +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/MacAddressPool.json @@ -2,6 +2,7 @@ "swagger": "2.0", "info": { "description": "MAC address pool operation endpoints and objects.", + "title": "FabricAdminClient", "version": "2016-05-01" }, "host": "adminmanagement.local.azurestack.external", @@ -74,7 +75,7 @@ "$ref": "fabric.json#/parameters/ApiVersionParameter" }, { - "$ref": "#/parameters/FilterParameter" + "$ref": "fabric.json#/parameters/FilterParameter" } ], "responses": { @@ -168,22 +169,22 @@ "x-ms-parameter-location": "method" } }, - "securityDefinitions": { - "azure_auth": { - "type": "oauth2", - "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", - "flow": "implicit", - "description": "Azure Active Directory OAuth2 Flow", - "scopes": { - "user_impersonation": "impersonate your user account" - } - } - }, - "security": [ - { - "azure_auth": [ - "user_impersonation" - ] - } - ] + "securityDefinitions": { + "azure_auth": { + "type": "oauth2", + "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", + "flow": "implicit", + "description": "Azure Active Directory OAuth2 Flow", + "scopes": { + "user_impersonation": "impersonate your user account" + } + } + }, + "security": [ + { + "azure_auth": [ + "user_impersonation" + ] + } + ] } \ No newline at end of file diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/ScaleUnit.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/ScaleUnit.json index 18e648e0b1c8..a97354ab679b 100644 --- a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/ScaleUnit.json +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/ScaleUnit.json @@ -2,6 +2,7 @@ "swagger": "2.0", "info": { "description": "Scale unit operation endpoints and objects.", + "title": "FabricAdminClient", "version": "2016-05-01" }, "host": "adminmanagement.local.azurestack.external", @@ -88,7 +89,7 @@ "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/scaleUnits": { "get": { "x-ms-examples": { - "List allscale units": { + "List all scale units": { "$ref": "./examples/ScaleUnit/ScaleUnitListOperation_example.json" } }, @@ -108,7 +109,7 @@ "$ref": "fabric.json#/parameters/ApiVersionParameter" }, { - "$ref": "#/parameters/FilterParameter" + "$ref": "fabric.json#/parameters/FilterParameter" } ], "responses": { @@ -290,22 +291,22 @@ "x-ms-parameter-location": "method" } }, - "securityDefinitions": { - "azure_auth": { - "type": "oauth2", - "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", - "flow": "implicit", - "description": "Azure Active Directory OAuth2 Flow", - "scopes": { - "user_impersonation": "impersonate your user account" - } - } - }, - "security": [ - { - "azure_auth": [ - "user_impersonation" - ] - } - ] + "securityDefinitions": { + "azure_auth": { + "type": "oauth2", + "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", + "flow": "implicit", + "description": "Azure Active Directory OAuth2 Flow", + "scopes": { + "user_impersonation": "impersonate your user account" + } + } + }, + "security": [ + { + "azure_auth": [ + "user_impersonation" + ] + } + ] } \ No newline at end of file diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/ScaleUnitNode.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/ScaleUnitNode.json index 584e9154981a..7a6fa8053fdb 100644 --- a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/ScaleUnitNode.json +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/ScaleUnitNode.json @@ -2,6 +2,7 @@ "swagger": "2.0", "info": { "description": "Scale unit node operation endpoints and objects.", + "title": "FabricAdminClient", "version": "2016-05-01" }, "host": "adminmanagement.local.azurestack.external", @@ -45,7 +46,7 @@ "202": { "description": "ACCEPTED", "x-ms-headers": { - "$ref" : "Fabric.json#/definitions/OperationStatusLocation" + "$ref": "Fabric.json#/definitions/OperationStatusLocation" } } } @@ -81,7 +82,7 @@ "202": { "description": "ACCEPTED", "x-ms-headers": { - "$ref" : "Fabric.json#/definitions/OperationStatusLocation" + "$ref": "Fabric.json#/definitions/OperationStatusLocation" } } } @@ -117,7 +118,7 @@ "202": { "description": "ACCEPTED", "x-ms-headers": { - "$ref" : "Fabric.json#/definitions/OperationStatusLocation" + "$ref": "Fabric.json#/definitions/OperationStatusLocation" } } } @@ -153,7 +154,7 @@ "202": { "description": "ACCEPTED", "x-ms-headers": { - "$ref" : "Fabric.json#/definitions/OperationStatusLocation" + "$ref": "Fabric.json#/definitions/OperationStatusLocation" } } } @@ -218,7 +219,7 @@ "$ref": "fabric.json#/parameters/ApiVersionParameter" }, { - "$ref": "#/parameters/FilterParameter" + "$ref": "fabric.json#/parameters/FilterParameter" } ], "responses": { @@ -316,9 +317,13 @@ "description": "Bios version of the physical machine.", "type": "string" }, - "capacity": { + "macAddress": { "description": "MacAddress of the physical machine.", - "$ref": "#/definitions/ScaleUnitCapacity" + "type" : "string" + }, + "capacity": { + "description": "Capacity of the physical machine.", + "$ref": "ScaleUnit.json#/definitions/ScaleUnitCapacity" } } }, @@ -350,22 +355,22 @@ "x-ms-parameter-location": "method" } }, - "securityDefinitions": { - "azure_auth": { - "type": "oauth2", - "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", - "flow": "implicit", - "description": "Azure Active Directory OAuth2 Flow", - "scopes": { - "user_impersonation": "impersonate your user account" - } - } - }, - "security": [ - { - "azure_auth": [ - "user_impersonation" - ] - } - ] + "securityDefinitions": { + "azure_auth": { + "type": "oauth2", + "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", + "flow": "implicit", + "description": "Azure Active Directory OAuth2 Flow", + "scopes": { + "user_impersonation": "impersonate your user account" + } + } + }, + "security": [ + { + "azure_auth": [ + "user_impersonation" + ] + } + ] } \ No newline at end of file diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/SlbMuxInstance.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/SlbMuxInstance.json index 574ccf38e7af..29252ef95589 100644 --- a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/SlbMuxInstance.json +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/SlbMuxInstance.json @@ -2,6 +2,7 @@ "swagger": "2.0", "info": { "description": "Software load balancer multiplexer operation endpoints and objects.", + "title": "FabricAdminClient", "version": "2016-05-01" }, "host": "adminmanagement.local.azurestack.external", @@ -74,7 +75,7 @@ "$ref": "fabric.json#/parameters/ApiVersionParameter" }, { - "$ref": "#/parameters/FilterParameter" + "$ref": "fabric.json#/parameters/FilterParameter" } ], "responses": { diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/StoragePool.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/StoragePool.json index b52e0eaa0cc6..6d3e1ab45205 100644 --- a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/StoragePool.json +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/StoragePool.json @@ -2,6 +2,7 @@ "swagger": "2.0", "info": { "description": "Storage pool operation endpoints and objects.", + "title": "FabricAdminClient", "version": "2016-05-01" }, "host": "adminmanagement.local.azurestack.external", @@ -80,7 +81,7 @@ "$ref": "fabric.json#/parameters/ApiVersionParameter" }, { - "$ref": "#/parameters/FilterParameter" + "$ref": "fabric.json#/parameters/FilterParameter" } ], "responses": { diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/StorageSystem.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/StorageSystem.json index 5bc4f5b662d5..a98d54be2711 100644 --- a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/StorageSystem.json +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/StorageSystem.json @@ -2,6 +2,7 @@ "swagger": "2.0", "info": { "description": "Storage system operation endpoints and objects.", + "title": "FabricAdminClient", "version": "2016-05-01" }, "host": "adminmanagement.local.azurestack.external", @@ -54,7 +55,7 @@ "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/storageSubSystems": { "get": { "x-ms-examples": { - "List allstorage systems": { + "List all storage systems": { "$ref": "./examples/StorageSystem/StorageSystemListOperation_example.json" } }, @@ -74,7 +75,7 @@ "$ref": "fabric.json#/parameters/ApiVersionParameter" }, { - "$ref": "#/parameters/FilterParameter" + "$ref": "fabric.json#/parameters/FilterParameter" } ], "responses": { @@ -148,22 +149,22 @@ "x-ms-parameter-location": "method" } }, - "securityDefinitions": { - "azure_auth": { - "type": "oauth2", - "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", - "flow": "implicit", - "description": "Azure Active Directory OAuth2 Flow", - "scopes": { - "user_impersonation": "impersonate your user account" - } - } - }, - "security": [ - { - "azure_auth": [ - "user_impersonation" - ] - } - ] + "securityDefinitions": { + "azure_auth": { + "type": "oauth2", + "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", + "flow": "implicit", + "description": "Azure Active Directory OAuth2 Flow", + "scopes": { + "user_impersonation": "impersonate your user account" + } + } + }, + "security": [ + { + "azure_auth": [ + "user_impersonation" + ] + } + ] } \ No newline at end of file diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/Volume.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/Volume.json index 9536672cc473..cc4aea8a730d 100644 --- a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/Volume.json +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/Volume.json @@ -2,6 +2,7 @@ "swagger": "2.0", "info": { "description": "Volume operation endpoints and objects.", + "title": "FabricAdminClient", "version": "2016-05-01" }, "host": "adminmanagement.local.azurestack.external", @@ -86,7 +87,7 @@ "$ref": "fabric.json#/parameters/ApiVersionParameter" }, { - "$ref": "#/parameters/FilterParameter" + "$ref": "fabric.json#/parameters/FilterParameter" } ], "responses": { @@ -173,22 +174,22 @@ "x-ms-parameter-location": "method" } }, - "securityDefinitions": { - "azure_auth": { - "type": "oauth2", - "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", - "flow": "implicit", - "description": "Azure Active Directory OAuth2 Flow", - "scopes": { - "user_impersonation": "impersonate your user account" - } - } - }, - "security": [ - { - "azure_auth": [ - "user_impersonation" - ] - } - ] + "securityDefinitions": { + "azure_auth": { + "type": "oauth2", + "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", + "flow": "implicit", + "description": "Azure Active Directory OAuth2 Flow", + "scopes": { + "user_impersonation": "impersonate your user account" + } + } + }, + "security": [ + { + "azure_auth": [ + "user_impersonation" + ] + } + ] } \ No newline at end of file diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/EdgeGateway/EdgeGatewayGetOperation_example.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/EdgeGateway/EdgeGatewayGetOperation_example.json index 6e6ff1ac7fbc..8d996ba87934 100644 --- a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/EdgeGateway/EdgeGatewayGetOperation_example.json +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/EdgeGateway/EdgeGatewayGetOperation_example.json @@ -2,8 +2,8 @@ "parameters": { "api-version": "2016-05-01", "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", - "resourceGroupName": "System.local", - "resourceName": "AzS-Gwy01" + "location": "local", + "edgeGateway": "AzS-Gwy01" }, "responses": { "200": { diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/EdgeGateway/EdgeGatewayListOperation_example.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/EdgeGateway/EdgeGatewayListOperation_example.json index 1ffc3faeb1d0..410e2b8bb187 100644 --- a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/EdgeGateway/EdgeGatewayListOperation_example.json +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/EdgeGateway/EdgeGatewayListOperation_example.json @@ -2,7 +2,7 @@ "parameters": { "api-version": "2016-05-01", "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", - "resourceGroupName": "System.local" + "location": "local" }, "responses": { "200": { diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/EdgeGatewayPool/EdgeGatewayPoolGetOperation_example.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/EdgeGatewayPool/EdgeGatewayPoolGetOperation_example.json index e116527a7dc7..34133521ac1c 100644 --- a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/EdgeGatewayPool/EdgeGatewayPoolGetOperation_example.json +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/EdgeGatewayPool/EdgeGatewayPoolGetOperation_example.json @@ -2,8 +2,8 @@ "parameters": { "api-version": "2016-05-01", "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", - "resourceGroupName": "System.local", - "resourceName": "default" + "location": "local", + "edgeGatewayPool": "default" }, "responses": { "200": { diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/EdgeGatewayPool/EdgeGatewayPoolListOperation_example.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/EdgeGatewayPool/EdgeGatewayPoolListOperation_example.json index ac67ea5a46fb..1e55409c9a3f 100644 --- a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/EdgeGatewayPool/EdgeGatewayPoolListOperation_example.json +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/EdgeGatewayPool/EdgeGatewayPoolListOperation_example.json @@ -2,7 +2,7 @@ "parameters": { "api-version": "2016-05-01", "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", - "resourceGroupName": "System.local" + "location": "local" }, "responses": { "200": { diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/FabricLocation/FabricLocationGetOperation_example.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/FabricLocation/FabricLocationGetOperation_example.json index 3092e1e6d268..dd998623b80d 100644 --- a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/FabricLocation/FabricLocationGetOperation_example.json +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/FabricLocation/FabricLocationGetOperation_example.json @@ -2,8 +2,8 @@ "parameters": { "api-version": "2016-05-01", "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", - "resourceGroupName": "System.local", - "resourceName": "local" + "location": "local", + "fabricLocation": "local" }, "responses": { "200": { @@ -12,8 +12,7 @@ "name": "local", "type": "Microsoft.Fabric.Admin/fabricLocations", "location": "local", - "tags": {}, - "properties": {} + "tags": {} } } } diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/FabricLocation/FabricLocationListOperation_example.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/FabricLocation/FabricLocationListOperation_example.json index d8efa72a03da..b75f73a4e47e 100644 --- a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/FabricLocation/FabricLocationListOperation_example.json +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/FabricLocation/FabricLocationListOperation_example.json @@ -2,7 +2,7 @@ "parameters": { "api-version": "2016-05-01", "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", - "resourceGroupName": "System.local" + "location": "local" }, "responses": { "200": { @@ -13,8 +13,7 @@ "name": "local", "type": "Microsoft.Fabric.Admin/fabricLocations", "location": "local", - "tags": {}, - "properties": {} + "tags": {} } ] } diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/FileShare/FileShareGetOperation_example.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/FileShare/FileShareGetOperation_example.json index 030bae023975..85d8941af1c9 100644 --- a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/FileShare/FileShareGetOperation_example.json +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/FileShare/FileShareGetOperation_example.json @@ -2,8 +2,8 @@ "parameters": { "api-version": "2016-05-01", "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", - "resourceGroupName": "System.local", - "resourceName": "SU1_Public" + "location": "local", + "fileShare": "SU1_Public" }, "responses": { "200": { diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/FileShare/FileShareListOperation_example.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/FileShare/FileShareListOperation_example.json index f98889879e40..7a740b290395 100644 --- a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/FileShare/FileShareListOperation_example.json +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/FileShare/FileShareListOperation_example.json @@ -2,8 +2,7 @@ "parameters": { "api-version": "2016-05-01", "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", - "resourceGroupName": "System.local", - "resourceName": "default" + "location": "local" }, "responses": { "200": { diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/InfraRole/InfraRoleGetOperation_example.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/InfraRole/InfraRoleGetOperation_example.json index 37739b8629dd..7b4d836a2269 100644 --- a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/InfraRole/InfraRoleGetOperation_example.json +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/InfraRole/InfraRoleGetOperation_example.json @@ -2,8 +2,8 @@ "parameters": { "api-version": "2016-05-01", "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", - "resourceGroupName": "System.local", - "resourceName": "Storage services" + "location": "local", + "infraRole": "Storage services" }, "responses": { "200": { diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/InfraRoleInstance/InfraRoleInstanceGetOperation_example.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/InfraRoleInstance/InfraRoleInstanceGetOperation_example.json index 5368a74fed46..a52b04501d34 100644 --- a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/InfraRoleInstance/InfraRoleInstanceGetOperation_example.json +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/InfraRoleInstance/InfraRoleInstanceGetOperation_example.json @@ -3,7 +3,7 @@ "api-version": "2016-05-01", "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", "location": "local", - "infraRoleInstances": "AzS-NC01" + "infraRoleInstance": "AzS-NC01" }, "responses": { "200": { diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/InfraRoleInstance/InfraRoleInstancePowerOffOperation_example.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/InfraRoleInstance/InfraRoleInstancePowerOffOperation_example.json index 67aafa2ea741..0a9846afe893 100644 --- a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/InfraRoleInstance/InfraRoleInstancePowerOffOperation_example.json +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/InfraRoleInstance/InfraRoleInstancePowerOffOperation_example.json @@ -3,7 +3,7 @@ "api-version": "2016-05-01", "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", "location": "local", - "infraRoleInstances": "AzS-NC01" + "infraRoleInstance": "AzS-NC01" }, "responses": { "202": {} diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/InfraRoleInstance/InfraRoleInstancePowerOnOperation_example.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/InfraRoleInstance/InfraRoleInstancePowerOnOperation_example.json index 67aafa2ea741..0a9846afe893 100644 --- a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/InfraRoleInstance/InfraRoleInstancePowerOnOperation_example.json +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/InfraRoleInstance/InfraRoleInstancePowerOnOperation_example.json @@ -3,7 +3,7 @@ "api-version": "2016-05-01", "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", "location": "local", - "infraRoleInstances": "AzS-NC01" + "infraRoleInstance": "AzS-NC01" }, "responses": { "202": {} diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/InfraRoleInstance/InfraRoleInstanceRebootOperation_example.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/InfraRoleInstance/InfraRoleInstanceRebootOperation_example.json index 67aafa2ea741..0a9846afe893 100644 --- a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/InfraRoleInstance/InfraRoleInstanceRebootOperation_example.json +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/InfraRoleInstance/InfraRoleInstanceRebootOperation_example.json @@ -3,7 +3,7 @@ "api-version": "2016-05-01", "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", "location": "local", - "infraRoleInstances": "AzS-NC01" + "infraRoleInstance": "AzS-NC01" }, "responses": { "202": {} diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/InfraRoleInstance/InfraRoleInstanceShutdownOperation_example.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/InfraRoleInstance/InfraRoleInstanceShutdownOperation_example.json index 67aafa2ea741..0a9846afe893 100644 --- a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/InfraRoleInstance/InfraRoleInstanceShutdownOperation_example.json +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/InfraRoleInstance/InfraRoleInstanceShutdownOperation_example.json @@ -3,7 +3,7 @@ "api-version": "2016-05-01", "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", "location": "local", - "infraRoleInstances": "AzS-NC01" + "infraRoleInstance": "AzS-NC01" }, "responses": { "202": {} diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/IpPool/IpPoolCreateOperation_example.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/IpPool/IpPoolCreateOperation_example.json index af3a4760888b..053f63fc891d 100644 --- a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/IpPool/IpPoolCreateOperation_example.json +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/IpPool/IpPoolCreateOperation_example.json @@ -3,13 +3,17 @@ "api-version": "2016-05-01", "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", "location": "local", - "infraRoleInstances": "AzS-NC01" + "ipPool": "myPool", + "pool": { + "properties": { + "startIpAddress": "10.10.1.1", + "endIpAddress": "10.10.1.254" + } + } }, "responses": { "200": { - "body" : { - - } + "body": {} } } } \ No newline at end of file diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/IpPool/IpPoolGetOperation_example.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/IpPool/IpPoolGetOperation_example.json index ad60144c87ac..73e896dca86a 100644 --- a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/IpPool/IpPoolGetOperation_example.json +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/IpPool/IpPoolGetOperation_example.json @@ -3,7 +3,7 @@ "api-version": "2016-05-01", "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", "location": "local", - "ipPools": "981fec89-67d6-453e-bf21-5ff11562564f" + "ipPool": "981fec89-67d6-453e-bf21-5ff11562564f" }, "responses": { "200": { diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/LogicalNetwork/LogicalNetworkGetOperation_example.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/LogicalNetwork/LogicalNetworkGetOperation_example.json index ae597f0ea7d6..a89b44b994ae 100644 --- a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/LogicalNetwork/LogicalNetworkGetOperation_example.json +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/LogicalNetwork/LogicalNetworkGetOperation_example.json @@ -3,7 +3,7 @@ "api-version": "2016-05-01", "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", "location": "local", - "logicalNetworks": "B60B71AA-36BF-40AC-A9CE-A6915D1EAE1A" + "logicalNetwork": "B60B71AA-36BF-40AC-A9CE-A6915D1EAE1A" }, "responses": { "200": { diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/LogicalSubnet/LogicalSubnetGetOperation_example.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/LogicalSubnet/LogicalSubnetGetOperation_example.json index faa76f17d4a3..11f6d4709380 100644 --- a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/LogicalSubnet/LogicalSubnetGetOperation_example.json +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/LogicalSubnet/LogicalSubnetGetOperation_example.json @@ -4,7 +4,7 @@ "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", "location": "local", "logicalNetwork": "00000000-2222-1111-9999-000000000001", - "localSubnet": "9ea1839b-4025-416b-b67c-405d667691bb" + "logicalSubnet": "9ea1839b-4025-416b-b67c-405d667691bb" }, "responses": { "200": { diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/StoragePool/StoragePoolGetOperation_example.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/StoragePool/StoragePoolGetOperation_example.json index ff64e54f436d..828020a2f3b2 100644 --- a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/StoragePool/StoragePoolGetOperation_example.json +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/StoragePool/StoragePoolGetOperation_example.json @@ -3,7 +3,7 @@ "api-version": "2016-05-01", "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", "location": "local", - "storageSystem": "S-Cluster.azurestack.local", + "storageSubSystem": "S-Cluster.azurestack.local", "storagePool": "SU1_Pool" }, "responses": { diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/StoragePool/StoragePoolListOperation_example.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/StoragePool/StoragePoolListOperation_example.json index 95bde669ad06..b1107d0b7cc4 100644 --- a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/StoragePool/StoragePoolListOperation_example.json +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/StoragePool/StoragePoolListOperation_example.json @@ -3,7 +3,7 @@ "api-version": "2016-05-01", "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", "location": "local", - "storageSystem": "S-Cluster.azurestack.local" + "storageSubSystem": "S-Cluster.azurestack.local" }, "responses": { "200": { diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/StorageSystem/StorageSystemGetOperation_example.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/StorageSystem/StorageSystemGetOperation_example.json index f0e070b20cf8..ff6a8faae4b3 100644 --- a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/StorageSystem/StorageSystemGetOperation_example.json +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/StorageSystem/StorageSystemGetOperation_example.json @@ -3,7 +3,7 @@ "api-version": "2016-05-01", "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", "location": "local", - "storagePool": "S-Cluster.azurestack.local" + "storageSubSystem": "S-Cluster.azurestack.local" }, "responses": { "200": { diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/Volume/VolumeGetOperation_example.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/Volume/VolumeGetOperation_example.json index 40a4c3f12381..fd51ee1ee540 100644 --- a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/Volume/VolumeGetOperation_example.json +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/Volume/VolumeGetOperation_example.json @@ -3,7 +3,7 @@ "api-version": "2016-05-01", "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", "location": "local", - "storageSystem": "S-Cluster.azurestack.local", + "storageSubSystem": "S-Cluster.azurestack.local", "storagePool": "SU1_Pool", "volume": "28fbffa4" }, diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/Volume/VolumeListOperation_example.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/Volume/VolumeListOperation_example.json index cc92d5dac319..82fc284d84bf 100644 --- a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/Volume/VolumeListOperation_example.json +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/Volume/VolumeListOperation_example.json @@ -3,7 +3,7 @@ "api-version": "2016-05-01", "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", "location": "local", - "storageSystem": "S-Cluster.azurestack.local", + "storageSubSystem": "S-Cluster.azurestack.local", "storagePool": "SU1_Pool" }, "responses": { diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/operations.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/operations.json index 07c4e8381c70..8916721e3699 100644 --- a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/operations.json +++ b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/operations.json @@ -2,6 +2,7 @@ "swagger": "2.0", "info": { "description": "Operation status operation endpoints and objects.", + "title": "FabricAdminClient", "version": "2016-05-01" }, "host": "adminmanagement.local.azurestack.external", @@ -11,9 +12,6 @@ "paths": { "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/{provider}/fabricLocations/{location}/computeOperationResults/{computeOperationResult}": { "get": { - "x-ms-examples": { - "Get a compute fabric operation status": "examples/Operations/ComputeFabricGet_example.json" - }, "tags": [ "ComputeFabricOperations" ], @@ -54,9 +52,6 @@ }, "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/{provider}/fabricLocations/{location}/networkOperationResults/{networkOperationResult}": { "get": { - "x-ms-examples": { - "Get a network fabric operation status": "examples/Operations/NetworkFabricGet_example.json" - }, "tags": [ "NetworkFabricOperations" ], @@ -101,19 +96,19 @@ "description": "Status of the compute operation.", "properties": { "properties": { - "description" : "The state of the operation.", + "description": "The state of the operation.", "x-ms-client-flatten": true, - "$ref" : "#/definitions/ProvisioningState" + "$ref": "#/definitions/ProvisioningState" } } }, - "ProvisioningState" : { - "description" : "The state of the operation.", - "properties" : { - "provisioningState" : { - "description" : "The state of the operation.", - "x-ms-client-name" : "provisioningState", - "type" : "string" + "ProvisioningState": { + "description": "The state of the operation.", + "properties": { + "provisioningState": { + "description": "The state of the operation.", + "x-ms-client-name": "provisioningState", + "type": "string" } } } @@ -160,22 +155,22 @@ "x-ms-parameter-location": "method" } }, - "securityDefinitions": { - "azure_auth": { - "type": "oauth2", - "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", - "flow": "implicit", - "description": "Azure Active Directory OAuth2 Flow", - "scopes": { - "user_impersonation": "impersonate your user account" - } - } - }, - "security": [ - { - "azure_auth": [ - "user_impersonation" - ] - } - ] + "securityDefinitions": { + "azure_auth": { + "type": "oauth2", + "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", + "flow": "implicit", + "description": "Azure Active Directory OAuth2 Flow", + "scopes": { + "user_impersonation": "impersonate your user account" + } + } + }, + "security": [ + { + "azure_auth": [ + "user_impersonation" + ] + } + ] } \ No newline at end of file From 21453720060975cbce3bf854a76217abbdb1ad8f Mon Sep 17 00:00:00 2001 From: "Jeffrey A. Robinson" Date: Tue, 29 Aug 2017 18:04:33 -0700 Subject: [PATCH 4/8] Fixed validation issues, reorganized folders --- ...RoleInstancePowerOffOperation_example.json | 11 ---- ...aRoleInstancePowerOnOperation_example.json | 11 ---- ...raRoleInstanceRebootOperation_example.json | 11 ---- ...RoleInstanceShutdownOperation_example.json | 11 ---- ...caleUnitNodePowerOffOperation_example.json | 11 ---- ...ScaleUnitNodePowerOnOperation_example.json | 11 ---- ...StartMaintenanceModeOperation_example.json | 11 ---- ...eStopMaintenanceModeOperation_example.json | 11 ---- .../2016-05-01}/alert.json | 0 .../Alert/AlertCloseOperation_example.json | 0 .../Alert/AlertGetOperation_example.json | 0 .../Alert/AlertListOperation_example.json | 0 .../RegionHealthGetOperation_example.json | 0 .../RegionHealthListOperation_example.json | 0 .../ResourceHealthGetOperation_example.json | 0 .../ResourceHealthListOperation_example.json | 0 .../ServiceHealthGetOperation_example.json | 0 .../ServiceHealthListOperation_example.json | 0 .../2016-05-01}/infrastructureinsights.json | 4 -- .../2016-05-01}/regionHealth.json | 0 .../2016-05-01}/resourceHealth.json | 0 .../2016-05-01}/serviceHealth.json | 0 .../InfrastructureInsights}/readme.md | 10 +-- .../2015-06-01-preview}/commerceAdmin.json | 0 .../ListOperation.json | 0 .../commerce}/readme.md | 2 +- .../2016-05-01}/EdgeGateway.json | 0 .../2016-05-01}/EdgeGatewayPool.json | 0 .../2016-05-01}/Fabric.json | 0 .../2016-05-01}/FabricLocation.json | 0 .../2016-05-01}/FileShare.json | 0 .../2016-05-01}/InfraRole.json | 16 ++++- .../2016-05-01}/InfraRoleInstance.json | 64 +++++++++++++++--- .../2016-05-01}/IpPool.json | 0 .../2016-05-01}/LogicalNetwork.json | 0 .../2016-05-01}/LogicalSubnet.json | 0 .../2016-05-01}/MacAddressPool.json | 0 .../2016-05-01}/ScaleUnit.json | 16 ++++- .../2016-05-01}/ScaleUnitNode.json | 66 ++++++++++++++++--- .../2016-05-01}/SlbMuxInstance.json | 0 .../2016-05-01}/StoragePool.json | 0 .../2016-05-01}/StorageSystem.json | 0 .../2016-05-01}/Volume.json | 0 .../EdgeGatewayGetOperation_example.json | 0 .../EdgeGatewayListOperation_example.json | 0 .../EdgeGatewayPoolGetOperation_example.json | 0 .../EdgeGatewayPoolListOperation_example.json | 0 .../FabricLocationGetOperation_example.json | 0 .../FabricLocationListOperation_example.json | 0 .../FileShareGetOperation_example.json | 0 .../FileShareListOperation_example.json | 0 .../InfraRoleGetOperation_example.json | 0 .../InfraRoleListOperation_example.json | 0 ...InfraRoleInstanceGetOperation_example.json | 0 ...nfraRoleInstanceListOperation_example.json | 0 ...RoleInstancePowerOffOperation_example.json | 20 ++++++ ...aRoleInstancePowerOnOperation_example.json | 20 ++++++ ...raRoleInstanceRebootOperation_example.json | 20 ++++++ ...RoleInstanceShutdownOperation_example.json | 20 ++++++ .../IpPool/IpPoolCreateOperation_example.json | 0 .../IpPool/IpPoolGetOperation_example.json | 0 .../IpPool/IpPoolListOperation_example.json | 0 .../LogicalNetworkGetOperation_example.json | 0 .../LogicalNetworkListOperation_example.json | 0 .../LogicalSubnetGetOperation_example.json | 0 .../LogicalSubnetListOperation_example.json | 0 .../MacAddressPoolGetOperation_example.json | 0 .../MacAddressPoolListOperation_example.json | 0 .../ScaleUnitGetOperation_example.json | 0 .../ScaleUnitListOperation_example.json | 0 .../ScaleUnitNodeGetOperation_example.json | 0 .../ScaleUnitNodeListOperation_example.json | 0 ...caleUnitNodePowerOffOperation_example.json | 20 ++++++ ...ScaleUnitNodePowerOnOperation_example.json | 20 ++++++ ...StartMaintenanceModeOperation_example.json | 20 ++++++ ...eStopMaintenanceModeOperation_example.json | 20 ++++++ .../SlbMuxInstanceGetOperation_example.json | 0 .../SlbMuxInstanceListOperation_example.json | 0 .../StoragePoolGetOperation_example.json | 0 .../StoragePoolListOperation_example.json | 0 .../StorageSystemGetOperation_example.json | 0 .../StorageSystemListOperation_example.json | 0 .../Volume/VolumeGetOperation_example.json | 0 .../Volume/VolumeListOperation_example.json | 0 .../2016-05-01}/operations.json | 0 .../fabric}/readme.md | 36 +++++----- 86 files changed, 325 insertions(+), 137 deletions(-) delete mode 100644 specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/InfraRoleInstance/InfraRoleInstancePowerOffOperation_example.json delete mode 100644 specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/InfraRoleInstance/InfraRoleInstancePowerOnOperation_example.json delete mode 100644 specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/InfraRoleInstance/InfraRoleInstanceRebootOperation_example.json delete mode 100644 specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/InfraRoleInstance/InfraRoleInstanceShutdownOperation_example.json delete mode 100644 specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/ScaleUnitNode/ScaleUnitNodePowerOffOperation_example.json delete mode 100644 specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/ScaleUnitNode/ScaleUnitNodePowerOnOperation_example.json delete mode 100644 specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/ScaleUnitNode/ScaleUnitNodeStartMaintenanceModeOperation_example.json delete mode 100644 specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/ScaleUnitNode/ScaleUnitNodeStopMaintenanceModeOperation_example.json rename specification/azsadmin/{InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger => resource-manager/InfrastructureInsights/Microsoft.InfrastructureInsights.Admin/2016-05-01}/alert.json (100%) rename specification/azsadmin/{InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger => resource-manager/InfrastructureInsights/Microsoft.InfrastructureInsights.Admin/2016-05-01}/examples/Alert/AlertCloseOperation_example.json (100%) rename specification/azsadmin/{InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger => resource-manager/InfrastructureInsights/Microsoft.InfrastructureInsights.Admin/2016-05-01}/examples/Alert/AlertGetOperation_example.json (100%) rename specification/azsadmin/{InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger => resource-manager/InfrastructureInsights/Microsoft.InfrastructureInsights.Admin/2016-05-01}/examples/Alert/AlertListOperation_example.json (100%) rename specification/azsadmin/{InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger => resource-manager/InfrastructureInsights/Microsoft.InfrastructureInsights.Admin/2016-05-01}/examples/RegionHealth/RegionHealthGetOperation_example.json (100%) rename specification/azsadmin/{InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger => resource-manager/InfrastructureInsights/Microsoft.InfrastructureInsights.Admin/2016-05-01}/examples/RegionHealth/RegionHealthListOperation_example.json (100%) rename specification/azsadmin/{InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger => resource-manager/InfrastructureInsights/Microsoft.InfrastructureInsights.Admin/2016-05-01}/examples/ResourceHealth/ResourceHealthGetOperation_example.json (100%) rename specification/azsadmin/{InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger => resource-manager/InfrastructureInsights/Microsoft.InfrastructureInsights.Admin/2016-05-01}/examples/ResourceHealth/ResourceHealthListOperation_example.json (100%) rename specification/azsadmin/{InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger => resource-manager/InfrastructureInsights/Microsoft.InfrastructureInsights.Admin/2016-05-01}/examples/ServiceHealth/ServiceHealthGetOperation_example.json (100%) rename specification/azsadmin/{InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger => resource-manager/InfrastructureInsights/Microsoft.InfrastructureInsights.Admin/2016-05-01}/examples/ServiceHealth/ServiceHealthListOperation_example.json (100%) rename specification/azsadmin/{InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger => resource-manager/InfrastructureInsights/Microsoft.InfrastructureInsights.Admin/2016-05-01}/infrastructureinsights.json (98%) rename specification/azsadmin/{InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger => resource-manager/InfrastructureInsights/Microsoft.InfrastructureInsights.Admin/2016-05-01}/regionHealth.json (100%) rename specification/azsadmin/{InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger => resource-manager/InfrastructureInsights/Microsoft.InfrastructureInsights.Admin/2016-05-01}/resourceHealth.json (100%) rename specification/azsadmin/{InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger => resource-manager/InfrastructureInsights/Microsoft.InfrastructureInsights.Admin/2016-05-01}/serviceHealth.json (100%) rename specification/azsadmin/{InfrastructureInsights/resource-manager => resource-manager/InfrastructureInsights}/readme.md (81%) rename specification/azsadmin/{commerce/resource-manager/Microsoft.Commerce.Admin/2015-06-01-preview/swagger => resource-manager/commerce/Microsoft.Commerce.Admin/2015-06-01-preview}/commerceAdmin.json (100%) rename specification/azsadmin/{commerce/resource-manager/Microsoft.Commerce.Admin/2015-06-01-preview/swagger => resource-manager/commerce/Microsoft.Commerce.Admin/2015-06-01-preview}/examples/SubscriberUsageAggregates/ListOperation.json (100%) rename specification/azsadmin/{commerce/resource-manager => resource-manager/commerce}/readme.md (95%) rename specification/azsadmin/{fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger => resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01}/EdgeGateway.json (100%) rename specification/azsadmin/{fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger => resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01}/EdgeGatewayPool.json (100%) rename specification/azsadmin/{fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger => resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01}/Fabric.json (100%) rename specification/azsadmin/{fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger => resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01}/FabricLocation.json (100%) rename specification/azsadmin/{fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger => resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01}/FileShare.json (100%) rename specification/azsadmin/{fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger => resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01}/InfraRole.json (91%) rename specification/azsadmin/{fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger => resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01}/InfraRoleInstance.json (84%) rename specification/azsadmin/{fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger => resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01}/IpPool.json (100%) rename specification/azsadmin/{fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger => resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01}/LogicalNetwork.json (100%) rename specification/azsadmin/{fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger => resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01}/LogicalSubnet.json (100%) rename specification/azsadmin/{fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger => resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01}/MacAddressPool.json (100%) rename specification/azsadmin/{fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger => resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01}/ScaleUnit.json (95%) rename specification/azsadmin/{fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger => resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01}/ScaleUnitNode.json (84%) rename specification/azsadmin/{fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger => resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01}/SlbMuxInstance.json (100%) rename specification/azsadmin/{fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger => resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01}/StoragePool.json (100%) rename specification/azsadmin/{fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger => resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01}/StorageSystem.json (100%) rename specification/azsadmin/{fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger => resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01}/Volume.json (100%) rename specification/azsadmin/{fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger => resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01}/examples/EdgeGateway/EdgeGatewayGetOperation_example.json (100%) rename specification/azsadmin/{fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger => resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01}/examples/EdgeGateway/EdgeGatewayListOperation_example.json (100%) rename specification/azsadmin/{fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger => resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01}/examples/EdgeGatewayPool/EdgeGatewayPoolGetOperation_example.json (100%) rename specification/azsadmin/{fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger => resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01}/examples/EdgeGatewayPool/EdgeGatewayPoolListOperation_example.json (100%) rename specification/azsadmin/{fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger => resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01}/examples/FabricLocation/FabricLocationGetOperation_example.json (100%) rename specification/azsadmin/{fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger => resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01}/examples/FabricLocation/FabricLocationListOperation_example.json (100%) rename specification/azsadmin/{fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger => resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01}/examples/FileShare/FileShareGetOperation_example.json (100%) rename specification/azsadmin/{fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger => resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01}/examples/FileShare/FileShareListOperation_example.json (100%) rename specification/azsadmin/{fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger => resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01}/examples/InfraRole/InfraRoleGetOperation_example.json (100%) rename specification/azsadmin/{fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger => resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01}/examples/InfraRole/InfraRoleListOperation_example.json (100%) rename specification/azsadmin/{fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger => resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01}/examples/InfraRoleInstance/InfraRoleInstanceGetOperation_example.json (100%) rename specification/azsadmin/{fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger => resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01}/examples/InfraRoleInstance/InfraRoleInstanceListOperation_example.json (100%) create mode 100644 specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/InfraRoleInstance/InfraRoleInstancePowerOffOperation_example.json create mode 100644 specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/InfraRoleInstance/InfraRoleInstancePowerOnOperation_example.json create mode 100644 specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/InfraRoleInstance/InfraRoleInstanceRebootOperation_example.json create mode 100644 specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/InfraRoleInstance/InfraRoleInstanceShutdownOperation_example.json rename specification/azsadmin/{fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger => resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01}/examples/IpPool/IpPoolCreateOperation_example.json (100%) rename specification/azsadmin/{fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger => resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01}/examples/IpPool/IpPoolGetOperation_example.json (100%) rename specification/azsadmin/{fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger => resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01}/examples/IpPool/IpPoolListOperation_example.json (100%) rename specification/azsadmin/{fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger => resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01}/examples/LogicalNetwork/LogicalNetworkGetOperation_example.json (100%) rename specification/azsadmin/{fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger => resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01}/examples/LogicalNetwork/LogicalNetworkListOperation_example.json (100%) rename specification/azsadmin/{fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger => resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01}/examples/LogicalSubnet/LogicalSubnetGetOperation_example.json (100%) rename specification/azsadmin/{fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger => resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01}/examples/LogicalSubnet/LogicalSubnetListOperation_example.json (100%) rename specification/azsadmin/{fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger => resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01}/examples/MacAddressPool/MacAddressPoolGetOperation_example.json (100%) rename specification/azsadmin/{fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger => resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01}/examples/MacAddressPool/MacAddressPoolListOperation_example.json (100%) rename specification/azsadmin/{fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger => resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01}/examples/ScaleUnit/ScaleUnitGetOperation_example.json (100%) rename specification/azsadmin/{fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger => resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01}/examples/ScaleUnit/ScaleUnitListOperation_example.json (100%) rename specification/azsadmin/{fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger => resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01}/examples/ScaleUnitNode/ScaleUnitNodeGetOperation_example.json (100%) rename specification/azsadmin/{fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger => resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01}/examples/ScaleUnitNode/ScaleUnitNodeListOperation_example.json (100%) create mode 100644 specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/ScaleUnitNode/ScaleUnitNodePowerOffOperation_example.json create mode 100644 specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/ScaleUnitNode/ScaleUnitNodePowerOnOperation_example.json create mode 100644 specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/ScaleUnitNode/ScaleUnitNodeStartMaintenanceModeOperation_example.json create mode 100644 specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/ScaleUnitNode/ScaleUnitNodeStopMaintenanceModeOperation_example.json rename specification/azsadmin/{fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger => resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01}/examples/SlbMuxInstance/SlbMuxInstanceGetOperation_example.json (100%) rename specification/azsadmin/{fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger => resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01}/examples/SlbMuxInstance/SlbMuxInstanceListOperation_example.json (100%) rename specification/azsadmin/{fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger => resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01}/examples/StoragePool/StoragePoolGetOperation_example.json (100%) rename specification/azsadmin/{fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger => resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01}/examples/StoragePool/StoragePoolListOperation_example.json (100%) rename specification/azsadmin/{fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger => resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01}/examples/StorageSystem/StorageSystemGetOperation_example.json (100%) rename specification/azsadmin/{fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger => resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01}/examples/StorageSystem/StorageSystemListOperation_example.json (100%) rename specification/azsadmin/{fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger => resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01}/examples/Volume/VolumeGetOperation_example.json (100%) rename specification/azsadmin/{fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger => resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01}/examples/Volume/VolumeListOperation_example.json (100%) rename specification/azsadmin/{fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger => resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01}/operations.json (100%) rename specification/azsadmin/{fabric/resource-manager => resource-manager/fabric}/readme.md (58%) diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/InfraRoleInstance/InfraRoleInstancePowerOffOperation_example.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/InfraRoleInstance/InfraRoleInstancePowerOffOperation_example.json deleted file mode 100644 index 0a9846afe893..000000000000 --- a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/InfraRoleInstance/InfraRoleInstancePowerOffOperation_example.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "parameters": { - "api-version": "2016-05-01", - "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", - "location": "local", - "infraRoleInstance": "AzS-NC01" - }, - "responses": { - "202": {} - } -} \ No newline at end of file diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/InfraRoleInstance/InfraRoleInstancePowerOnOperation_example.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/InfraRoleInstance/InfraRoleInstancePowerOnOperation_example.json deleted file mode 100644 index 0a9846afe893..000000000000 --- a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/InfraRoleInstance/InfraRoleInstancePowerOnOperation_example.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "parameters": { - "api-version": "2016-05-01", - "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", - "location": "local", - "infraRoleInstance": "AzS-NC01" - }, - "responses": { - "202": {} - } -} \ No newline at end of file diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/InfraRoleInstance/InfraRoleInstanceRebootOperation_example.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/InfraRoleInstance/InfraRoleInstanceRebootOperation_example.json deleted file mode 100644 index 0a9846afe893..000000000000 --- a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/InfraRoleInstance/InfraRoleInstanceRebootOperation_example.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "parameters": { - "api-version": "2016-05-01", - "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", - "location": "local", - "infraRoleInstance": "AzS-NC01" - }, - "responses": { - "202": {} - } -} \ No newline at end of file diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/InfraRoleInstance/InfraRoleInstanceShutdownOperation_example.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/InfraRoleInstance/InfraRoleInstanceShutdownOperation_example.json deleted file mode 100644 index 0a9846afe893..000000000000 --- a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/InfraRoleInstance/InfraRoleInstanceShutdownOperation_example.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "parameters": { - "api-version": "2016-05-01", - "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", - "location": "local", - "infraRoleInstance": "AzS-NC01" - }, - "responses": { - "202": {} - } -} \ No newline at end of file diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/ScaleUnitNode/ScaleUnitNodePowerOffOperation_example.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/ScaleUnitNode/ScaleUnitNodePowerOffOperation_example.json deleted file mode 100644 index df085631f96d..000000000000 --- a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/ScaleUnitNode/ScaleUnitNodePowerOffOperation_example.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "parameters": { - "api-version": "2016-05-01", - "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", - "location": "local", - "scaleUnitNode": "HC1n25r2236" - }, - "responses": { - "202": {} - } -} \ No newline at end of file diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/ScaleUnitNode/ScaleUnitNodePowerOnOperation_example.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/ScaleUnitNode/ScaleUnitNodePowerOnOperation_example.json deleted file mode 100644 index df085631f96d..000000000000 --- a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/ScaleUnitNode/ScaleUnitNodePowerOnOperation_example.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "parameters": { - "api-version": "2016-05-01", - "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", - "location": "local", - "scaleUnitNode": "HC1n25r2236" - }, - "responses": { - "202": {} - } -} \ No newline at end of file diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/ScaleUnitNode/ScaleUnitNodeStartMaintenanceModeOperation_example.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/ScaleUnitNode/ScaleUnitNodeStartMaintenanceModeOperation_example.json deleted file mode 100644 index df085631f96d..000000000000 --- a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/ScaleUnitNode/ScaleUnitNodeStartMaintenanceModeOperation_example.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "parameters": { - "api-version": "2016-05-01", - "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", - "location": "local", - "scaleUnitNode": "HC1n25r2236" - }, - "responses": { - "202": {} - } -} \ No newline at end of file diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/ScaleUnitNode/ScaleUnitNodeStopMaintenanceModeOperation_example.json b/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/ScaleUnitNode/ScaleUnitNodeStopMaintenanceModeOperation_example.json deleted file mode 100644 index df085631f96d..000000000000 --- a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/ScaleUnitNode/ScaleUnitNodeStopMaintenanceModeOperation_example.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "parameters": { - "api-version": "2016-05-01", - "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", - "location": "local", - "scaleUnitNode": "HC1n25r2236" - }, - "responses": { - "202": {} - } -} \ No newline at end of file diff --git a/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/alert.json b/specification/azsadmin/resource-manager/InfrastructureInsights/Microsoft.InfrastructureInsights.Admin/2016-05-01/alert.json similarity index 100% rename from specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/alert.json rename to specification/azsadmin/resource-manager/InfrastructureInsights/Microsoft.InfrastructureInsights.Admin/2016-05-01/alert.json diff --git a/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/Alert/AlertCloseOperation_example.json b/specification/azsadmin/resource-manager/InfrastructureInsights/Microsoft.InfrastructureInsights.Admin/2016-05-01/examples/Alert/AlertCloseOperation_example.json similarity index 100% rename from specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/Alert/AlertCloseOperation_example.json rename to specification/azsadmin/resource-manager/InfrastructureInsights/Microsoft.InfrastructureInsights.Admin/2016-05-01/examples/Alert/AlertCloseOperation_example.json diff --git a/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/Alert/AlertGetOperation_example.json b/specification/azsadmin/resource-manager/InfrastructureInsights/Microsoft.InfrastructureInsights.Admin/2016-05-01/examples/Alert/AlertGetOperation_example.json similarity index 100% rename from specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/Alert/AlertGetOperation_example.json rename to specification/azsadmin/resource-manager/InfrastructureInsights/Microsoft.InfrastructureInsights.Admin/2016-05-01/examples/Alert/AlertGetOperation_example.json diff --git a/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/Alert/AlertListOperation_example.json b/specification/azsadmin/resource-manager/InfrastructureInsights/Microsoft.InfrastructureInsights.Admin/2016-05-01/examples/Alert/AlertListOperation_example.json similarity index 100% rename from specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/Alert/AlertListOperation_example.json rename to specification/azsadmin/resource-manager/InfrastructureInsights/Microsoft.InfrastructureInsights.Admin/2016-05-01/examples/Alert/AlertListOperation_example.json diff --git a/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/RegionHealth/RegionHealthGetOperation_example.json b/specification/azsadmin/resource-manager/InfrastructureInsights/Microsoft.InfrastructureInsights.Admin/2016-05-01/examples/RegionHealth/RegionHealthGetOperation_example.json similarity index 100% rename from specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/RegionHealth/RegionHealthGetOperation_example.json rename to specification/azsadmin/resource-manager/InfrastructureInsights/Microsoft.InfrastructureInsights.Admin/2016-05-01/examples/RegionHealth/RegionHealthGetOperation_example.json diff --git a/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/RegionHealth/RegionHealthListOperation_example.json b/specification/azsadmin/resource-manager/InfrastructureInsights/Microsoft.InfrastructureInsights.Admin/2016-05-01/examples/RegionHealth/RegionHealthListOperation_example.json similarity index 100% rename from specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/RegionHealth/RegionHealthListOperation_example.json rename to specification/azsadmin/resource-manager/InfrastructureInsights/Microsoft.InfrastructureInsights.Admin/2016-05-01/examples/RegionHealth/RegionHealthListOperation_example.json diff --git a/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/ResourceHealth/ResourceHealthGetOperation_example.json b/specification/azsadmin/resource-manager/InfrastructureInsights/Microsoft.InfrastructureInsights.Admin/2016-05-01/examples/ResourceHealth/ResourceHealthGetOperation_example.json similarity index 100% rename from specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/ResourceHealth/ResourceHealthGetOperation_example.json rename to specification/azsadmin/resource-manager/InfrastructureInsights/Microsoft.InfrastructureInsights.Admin/2016-05-01/examples/ResourceHealth/ResourceHealthGetOperation_example.json diff --git a/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/ResourceHealth/ResourceHealthListOperation_example.json b/specification/azsadmin/resource-manager/InfrastructureInsights/Microsoft.InfrastructureInsights.Admin/2016-05-01/examples/ResourceHealth/ResourceHealthListOperation_example.json similarity index 100% rename from specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/ResourceHealth/ResourceHealthListOperation_example.json rename to specification/azsadmin/resource-manager/InfrastructureInsights/Microsoft.InfrastructureInsights.Admin/2016-05-01/examples/ResourceHealth/ResourceHealthListOperation_example.json diff --git a/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/ServiceHealth/ServiceHealthGetOperation_example.json b/specification/azsadmin/resource-manager/InfrastructureInsights/Microsoft.InfrastructureInsights.Admin/2016-05-01/examples/ServiceHealth/ServiceHealthGetOperation_example.json similarity index 100% rename from specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/ServiceHealth/ServiceHealthGetOperation_example.json rename to specification/azsadmin/resource-manager/InfrastructureInsights/Microsoft.InfrastructureInsights.Admin/2016-05-01/examples/ServiceHealth/ServiceHealthGetOperation_example.json diff --git a/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/ServiceHealth/ServiceHealthListOperation_example.json b/specification/azsadmin/resource-manager/InfrastructureInsights/Microsoft.InfrastructureInsights.Admin/2016-05-01/examples/ServiceHealth/ServiceHealthListOperation_example.json similarity index 100% rename from specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/examples/ServiceHealth/ServiceHealthListOperation_example.json rename to specification/azsadmin/resource-manager/InfrastructureInsights/Microsoft.InfrastructureInsights.Admin/2016-05-01/examples/ServiceHealth/ServiceHealthListOperation_example.json diff --git a/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/infrastructureinsights.json b/specification/azsadmin/resource-manager/InfrastructureInsights/Microsoft.InfrastructureInsights.Admin/2016-05-01/infrastructureinsights.json similarity index 98% rename from specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/infrastructureinsights.json rename to specification/azsadmin/resource-manager/InfrastructureInsights/Microsoft.InfrastructureInsights.Admin/2016-05-01/infrastructureinsights.json index 7ee8d67e9263..3fb0f7430a1d 100644 --- a/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/infrastructureinsights.json +++ b/specification/azsadmin/resource-manager/InfrastructureInsights/Microsoft.InfrastructureInsights.Admin/2016-05-01/infrastructureinsights.json @@ -182,10 +182,6 @@ "in": "query", "description": "Client Api Version.", "required": true, - "x-ms-global": true, - "enum": [ - "2016-05-01" - ], "type": "string", "default": "2016-05-01" }, diff --git a/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/regionHealth.json b/specification/azsadmin/resource-manager/InfrastructureInsights/Microsoft.InfrastructureInsights.Admin/2016-05-01/regionHealth.json similarity index 100% rename from specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/regionHealth.json rename to specification/azsadmin/resource-manager/InfrastructureInsights/Microsoft.InfrastructureInsights.Admin/2016-05-01/regionHealth.json diff --git a/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/resourceHealth.json b/specification/azsadmin/resource-manager/InfrastructureInsights/Microsoft.InfrastructureInsights.Admin/2016-05-01/resourceHealth.json similarity index 100% rename from specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/resourceHealth.json rename to specification/azsadmin/resource-manager/InfrastructureInsights/Microsoft.InfrastructureInsights.Admin/2016-05-01/resourceHealth.json diff --git a/specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/serviceHealth.json b/specification/azsadmin/resource-manager/InfrastructureInsights/Microsoft.InfrastructureInsights.Admin/2016-05-01/serviceHealth.json similarity index 100% rename from specification/azsadmin/InfrastructureInsights/resource-manager/Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/serviceHealth.json rename to specification/azsadmin/resource-manager/InfrastructureInsights/Microsoft.InfrastructureInsights.Admin/2016-05-01/serviceHealth.json diff --git a/specification/azsadmin/InfrastructureInsights/resource-manager/readme.md b/specification/azsadmin/resource-manager/InfrastructureInsights/readme.md similarity index 81% rename from specification/azsadmin/InfrastructureInsights/resource-manager/readme.md rename to specification/azsadmin/resource-manager/InfrastructureInsights/readme.md index fa36f6f4947b..4ef864f06eee 100644 --- a/specification/azsadmin/InfrastructureInsights/resource-manager/readme.md +++ b/specification/azsadmin/resource-manager/InfrastructureInsights/readme.md @@ -33,11 +33,11 @@ These settings apply only when `--tag=package-2016-05-01` is specified on the co ``` yaml $(tag) == 'package-2016-05-01' input-file: - - Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/infrastructureinsights.json - - Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/alert.json - - Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/regionHealth.json - - Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/resourceHealth.json - - Microsoft.InfrastructureInsights.Admin/2016-05-01/swagger/serviceHealth.json + - Microsoft.InfrastructureInsights.Admin/2016-05-01/infrastructureinsights.json + - Microsoft.InfrastructureInsights.Admin/2016-05-01/alert.json + - Microsoft.InfrastructureInsights.Admin/2016-05-01/regionHealth.json + - Microsoft.InfrastructureInsights.Admin/2016-05-01/resourceHealth.json + - Microsoft.InfrastructureInsights.Admin/2016-05-01/serviceHealth.json ``` --- diff --git a/specification/azsadmin/commerce/resource-manager/Microsoft.Commerce.Admin/2015-06-01-preview/swagger/commerceAdmin.json b/specification/azsadmin/resource-manager/commerce/Microsoft.Commerce.Admin/2015-06-01-preview/commerceAdmin.json similarity index 100% rename from specification/azsadmin/commerce/resource-manager/Microsoft.Commerce.Admin/2015-06-01-preview/swagger/commerceAdmin.json rename to specification/azsadmin/resource-manager/commerce/Microsoft.Commerce.Admin/2015-06-01-preview/commerceAdmin.json diff --git a/specification/azsadmin/commerce/resource-manager/Microsoft.Commerce.Admin/2015-06-01-preview/swagger/examples/SubscriberUsageAggregates/ListOperation.json b/specification/azsadmin/resource-manager/commerce/Microsoft.Commerce.Admin/2015-06-01-preview/examples/SubscriberUsageAggregates/ListOperation.json similarity index 100% rename from specification/azsadmin/commerce/resource-manager/Microsoft.Commerce.Admin/2015-06-01-preview/swagger/examples/SubscriberUsageAggregates/ListOperation.json rename to specification/azsadmin/resource-manager/commerce/Microsoft.Commerce.Admin/2015-06-01-preview/examples/SubscriberUsageAggregates/ListOperation.json diff --git a/specification/azsadmin/commerce/resource-manager/readme.md b/specification/azsadmin/resource-manager/commerce/readme.md similarity index 95% rename from specification/azsadmin/commerce/resource-manager/readme.md rename to specification/azsadmin/resource-manager/commerce/readme.md index ac4d446e61da..fdf33b92202a 100644 --- a/specification/azsadmin/commerce/resource-manager/readme.md +++ b/specification/azsadmin/resource-manager/commerce/readme.md @@ -33,7 +33,7 @@ These settings apply only when `--tag=package-2015-06-01-preview` is specified o ``` yaml $(tag) == 'package-2015-06-01-preview' input-file: - - Microsoft.Commerce.Admin/2015-06-01-preview/swagger/commerceAdmin.json + - Microsoft.Commerce.Admin/2015-06-01-preview/commerceAdmin.json ``` --- diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/EdgeGateway.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/EdgeGateway.json similarity index 100% rename from specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/EdgeGateway.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/EdgeGateway.json diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/EdgeGatewayPool.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/EdgeGatewayPool.json similarity index 100% rename from specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/EdgeGatewayPool.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/EdgeGatewayPool.json diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/Fabric.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/Fabric.json similarity index 100% rename from specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/Fabric.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/Fabric.json diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/FabricLocation.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/FabricLocation.json similarity index 100% rename from specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/FabricLocation.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/FabricLocation.json diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/FileShare.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/FileShare.json similarity index 100% rename from specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/FileShare.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/FileShare.json diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/InfraRole.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/InfraRole.json similarity index 91% rename from specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/InfraRole.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/InfraRole.json index 30ef4f271307..12ca9a5b32f0 100644 --- a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/InfraRole.json +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/InfraRole.json @@ -38,10 +38,22 @@ } ], "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "operations.json#/definitions/ProvisioningState" + } + }, "202": { "description": "ACCEPTED", - "x-ms-headers": { - "$ref": "Fabric.json#/definitions/OperationStatusLocation" + "schema": { + "$ref": "operations.json#/definitions/ProvisioningState" + } + }, + "default": { + "description": "DEFAULT", + "schema": { + "$ref": "operations.json#/definitions/ProvisioningState" } } } diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/InfraRoleInstance.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/InfraRoleInstance.json similarity index 84% rename from specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/InfraRoleInstance.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/InfraRoleInstance.json index 041625875233..05b45b4adeb2 100644 --- a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/InfraRoleInstance.json +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/InfraRoleInstance.json @@ -43,10 +43,22 @@ } ], "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "operations.json#/definitions/ProvisioningState" + } + }, "202": { "description": "ACCEPTED", - "x-ms-headers": { - "$ref": "Fabric.json#/definitions/OperationStatusLocation" + "schema": { + "$ref": "operations.json#/definitions/ProvisioningState" + } + }, + "default": { + "description": "DEFAULT", + "schema": { + "$ref": "operations.json#/definitions/ProvisioningState" } } } @@ -79,10 +91,22 @@ } ], "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "operations.json#/definitions/ProvisioningState" + } + }, "202": { "description": "ACCEPTED", - "x-ms-headers": { - "$ref": "Fabric.json#/definitions/OperationStatusLocation" + "schema": { + "$ref": "operations.json#/definitions/ProvisioningState" + } + }, + "default": { + "description": "DEFAULT", + "schema": { + "$ref": "operations.json#/definitions/ProvisioningState" } } } @@ -115,10 +139,22 @@ } ], "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "operations.json#/definitions/ProvisioningState" + } + }, "202": { "description": "ACCEPTED", - "x-ms-headers": { - "$ref": "Fabric.json#/definitions/OperationStatusLocation" + "schema": { + "$ref": "operations.json#/definitions/ProvisioningState" + } + }, + "default": { + "description": "DEFAULT", + "schema": { + "$ref": "operations.json#/definitions/ProvisioningState" } } } @@ -151,10 +187,22 @@ } ], "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "operations.json#/definitions/ProvisioningState" + } + }, "202": { "description": "ACCEPTED", - "x-ms-headers": { - "$ref": "Fabric.json#/definitions/OperationStatusLocation" + "schema": { + "$ref": "operations.json#/definitions/ProvisioningState" + } + }, + "default": { + "description": "DEFAULT", + "schema": { + "$ref": "operations.json#/definitions/ProvisioningState" } } } diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/IpPool.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/IpPool.json similarity index 100% rename from specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/IpPool.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/IpPool.json diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/LogicalNetwork.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/LogicalNetwork.json similarity index 100% rename from specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/LogicalNetwork.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/LogicalNetwork.json diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/LogicalSubnet.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/LogicalSubnet.json similarity index 100% rename from specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/LogicalSubnet.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/LogicalSubnet.json diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/MacAddressPool.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/MacAddressPool.json similarity index 100% rename from specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/MacAddressPool.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/MacAddressPool.json diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/ScaleUnit.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/ScaleUnit.json similarity index 95% rename from specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/ScaleUnit.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/ScaleUnit.json index a97354ab679b..c9ec8f5db045 100644 --- a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/ScaleUnit.json +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/ScaleUnit.json @@ -41,10 +41,22 @@ } ], "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "operations.json#/definitions/ProvisioningState" + } + }, "202": { "description": "ACCEPTED", - "x-ms-headers": { - "$ref": "Fabric.json#/definitions/OperationStatusLocation" + "schema": { + "$ref": "operations.json#/definitions/ProvisioningState" + } + }, + "default": { + "description": "DEFAULT", + "schema": { + "$ref": "operations.json#/definitions/ProvisioningState" } } } diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/ScaleUnitNode.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/ScaleUnitNode.json similarity index 84% rename from specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/ScaleUnitNode.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/ScaleUnitNode.json index 7a6fa8053fdb..cfa46a02afc3 100644 --- a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/ScaleUnitNode.json +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/ScaleUnitNode.json @@ -43,10 +43,22 @@ } ], "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "operations.json#/definitions/ProvisioningState" + } + }, "202": { "description": "ACCEPTED", - "x-ms-headers": { - "$ref": "Fabric.json#/definitions/OperationStatusLocation" + "schema": { + "$ref": "operations.json#/definitions/ProvisioningState" + } + }, + "default": { + "description": "DEFAULT", + "schema": { + "$ref": "operations.json#/definitions/ProvisioningState" } } } @@ -79,10 +91,22 @@ } ], "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "operations.json#/definitions/ProvisioningState" + } + }, "202": { "description": "ACCEPTED", - "x-ms-headers": { - "$ref": "Fabric.json#/definitions/OperationStatusLocation" + "schema": { + "$ref": "operations.json#/definitions/ProvisioningState" + } + }, + "default": { + "description": "DEFAULT", + "schema": { + "$ref": "operations.json#/definitions/ProvisioningState" } } } @@ -115,10 +139,22 @@ } ], "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "operations.json#/definitions/ProvisioningState" + } + }, "202": { "description": "ACCEPTED", - "x-ms-headers": { - "$ref": "Fabric.json#/definitions/OperationStatusLocation" + "schema": { + "$ref": "operations.json#/definitions/ProvisioningState" + } + }, + "default": { + "description": "DEFAULT", + "schema": { + "$ref": "operations.json#/definitions/ProvisioningState" } } } @@ -151,10 +187,22 @@ } ], "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "operations.json#/definitions/ProvisioningState" + } + }, "202": { "description": "ACCEPTED", - "x-ms-headers": { - "$ref": "Fabric.json#/definitions/OperationStatusLocation" + "schema": { + "$ref": "operations.json#/definitions/ProvisioningState" + } + }, + "default": { + "description": "DEFAULT", + "schema": { + "$ref": "operations.json#/definitions/ProvisioningState" } } } @@ -319,7 +367,7 @@ }, "macAddress": { "description": "MacAddress of the physical machine.", - "type" : "string" + "type": "string" }, "capacity": { "description": "Capacity of the physical machine.", diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/SlbMuxInstance.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/SlbMuxInstance.json similarity index 100% rename from specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/SlbMuxInstance.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/SlbMuxInstance.json diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/StoragePool.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/StoragePool.json similarity index 100% rename from specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/StoragePool.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/StoragePool.json diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/StorageSystem.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/StorageSystem.json similarity index 100% rename from specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/StorageSystem.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/StorageSystem.json diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/Volume.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/Volume.json similarity index 100% rename from specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/Volume.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/Volume.json diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/EdgeGateway/EdgeGatewayGetOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/EdgeGateway/EdgeGatewayGetOperation_example.json similarity index 100% rename from specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/EdgeGateway/EdgeGatewayGetOperation_example.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/EdgeGateway/EdgeGatewayGetOperation_example.json diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/EdgeGateway/EdgeGatewayListOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/EdgeGateway/EdgeGatewayListOperation_example.json similarity index 100% rename from specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/EdgeGateway/EdgeGatewayListOperation_example.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/EdgeGateway/EdgeGatewayListOperation_example.json diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/EdgeGatewayPool/EdgeGatewayPoolGetOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/EdgeGatewayPool/EdgeGatewayPoolGetOperation_example.json similarity index 100% rename from specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/EdgeGatewayPool/EdgeGatewayPoolGetOperation_example.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/EdgeGatewayPool/EdgeGatewayPoolGetOperation_example.json diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/EdgeGatewayPool/EdgeGatewayPoolListOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/EdgeGatewayPool/EdgeGatewayPoolListOperation_example.json similarity index 100% rename from specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/EdgeGatewayPool/EdgeGatewayPoolListOperation_example.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/EdgeGatewayPool/EdgeGatewayPoolListOperation_example.json diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/FabricLocation/FabricLocationGetOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/FabricLocation/FabricLocationGetOperation_example.json similarity index 100% rename from specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/FabricLocation/FabricLocationGetOperation_example.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/FabricLocation/FabricLocationGetOperation_example.json diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/FabricLocation/FabricLocationListOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/FabricLocation/FabricLocationListOperation_example.json similarity index 100% rename from specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/FabricLocation/FabricLocationListOperation_example.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/FabricLocation/FabricLocationListOperation_example.json diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/FileShare/FileShareGetOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/FileShare/FileShareGetOperation_example.json similarity index 100% rename from specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/FileShare/FileShareGetOperation_example.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/FileShare/FileShareGetOperation_example.json diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/FileShare/FileShareListOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/FileShare/FileShareListOperation_example.json similarity index 100% rename from specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/FileShare/FileShareListOperation_example.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/FileShare/FileShareListOperation_example.json diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/InfraRole/InfraRoleGetOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/InfraRole/InfraRoleGetOperation_example.json similarity index 100% rename from specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/InfraRole/InfraRoleGetOperation_example.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/InfraRole/InfraRoleGetOperation_example.json diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/InfraRole/InfraRoleListOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/InfraRole/InfraRoleListOperation_example.json similarity index 100% rename from specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/InfraRole/InfraRoleListOperation_example.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/InfraRole/InfraRoleListOperation_example.json diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/InfraRoleInstance/InfraRoleInstanceGetOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/InfraRoleInstance/InfraRoleInstanceGetOperation_example.json similarity index 100% rename from specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/InfraRoleInstance/InfraRoleInstanceGetOperation_example.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/InfraRoleInstance/InfraRoleInstanceGetOperation_example.json diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/InfraRoleInstance/InfraRoleInstanceListOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/InfraRoleInstance/InfraRoleInstanceListOperation_example.json similarity index 100% rename from specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/InfraRoleInstance/InfraRoleInstanceListOperation_example.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/InfraRoleInstance/InfraRoleInstanceListOperation_example.json diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/InfraRoleInstance/InfraRoleInstancePowerOffOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/InfraRoleInstance/InfraRoleInstancePowerOffOperation_example.json new file mode 100644 index 000000000000..bbc81e1ee0dc --- /dev/null +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/InfraRoleInstance/InfraRoleInstancePowerOffOperation_example.json @@ -0,0 +1,20 @@ +{ + "parameters": { + "api-version": "2016-05-01", + "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "location": "local", + "infraRoleInstance": "AzS-NC01" + }, + "responses": { + "200": { + "provisioningState": { + "provisioningState": "Success" + } + }, + "202": { + "provisioningState": { + "provisioningState": "Working" + } + } + } +} \ No newline at end of file diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/InfraRoleInstance/InfraRoleInstancePowerOnOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/InfraRoleInstance/InfraRoleInstancePowerOnOperation_example.json new file mode 100644 index 000000000000..bbc81e1ee0dc --- /dev/null +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/InfraRoleInstance/InfraRoleInstancePowerOnOperation_example.json @@ -0,0 +1,20 @@ +{ + "parameters": { + "api-version": "2016-05-01", + "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "location": "local", + "infraRoleInstance": "AzS-NC01" + }, + "responses": { + "200": { + "provisioningState": { + "provisioningState": "Success" + } + }, + "202": { + "provisioningState": { + "provisioningState": "Working" + } + } + } +} \ No newline at end of file diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/InfraRoleInstance/InfraRoleInstanceRebootOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/InfraRoleInstance/InfraRoleInstanceRebootOperation_example.json new file mode 100644 index 000000000000..bbc81e1ee0dc --- /dev/null +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/InfraRoleInstance/InfraRoleInstanceRebootOperation_example.json @@ -0,0 +1,20 @@ +{ + "parameters": { + "api-version": "2016-05-01", + "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "location": "local", + "infraRoleInstance": "AzS-NC01" + }, + "responses": { + "200": { + "provisioningState": { + "provisioningState": "Success" + } + }, + "202": { + "provisioningState": { + "provisioningState": "Working" + } + } + } +} \ No newline at end of file diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/InfraRoleInstance/InfraRoleInstanceShutdownOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/InfraRoleInstance/InfraRoleInstanceShutdownOperation_example.json new file mode 100644 index 000000000000..bbc81e1ee0dc --- /dev/null +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/InfraRoleInstance/InfraRoleInstanceShutdownOperation_example.json @@ -0,0 +1,20 @@ +{ + "parameters": { + "api-version": "2016-05-01", + "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "location": "local", + "infraRoleInstance": "AzS-NC01" + }, + "responses": { + "200": { + "provisioningState": { + "provisioningState": "Success" + } + }, + "202": { + "provisioningState": { + "provisioningState": "Working" + } + } + } +} \ No newline at end of file diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/IpPool/IpPoolCreateOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/IpPool/IpPoolCreateOperation_example.json similarity index 100% rename from specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/IpPool/IpPoolCreateOperation_example.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/IpPool/IpPoolCreateOperation_example.json diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/IpPool/IpPoolGetOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/IpPool/IpPoolGetOperation_example.json similarity index 100% rename from specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/IpPool/IpPoolGetOperation_example.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/IpPool/IpPoolGetOperation_example.json diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/IpPool/IpPoolListOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/IpPool/IpPoolListOperation_example.json similarity index 100% rename from specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/IpPool/IpPoolListOperation_example.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/IpPool/IpPoolListOperation_example.json diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/LogicalNetwork/LogicalNetworkGetOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/LogicalNetwork/LogicalNetworkGetOperation_example.json similarity index 100% rename from specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/LogicalNetwork/LogicalNetworkGetOperation_example.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/LogicalNetwork/LogicalNetworkGetOperation_example.json diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/LogicalNetwork/LogicalNetworkListOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/LogicalNetwork/LogicalNetworkListOperation_example.json similarity index 100% rename from specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/LogicalNetwork/LogicalNetworkListOperation_example.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/LogicalNetwork/LogicalNetworkListOperation_example.json diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/LogicalSubnet/LogicalSubnetGetOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/LogicalSubnet/LogicalSubnetGetOperation_example.json similarity index 100% rename from specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/LogicalSubnet/LogicalSubnetGetOperation_example.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/LogicalSubnet/LogicalSubnetGetOperation_example.json diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/LogicalSubnet/LogicalSubnetListOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/LogicalSubnet/LogicalSubnetListOperation_example.json similarity index 100% rename from specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/LogicalSubnet/LogicalSubnetListOperation_example.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/LogicalSubnet/LogicalSubnetListOperation_example.json diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/MacAddressPool/MacAddressPoolGetOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/MacAddressPool/MacAddressPoolGetOperation_example.json similarity index 100% rename from specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/MacAddressPool/MacAddressPoolGetOperation_example.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/MacAddressPool/MacAddressPoolGetOperation_example.json diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/MacAddressPool/MacAddressPoolListOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/MacAddressPool/MacAddressPoolListOperation_example.json similarity index 100% rename from specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/MacAddressPool/MacAddressPoolListOperation_example.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/MacAddressPool/MacAddressPoolListOperation_example.json diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/ScaleUnit/ScaleUnitGetOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/ScaleUnit/ScaleUnitGetOperation_example.json similarity index 100% rename from specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/ScaleUnit/ScaleUnitGetOperation_example.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/ScaleUnit/ScaleUnitGetOperation_example.json diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/ScaleUnit/ScaleUnitListOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/ScaleUnit/ScaleUnitListOperation_example.json similarity index 100% rename from specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/ScaleUnit/ScaleUnitListOperation_example.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/ScaleUnit/ScaleUnitListOperation_example.json diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/ScaleUnitNode/ScaleUnitNodeGetOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/ScaleUnitNode/ScaleUnitNodeGetOperation_example.json similarity index 100% rename from specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/ScaleUnitNode/ScaleUnitNodeGetOperation_example.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/ScaleUnitNode/ScaleUnitNodeGetOperation_example.json diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/ScaleUnitNode/ScaleUnitNodeListOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/ScaleUnitNode/ScaleUnitNodeListOperation_example.json similarity index 100% rename from specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/ScaleUnitNode/ScaleUnitNodeListOperation_example.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/ScaleUnitNode/ScaleUnitNodeListOperation_example.json diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/ScaleUnitNode/ScaleUnitNodePowerOffOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/ScaleUnitNode/ScaleUnitNodePowerOffOperation_example.json new file mode 100644 index 000000000000..94ac20e583e6 --- /dev/null +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/ScaleUnitNode/ScaleUnitNodePowerOffOperation_example.json @@ -0,0 +1,20 @@ +{ + "parameters": { + "api-version": "2016-05-01", + "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "location": "local", + "scaleUnitNode": "HC1n25r2236" + }, + "responses": { + "200": { + "provisioningState": { + "provisioningState": "Success" + } + }, + "202": { + "provisioningState": { + "provisioningState": "Working" + } + } + } +} \ No newline at end of file diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/ScaleUnitNode/ScaleUnitNodePowerOnOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/ScaleUnitNode/ScaleUnitNodePowerOnOperation_example.json new file mode 100644 index 000000000000..94ac20e583e6 --- /dev/null +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/ScaleUnitNode/ScaleUnitNodePowerOnOperation_example.json @@ -0,0 +1,20 @@ +{ + "parameters": { + "api-version": "2016-05-01", + "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "location": "local", + "scaleUnitNode": "HC1n25r2236" + }, + "responses": { + "200": { + "provisioningState": { + "provisioningState": "Success" + } + }, + "202": { + "provisioningState": { + "provisioningState": "Working" + } + } + } +} \ No newline at end of file diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/ScaleUnitNode/ScaleUnitNodeStartMaintenanceModeOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/ScaleUnitNode/ScaleUnitNodeStartMaintenanceModeOperation_example.json new file mode 100644 index 000000000000..94ac20e583e6 --- /dev/null +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/ScaleUnitNode/ScaleUnitNodeStartMaintenanceModeOperation_example.json @@ -0,0 +1,20 @@ +{ + "parameters": { + "api-version": "2016-05-01", + "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "location": "local", + "scaleUnitNode": "HC1n25r2236" + }, + "responses": { + "200": { + "provisioningState": { + "provisioningState": "Success" + } + }, + "202": { + "provisioningState": { + "provisioningState": "Working" + } + } + } +} \ No newline at end of file diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/ScaleUnitNode/ScaleUnitNodeStopMaintenanceModeOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/ScaleUnitNode/ScaleUnitNodeStopMaintenanceModeOperation_example.json new file mode 100644 index 000000000000..94ac20e583e6 --- /dev/null +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/ScaleUnitNode/ScaleUnitNodeStopMaintenanceModeOperation_example.json @@ -0,0 +1,20 @@ +{ + "parameters": { + "api-version": "2016-05-01", + "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "location": "local", + "scaleUnitNode": "HC1n25r2236" + }, + "responses": { + "200": { + "provisioningState": { + "provisioningState": "Success" + } + }, + "202": { + "provisioningState": { + "provisioningState": "Working" + } + } + } +} \ No newline at end of file diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/SlbMuxInstance/SlbMuxInstanceGetOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/SlbMuxInstance/SlbMuxInstanceGetOperation_example.json similarity index 100% rename from specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/SlbMuxInstance/SlbMuxInstanceGetOperation_example.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/SlbMuxInstance/SlbMuxInstanceGetOperation_example.json diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/SlbMuxInstance/SlbMuxInstanceListOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/SlbMuxInstance/SlbMuxInstanceListOperation_example.json similarity index 100% rename from specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/SlbMuxInstance/SlbMuxInstanceListOperation_example.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/SlbMuxInstance/SlbMuxInstanceListOperation_example.json diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/StoragePool/StoragePoolGetOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/StoragePool/StoragePoolGetOperation_example.json similarity index 100% rename from specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/StoragePool/StoragePoolGetOperation_example.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/StoragePool/StoragePoolGetOperation_example.json diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/StoragePool/StoragePoolListOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/StoragePool/StoragePoolListOperation_example.json similarity index 100% rename from specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/StoragePool/StoragePoolListOperation_example.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/StoragePool/StoragePoolListOperation_example.json diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/StorageSystem/StorageSystemGetOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/StorageSystem/StorageSystemGetOperation_example.json similarity index 100% rename from specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/StorageSystem/StorageSystemGetOperation_example.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/StorageSystem/StorageSystemGetOperation_example.json diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/StorageSystem/StorageSystemListOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/StorageSystem/StorageSystemListOperation_example.json similarity index 100% rename from specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/StorageSystem/StorageSystemListOperation_example.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/StorageSystem/StorageSystemListOperation_example.json diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/Volume/VolumeGetOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/Volume/VolumeGetOperation_example.json similarity index 100% rename from specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/Volume/VolumeGetOperation_example.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/Volume/VolumeGetOperation_example.json diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/Volume/VolumeListOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/Volume/VolumeListOperation_example.json similarity index 100% rename from specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/examples/Volume/VolumeListOperation_example.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/Volume/VolumeListOperation_example.json diff --git a/specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/operations.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/operations.json similarity index 100% rename from specification/azsadmin/fabric/resource-manager/Microsoft.Fabric.Admin/2016-05-01/swagger/operations.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/operations.json diff --git a/specification/azsadmin/fabric/resource-manager/readme.md b/specification/azsadmin/resource-manager/fabric/readme.md similarity index 58% rename from specification/azsadmin/fabric/resource-manager/readme.md rename to specification/azsadmin/resource-manager/fabric/readme.md index ca4b096d7157..fd21e188311a 100644 --- a/specification/azsadmin/fabric/resource-manager/readme.md +++ b/specification/azsadmin/resource-manager/fabric/readme.md @@ -33,24 +33,24 @@ These settings apply only when `--tag=package-2016-05-01` is specified on the co ``` yaml $(tag) == 'package-2016-05-01' input-file: - - "Microsoft.Fabric.Admin/2016-05-01/swagger/Fabric.json" - - "Microsoft.Fabric.Admin/2016-05-01/swagger/EdgeGateway.json" - - "Microsoft.Fabric.Admin/2016-05-01/swagger/EdgeGatewayPool.json" - - "Microsoft.Fabric.Admin/2016-05-01/swagger/FabricLocation.json" - - "Microsoft.Fabric.Admin/2016-05-01/swagger/FileShare.json" - - "Microsoft.Fabric.Admin/2016-05-01/swagger/InfraRole.json" - - "Microsoft.Fabric.Admin/2016-05-01/swagger/InfraRoleInstance.json" - - "Microsoft.Fabric.Admin/2016-05-01/swagger/IpPool.json" - - "Microsoft.Fabric.Admin/2016-05-01/swagger/LogicalNetwork.json" - - "Microsoft.Fabric.Admin/2016-05-01/swagger/StoragePool.json" - - "Microsoft.Fabric.Admin/2016-05-01/swagger/StorageSystem.json" - - "Microsoft.Fabric.Admin/2016-05-01/swagger/Volume.json" - - "Microsoft.Fabric.Admin/2016-05-01/swagger/LogicalSubnet.json" - - "Microsoft.Fabric.Admin/2016-05-01/swagger/MacAddressPool.json" - - "Microsoft.Fabric.Admin/2016-05-01/swagger/Operations.json" - - "Microsoft.Fabric.Admin/2016-05-01/swagger/ScaleUnit.json" - - "Microsoft.Fabric.Admin/2016-05-01/swagger/ScaleUnitNode.json" - - "Microsoft.Fabric.Admin/2016-05-01/swagger/SlbMuxInstance.json" + - "Microsoft.Fabric.Admin/2016-05-01/Fabric.json" + - "Microsoft.Fabric.Admin/2016-05-01/EdgeGateway.json" + - "Microsoft.Fabric.Admin/2016-05-01/EdgeGatewayPool.json" + - "Microsoft.Fabric.Admin/2016-05-01/FabricLocation.json" + - "Microsoft.Fabric.Admin/2016-05-01/FileShare.json" + - "Microsoft.Fabric.Admin/2016-05-01/InfraRole.json" + - "Microsoft.Fabric.Admin/2016-05-01/InfraRoleInstance.json" + - "Microsoft.Fabric.Admin/2016-05-01/IpPool.json" + - "Microsoft.Fabric.Admin/2016-05-01/LogicalNetwork.json" + - "Microsoft.Fabric.Admin/2016-05-01/StoragePool.json" + - "Microsoft.Fabric.Admin/2016-05-01/StorageSystem.json" + - "Microsoft.Fabric.Admin/2016-05-01/Volume.json" + - "Microsoft.Fabric.Admin/2016-05-01/LogicalSubnet.json" + - "Microsoft.Fabric.Admin/2016-05-01/MacAddressPool.json" + - "Microsoft.Fabric.Admin/2016-05-01/Operations.json" + - "Microsoft.Fabric.Admin/2016-05-01/ScaleUnit.json" + - "Microsoft.Fabric.Admin/2016-05-01/ScaleUnitNode.json" + - "Microsoft.Fabric.Admin/2016-05-01/SlbMuxInstance.json" ``` --- From ffe7abe4f3f4f2eb492917b71f407a22f0b70e3a Mon Sep 17 00:00:00 2001 From: "Jeffrey A. Robinson" Date: Wed, 30 Aug 2017 13:05:29 -0700 Subject: [PATCH 5/8] Fixed issues with long running operations and refences. --- .../2016-05-01/alert.json | 12 ++-- .../2016-05-01/infrastructureinsights.json | 7 ++ .../2016-05-01/EdgeGateway.json | 16 ++--- .../2016-05-01/EdgeGatewayPool.json | 16 ++--- .../2016-05-01/FabricLocation.json | 14 ++-- .../2016-05-01/FileShare.json | 16 ++--- .../2016-05-01/InfraRole.json | 29 ++++---- .../2016-05-01/InfraRoleInstance.json | 68 ++++++++++--------- .../2016-05-01/IpPool.json | 22 +++--- .../2016-05-01/LogicalNetwork.json | 16 ++--- .../2016-05-01/LogicalSubnet.json | 16 ++--- .../2016-05-01/MacAddressPool.json | 16 ++--- .../2016-05-01/ScaleUnit.json | 29 ++++---- .../2016-05-01/ScaleUnitNode.json | 68 ++++++++++--------- .../2016-05-01/SlbMuxInstance.json | 16 ++--- .../2016-05-01/StoragePool.json | 16 ++--- .../2016-05-01/StorageSystem.json | 16 ++--- .../2016-05-01/Volume.json | 16 ++--- ...RoleInstancePowerOffOperation_example.json | 5 ++ ...aRoleInstancePowerOnOperation_example.json | 5 ++ ...raRoleInstanceRebootOperation_example.json | 5 ++ ...RoleInstanceShutdownOperation_example.json | 5 ++ ...caleUnitNodePowerOffOperation_example.json | 5 ++ ...ScaleUnitNodePowerOnOperation_example.json | 5 ++ ...StartMaintenanceModeOperation_example.json | 5 ++ ...eStopMaintenanceModeOperation_example.json | 5 ++ .../2016-05-01/operations.json | 13 ++-- 27 files changed, 259 insertions(+), 203 deletions(-) diff --git a/specification/azsadmin/resource-manager/InfrastructureInsights/Microsoft.InfrastructureInsights.Admin/2016-05-01/alert.json b/specification/azsadmin/resource-manager/InfrastructureInsights/Microsoft.InfrastructureInsights.Admin/2016-05-01/alert.json index e07b915c858c..b7904be237ea 100644 --- a/specification/azsadmin/resource-manager/InfrastructureInsights/Microsoft.InfrastructureInsights.Admin/2016-05-01/alert.json +++ b/specification/azsadmin/resource-manager/InfrastructureInsights/Microsoft.InfrastructureInsights.Admin/2016-05-01/alert.json @@ -174,9 +174,9 @@ }, "description": { "description": "Gets or sets the description of the alert.", - "type": "object", - "additionalProperties": { - "type": "string" + "type": "array", + "items": { + "$ref": "infrastructureinsights.json#/definitions/Dictionary" } }, "faultId": { @@ -204,9 +204,9 @@ }, "remediation": { "description": "Gets or sets the admin friendly remediation instructions for the alert.", - "type": "object", - "additionalProperties": { - "type": "string" + "type": "array", + "items": { + "$ref": "infrastructureinsights.json#/definitions/Dictionary" } }, "resourceRegistrationId": { diff --git a/specification/azsadmin/resource-manager/InfrastructureInsights/Microsoft.InfrastructureInsights.Admin/2016-05-01/infrastructureinsights.json b/specification/azsadmin/resource-manager/InfrastructureInsights/Microsoft.InfrastructureInsights.Admin/2016-05-01/infrastructureinsights.json index 3fb0f7430a1d..2e6cebe70d00 100644 --- a/specification/azsadmin/resource-manager/InfrastructureInsights/Microsoft.InfrastructureInsights.Admin/2016-05-01/infrastructureinsights.json +++ b/specification/azsadmin/resource-manager/InfrastructureInsights/Microsoft.InfrastructureInsights.Admin/2016-05-01/infrastructureinsights.json @@ -15,6 +15,13 @@ ], "paths": {}, "definitions": { + "Dictionary": { + "description": "dictionary", + "type": "object", + "additionalProperties": { + "type": "string" + } + }, "BaseHealth": { "description": "Models the base properties for health resource.", "properties": { diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/EdgeGateway.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/EdgeGateway.json index ec488dc6ad55..bfca4564ecb1 100644 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/EdgeGateway.json +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/EdgeGateway.json @@ -30,16 +30,16 @@ "operationId": "EdgeGateways_Get", "parameters": [ { - "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "fabric.json#/parameters/LocationParameter" + "$ref": "Fabric.json#/parameters/LocationParameter" }, { "$ref": "#/parameters/EdgeGatewayParameter" }, { - "$ref": "fabric.json#/parameters/ApiVersionParameter" + "$ref": "Fabric.json#/parameters/ApiVersionParameter" } ], "responses": { @@ -66,16 +66,16 @@ "operationId": "EdgeGateways_List", "parameters": [ { - "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "fabric.json#/parameters/LocationParameter" + "$ref": "Fabric.json#/parameters/LocationParameter" }, { - "$ref": "fabric.json#/parameters/ApiVersionParameter" + "$ref": "Fabric.json#/parameters/ApiVersionParameter" }, { - "$ref": "fabric.json#/parameters/FilterParameter" + "$ref": "Fabric.json#/parameters/FilterParameter" } ], "responses": { @@ -106,7 +106,7 @@ }, "allOf": [ { - "$ref": "fabric.json#/definitions/Resource" + "$ref": "Fabric.json#/definitions/Resource" } ] }, diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/EdgeGatewayPool.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/EdgeGatewayPool.json index a8d569d64cf7..cd38cd2aaf4a 100644 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/EdgeGatewayPool.json +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/EdgeGatewayPool.json @@ -30,16 +30,16 @@ "operationId": "EdgeGatewayPools_Get", "parameters": [ { - "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "fabric.json#/parameters/LocationParameter" + "$ref": "Fabric.json#/parameters/LocationParameter" }, { "$ref": "#/parameters/EdgeGatewayPoolParameter" }, { - "$ref": "fabric.json#/parameters/ApiVersionParameter" + "$ref": "Fabric.json#/parameters/ApiVersionParameter" } ], "responses": { @@ -66,16 +66,16 @@ "operationId": "EdgeGatewayPools_List", "parameters": [ { - "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "fabric.json#/parameters/LocationParameter" + "$ref": "Fabric.json#/parameters/LocationParameter" }, { - "$ref": "fabric.json#/parameters/ApiVersionParameter" + "$ref": "Fabric.json#/parameters/ApiVersionParameter" }, { - "$ref": "fabric.json#/parameters/FilterParameter" + "$ref": "Fabric.json#/parameters/FilterParameter" } ], "responses": { @@ -106,7 +106,7 @@ }, "allOf": [ { - "$ref": "fabric.json#/definitions/Resource" + "$ref": "Fabric.json#/definitions/Resource" } ] }, diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/FabricLocation.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/FabricLocation.json index 1426783af3aa..c8d8f1ee6480 100644 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/FabricLocation.json +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/FabricLocation.json @@ -30,16 +30,16 @@ "operationId": "FabricLocations_Get", "parameters": [ { - "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "fabric.json#/parameters/LocationParameter" + "$ref": "Fabric.json#/parameters/LocationParameter" }, { "$ref": "#/parameters/FabricLocationParameter" }, { - "$ref": "fabric.json#/parameters/ApiVersionParameter" + "$ref": "Fabric.json#/parameters/ApiVersionParameter" } ], "responses": { @@ -66,16 +66,16 @@ "operationId": "FabricLocations_List", "parameters": [ { - "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "fabric.json#/parameters/LocationParameter" + "$ref": "Fabric.json#/parameters/LocationParameter" }, { - "$ref": "fabric.json#/parameters/ApiVersionParameter" + "$ref": "Fabric.json#/parameters/ApiVersionParameter" }, { - "$ref": "fabric.json#/parameters/FilterParameter" + "$ref": "Fabric.json#/parameters/FilterParameter" } ], "responses": { diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/FileShare.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/FileShare.json index f9085458e330..2717915ec598 100644 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/FileShare.json +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/FileShare.json @@ -30,16 +30,16 @@ "operationId": "FileShares_Get", "parameters": [ { - "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "fabric.json#/parameters/LocationParameter" + "$ref": "Fabric.json#/parameters/LocationParameter" }, { "$ref": "#/parameters/FileShareParameter" }, { - "$ref": "fabric.json#/parameters/ApiVersionParameter" + "$ref": "Fabric.json#/parameters/ApiVersionParameter" } ], "responses": { @@ -69,16 +69,16 @@ "operationId": "FileShares_List", "parameters": [ { - "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "fabric.json#/parameters/LocationParameter" + "$ref": "Fabric.json#/parameters/LocationParameter" }, { - "$ref": "fabric.json#/parameters/ApiVersionParameter" + "$ref": "Fabric.json#/parameters/ApiVersionParameter" }, { - "$ref": "fabric.json#/parameters/FilterParameter" + "$ref": "Fabric.json#/parameters/FilterParameter" } ], "responses": { @@ -106,7 +106,7 @@ }, "allOf": [ { - "$ref": "fabric.json#/definitions/Resource" + "$ref": "Fabric.json#/definitions/Resource" } ] }, diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/InfraRole.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/InfraRole.json index 12ca9a5b32f0..be30615b1663 100644 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/InfraRole.json +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/InfraRole.json @@ -25,16 +25,16 @@ "operationId": "InfraRoles_ScaleUp", "parameters": [ { - "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "fabric.json#/parameters/LocationParameter" + "$ref": "Fabric.json#/parameters/LocationParameter" }, { "$ref": "#/parameters/InfraRoleParameter" }, { - "$ref": "fabric.json#/parameters/ApiVersionParameter" + "$ref": "Fabric.json#/parameters/ApiVersionParameter" } ], "responses": { @@ -50,13 +50,14 @@ "$ref": "operations.json#/definitions/ProvisioningState" } }, - "default": { - "description": "DEFAULT", + "500": { + "description": "FAILURE", "schema": { "$ref": "operations.json#/definitions/ProvisioningState" } } - } + }, + "x-ms-long-running-operation": true } }, "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/infraRoles/{infraRole}": { @@ -73,16 +74,16 @@ "operationId": "InfraRoles_Get", "parameters": [ { - "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "fabric.json#/parameters/LocationParameter" + "$ref": "Fabric.json#/parameters/LocationParameter" }, { "$ref": "#/parameters/InfraRoleParameter" }, { - "$ref": "fabric.json#/parameters/ApiVersionParameter" + "$ref": "Fabric.json#/parameters/ApiVersionParameter" } ], "responses": { @@ -109,16 +110,16 @@ "operationId": "InfraRoles_List", "parameters": [ { - "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "fabric.json#/parameters/LocationParameter" + "$ref": "Fabric.json#/parameters/LocationParameter" }, { - "$ref": "fabric.json#/parameters/ApiVersionParameter" + "$ref": "Fabric.json#/parameters/ApiVersionParameter" }, { - "$ref": "fabric.json#/parameters/FilterParameter" + "$ref": "Fabric.json#/parameters/FilterParameter" } ], "responses": { @@ -149,7 +150,7 @@ }, "allOf": [ { - "$ref": "fabric.json#/definitions/Resource" + "$ref": "Fabric.json#/definitions/Resource" } ] }, diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/InfraRoleInstance.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/InfraRoleInstance.json index 05b45b4adeb2..8f41c46193c4 100644 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/InfraRoleInstance.json +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/InfraRoleInstance.json @@ -30,16 +30,16 @@ "operationId": "InfraRoleInstances_PowerOff", "parameters": [ { - "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "fabric.json#/parameters/LocationParameter" + "$ref": "Fabric.json#/parameters/LocationParameter" }, { "$ref": "#/parameters/InfraRoleInstanceParameter" }, { - "$ref": "fabric.json#/parameters/ApiVersionParameter" + "$ref": "Fabric.json#/parameters/ApiVersionParameter" } ], "responses": { @@ -55,13 +55,14 @@ "$ref": "operations.json#/definitions/ProvisioningState" } }, - "default": { - "description": "DEFAULT", + "500": { + "description": "FAILURE", "schema": { "$ref": "operations.json#/definitions/ProvisioningState" } } - } + }, + "x-ms-long-running-operation": true } }, "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/infraRoleInstances/{infraRoleInstance}/PowerOn": { @@ -78,16 +79,16 @@ "operationId": "InfraRoleInstances_PowerOn", "parameters": [ { - "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "fabric.json#/parameters/LocationParameter" + "$ref": "Fabric.json#/parameters/LocationParameter" }, { "$ref": "#/parameters/InfraRoleInstanceParameter" }, { - "$ref": "fabric.json#/parameters/ApiVersionParameter" + "$ref": "Fabric.json#/parameters/ApiVersionParameter" } ], "responses": { @@ -103,13 +104,14 @@ "$ref": "operations.json#/definitions/ProvisioningState" } }, - "default": { - "description": "DEFAULT", + "500": { + "description": "FAILURE", "schema": { "$ref": "operations.json#/definitions/ProvisioningState" } } - } + }, + "x-ms-long-running-operation": true } }, "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/infraRoleInstances/{infraRoleInstance}/Shutdown": { @@ -126,16 +128,16 @@ "operationId": "InfraRoleInstances_Shutdown", "parameters": [ { - "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "fabric.json#/parameters/LocationParameter" + "$ref": "Fabric.json#/parameters/LocationParameter" }, { "$ref": "#/parameters/InfraRoleInstanceParameter" }, { - "$ref": "fabric.json#/parameters/ApiVersionParameter" + "$ref": "Fabric.json#/parameters/ApiVersionParameter" } ], "responses": { @@ -151,13 +153,14 @@ "$ref": "operations.json#/definitions/ProvisioningState" } }, - "default": { - "description": "DEFAULT", + "500": { + "description": "FAILURE", "schema": { "$ref": "operations.json#/definitions/ProvisioningState" } } - } + }, + "x-ms-long-running-operation": true } }, "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/infraRoleInstances/{infraRoleInstance}/Reboot": { @@ -174,16 +177,16 @@ "operationId": "InfraRoleInstances_Reboot", "parameters": [ { - "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "fabric.json#/parameters/LocationParameter" + "$ref": "Fabric.json#/parameters/LocationParameter" }, { "$ref": "#/parameters/InfraRoleInstanceParameter" }, { - "$ref": "fabric.json#/parameters/ApiVersionParameter" + "$ref": "Fabric.json#/parameters/ApiVersionParameter" } ], "responses": { @@ -199,13 +202,14 @@ "$ref": "operations.json#/definitions/ProvisioningState" } }, - "default": { - "description": "DEFAULT", + "500": { + "description": "FAILURE", "schema": { "$ref": "operations.json#/definitions/ProvisioningState" } } - } + }, + "x-ms-long-running-operation": true } }, "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/infraRoleInstances/{infraRoleInstance}": { @@ -222,16 +226,16 @@ "operationId": "InfraRoleInstances_Get", "parameters": [ { - "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "fabric.json#/parameters/LocationParameter" + "$ref": "Fabric.json#/parameters/LocationParameter" }, { "$ref": "#/parameters/InfraRoleInstanceParameter" }, { - "$ref": "fabric.json#/parameters/ApiVersionParameter" + "$ref": "Fabric.json#/parameters/ApiVersionParameter" } ], "responses": { @@ -258,16 +262,16 @@ "operationId": "InfraRoleInstances_List", "parameters": [ { - "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "fabric.json#/parameters/LocationParameter" + "$ref": "Fabric.json#/parameters/LocationParameter" }, { - "$ref": "fabric.json#/parameters/ApiVersionParameter" + "$ref": "Fabric.json#/parameters/ApiVersionParameter" }, { - "$ref": "fabric.json#/parameters/FilterParameter" + "$ref": "Fabric.json#/parameters/FilterParameter" } ], "responses": { @@ -298,7 +302,7 @@ }, "allOf": [ { - "$ref": "fabric.json#/definitions/Resource" + "$ref": "Fabric.json#/definitions/Resource" } ] }, diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/IpPool.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/IpPool.json index efad92daec44..143b98ec967c 100644 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/IpPool.json +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/IpPool.json @@ -30,16 +30,16 @@ "operationId": "IpPools_Get", "parameters": [ { - "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "fabric.json#/parameters/LocationParameter" + "$ref": "Fabric.json#/parameters/LocationParameter" }, { "$ref": "#/parameters/IpPoolNameParameter" }, { - "$ref": "fabric.json#/parameters/ApiVersionParameter" + "$ref": "Fabric.json#/parameters/ApiVersionParameter" } ], "responses": { @@ -64,16 +64,16 @@ "operationId": "IpPools_Create", "parameters": [ { - "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "fabric.json#/parameters/LocationParameter" + "$ref": "Fabric.json#/parameters/LocationParameter" }, { "$ref": "#/parameters/IpPoolNameParameter" }, { - "$ref": "fabric.json#/parameters/ApiVersionParameter" + "$ref": "Fabric.json#/parameters/ApiVersionParameter" }, { "$ref": "#/parameters/IpPoolParameter" @@ -103,16 +103,16 @@ "operationId": "IpPools_List", "parameters": [ { - "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "fabric.json#/parameters/LocationParameter" + "$ref": "Fabric.json#/parameters/LocationParameter" }, { - "$ref": "fabric.json#/parameters/ApiVersionParameter" + "$ref": "Fabric.json#/parameters/ApiVersionParameter" }, { - "$ref": "fabric.json#/parameters/FilterParameter" + "$ref": "Fabric.json#/parameters/FilterParameter" } ], "responses": { @@ -143,7 +143,7 @@ }, "allOf": [ { - "$ref": "fabric.json#/definitions/Resource" + "$ref": "Fabric.json#/definitions/Resource" } ] }, diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/LogicalNetwork.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/LogicalNetwork.json index 02f1a35dbd08..092f9d1f46cf 100644 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/LogicalNetwork.json +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/LogicalNetwork.json @@ -30,16 +30,16 @@ "operationId": "LogicalNetworks_Get", "parameters": [ { - "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "fabric.json#/parameters/LocationParameter" + "$ref": "Fabric.json#/parameters/LocationParameter" }, { "$ref": "#/parameters/LogicalNetworkParameter" }, { - "$ref": "fabric.json#/parameters/ApiVersionParameter" + "$ref": "Fabric.json#/parameters/ApiVersionParameter" } ], "responses": { @@ -69,16 +69,16 @@ "operationId": "LogicalNetworks_List", "parameters": [ { - "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "fabric.json#/parameters/LocationParameter" + "$ref": "Fabric.json#/parameters/LocationParameter" }, { - "$ref": "fabric.json#/parameters/ApiVersionParameter" + "$ref": "Fabric.json#/parameters/ApiVersionParameter" }, { - "$ref": "fabric.json#/parameters/FilterParameter" + "$ref": "Fabric.json#/parameters/FilterParameter" } ], "responses": { @@ -106,7 +106,7 @@ }, "allOf": [ { - "$ref": "fabric.json#/definitions/Resource" + "$ref": "Fabric.json#/definitions/Resource" } ] }, diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/LogicalSubnet.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/LogicalSubnet.json index ef3a52fb2d2c..887cedf8ae83 100644 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/LogicalSubnet.json +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/LogicalSubnet.json @@ -30,10 +30,10 @@ "operationId": "LogicalSubnets_Get", "parameters": [ { - "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "fabric.json#/parameters/LocationParameter" + "$ref": "Fabric.json#/parameters/LocationParameter" }, { "$ref": "#/parameters/LogicalNetworkParameter" @@ -42,7 +42,7 @@ "$ref": "#/parameters/LogicalSubnetParameter" }, { - "$ref": "fabric.json#/parameters/ApiVersionParameter" + "$ref": "Fabric.json#/parameters/ApiVersionParameter" } ], "responses": { @@ -69,19 +69,19 @@ "operationId": "LogicalSubnets_List", "parameters": [ { - "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "fabric.json#/parameters/LocationParameter" + "$ref": "Fabric.json#/parameters/LocationParameter" }, { "$ref": "#/parameters/LogicalNetworkParameter" }, { - "$ref": "fabric.json#/parameters/ApiVersionParameter" + "$ref": "Fabric.json#/parameters/ApiVersionParameter" }, { - "$ref": "fabric.json#/parameters/FilterParameter" + "$ref": "Fabric.json#/parameters/FilterParameter" } ], "responses": { @@ -112,7 +112,7 @@ }, "allOf": [ { - "$ref": "fabric.json#/definitions/Resource" + "$ref": "Fabric.json#/definitions/Resource" } ] }, diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/MacAddressPool.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/MacAddressPool.json index 75604872b784..845747039ba6 100644 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/MacAddressPool.json +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/MacAddressPool.json @@ -30,16 +30,16 @@ "operationId": "MacAddressPools_Get", "parameters": [ { - "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "fabric.json#/parameters/LocationParameter" + "$ref": "Fabric.json#/parameters/LocationParameter" }, { "$ref": "#/parameters/MACAddressPoolParameter" }, { - "$ref": "fabric.json#/parameters/ApiVersionParameter" + "$ref": "Fabric.json#/parameters/ApiVersionParameter" } ], "responses": { @@ -66,16 +66,16 @@ "operationId": "MacAddressPools_List", "parameters": [ { - "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "fabric.json#/parameters/LocationParameter" + "$ref": "Fabric.json#/parameters/LocationParameter" }, { - "$ref": "fabric.json#/parameters/ApiVersionParameter" + "$ref": "Fabric.json#/parameters/ApiVersionParameter" }, { - "$ref": "fabric.json#/parameters/FilterParameter" + "$ref": "Fabric.json#/parameters/FilterParameter" } ], "responses": { @@ -106,7 +106,7 @@ }, "allOf": [ { - "$ref": "fabric.json#/definitions/Resource" + "$ref": "Fabric.json#/definitions/Resource" } ] }, diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/ScaleUnit.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/ScaleUnit.json index c9ec8f5db045..b43243eff4e5 100644 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/ScaleUnit.json +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/ScaleUnit.json @@ -25,16 +25,16 @@ "operationId": "ScaleUnits_ScaleOut", "parameters": [ { - "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "fabric.json#/parameters/LocationParameter" + "$ref": "Fabric.json#/parameters/LocationParameter" }, { "$ref": "#/parameters/ScaleUnitParameter" }, { - "$ref": "fabric.json#/parameters/ApiVersionParameter" + "$ref": "Fabric.json#/parameters/ApiVersionParameter" }, { "$ref": "#/parameters/ServersToBeAddedParameter" @@ -53,13 +53,14 @@ "$ref": "operations.json#/definitions/ProvisioningState" } }, - "default": { - "description": "DEFAULT", + "500": { + "description": "FAILURE", "schema": { "$ref": "operations.json#/definitions/ProvisioningState" } } - } + }, + "x-ms-long-running-operation": true } }, "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/scaleUnits/{scaleUnit}": { @@ -76,16 +77,16 @@ "operationId": "ScaleUnits_Get", "parameters": [ { - "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "fabric.json#/parameters/LocationParameter" + "$ref": "Fabric.json#/parameters/LocationParameter" }, { "$ref": "#/parameters/ScaleUnitParameter" }, { - "$ref": "fabric.json#/parameters/ApiVersionParameter" + "$ref": "Fabric.json#/parameters/ApiVersionParameter" } ], "responses": { @@ -112,16 +113,16 @@ "operationId": "ScaleUnits_List", "parameters": [ { - "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "fabric.json#/parameters/LocationParameter" + "$ref": "Fabric.json#/parameters/LocationParameter" }, { - "$ref": "fabric.json#/parameters/ApiVersionParameter" + "$ref": "Fabric.json#/parameters/ApiVersionParameter" }, { - "$ref": "fabric.json#/parameters/FilterParameter" + "$ref": "Fabric.json#/parameters/FilterParameter" } ], "responses": { @@ -206,7 +207,7 @@ }, "allOf": [ { - "$ref": "fabric.json#/definitions/Resource" + "$ref": "Fabric.json#/definitions/Resource" } ] }, diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/ScaleUnitNode.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/ScaleUnitNode.json index cfa46a02afc3..8503d2a3ea26 100644 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/ScaleUnitNode.json +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/ScaleUnitNode.json @@ -30,16 +30,16 @@ "operationId": "ScaleUnitNodes_PowerOff", "parameters": [ { - "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "fabric.json#/parameters/LocationParameter" + "$ref": "Fabric.json#/parameters/LocationParameter" }, { "$ref": "#/parameters/ScaleUnitNodeParameter" }, { - "$ref": "fabric.json#/parameters/ApiVersionParameter" + "$ref": "Fabric.json#/parameters/ApiVersionParameter" } ], "responses": { @@ -55,13 +55,14 @@ "$ref": "operations.json#/definitions/ProvisioningState" } }, - "default": { - "description": "DEFAULT", + "500": { + "description": "FAILURE", "schema": { "$ref": "operations.json#/definitions/ProvisioningState" } } - } + }, + "x-ms-long-running-operation": true } }, "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/scaleUnitNodes/{scaleUnitNode}/PowerOn": { @@ -78,16 +79,16 @@ "operationId": "ScaleUnitNodes_PowerOn", "parameters": [ { - "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "fabric.json#/parameters/LocationParameter" + "$ref": "Fabric.json#/parameters/LocationParameter" }, { "$ref": "#/parameters/ScaleUnitNodeParameter" }, { - "$ref": "fabric.json#/parameters/ApiVersionParameter" + "$ref": "Fabric.json#/parameters/ApiVersionParameter" } ], "responses": { @@ -103,13 +104,14 @@ "$ref": "operations.json#/definitions/ProvisioningState" } }, - "default": { - "description": "DEFAULT", + "500": { + "description": "FAILURE", "schema": { "$ref": "operations.json#/definitions/ProvisioningState" } } - } + }, + "x-ms-long-running-operation": true } }, "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/scaleUnitNodes/{scaleUnitNode}/StartMaintenanceMode": { @@ -126,16 +128,16 @@ "operationId": "ScaleUnitNodes_StartMaintenanceMode", "parameters": [ { - "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "fabric.json#/parameters/LocationParameter" + "$ref": "Fabric.json#/parameters/LocationParameter" }, { "$ref": "#/parameters/ScaleUnitNodeParameter" }, { - "$ref": "fabric.json#/parameters/ApiVersionParameter" + "$ref": "Fabric.json#/parameters/ApiVersionParameter" } ], "responses": { @@ -151,13 +153,14 @@ "$ref": "operations.json#/definitions/ProvisioningState" } }, - "default": { - "description": "DEFAULT", + "500": { + "description": "FAILURE", "schema": { "$ref": "operations.json#/definitions/ProvisioningState" } } - } + }, + "x-ms-long-running-operation": true } }, "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/scaleUnitNodes/{scaleUnitNode}/StopMaintenanceMode": { @@ -174,16 +177,16 @@ "operationId": "ScaleUnitNodes_StopMaintenanceMode", "parameters": [ { - "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "fabric.json#/parameters/LocationParameter" + "$ref": "Fabric.json#/parameters/LocationParameter" }, { "$ref": "#/parameters/ScaleUnitNodeParameter" }, { - "$ref": "fabric.json#/parameters/ApiVersionParameter" + "$ref": "Fabric.json#/parameters/ApiVersionParameter" } ], "responses": { @@ -199,13 +202,14 @@ "$ref": "operations.json#/definitions/ProvisioningState" } }, - "default": { - "description": "DEFAULT", + "500": { + "description": "FAILURE", "schema": { "$ref": "operations.json#/definitions/ProvisioningState" } } - } + }, + "x-ms-long-running-operation": true } }, "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/scaleUnitNodes/{scaleUnitNode}": { @@ -222,16 +226,16 @@ "operationId": "ScaleUnitNodes_Get", "parameters": [ { - "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "fabric.json#/parameters/LocationParameter" + "$ref": "Fabric.json#/parameters/LocationParameter" }, { "$ref": "#/parameters/ScaleUnitNodeParameter" }, { - "$ref": "fabric.json#/parameters/ApiVersionParameter" + "$ref": "Fabric.json#/parameters/ApiVersionParameter" } ], "responses": { @@ -258,16 +262,16 @@ "operationId": "ScaleUnitNodes_List", "parameters": [ { - "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "fabric.json#/parameters/LocationParameter" + "$ref": "Fabric.json#/parameters/LocationParameter" }, { - "$ref": "fabric.json#/parameters/ApiVersionParameter" + "$ref": "Fabric.json#/parameters/ApiVersionParameter" }, { - "$ref": "fabric.json#/parameters/FilterParameter" + "$ref": "Fabric.json#/parameters/FilterParameter" } ], "responses": { @@ -298,7 +302,7 @@ }, "allOf": [ { - "$ref": "fabric.json#/definitions/Resource" + "$ref": "Fabric.json#/definitions/Resource" } ] }, diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/SlbMuxInstance.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/SlbMuxInstance.json index 29252ef95589..74c196d3b3e3 100644 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/SlbMuxInstance.json +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/SlbMuxInstance.json @@ -30,16 +30,16 @@ "operationId": "SlbMuxInstances_Get", "parameters": [ { - "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "fabric.json#/parameters/LocationParameter" + "$ref": "Fabric.json#/parameters/LocationParameter" }, { "$ref": "#/parameters/SLBMuxInstanceParameter" }, { - "$ref": "fabric.json#/parameters/ApiVersionParameter" + "$ref": "Fabric.json#/parameters/ApiVersionParameter" } ], "responses": { @@ -66,16 +66,16 @@ "operationId": "SlbMuxInstances_List", "parameters": [ { - "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "fabric.json#/parameters/LocationParameter" + "$ref": "Fabric.json#/parameters/LocationParameter" }, { - "$ref": "fabric.json#/parameters/ApiVersionParameter" + "$ref": "Fabric.json#/parameters/ApiVersionParameter" }, { - "$ref": "fabric.json#/parameters/FilterParameter" + "$ref": "Fabric.json#/parameters/FilterParameter" } ], "responses": { @@ -106,7 +106,7 @@ }, "allOf": [ { - "$ref": "fabric.json#/definitions/Resource" + "$ref": "Fabric.json#/definitions/Resource" } ] }, diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/StoragePool.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/StoragePool.json index 6d3e1ab45205..62434f85b968 100644 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/StoragePool.json +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/StoragePool.json @@ -30,10 +30,10 @@ "operationId": "StoragePools_Get", "parameters": [ { - "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "fabric.json#/parameters/LocationParameter" + "$ref": "Fabric.json#/parameters/LocationParameter" }, { "$ref": "StorageSystem.json#/parameters/StorageSubSystemParameter" @@ -42,7 +42,7 @@ "$ref": "#/parameters/StoragePoolParameter" }, { - "$ref": "fabric.json#/parameters/ApiVersionParameter" + "$ref": "Fabric.json#/parameters/ApiVersionParameter" } ], "responses": { @@ -69,19 +69,19 @@ "operationId": "StoragePools_List", "parameters": [ { - "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "fabric.json#/parameters/LocationParameter" + "$ref": "Fabric.json#/parameters/LocationParameter" }, { "$ref": "StorageSystem.json#/parameters/StorageSubSystemParameter" }, { - "$ref": "fabric.json#/parameters/ApiVersionParameter" + "$ref": "Fabric.json#/parameters/ApiVersionParameter" }, { - "$ref": "fabric.json#/parameters/FilterParameter" + "$ref": "Fabric.json#/parameters/FilterParameter" } ], "responses": { @@ -112,7 +112,7 @@ }, "allOf": [ { - "$ref": "fabric.json#/definitions/Resource" + "$ref": "Fabric.json#/definitions/Resource" } ] }, diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/StorageSystem.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/StorageSystem.json index a98d54be2711..b812d0753185 100644 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/StorageSystem.json +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/StorageSystem.json @@ -30,16 +30,16 @@ "operationId": "StorageSystems_Get", "parameters": [ { - "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "fabric.json#/parameters/LocationParameter" + "$ref": "Fabric.json#/parameters/LocationParameter" }, { "$ref": "#/parameters/StorageSubSystemParameter" }, { - "$ref": "fabric.json#/parameters/ApiVersionParameter" + "$ref": "Fabric.json#/parameters/ApiVersionParameter" } ], "responses": { @@ -66,16 +66,16 @@ "operationId": "StorageSystems_List", "parameters": [ { - "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "fabric.json#/parameters/LocationParameter" + "$ref": "Fabric.json#/parameters/LocationParameter" }, { - "$ref": "fabric.json#/parameters/ApiVersionParameter" + "$ref": "Fabric.json#/parameters/ApiVersionParameter" }, { - "$ref": "fabric.json#/parameters/FilterParameter" + "$ref": "Fabric.json#/parameters/FilterParameter" } ], "responses": { @@ -106,7 +106,7 @@ }, "allOf": [ { - "$ref": "fabric.json#/definitions/Resource" + "$ref": "Fabric.json#/definitions/Resource" } ] }, diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/Volume.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/Volume.json index cc4aea8a730d..1148ddaaa1d0 100644 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/Volume.json +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/Volume.json @@ -30,10 +30,10 @@ "operationId": "Volumes_Get", "parameters": [ { - "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "fabric.json#/parameters/LocationParameter" + "$ref": "Fabric.json#/parameters/LocationParameter" }, { "$ref": "StorageSystem.json#/parameters/StorageSubSystemParameter" @@ -45,7 +45,7 @@ "$ref": "#/parameters/VolumeParameter" }, { - "$ref": "fabric.json#/parameters/ApiVersionParameter" + "$ref": "Fabric.json#/parameters/ApiVersionParameter" } ], "responses": { @@ -72,10 +72,10 @@ "operationId": "Volumes_List", "parameters": [ { - "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "fabric.json#/parameters/LocationParameter" + "$ref": "Fabric.json#/parameters/LocationParameter" }, { "$ref": "StorageSystem.json#/parameters/StorageSubSystemParameter" @@ -84,10 +84,10 @@ "$ref": "StoragePool.json#/parameters/StoragePoolParameter" }, { - "$ref": "fabric.json#/parameters/ApiVersionParameter" + "$ref": "Fabric.json#/parameters/ApiVersionParameter" }, { - "$ref": "fabric.json#/parameters/FilterParameter" + "$ref": "Fabric.json#/parameters/FilterParameter" } ], "responses": { @@ -118,7 +118,7 @@ }, "allOf": [ { - "$ref": "fabric.json#/definitions/Resource" + "$ref": "Fabric.json#/definitions/Resource" } ] }, diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/InfraRoleInstance/InfraRoleInstancePowerOffOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/InfraRoleInstance/InfraRoleInstancePowerOffOperation_example.json index bbc81e1ee0dc..56ab3475bb7e 100644 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/InfraRoleInstance/InfraRoleInstancePowerOffOperation_example.json +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/InfraRoleInstance/InfraRoleInstancePowerOffOperation_example.json @@ -15,6 +15,11 @@ "provisioningState": { "provisioningState": "Working" } + }, + "500": { + "provisioningState": { + "provisioningState": "Working" + } } } } \ No newline at end of file diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/InfraRoleInstance/InfraRoleInstancePowerOnOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/InfraRoleInstance/InfraRoleInstancePowerOnOperation_example.json index bbc81e1ee0dc..56ab3475bb7e 100644 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/InfraRoleInstance/InfraRoleInstancePowerOnOperation_example.json +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/InfraRoleInstance/InfraRoleInstancePowerOnOperation_example.json @@ -15,6 +15,11 @@ "provisioningState": { "provisioningState": "Working" } + }, + "500": { + "provisioningState": { + "provisioningState": "Working" + } } } } \ No newline at end of file diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/InfraRoleInstance/InfraRoleInstanceRebootOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/InfraRoleInstance/InfraRoleInstanceRebootOperation_example.json index bbc81e1ee0dc..56ab3475bb7e 100644 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/InfraRoleInstance/InfraRoleInstanceRebootOperation_example.json +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/InfraRoleInstance/InfraRoleInstanceRebootOperation_example.json @@ -15,6 +15,11 @@ "provisioningState": { "provisioningState": "Working" } + }, + "500": { + "provisioningState": { + "provisioningState": "Working" + } } } } \ No newline at end of file diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/InfraRoleInstance/InfraRoleInstanceShutdownOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/InfraRoleInstance/InfraRoleInstanceShutdownOperation_example.json index bbc81e1ee0dc..56ab3475bb7e 100644 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/InfraRoleInstance/InfraRoleInstanceShutdownOperation_example.json +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/InfraRoleInstance/InfraRoleInstanceShutdownOperation_example.json @@ -15,6 +15,11 @@ "provisioningState": { "provisioningState": "Working" } + }, + "500": { + "provisioningState": { + "provisioningState": "Working" + } } } } \ No newline at end of file diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/ScaleUnitNode/ScaleUnitNodePowerOffOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/ScaleUnitNode/ScaleUnitNodePowerOffOperation_example.json index 94ac20e583e6..93ab7a9d6dd7 100644 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/ScaleUnitNode/ScaleUnitNodePowerOffOperation_example.json +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/ScaleUnitNode/ScaleUnitNodePowerOffOperation_example.json @@ -15,6 +15,11 @@ "provisioningState": { "provisioningState": "Working" } + }, + "500": { + "provisioningState": { + "provisioningState": "Working" + } } } } \ No newline at end of file diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/ScaleUnitNode/ScaleUnitNodePowerOnOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/ScaleUnitNode/ScaleUnitNodePowerOnOperation_example.json index 94ac20e583e6..93ab7a9d6dd7 100644 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/ScaleUnitNode/ScaleUnitNodePowerOnOperation_example.json +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/ScaleUnitNode/ScaleUnitNodePowerOnOperation_example.json @@ -15,6 +15,11 @@ "provisioningState": { "provisioningState": "Working" } + }, + "500": { + "provisioningState": { + "provisioningState": "Working" + } } } } \ No newline at end of file diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/ScaleUnitNode/ScaleUnitNodeStartMaintenanceModeOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/ScaleUnitNode/ScaleUnitNodeStartMaintenanceModeOperation_example.json index 94ac20e583e6..93ab7a9d6dd7 100644 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/ScaleUnitNode/ScaleUnitNodeStartMaintenanceModeOperation_example.json +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/ScaleUnitNode/ScaleUnitNodeStartMaintenanceModeOperation_example.json @@ -15,6 +15,11 @@ "provisioningState": { "provisioningState": "Working" } + }, + "500": { + "provisioningState": { + "provisioningState": "Working" + } } } } \ No newline at end of file diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/ScaleUnitNode/ScaleUnitNodeStopMaintenanceModeOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/ScaleUnitNode/ScaleUnitNodeStopMaintenanceModeOperation_example.json index 94ac20e583e6..93ab7a9d6dd7 100644 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/ScaleUnitNode/ScaleUnitNodeStopMaintenanceModeOperation_example.json +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/examples/ScaleUnitNode/ScaleUnitNodeStopMaintenanceModeOperation_example.json @@ -15,6 +15,11 @@ "provisioningState": { "provisioningState": "Working" } + }, + "500": { + "provisioningState": { + "provisioningState": "Working" + } } } } \ No newline at end of file diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/operations.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/operations.json index 8916721e3699..58f46bf31598 100644 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/operations.json +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/operations.json @@ -19,10 +19,10 @@ "operationId": "ComputeFabricOperations_Get", "parameters": [ { - "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "fabric.json#/parameters/LocationParameter" + "$ref": "Fabric.json#/parameters/LocationParameter" }, { "$ref": "#/parameters/ProviderParameter" @@ -31,7 +31,7 @@ "$ref": "#/parameters/ComputeOperationResultParameter" }, { - "$ref": "fabric.json#/parameters/ApiVersionParameter" + "$ref": "Fabric.json#/parameters/ApiVersionParameter" } ], "responses": { @@ -59,10 +59,10 @@ "operationId": "NetworkFabricOperations_Get", "parameters": [ { - "$ref": "fabric.json#/parameters/SubscriptionIdParameter" + "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "fabric.json#/parameters/LocationParameter" + "$ref": "Fabric.json#/parameters/LocationParameter" }, { "$ref": "#/parameters/ProviderParameter" @@ -71,7 +71,7 @@ "$ref": "#/parameters/NetworkOperationResultParameter" }, { - "$ref": "fabric.json#/parameters/ApiVersionParameter" + "$ref": "Fabric.json#/parameters/ApiVersionParameter" } ], "responses": { @@ -107,7 +107,6 @@ "properties": { "provisioningState": { "description": "The state of the operation.", - "x-ms-client-name": "provisioningState", "type": "string" } } From 89da24572212aeae4654638c1cd1b517a169c4ae Mon Sep 17 00:00:00 2001 From: "Jeffrey A. Robinson" Date: Wed, 30 Aug 2017 15:05:51 -0700 Subject: [PATCH 6/8] Fixed Operation.json references. --- .../2016-05-01/InfraRole.json | 6 ++--- .../2016-05-01/InfraRoleInstance.json | 24 +++++++++---------- .../2016-05-01/ScaleUnit.json | 6 ++--- .../2016-05-01/ScaleUnitNode.json | 24 +++++++++---------- 4 files changed, 30 insertions(+), 30 deletions(-) diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/InfraRole.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/InfraRole.json index be30615b1663..643ef04febca 100644 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/InfraRole.json +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/InfraRole.json @@ -41,19 +41,19 @@ "200": { "description": "OK", "schema": { - "$ref": "operations.json#/definitions/ProvisioningState" + "$ref": "Operations.json#/definitions/ProvisioningState" } }, "202": { "description": "ACCEPTED", "schema": { - "$ref": "operations.json#/definitions/ProvisioningState" + "$ref": "Operations.json#/definitions/ProvisioningState" } }, "500": { "description": "FAILURE", "schema": { - "$ref": "operations.json#/definitions/ProvisioningState" + "$ref": "Operations.json#/definitions/ProvisioningState" } } }, diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/InfraRoleInstance.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/InfraRoleInstance.json index 8f41c46193c4..f8a94e091694 100644 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/InfraRoleInstance.json +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/InfraRoleInstance.json @@ -46,19 +46,19 @@ "200": { "description": "OK", "schema": { - "$ref": "operations.json#/definitions/ProvisioningState" + "$ref": "Operations.json#/definitions/ProvisioningState" } }, "202": { "description": "ACCEPTED", "schema": { - "$ref": "operations.json#/definitions/ProvisioningState" + "$ref": "Operations.json#/definitions/ProvisioningState" } }, "500": { "description": "FAILURE", "schema": { - "$ref": "operations.json#/definitions/ProvisioningState" + "$ref": "Operations.json#/definitions/ProvisioningState" } } }, @@ -95,19 +95,19 @@ "200": { "description": "OK", "schema": { - "$ref": "operations.json#/definitions/ProvisioningState" + "$ref": "Operations.json#/definitions/ProvisioningState" } }, "202": { "description": "ACCEPTED", "schema": { - "$ref": "operations.json#/definitions/ProvisioningState" + "$ref": "Operations.json#/definitions/ProvisioningState" } }, "500": { "description": "FAILURE", "schema": { - "$ref": "operations.json#/definitions/ProvisioningState" + "$ref": "Operations.json#/definitions/ProvisioningState" } } }, @@ -144,19 +144,19 @@ "200": { "description": "OK", "schema": { - "$ref": "operations.json#/definitions/ProvisioningState" + "$ref": "Operations.json#/definitions/ProvisioningState" } }, "202": { "description": "ACCEPTED", "schema": { - "$ref": "operations.json#/definitions/ProvisioningState" + "$ref": "Operations.json#/definitions/ProvisioningState" } }, "500": { "description": "FAILURE", "schema": { - "$ref": "operations.json#/definitions/ProvisioningState" + "$ref": "Operations.json#/definitions/ProvisioningState" } } }, @@ -193,19 +193,19 @@ "200": { "description": "OK", "schema": { - "$ref": "operations.json#/definitions/ProvisioningState" + "$ref": "Operations.json#/definitions/ProvisioningState" } }, "202": { "description": "ACCEPTED", "schema": { - "$ref": "operations.json#/definitions/ProvisioningState" + "$ref": "Operations.json#/definitions/ProvisioningState" } }, "500": { "description": "FAILURE", "schema": { - "$ref": "operations.json#/definitions/ProvisioningState" + "$ref": "Operations.json#/definitions/ProvisioningState" } } }, diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/ScaleUnit.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/ScaleUnit.json index b43243eff4e5..d49f4718412c 100644 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/ScaleUnit.json +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/ScaleUnit.json @@ -44,19 +44,19 @@ "200": { "description": "OK", "schema": { - "$ref": "operations.json#/definitions/ProvisioningState" + "$ref": "Operations.json#/definitions/ProvisioningState" } }, "202": { "description": "ACCEPTED", "schema": { - "$ref": "operations.json#/definitions/ProvisioningState" + "$ref": "Operations.json#/definitions/ProvisioningState" } }, "500": { "description": "FAILURE", "schema": { - "$ref": "operations.json#/definitions/ProvisioningState" + "$ref": "Operations.json#/definitions/ProvisioningState" } } }, diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/ScaleUnitNode.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/ScaleUnitNode.json index 8503d2a3ea26..3d27ac7776de 100644 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/ScaleUnitNode.json +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/ScaleUnitNode.json @@ -46,19 +46,19 @@ "200": { "description": "OK", "schema": { - "$ref": "operations.json#/definitions/ProvisioningState" + "$ref": "Operations.json#/definitions/ProvisioningState" } }, "202": { "description": "ACCEPTED", "schema": { - "$ref": "operations.json#/definitions/ProvisioningState" + "$ref": "Operations.json#/definitions/ProvisioningState" } }, "500": { "description": "FAILURE", "schema": { - "$ref": "operations.json#/definitions/ProvisioningState" + "$ref": "Operations.json#/definitions/ProvisioningState" } } }, @@ -95,19 +95,19 @@ "200": { "description": "OK", "schema": { - "$ref": "operations.json#/definitions/ProvisioningState" + "$ref": "Operations.json#/definitions/ProvisioningState" } }, "202": { "description": "ACCEPTED", "schema": { - "$ref": "operations.json#/definitions/ProvisioningState" + "$ref": "Operations.json#/definitions/ProvisioningState" } }, "500": { "description": "FAILURE", "schema": { - "$ref": "operations.json#/definitions/ProvisioningState" + "$ref": "Operations.json#/definitions/ProvisioningState" } } }, @@ -144,19 +144,19 @@ "200": { "description": "OK", "schema": { - "$ref": "operations.json#/definitions/ProvisioningState" + "$ref": "Operations.json#/definitions/ProvisioningState" } }, "202": { "description": "ACCEPTED", "schema": { - "$ref": "operations.json#/definitions/ProvisioningState" + "$ref": "Operations.json#/definitions/ProvisioningState" } }, "500": { "description": "FAILURE", "schema": { - "$ref": "operations.json#/definitions/ProvisioningState" + "$ref": "Operations.json#/definitions/ProvisioningState" } } }, @@ -193,19 +193,19 @@ "200": { "description": "OK", "schema": { - "$ref": "operations.json#/definitions/ProvisioningState" + "$ref": "Operations.json#/definitions/ProvisioningState" } }, "202": { "description": "ACCEPTED", "schema": { - "$ref": "operations.json#/definitions/ProvisioningState" + "$ref": "Operations.json#/definitions/ProvisioningState" } }, "500": { "description": "FAILURE", "schema": { - "$ref": "operations.json#/definitions/ProvisioningState" + "$ref": "Operations.json#/definitions/ProvisioningState" } } }, From c5c695432d954975288939ecf4858fb718160ee9 Mon Sep 17 00:00:00 2001 From: "Jeffrey A. Robinson" Date: Wed, 30 Aug 2017 16:06:16 -0700 Subject: [PATCH 7/8] Renamed files and changed capitalization --- .../2016-05-01/{alert.json => Alert.json} | 26 ++++++++--------- .../{regionHealth.json => RegionHealth.json} | 20 ++++++------- ...esourceHealth.json => ResourceHealth.json} | 28 +++++++++---------- ...{serviceHealth.json => ServiceHealth.json} | 18 ++++++------ .../InfrastructureInsights/readme.md | 10 +++---- .../resource-manager/commerce/readme.md | 2 +- .../{operations.json => Operations.json} | 0 7 files changed, 52 insertions(+), 52 deletions(-) rename specification/azsadmin/resource-manager/InfrastructureInsights/Microsoft.InfrastructureInsights.Admin/2016-05-01/{alert.json => Alert.json} (93%) rename specification/azsadmin/resource-manager/InfrastructureInsights/Microsoft.InfrastructureInsights.Admin/2016-05-01/{regionHealth.json => RegionHealth.json} (90%) rename specification/azsadmin/resource-manager/InfrastructureInsights/Microsoft.InfrastructureInsights.Admin/2016-05-01/{resourceHealth.json => ResourceHealth.json} (88%) rename specification/azsadmin/resource-manager/InfrastructureInsights/Microsoft.InfrastructureInsights.Admin/2016-05-01/{serviceHealth.json => ServiceHealth.json} (91%) rename specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/{operations.json => Operations.json} (100%) diff --git a/specification/azsadmin/resource-manager/InfrastructureInsights/Microsoft.InfrastructureInsights.Admin/2016-05-01/alert.json b/specification/azsadmin/resource-manager/InfrastructureInsights/Microsoft.InfrastructureInsights.Admin/2016-05-01/Alert.json similarity index 93% rename from specification/azsadmin/resource-manager/InfrastructureInsights/Microsoft.InfrastructureInsights.Admin/2016-05-01/alert.json rename to specification/azsadmin/resource-manager/InfrastructureInsights/Microsoft.InfrastructureInsights.Admin/2016-05-01/Alert.json index b7904be237ea..f7c3247abc14 100644 --- a/specification/azsadmin/resource-manager/InfrastructureInsights/Microsoft.InfrastructureInsights.Admin/2016-05-01/alert.json +++ b/specification/azsadmin/resource-manager/InfrastructureInsights/Microsoft.InfrastructureInsights.Admin/2016-05-01/Alert.json @@ -24,16 +24,16 @@ "operationId": "Alerts_List", "parameters": [ { - "$ref": "infrastructureinsights.json#/parameters/SubscriptionIdParameter" + "$ref": "InfrastructureInsights.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "infrastructureinsights.json#/parameters/LocationParameter" + "$ref": "InfrastructureInsights.json#/parameters/LocationParameter" }, { - "$ref": "infrastructureinsights.json#/parameters/ApiVersionParameter" + "$ref": "InfrastructureInsights.json#/parameters/ApiVersionParameter" }, { - "$ref": "infrastructureinsights.json#/parameters/FilterParameter" + "$ref": "InfrastructureInsights.json#/parameters/FilterParameter" } ], "responses": { @@ -70,16 +70,16 @@ "operationId": "Alerts_Get", "parameters": [ { - "$ref": "infrastructureinsights.json#/parameters/SubscriptionIdParameter" + "$ref": "InfrastructureInsights.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "infrastructureinsights.json#/parameters/LocationParameter" + "$ref": "InfrastructureInsights.json#/parameters/LocationParameter" }, { "$ref": "#/parameters/AlertNameParameter" }, { - "$ref": "infrastructureinsights.json#/parameters/ApiVersionParameter" + "$ref": "InfrastructureInsights.json#/parameters/ApiVersionParameter" } ], "responses": { @@ -110,16 +110,16 @@ "operationId": "Alerts_Close", "parameters": [ { - "$ref": "infrastructureinsights.json#/parameters/SubscriptionIdParameter" + "$ref": "InfrastructureInsights.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "infrastructureinsights.json#/parameters/LocationParameter" + "$ref": "InfrastructureInsights.json#/parameters/LocationParameter" }, { "$ref": "#/parameters/AlertNameParameter" }, { - "$ref": "infrastructureinsights.json#/parameters/ApiVersionParameter" + "$ref": "InfrastructureInsights.json#/parameters/ApiVersionParameter" }, { "$ref": "#/parameters/UserParameter" @@ -157,7 +157,7 @@ }, "allOf": [ { - "$ref": "infrastructureinsights.json#/definitions/Resource" + "$ref": "InfrastructureInsights.json#/definitions/Resource" } ] }, @@ -176,7 +176,7 @@ "description": "Gets or sets the description of the alert.", "type": "array", "items": { - "$ref": "infrastructureinsights.json#/definitions/Dictionary" + "$ref": "InfrastructureInsights.json#/definitions/Dictionary" } }, "faultId": { @@ -206,7 +206,7 @@ "description": "Gets or sets the admin friendly remediation instructions for the alert.", "type": "array", "items": { - "$ref": "infrastructureinsights.json#/definitions/Dictionary" + "$ref": "InfrastructureInsights.json#/definitions/Dictionary" } }, "resourceRegistrationId": { diff --git a/specification/azsadmin/resource-manager/InfrastructureInsights/Microsoft.InfrastructureInsights.Admin/2016-05-01/regionHealth.json b/specification/azsadmin/resource-manager/InfrastructureInsights/Microsoft.InfrastructureInsights.Admin/2016-05-01/RegionHealth.json similarity index 90% rename from specification/azsadmin/resource-manager/InfrastructureInsights/Microsoft.InfrastructureInsights.Admin/2016-05-01/regionHealth.json rename to specification/azsadmin/resource-manager/InfrastructureInsights/Microsoft.InfrastructureInsights.Admin/2016-05-01/RegionHealth.json index 9a4fb850eae4..893c3eed58a9 100644 --- a/specification/azsadmin/resource-manager/InfrastructureInsights/Microsoft.InfrastructureInsights.Admin/2016-05-01/regionHealth.json +++ b/specification/azsadmin/resource-manager/InfrastructureInsights/Microsoft.InfrastructureInsights.Admin/2016-05-01/RegionHealth.json @@ -24,16 +24,16 @@ "operationId": "RegionHealths_List", "parameters": [ { - "$ref": "infrastructureinsights.json#/parameters/SubscriptionIdParameter" + "$ref": "InfrastructureInsights.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "infrastructureinsights.json#/parameters/LocationParameter" + "$ref": "InfrastructureInsights.json#/parameters/LocationParameter" }, { - "$ref": "infrastructureinsights.json#/parameters/ApiVersionParameter" + "$ref": "InfrastructureInsights.json#/parameters/ApiVersionParameter" }, { - "$ref": "infrastructureinsights.json#/parameters/FilterParameter" + "$ref": "InfrastructureInsights.json#/parameters/FilterParameter" } ], "responses": { @@ -70,16 +70,16 @@ "operationId": "RegionHealths_Get", "parameters": [ { - "$ref": "infrastructureinsights.json#/parameters/SubscriptionIdParameter" + "$ref": "InfrastructureInsights.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "infrastructureinsights.json#/parameters/LocationParameter" + "$ref": "InfrastructureInsights.json#/parameters/LocationParameter" }, { "$ref": "#/parameters/RegionParameter" }, { - "$ref": "infrastructureinsights.json#/parameters/ApiVersionParameter" + "$ref": "InfrastructureInsights.json#/parameters/ApiVersionParameter" } ], "responses": { @@ -111,7 +111,7 @@ }, "allOf": [ { - "$ref": "infrastructureinsights.json#/definitions/Resource" + "$ref": "InfrastructureInsights.json#/definitions/Resource" } ] }, @@ -120,13 +120,13 @@ "properties": { "alertSummary": { "description": "Summary of alerts.", - "$ref": "infrastructureinsights.json#/definitions/AlertSummary" + "$ref": "InfrastructureInsights.json#/definitions/AlertSummary" }, "usageMetrics": { "description": "List of usage metrics for this region.", "type": "array", "items": { - "$ref": "infrastructureinsights.json#/definitions/UsageMetrics" + "$ref": "InfrastructureInsights.json#/definitions/UsageMetrics" } } } diff --git a/specification/azsadmin/resource-manager/InfrastructureInsights/Microsoft.InfrastructureInsights.Admin/2016-05-01/resourceHealth.json b/specification/azsadmin/resource-manager/InfrastructureInsights/Microsoft.InfrastructureInsights.Admin/2016-05-01/ResourceHealth.json similarity index 88% rename from specification/azsadmin/resource-manager/InfrastructureInsights/Microsoft.InfrastructureInsights.Admin/2016-05-01/resourceHealth.json rename to specification/azsadmin/resource-manager/InfrastructureInsights/Microsoft.InfrastructureInsights.Admin/2016-05-01/ResourceHealth.json index ec872dfe1cdf..5dff4125af87 100644 --- a/specification/azsadmin/resource-manager/InfrastructureInsights/Microsoft.InfrastructureInsights.Admin/2016-05-01/resourceHealth.json +++ b/specification/azsadmin/resource-manager/InfrastructureInsights/Microsoft.InfrastructureInsights.Admin/2016-05-01/ResourceHealth.json @@ -24,19 +24,19 @@ "operationId": "ResourceHealths_List", "parameters": [ { - "$ref": "infrastructureinsights.json#/parameters/SubscriptionIdParameter" + "$ref": "InfrastructureInsights.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "infrastructureinsights.json#/parameters/LocationParameter" + "$ref": "InfrastructureInsights.json#/parameters/LocationParameter" }, { - "$ref": "infrastructureinsights.json#/parameters/ServiceRegistrationIdParameter" + "$ref": "InfrastructureInsights.json#/parameters/ServiceRegistrationIdParameter" }, { - "$ref": "infrastructureinsights.json#/parameters/ApiVersionParameter" + "$ref": "InfrastructureInsights.json#/parameters/ApiVersionParameter" }, { - "$ref": "infrastructureinsights.json#/parameters/FilterParameter" + "$ref": "InfrastructureInsights.json#/parameters/FilterParameter" } ], "responses": { @@ -73,22 +73,22 @@ "operationId": "ResourceHealths_Get", "parameters": [ { - "$ref": "infrastructureinsights.json#/parameters/SubscriptionIdParameter" + "$ref": "InfrastructureInsights.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "infrastructureinsights.json#/parameters/LocationParameter" + "$ref": "InfrastructureInsights.json#/parameters/LocationParameter" }, { - "$ref": "infrastructureinsights.json#/parameters/ServiceRegistrationIdParameter" + "$ref": "InfrastructureInsights.json#/parameters/ServiceRegistrationIdParameter" }, { - "$ref": "infrastructureinsights.json#/parameters/ResourceRegistrationIdParameter" + "$ref": "InfrastructureInsights.json#/parameters/ResourceRegistrationIdParameter" }, { - "$ref": "infrastructureinsights.json#/parameters/ApiVersionParameter" + "$ref": "InfrastructureInsights.json#/parameters/ApiVersionParameter" }, { - "$ref": "infrastructureinsights.json#/parameters/FilterParameter" + "$ref": "InfrastructureInsights.json#/parameters/FilterParameter" } ], "responses": { @@ -120,7 +120,7 @@ }, "allOf": [ { - "$ref": "infrastructureinsights.json#/definitions/Resource" + "$ref": "InfrastructureInsights.json#/definitions/Resource" } ] }, @@ -155,13 +155,13 @@ "description": "Gets or sets the usage metrics.", "type": "array", "items": { - "$ref": "infrastructureinsights.json#/definitions/UsageMetrics" + "$ref": "InfrastructureInsights.json#/definitions/UsageMetrics" } } }, "allOf": [ { - "$ref": "infrastructureinsights.json#/definitions/BaseHealth" + "$ref": "InfrastructureInsights.json#/definitions/BaseHealth" } ] }, diff --git a/specification/azsadmin/resource-manager/InfrastructureInsights/Microsoft.InfrastructureInsights.Admin/2016-05-01/serviceHealth.json b/specification/azsadmin/resource-manager/InfrastructureInsights/Microsoft.InfrastructureInsights.Admin/2016-05-01/ServiceHealth.json similarity index 91% rename from specification/azsadmin/resource-manager/InfrastructureInsights/Microsoft.InfrastructureInsights.Admin/2016-05-01/serviceHealth.json rename to specification/azsadmin/resource-manager/InfrastructureInsights/Microsoft.InfrastructureInsights.Admin/2016-05-01/ServiceHealth.json index 49de674c8341..9d45de31cd3f 100644 --- a/specification/azsadmin/resource-manager/InfrastructureInsights/Microsoft.InfrastructureInsights.Admin/2016-05-01/serviceHealth.json +++ b/specification/azsadmin/resource-manager/InfrastructureInsights/Microsoft.InfrastructureInsights.Admin/2016-05-01/ServiceHealth.json @@ -24,16 +24,16 @@ "operationId": "ServiceHealths_List", "parameters": [ { - "$ref": "infrastructureinsights.json#/parameters/SubscriptionIdParameter" + "$ref": "InfrastructureInsights.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "infrastructureinsights.json#/parameters/LocationParameter" + "$ref": "InfrastructureInsights.json#/parameters/LocationParameter" }, { - "$ref": "infrastructureinsights.json#/parameters/ApiVersionParameter" + "$ref": "InfrastructureInsights.json#/parameters/ApiVersionParameter" }, { - "$ref": "infrastructureinsights.json#/parameters/FilterParameter" + "$ref": "InfrastructureInsights.json#/parameters/FilterParameter" } ], "responses": { @@ -70,16 +70,16 @@ "operationId": "ServiceHealths_Get", "parameters": [ { - "$ref": "infrastructureinsights.json#/parameters/SubscriptionIdParameter" + "$ref": "InfrastructureInsights.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "infrastructureinsights.json#/parameters/LocationParameter" + "$ref": "InfrastructureInsights.json#/parameters/LocationParameter" }, { "$ref": "#/parameters/ServiceHealthParameter" }, { - "$ref": "infrastructureinsights.json#/parameters/ApiVersionParameter" + "$ref": "InfrastructureInsights.json#/parameters/ApiVersionParameter" } ], "responses": { @@ -111,7 +111,7 @@ }, "allOf": [ { - "$ref": "infrastructureinsights.json#/definitions/Resource" + "$ref": "InfrastructureInsights.json#/definitions/Resource" } ] }, @@ -133,7 +133,7 @@ }, "allOf": [ { - "$ref": "infrastructureinsights.json#/definitions/BaseHealth" + "$ref": "InfrastructureInsights.json#/definitions/BaseHealth" } ] }, diff --git a/specification/azsadmin/resource-manager/InfrastructureInsights/readme.md b/specification/azsadmin/resource-manager/InfrastructureInsights/readme.md index 4ef864f06eee..a2b08b300d17 100644 --- a/specification/azsadmin/resource-manager/InfrastructureInsights/readme.md +++ b/specification/azsadmin/resource-manager/InfrastructureInsights/readme.md @@ -33,11 +33,11 @@ These settings apply only when `--tag=package-2016-05-01` is specified on the co ``` yaml $(tag) == 'package-2016-05-01' input-file: - - Microsoft.InfrastructureInsights.Admin/2016-05-01/infrastructureinsights.json - - Microsoft.InfrastructureInsights.Admin/2016-05-01/alert.json - - Microsoft.InfrastructureInsights.Admin/2016-05-01/regionHealth.json - - Microsoft.InfrastructureInsights.Admin/2016-05-01/resourceHealth.json - - Microsoft.InfrastructureInsights.Admin/2016-05-01/serviceHealth.json + - Microsoft.InfrastructureInsights.Admin/2016-05-01/InfrastructureInsights.json + - Microsoft.InfrastructureInsights.Admin/2016-05-01/Alert.json + - Microsoft.InfrastructureInsights.Admin/2016-05-01/RegionHealth.json + - Microsoft.InfrastructureInsights.Admin/2016-05-01/ResourceHealth.json + - Microsoft.InfrastructureInsights.Admin/2016-05-01/ServiceHealth.json ``` --- diff --git a/specification/azsadmin/resource-manager/commerce/readme.md b/specification/azsadmin/resource-manager/commerce/readme.md index fdf33b92202a..013517df1e65 100644 --- a/specification/azsadmin/resource-manager/commerce/readme.md +++ b/specification/azsadmin/resource-manager/commerce/readme.md @@ -33,7 +33,7 @@ These settings apply only when `--tag=package-2015-06-01-preview` is specified o ``` yaml $(tag) == 'package-2015-06-01-preview' input-file: - - Microsoft.Commerce.Admin/2015-06-01-preview/commerceAdmin.json + - Microsoft.Commerce.Admin/2015-06-01-preview/CommerceAdmin.json ``` --- diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/operations.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/Operations.json similarity index 100% rename from specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/operations.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/Operations.json From fd5267e0b5c1cc3c1c417877837f8eb5f657dacb Mon Sep 17 00:00:00 2001 From: "Jeffrey A. Robinson" Date: Wed, 30 Aug 2017 16:17:39 -0700 Subject: [PATCH 8/8] Missed renaming of health rp --- .../{infrastructureinsights.json => InfrastructureInsights.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename specification/azsadmin/resource-manager/InfrastructureInsights/Microsoft.InfrastructureInsights.Admin/2016-05-01/{infrastructureinsights.json => InfrastructureInsights.json} (100%) diff --git a/specification/azsadmin/resource-manager/InfrastructureInsights/Microsoft.InfrastructureInsights.Admin/2016-05-01/infrastructureinsights.json b/specification/azsadmin/resource-manager/InfrastructureInsights/Microsoft.InfrastructureInsights.Admin/2016-05-01/InfrastructureInsights.json similarity index 100% rename from specification/azsadmin/resource-manager/InfrastructureInsights/Microsoft.InfrastructureInsights.Admin/2016-05-01/infrastructureinsights.json rename to specification/azsadmin/resource-manager/InfrastructureInsights/Microsoft.InfrastructureInsights.Admin/2016-05-01/InfrastructureInsights.json