diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/EdgeGateway.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/EdgeGateway.json similarity index 74% rename from specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/EdgeGateway.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/EdgeGateway.json index bfca4564ecb1..09c8edea9ec8 100644 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/EdgeGateway.json +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/EdgeGateway.json @@ -16,22 +16,25 @@ "application/json" ], "paths": { - "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/edgeGateways/{edgeGateway}": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/edgeGateways/{edgeGateway}": { "get": { "x-ms-examples": { - "Get an edge gateway": { - "$ref": "./examples/EdgeGateway/EdgeGatewayGetOperation_example.json" + "Returns the requested edge gateway.": { + "$ref": "./examples/EdgeGateway/Get.json" } }, "tags": [ "EdgeGateways" ], - "description": "Get an edge gateway by name.", + "description": "Returns the requested edge gateway.", "operationId": "EdgeGateways_Get", "parameters": [ { "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, + { + "$ref": "Fabric.json#/parameters/ResourceGroupParameter" + }, { "$ref": "Fabric.json#/parameters/LocationParameter" }, @@ -48,26 +51,32 @@ "schema": { "$ref": "#/definitions/EdgeGateway" } + }, + "404": { + "description": "NOT FOUND" } } } }, - "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/edgeGateways": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/edgeGateways": { "get": { "x-ms-examples": { - "List all edge gateways": { - "$ref": "./examples/EdgeGateway/EdgeGatewayListOperation_example.json" + "Returns the list of all edge gateways at a certain location.": { + "$ref": "./examples/EdgeGateway/List.json" } }, "tags": [ "EdgeGateways" ], - "description": "Get a list of all edge gateways at a certain location.", + "description": "Returns the list of all edge gateways at a certain location.", "operationId": "EdgeGateways_List", "parameters": [ { "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, + { + "$ref": "Fabric.json#/parameters/ResourceGroupParameter" + }, { "$ref": "Fabric.json#/parameters/LocationParameter" }, @@ -84,6 +93,9 @@ "schema": { "$ref": "#/definitions/EdgeGatewayList" } + }, + "404": { + "description": "NOT FOUND" } }, "x-ms-pageable": { @@ -99,7 +111,7 @@ "type": "object", "properties": { "properties": { - "description": "Model which holds information related to edge gateways.", + "description": "Object which holds information related to edge gateways.", "$ref": "#/definitions/EdgeGatewayModel", "x-ms-client-flatten": true } @@ -111,7 +123,7 @@ ] }, "EdgeGatewayModel": { - "description": "Model which holds information related to edge gateways.", + "description": "Object which holds information related to edge gateways.", "type": "object", "properties": { "state": { @@ -140,7 +152,7 @@ "type": "object", "properties": { "value": { - "description": "Array of edge gateways.", + "description": "List of edge gateways.", "type": "array", "items": { "$ref": "#/definitions/EdgeGateway" @@ -156,7 +168,7 @@ "parameters": { "EdgeGatewayParameter": { "name": "edgeGateway", - "description": "name of the edge gateway.", + "description": "Name of the edge gateway.", "in": "path", "required": true, "type": "string", @@ -168,7 +180,7 @@ "type": "oauth2", "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", "flow": "implicit", - "description": "Azure Active Directory OAuth2 Flow", + "description": "Authorization uses an Azure Active Directory OAuth2 flow.", "scopes": { "user_impersonation": "impersonate your user account" } @@ -181,4 +193,4 @@ ] } ] -} \ No newline at end of file +} diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/EdgeGatewayPool.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/EdgeGatewayPool.json similarity index 76% rename from specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/EdgeGatewayPool.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/EdgeGatewayPool.json index cd38cd2aaf4a..09861aa5f412 100644 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/EdgeGatewayPool.json +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/EdgeGatewayPool.json @@ -16,22 +16,25 @@ "application/json" ], "paths": { - "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/edgeGatewayPools/{edgeGatewayPool}": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/edgeGatewayPools/{edgeGatewayPool}": { "get": { "x-ms-examples": { - "Get an edge gateway pool": { - "$ref": "./examples/EdgeGatewayPool/EdgeGatewayPoolGetOperation_example.json" + "Returns the requested edge gateway pool object.": { + "$ref": "./examples/EdgeGatewayPool/Get.json" } }, - "description": "Get an EdgeGatewayPool.", "tags": [ "EdgeGatewayPools" ], + "description": "Returns the requested edge gateway pool object.", "operationId": "EdgeGatewayPools_Get", "parameters": [ { "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, + { + "$ref": "Fabric.json#/parameters/ResourceGroupParameter" + }, { "$ref": "Fabric.json#/parameters/LocationParameter" }, @@ -48,26 +51,32 @@ "schema": { "$ref": "#/definitions/EdgeGatewayPool" } + }, + "404": { + "description": "NOT FOUND" } } } }, - "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/edgeGatewayPools": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/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" + "Returns a list of all edge gateway pool objects at a location.": { + "$ref": "./examples/EdgeGatewayPool/List.json" } }, "tags": [ "EdgeGatewayPools" ], - "description": "Get a list of all edge gateway pools at a location.", + "description": "Returns a list of all edge gateway pool objects at a location.", "operationId": "EdgeGatewayPools_List", "parameters": [ { "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, + { + "$ref": "Fabric.json#/parameters/ResourceGroupParameter" + }, { "$ref": "Fabric.json#/parameters/LocationParameter" }, @@ -84,6 +93,9 @@ "schema": { "$ref": "#/definitions/EdgeGatewayPoolList" } + }, + "404" : { + "description": "NOT FOUND" } }, "x-ms-pageable": { @@ -95,11 +107,11 @@ }, "definitions": { "EdgeGatewayPool": { - "description": "This resource represents an edge gateway pool, which contains an array of gateways.", + "description": "This object represents an edge gateway pool, which contains a list of gateways.", "type": "object", "properties": { "properties": { - "description": "All the properties of an edge gateway pool.", + "description": "The properties of an edge gateway pool.", "x-ms-client-flatten": true, "$ref": "#/definitions/EdgeGatewayPoolModel" } @@ -111,11 +123,11 @@ ] }, "EdgeGatewayPoolModel": { - "description": "A model holding all properties of an edge gateway pool.", + "description": "An object that contains the properties of an edge gateway pool.", "type": "object", "properties": { "gatewayType": { - "description": "The gateway type (S2sIPsec, S2sGre, etc).", + "description": "The gateway type, for example, S2sIPsec, S2sGre, and so on.", "type": "string" }, "numberOfGateways": { @@ -142,7 +154,7 @@ "type": "string" }, "edgeGateways": { - "description": "List of the edge gateways in this pool.", + "description": "List of the edge gateways in the pool.", "type": "array", "items": { "type": "string" @@ -151,11 +163,11 @@ } }, "EdgeGatewayPoolList": { - "description": "A pageable list of edge gateway pools.", + "description": "A pageable list of edge gateway pools objects.", "type": "object", "properties": { "value": { - "description": "The array of edge gateway pools in this page.", + "description": "List of edge gateway pool objects.", "type": "array", "items": { "$ref": "#/definitions/EdgeGatewayPool" @@ -183,7 +195,7 @@ "type": "oauth2", "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", "flow": "implicit", - "description": "Azure Active Directory OAuth2 Flow", + "description": "Authorization uses an Azure Active Directory OAuth2 flow.", "scopes": { "user_impersonation": "impersonate your user account" } @@ -196,4 +208,4 @@ ] } ] -} \ No newline at end of file +} diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/Fabric.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/Fabric.json new file mode 100644 index 000000000000..f542edc61f50 --- /dev/null +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/Fabric.json @@ -0,0 +1,214 @@ +{ + "swagger": "2.0", + "info": { + "version": "2016-05-01", + "title": "FabricAdminClient", + "description": "The Admin Fabric Management Client." + }, + "host": "adminmanagement.local.azurestack.external", + "schemes": [ + "https" + ], + "produces": [ + "application/json" + ], + "consumes": [ + "application/json" + ], + "paths": { + "/providers/Microsoft.Fabric.Admin/operations": { + "get": { + "x-ms-examples": { + "Returns the list of support REST operations.": { + "$ref": "./examples/Operations/List.json" + } + }, + "description": "Returns the list of support REST operations.", + "tags": [ + "Fabric" + ], + "operationId": "Fabric_ListOperations", + "parameters": [ + { + "$ref": "#/parameters/ApiVersionParameter" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/OperationList" + } + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + } + } + } + }, + "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": "The region where the resource is located.", + "type": "string" + }, + "tags": { + "description": "List of key-value pairs.", + "type": "object", + "additionalProperties": { + "type": "string" + } + } + }, + "x-ms-azure-resource": true + }, + "Operation": { + "description": "Describes the supported REST operation.", + "properties": { + "name": { + "description": "The name of the operation being performed on this particular object. This name should match the name that appears in RBAC or the event service.", + "type": "string" + }, + "display": { + "description": "Contains the localized display information for this particular operation or action.", + "$ref": "#/definitions/Display" + } + } + }, + "Display": { + "description": "Contains the localized display information for this particular operation / action.", + "properties": { + "provider": { + "description": "The localized friendly form of the resource provider name – it is expected to also include the publisher/company responsible. It should use Title Casing and begin with \"Microsoft\" for 1st party services. e.g. \"Microsoft Monitoring Insights\" or \"Microsoft Compute.\".", + "type": "string" + }, + "resource": { + "description": "The localized, friendly version of the resource type related to this action or operation; the resource type should match the public documentation for the resource provider.", + "type": "string" + }, + "operation": { + "description": "The localized, friendly name for the operation. Use the name as it will be displayed to the user.", + "type": "string" + }, + "description": { + "description": "The localized, friendly description for the operation. The description will be displayed to the user. It should be thorough and concise for used in both tooltips and detailed views.", + "type": "string" + } + } + }, + "OperationList": { + "description": "A pageable list of supported operations objects.", + "properties": { + "value": { + "description": "List of supported operations.", + "type": "array", + "items": { + "$ref": "#/definitions/Operation" + } + }, + "nextLink": { + "description": "URI to next page.", + "type": "string" + } + } + }, + "ProvisioningState": { + "description": "Provisioning status of the resource.", + "type": "object", + "properties": { + "properties": { + "description": "Provisioning status of the resource.", + "x-ms-client-flatten": true, + "$ref": "#/definitions/ProvisioningStateProperties" + } + } + }, + "ProvisioningStateProperties": { + "description": "Provisioning status of the resource.", + "type": "object", + "properties": { + "provisioningState": { + "description": "Provisioning status of the resource.", + "type": "string" + } + } + } + }, + "parameters": { + "SubscriptionIdParameter": { + "name": "subscriptionId", + "in": "path", + "description": "Subscription credentials that 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" + }, + "ResourceGroupParameter": { + "description": "Name of the resource group.", + "name": "resourceGroupName", + "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": "Authorization uses an Azure Active Directory OAuth2 flow.", + "scopes": { + "user_impersonation": "impersonate your user account" + } + } + }, + "security": [ + { + "azure_auth": [ + "user_impersonation" + ] + } + ] +} diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/FabricLocation.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/FabricLocation.json similarity index 57% rename from specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/FabricLocation.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/FabricLocation.json index c8d8f1ee6480..eff2634e1121 100644 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/FabricLocation.json +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/FabricLocation.json @@ -16,24 +16,24 @@ "application/json" ], "paths": { - "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{fabricLocation}": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Fabric.Admin/fabricLocations/{fabricLocation}": { "get": { "x-ms-examples": { - "Get a fabric location": { - "$ref": "./examples/FabricLocation/FabricLocationGetOperation_example.json" + "Returns the requested fabric location.": { + "$ref": "./examples/FabricLocation/Get.json" } }, "tags": [ "FabricLocations" ], - "description": "Get a fabric location.", + "description": "Returns the requested fabric location.", "operationId": "FabricLocations_Get", "parameters": [ { "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "Fabric.json#/parameters/LocationParameter" + "$ref": "Fabric.json#/parameters/ResourceGroupParameter" }, { "$ref": "#/parameters/FabricLocationParameter" @@ -48,28 +48,31 @@ "schema": { "$ref": "#/definitions/FabricLocation" } + }, + "404": { + "description": "NOT FOUND" } } } }, - "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Fabric.Admin/fabricLocations": { "get": { "x-ms-examples": { - "List all fabric locations": { - "$ref": "./examples/FabricLocation/FabricLocationListOperation_example.json" + "Returns a list of all fabric locations.": { + "$ref": "./examples/FabricLocation/List.json" } }, "tags": [ "FabricLocations" ], - "description": "Get a list of all fabric locations.", + "description": "Returns a list of all fabric locations.", "operationId": "FabricLocations_List", "parameters": [ { "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "Fabric.json#/parameters/LocationParameter" + "$ref": "Fabric.json#/parameters/ResourceGroupParameter" }, { "$ref": "Fabric.json#/parameters/ApiVersionParameter" @@ -90,6 +93,40 @@ "nextLinkName": "nextLink" }, "x-ms-odata": "#/definitions/FabricLocation" + }, + "put": { + "x-ms-examples": { + "Creates or updates a fabric location. This will fail if called outside deployment.": { + "$ref": "./examples/FabricLocation/Put.json" + } + }, + "tags": [ + "FabricLocations" + ], + "description": "Creates or updates a fabric location. This will fail if called outside deployment.", + "operationId": "FabricLocations_Create", + "parameters": [ + { + "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "Fabric.json#/parameters/ResourceGroupParameter" + }, + { + "$ref": "Fabric.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/FabricLocationObjectParameter" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/FabricLocation" + } + } + } } } }, @@ -97,7 +134,12 @@ "FabricLocation": { "description": "Place holder for fabric location.", "type": "object", - "properties": {}, + "properties": { + "properties" : { + "description" : "Empty object.", + "type" : "object" + } + }, "allOf": [ { "$ref": "Fabric.json#/definitions/Resource" @@ -109,7 +151,7 @@ "type": "object", "properties": { "value": { - "description": "List of fabric locations for this page.", + "description": "List of fabric locations.", "type": "array", "items": { "$ref": "#/definitions/FabricLocation" @@ -124,12 +166,22 @@ }, "parameters": { "FabricLocationParameter": { - "description": "Fabric Location.", + "description": "Fabric location.", "name": "fabricLocation", "type": "string", "in": "path", "required": true, "x-ms-parameter-location": "method" + }, + "FabricLocationObjectParameter": { + "description": "Fabric location object.", + "name": "fabricObject", + "schema": { + "$ref": "#/definitions/FabricLocation" + }, + "in": "body", + "required": true, + "x-ms-parameter-location": "method" } }, "securityDefinitions": { @@ -137,7 +189,7 @@ "type": "oauth2", "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", "flow": "implicit", - "description": "Azure Active Directory OAuth2 Flow", + "description": "Authorization uses an Azure Active Directory OAuth2 flow.", "scopes": { "user_impersonation": "impersonate your user account" } @@ -150,4 +202,4 @@ ] } ] -} \ No newline at end of file +} diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/FileShare.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/FileShare.json similarity index 75% rename from specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/FileShare.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/FileShare.json index 2717915ec598..9fcb109621cd 100644 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/FileShare.json +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/FileShare.json @@ -16,22 +16,25 @@ "application/json" ], "paths": { - "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/fileShares/{fileShare}": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/fileShares/{fileShare}": { "get": { "x-ms-examples": { - "Get a file share": { - "$ref": "./examples/FileShare/FileShareGetOperation_example.json" + "Returns the requested fabric file share.": { + "$ref": "./examples/FileShare/Get.json" } }, "tags": [ "FileShares" ], - "description": "Get a fabric file share.", + "description": "Returns the requested fabric file share.", "operationId": "FileShares_Get", "parameters": [ { "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, + { + "$ref": "Fabric.json#/parameters/ResourceGroupParameter" + }, { "$ref": "Fabric.json#/parameters/LocationParameter" }, @@ -48,15 +51,18 @@ "schema": { "$ref": "#/definitions/FileShare" } + }, + "404": { + "description": "NOT FOUND" } } } }, - "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/fileShares": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/fileShares": { "get": { "x-ms-examples": { - "List all file shares": { - "$ref": "./examples/FileShare/FileShareListOperation_example.json" + "Returns a list of all fabric file shares at a certain location.": { + "$ref": "./examples/FileShare/List.json" } }, "x-ms-pageable": { @@ -65,12 +71,15 @@ "tags": [ "FileShares" ], - "description": "Get a list of all fabric file shares at a certain location.", + "description": "Returns a list of all fabric file shares at a certain location.", "operationId": "FileShares_List", "parameters": [ { "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, + { + "$ref": "Fabric.json#/parameters/ResourceGroupParameter" + }, { "$ref": "Fabric.json#/parameters/LocationParameter" }, @@ -87,6 +96,9 @@ "schema": { "$ref": "#/definitions/FileShareList" } + }, + "404": { + "description": "NOT FOUND" } }, "x-ms-odata": "#/definitions/FileShare" @@ -95,7 +107,7 @@ }, "definitions": { "FileShare": { - "description": "Representation of a file share resource.", + "description": "Object that contains properties of the file share resource.", "type": "object", "properties": { "properties": { @@ -115,7 +127,7 @@ "type": "object", "properties": { "associatedVolume": { - "description": "Associated volume Id.", + "description": "Associated volume ID.", "type": "string" }, "uncPath": { @@ -129,7 +141,7 @@ "type": "object", "properties": { "value": { - "description": "List of fabric file shares for this page.", + "description": "List of fabric file shares.", "type": "array", "items": { "$ref": "#/definitions/FileShare" @@ -153,7 +165,7 @@ "type": "oauth2", "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", "flow": "implicit", - "description": "Azure Active Directory OAuth2 Flow", + "description": "Authorization uses an Azure Active Directory OAuth2 flow.", "scopes": { "user_impersonation": "impersonate your user account" } @@ -166,4 +178,4 @@ ] } ] -} \ No newline at end of file +} diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/InfraRole.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/InfraRole.json similarity index 53% rename from specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/InfraRole.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/InfraRole.json index 9cdc8d0f61d8..3189885ea4c9 100644 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/InfraRole.json +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/InfraRole.json @@ -1,7 +1,7 @@ { "swagger": "2.0", "info": { - "description": "InfraRole operation endpoints and objects.", + "description": "Infrastructure role operation endpoints and objects.", "title": "FabricAdminClient", "version": "2016-05-01" }, @@ -16,22 +16,25 @@ "application/json" ], "paths": { - "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/infraRoles/{infraRole}": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/infraRoles/{infraRole}": { "get": { "x-ms-examples": { - "Get a infra role": { - "$ref": ".//examples/InfraRole/InfraRoleGetOperation_example.json" + "Returns the requested infrastructure role description.": { + "$ref": "./examples/InfraRole/Get.json" } }, "tags": [ "InfraRoles" ], - "description": "Get an infra role description.", + "description": "Returns the requested infrastructure role description.", "operationId": "InfraRoles_Get", "parameters": [ { "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, + { + "$ref": "Fabric.json#/parameters/ResourceGroupParameter" + }, { "$ref": "Fabric.json#/parameters/LocationParameter" }, @@ -48,26 +51,32 @@ "schema": { "$ref": "#/definitions/InfraRole" } + }, + "404": { + "description": "NOT FOUND" } } } }, - "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/infraRoles": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/infraRoles": { "get": { "x-ms-examples": { - "List all infra roles": { - "$ref": ".//examples/InfraRole/InfraRoleListOperation_example.json" + "Returns a list of all infrastructure roles at a location.": { + "$ref": "./examples/InfraRole/List.json" } }, "tags": [ "InfraRoles" ], - "description": "Get a list of all infra roles at a location.", + "description": "Returns a list of all infrastructure roles at a location.", "operationId": "InfraRoles_List", "parameters": [ { "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, + { + "$ref": "Fabric.json#/parameters/ResourceGroupParameter" + }, { "$ref": "Fabric.json#/parameters/LocationParameter" }, @@ -84,6 +93,9 @@ "schema": { "$ref": "#/definitions/InfraRoleList" } + }, + "404": { + "description": "NOT FOUND" } }, "x-ms-pageable": { @@ -91,15 +103,55 @@ }, "x-ms-odata": "#/definitions/InfraRole" } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/infraRoles/{infraRole}/Restart": { + "post": { + "x-ms-examples": { + "Restarts the requestd infrastructure role.": { + "$ref": "./examples/InfraRole/Restart.json" + } + }, + "tags": [ + "InfraRole" + ], + "description": "Restarts the requestd infrastructure role.", + "operationId": "InfraRoles_Restart", + "parameters": [ + { + "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "Fabric.json#/parameters/ResourceGroupParameter" + }, + { + "$ref": "Fabric.json#/parameters/LocationParameter" + }, + { + "$ref": "#/parameters/InfraRoleParameter" + }, + { + "$ref": "Fabric.json#/parameters/ApiVersionParameter" + } + ], + "responses": { + "200": { + "description": "OK" + }, + "202": { + "description": "ACCEPTED" + } + }, + "x-ms-long-running-operation": true + } } }, "definitions": { "InfraRole": { - "description": "Get an infra role description.", + "description": "Infrastructure role description.", "type": "object", "properties": { "properties": { - "description": "Infra role properties.", + "description": "Infrastructure role properties.", "x-ms-client-flatten": true, "$ref": "#/definitions/InfraRoleModel" } @@ -111,24 +163,32 @@ ] }, "InfraRoleModel": { - "description": "Infra role properties.", + "description": "Infrastructure role properties.", "type": "object", "properties": { "instances": { - "description": "List of infra role instances.", + "description": "List of infrastructure role instances.", "type": "array", "items": { "type": "string" } + }, + "displayName": { + "description": "Display name for the infrastructure role.", + "type": "string" + }, + "restartable": { + "description": "Value indicating whether the infrastructure role can be restarted.", + "type": "boolean" } } }, "InfraRoleList": { - "description": "Pageable list of infra roles.", + "description": "Pageable list of infrastructure roles.", "type": "object", "properties": { "value": { - "description": "List of infra roles for this page.", + "description": "List of infrastructure roles.", "type": "array", "items": { "$ref": "#/definitions/InfraRole" @@ -144,7 +204,7 @@ "parameters": { "InfraRoleParameter": { "name": "infraRole", - "description": "Infra role name.", + "description": "Infrastructure role name.", "in": "path", "required": true, "type": "string", @@ -156,7 +216,7 @@ "type": "oauth2", "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", "flow": "implicit", - "description": "Azure Active Directory OAuth2 Flow", + "description": "Authorization uses an Azure Active Directory OAuth2 flow.", "scopes": { "user_impersonation": "impersonate your user account" } @@ -169,4 +229,4 @@ ] } ] -} \ No newline at end of file +} diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/InfraRoleInstance.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/InfraRoleInstance.json similarity index 65% rename from specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/InfraRoleInstance.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/InfraRoleInstance.json index cb4924501c22..ce857a9f9378 100644 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/InfraRoleInstance.json +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/InfraRoleInstance.json @@ -1,7 +1,7 @@ { "swagger": "2.0", "info": { - "description": "InfraRole instance operation endpoints and objects.", + "description": "Infrastructure role instance operation endpoints and objects.", "title": "FabricAdminClient", "version": "2016-05-01" }, @@ -16,22 +16,25 @@ "application/json" ], "paths": { - "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/infraRoleInstances/{infraRoleInstance}/PowerOff": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/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" + "Power off an infrastructure role instance": { + "$ref": "./examples/InfraRoleInstance/PowerOff.json" } }, "tags": [ "InfraRoleInstances" ], - "description": "Power off an infra role instance.", + "description": "Power off an infrastructure role instance.", "operationId": "InfraRoleInstances_PowerOff", "parameters": [ { "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, + { + "$ref": "Fabric.json#/parameters/ResourceGroupParameter" + }, { "$ref": "Fabric.json#/parameters/LocationParameter" }, @@ -44,43 +47,34 @@ ], "responses": { "200": { - "description": "OK", - "schema": { - "$ref": "Operations.json#/definitions/OperationStatus" - } + "description": "OK" }, "202": { - "description": "ACCEPTED", - "schema": { - "$ref": "Operations.json#/definitions/OperationStatus" - } - }, - "500": { - "description": "FAILURE", - "schema": { - "$ref": "Operations.json#/definitions/OperationStatus" - } + "description": "ACCEPTED" } }, "x-ms-long-running-operation": true } }, - "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/infraRoleInstances/{infraRoleInstance}/PowerOn": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/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" + "Power on an infrastructure role instance": { + "$ref": "./examples/InfraRoleInstance/PowerOn.json" } }, "tags": [ "InfraRoleInstances" ], - "description": "Power on an infra role instance.", + "description": "Power on an infrastructure role instance.", "operationId": "InfraRoleInstances_PowerOn", "parameters": [ { "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, + { + "$ref": "Fabric.json#/parameters/ResourceGroupParameter" + }, { "$ref": "Fabric.json#/parameters/LocationParameter" }, @@ -93,43 +87,34 @@ ], "responses": { "200": { - "description": "OK", - "schema": { - "$ref": "Operations.json#/definitions/OperationStatus" - } + "description": "OK" }, "202": { - "description": "ACCEPTED", - "schema": { - "$ref": "Operations.json#/definitions/OperationStatus" - } - }, - "500": { - "description": "FAILURE", - "schema": { - "$ref": "Operations.json#/definitions/OperationStatus" - } + "description": "ACCEPTED" } }, "x-ms-long-running-operation": true } }, - "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/infraRoleInstances/{infraRoleInstance}/Shutdown": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/infraRoleInstances/{infraRoleInstance}/Shutdown": { "post": { "x-ms-examples": { - "Shutdown an infra role instance": { - "$ref": "./examples/InfraRoleInstance/InfraRoleInstanceShutdownOperation_example.json" + "Shutdown an infrastructure role instance": { + "$ref": "./examples/InfraRoleInstance/Shutdown.json" } }, "tags": [ "InfraRoleInstances" ], - "description": "Shut down an infra role instance.", + "description": "Shut down an infrastructure role instance.", "operationId": "InfraRoleInstances_Shutdown", "parameters": [ { "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, + { + "$ref": "Fabric.json#/parameters/ResourceGroupParameter" + }, { "$ref": "Fabric.json#/parameters/LocationParameter" }, @@ -142,43 +127,34 @@ ], "responses": { "200": { - "description": "OK", - "schema": { - "$ref": "Operations.json#/definitions/OperationStatus" - } + "description": "OK" }, "202": { - "description": "ACCEPTED", - "schema": { - "$ref": "Operations.json#/definitions/OperationStatus" - } - }, - "500": { - "description": "FAILURE", - "schema": { - "$ref": "Operations.json#/definitions/OperationStatus" - } + "description": "ACCEPTED" } }, "x-ms-long-running-operation": true } }, - "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/infraRoleInstances/{infraRoleInstance}/Reboot": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/infraRoleInstances/{infraRoleInstance}/Reboot": { "post": { "x-ms-examples": { - "Reboot an infra role instance": { - "$ref": "./examples/InfraRoleInstance/InfraRoleInstanceRebootOperation_example.json" + "Reboot an infrastructure role instance": { + "$ref": "./examples/InfraRoleInstance/Reboot.json" } }, "tags": [ "InfraRoleInstances" ], - "description": "Reboot an infra role instance.", + "description": "Reboot an infrastructure role instance.", "operationId": "InfraRoleInstances_Reboot", "parameters": [ { "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, + { + "$ref": "Fabric.json#/parameters/ResourceGroupParameter" + }, { "$ref": "Fabric.json#/parameters/LocationParameter" }, @@ -191,43 +167,34 @@ ], "responses": { "200": { - "description": "OK", - "schema": { - "$ref": "Operations.json#/definitions/OperationStatus" - } + "description": "OK" }, "202": { - "description": "ACCEPTED", - "schema": { - "$ref": "Operations.json#/definitions/OperationStatus" - } - }, - "500": { - "description": "FAILURE", - "schema": { - "$ref": "Operations.json#/definitions/OperationStatus" - } + "description": "ACCEPTED" } }, "x-ms-long-running-operation": true } }, - "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/infraRoleInstances/{infraRoleInstance}": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/infraRoleInstances/{infraRoleInstance}": { "get": { "x-ms-examples": { - "Get an infra role instance": { - "$ref": "./examples/InfraRoleInstance/InfraRoleInstanceGetOperation_example.json" + "Return the requested infrastructure role instance.": { + "$ref": "./examples/InfraRoleInstance/Get.json" } }, "tags": [ "InfraRoleInstances" ], - "description": "Get an infra role instance.", + "description": "Return the requested infrastructure role instance.", "operationId": "InfraRoleInstances_Get", "parameters": [ { "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, + { + "$ref": "Fabric.json#/parameters/ResourceGroupParameter" + }, { "$ref": "Fabric.json#/parameters/LocationParameter" }, @@ -244,26 +211,32 @@ "schema": { "$ref": "#/definitions/InfraRoleInstance" } + }, + "404": { + "description": "NOT FOUND" } } } }, - "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/infraRoleInstances": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/infraRoleInstances": { "get": { "x-ms-examples": { - "List all infra role instances": { - "$ref": "./examples/InfraRoleInstance/InfraRoleInstanceListOperation_example.json" + "Returns a list of all infrastructure role instances at a location.": { + "$ref": "./examples/InfraRoleInstance/List.json" } }, "tags": [ "InfraRoleInstances" ], - "description": "Get a list of all infra role instances at a location.", + "description": "Returns a list of all infrastructure role instances at a location.", "operationId": "InfraRoleInstances_List", "parameters": [ { "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, + { + "$ref": "Fabric.json#/parameters/ResourceGroupParameter" + }, { "$ref": "Fabric.json#/parameters/LocationParameter" }, @@ -280,6 +253,9 @@ "schema": { "$ref": "#/definitions/InfraRoleInstanceList" } + }, + "404": { + "description": "NOT FOUND" } }, "x-ms-pageable": { @@ -295,7 +271,7 @@ "type": "object", "properties": { "properties": { - "description": "All properties of an infra role instance.", + "description": "All properties of an infrastructure role instance.", "x-ms-client-flatten": true, "$ref": "#/definitions/InfraRoleInstanceModel" } @@ -307,7 +283,7 @@ ] }, "InfraRoleInstanceModel": { - "description": "All properties of an infra role instance.", + "description": "All properties of an infrastructure role instance.", "type": "object", "properties": { "scaleUnit": { @@ -343,7 +319,7 @@ "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.", + "description": "The amount of memory, in GB, currently assigned to the virtual machine.", "format": "float", "type": "number" }, @@ -355,11 +331,11 @@ } }, "InfraRoleInstanceList": { - "description": "Pageable list of infra role instances.", + "description": "Pageable list of infrastructure role instances.", "type": "object", "properties": { "value": { - "description": "List of infra role instances for this page.", + "description": "List of infrastructure role instances.", "type": "array", "items": { "$ref": "#/definitions/InfraRoleInstance" @@ -375,7 +351,7 @@ "parameters": { "InfraRoleInstanceParameter": { "name": "infraRoleInstance", - "description": "Name of an infra role instance.", + "description": "Name of an infrastructure role instance.", "in": "path", "required": true, "type": "string", @@ -387,7 +363,7 @@ "type": "oauth2", "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", "flow": "implicit", - "description": "Azure Active Directory OAuth2 Flow", + "description": "Authorization uses an Azure Active Directory OAuth2 flow.", "scopes": { "user_impersonation": "impersonate your user account" } @@ -400,4 +376,4 @@ ] } ] -} \ No newline at end of file +} diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/IpPool.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/IpPool.json similarity index 74% rename from specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/IpPool.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/IpPool.json index d765e6ac9a5d..69aaa660de90 100644 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/IpPool.json +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/IpPool.json @@ -1,7 +1,7 @@ { "swagger": "2.0", "info": { - "description": "Ip pool operation endpoints and objects.", + "description": "IP pool operation endpoints and objects.", "title": "FabricAdminClient", "version": "2016-05-01" }, @@ -16,22 +16,25 @@ "application/json" ], "paths": { - "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/ipPools/{ipPool}": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/ipPools/{ipPool}": { "get": { "x-ms-examples": { - "Get an ip pool": { - "$ref": "./examples/IpPool/IpPoolGetOperation_example.json" + "Return the requested IP pool.": { + "$ref": "./examples/IpPool/Get.json" } }, "tags": [ "IpPools" ], - "description": "Get an ip pool.", + "description": "Return the requested IP pool.", "operationId": "IpPools_Get", "parameters": [ { "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, + { + "$ref": "Fabric.json#/parameters/ResourceGroupParameter" + }, { "$ref": "Fabric.json#/parameters/LocationParameter" }, @@ -48,24 +51,30 @@ "schema": { "$ref": "#/definitions/IpPool" } + }, + "404": { + "description": "NOT FOUND" } } }, "put": { "x-ms-examples": { - "Create an ip pool": { - "$ref": "./examples/IpPool/IpPoolCreateOperation_example.json" + "Create an IP pool. Once created an IP pool cannot be deleted.": { + "$ref": "./examples/IpPool/Create.json" } }, "tags": [ "IpPools" ], - "description": "Create an ip pool.", - "operationId": "IpPools_Create", + "description": "Create an IP pool. Once created an IP pool cannot be deleted.", + "operationId": "IpPools_CreateOrUpdate", "parameters": [ { "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, + { + "$ref": "Fabric.json#/parameters/ResourceGroupParameter" + }, { "$ref": "Fabric.json#/parameters/LocationParameter" }, @@ -83,35 +92,35 @@ "200": { "description": "OK", "schema": { - "$ref": "Operations.json#/definitions/OperationStatus" + "$ref": "Fabric.json#/definitions/ProvisioningState" } }, "202": { - "description": "OK", - "schema": { - "$ref": "Operations.json#/definitions/OperationStatus" - } + "description": "OK" } }, "x-ms-long-running-operation": true } }, - "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/ipPools": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/ipPools": { "get": { "x-ms-examples": { - "List all ip pools": { - "$ref": "./examples/IpPool/IpPoolListOperation_example.json" + "Returns a list of all IP pools at a certain location.": { + "$ref": "./examples/IpPool/List.json" } }, "tags": [ "IpPools" ], - "description": "Get a list of all ip pools at a certain location.", + "description": "Returns a list of all IP pools at a certain location.", "operationId": "IpPools_List", "parameters": [ { "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, + { + "$ref": "Fabric.json#/parameters/ResourceGroupParameter" + }, { "$ref": "Fabric.json#/parameters/LocationParameter" }, @@ -128,6 +137,9 @@ "schema": { "$ref": "#/definitions/IpPoolList" } + }, + "404": { + "description": "NOT FOUND" } }, "x-ms-pageable": { @@ -159,11 +171,11 @@ "type": "object", "properties": { "startIpAddress": { - "description": "The starting Ip address.", + "description": "The starting IP address.", "type": "string" }, "endIpAddress": { - "description": "The ending Ip address.", + "description": "The ending IP address.", "type": "string" }, "addressPrefix": { @@ -171,28 +183,28 @@ "type": "string" }, "numberOfIpAddresses": { - "description": "The total number of ip addresses.", + "description": "The total number of IP addresses.", "type": "integer", "format": "int64" }, "numberOfAllocatedIpAddresses": { - "description": "The number of currently allocated ip addresses.", + "description": "The number of currently allocated IP addresses.", "type": "integer", "format": "int64" }, "numberOfIpAddressesInTransition": { - "description": "The current number of ip addresses in transition.", + "description": "The current number of IP addresses in transition.", "type": "integer", "format": "int64" } } }, "IpPoolList": { - "description": "Pageable list of ip pools.", + "description": "Pageable list of IP pools.", "type": "object", "properties": { "value": { - "description": "List of ip pools for this page.", + "description": "List of IP pools.", "type": "array", "items": { "$ref": "#/definitions/IpPool" @@ -208,7 +220,7 @@ "parameters": { "IpPoolParameter": { "name": "pool", - "description": "Ip pool object to send.", + "description": "IP pool object to send.", "in": "body", "required": true, "schema": { @@ -218,7 +230,7 @@ }, "IpPoolNameParameter": { "name": "ipPool", - "description": "Ip pool name.", + "description": "IP pool name.", "type": "string", "in": "path", "required": true, @@ -230,7 +242,7 @@ "type": "oauth2", "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", "flow": "implicit", - "description": "Azure Active Directory OAuth2 Flow", + "description": "Authorization uses an Azure Active Directory OAuth2 flow.", "scopes": { "user_impersonation": "impersonate your user account" } @@ -243,4 +255,4 @@ ] } ] -} \ No newline at end of file +} diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/LogicalNetwork.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/LogicalNetwork.json similarity index 76% rename from specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/LogicalNetwork.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/LogicalNetwork.json index 092f9d1f46cf..3c88e6cf978e 100644 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/LogicalNetwork.json +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/LogicalNetwork.json @@ -16,22 +16,25 @@ "application/json" ], "paths": { - "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/logicalNetworks/{logicalNetwork}": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/logicalNetworks/{logicalNetwork}": { "get": { "x-ms-examples": { - "Get a logical network": { - "$ref": "./examples/LogicalNetwork/LogicalNetworkGetOperation_example.json" + "Returns the requested logical network.": { + "$ref": "./examples/LogicalNetwork/Get.json" } }, "tags": [ "LogicalNetworks" ], - "description": "Get a logical network.", + "description": "Returns the requested logical network.", "operationId": "LogicalNetworks_Get", "parameters": [ { "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, + { + "$ref": "Fabric.json#/parameters/ResourceGroupParameter" + }, { "$ref": "Fabric.json#/parameters/LocationParameter" }, @@ -48,15 +51,18 @@ "schema": { "$ref": "#/definitions/LogicalNetwork" } + }, + "404": { + "description": "NOT FOUND" } } } }, - "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/logicalNetworks": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/logicalNetworks": { "get": { "x-ms-examples": { - "List all logical networks": { - "$ref": "./examples/LogicalNetwork/LogicalNetworkListOperation_example.json" + "Returns a list of all logical networks at a location.": { + "$ref": "./examples/LogicalNetwork/List.json" } }, "x-ms-pageable": { @@ -65,12 +71,15 @@ "tags": [ "LogicalNetworks" ], - "description": "Get a list of all logical networks at a location.", + "description": "Returns a list of all logical networks at a location.", "operationId": "LogicalNetworks_List", "parameters": [ { "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, + { + "$ref": "Fabric.json#/parameters/ResourceGroupParameter" + }, { "$ref": "Fabric.json#/parameters/LocationParameter" }, @@ -87,6 +96,9 @@ "schema": { "$ref": "#/definitions/LogicalNetworkList" } + }, + "404": { + "description": "NOT FOUND" } }, "x-ms-odata": "#/definitions/LogicalNetwork" @@ -95,7 +107,7 @@ }, "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.", + "description": "This resource represents a logical partition of physical network that is dedicated for a particular purpose. A logical network comprises a collection of logical subnets.", "type": "object", "properties": { "properties": { @@ -115,18 +127,18 @@ "type": "object", "properties": { "metadata": { - "description": "Metadata related to this Logical Network.", + "description": "Metadata related to the logical network.", "type": "object", "additionalProperties": { "type": "string" } }, "networkVirtualizationEnabled": { - "description": "Is Network Virtualization is enabled on this Logical Network.", + "description": "Flag to indicate that the network virtualization is enabled on the logical network.", "type": "boolean" }, "subnets": { - "description": "List of subnets belonging to this Logical Network.", + "description": "List of subnets belonging to the logical network.", "type": "array", "items": { "type": "string" @@ -139,7 +151,7 @@ "type": "object", "properties": { "value": { - "description": "List of logical networks for this page.", + "description": "List of logical networks.", "type": "array", "items": { "$ref": "#/definitions/LogicalNetwork" @@ -167,7 +179,7 @@ "type": "oauth2", "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", "flow": "implicit", - "description": "Azure Active Directory OAuth2 Flow", + "description": "Authorization uses an Azure Active Directory OAuth2 flow.", "scopes": { "user_impersonation": "impersonate your user account" } @@ -180,4 +192,4 @@ ] } ] -} \ No newline at end of file +} diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/LogicalSubnet.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/LogicalSubnet.json similarity index 73% rename from specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/LogicalSubnet.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/LogicalSubnet.json index 887cedf8ae83..f7bcf35b7644 100644 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/LogicalSubnet.json +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/LogicalSubnet.json @@ -16,22 +16,25 @@ "application/json" ], "paths": { - "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/logicalNetworks/{logicalNetwork}/logicalSubnets/{logicalSubnet}": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/logicalNetworks/{logicalNetwork}/logicalSubnets/{logicalSubnet}": { "get": { "x-ms-examples": { - "Get a logical subnet": { - "$ref": "./examples/LogicalSubnet/LogicalSubnetGetOperation_example.json" + "Returns the requested logical subnet.": { + "$ref": "./examples/LogicalSubnet/Get.json" } }, "tags": [ "LogicalSubnets" ], - "description": "Get a list of all volumes at a location.", + "description": "Returns the requested logical subnet.", "operationId": "LogicalSubnets_Get", "parameters": [ { "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, + { + "$ref": "Fabric.json#/parameters/ResourceGroupParameter" + }, { "$ref": "Fabric.json#/parameters/LocationParameter" }, @@ -51,26 +54,32 @@ "schema": { "$ref": "#/definitions/LogicalSubnet" } + }, + "404": { + "description": "NOT FOUND" } } } }, - "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/logicalNetworks/{logicalNetwork}/logicalSubnets": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/logicalNetworks/{logicalNetwork}/logicalSubnets": { "get": { "x-ms-examples": { - "List all logical subnets": { - "$ref": "./examples/LogicalSubnet/LogicalSubnetListOperation_example.json" + "Returns a list of all logical subnets.": { + "$ref": "./examples/LogicalSubnet/List.json" } }, "tags": [ "LogicalSubnets" ], - "description": "Get a list of all logical subnets.", + "description": "Returns a list of all logical subnets.", "operationId": "LogicalSubnets_List", "parameters": [ { "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, + { + "$ref": "Fabric.json#/parameters/ResourceGroupParameter" + }, { "$ref": "Fabric.json#/parameters/LocationParameter" }, @@ -90,6 +99,9 @@ "schema": { "$ref": "#/definitions/LogicalSubnetList" } + }, + "404": { + "description": "NOT FOUND" } }, "x-ms-pageable": { @@ -101,7 +113,7 @@ }, "definitions": { "LogicalSubnet": { - "description": "This resource represents a Logical Subnet. A Logical Subnet comprises of subnet/vlan pair.", + "description": "This resource represents a logical subnet. A logical subnet is made of a subnet-vlan pair.", "type": "object", "properties": { "properties": { @@ -121,18 +133,18 @@ "type": "object", "properties": { "ipPools": { - "description": "All ip pools which belong to this subnet.", + "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.", + "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.", + "description": "Metadata related to the logical network.", "type": "object", "additionalProperties": { "type": "string" @@ -145,7 +157,7 @@ "type": "object", "properties": { "value": { - "description": "List of logical subnets on this page.", + "description": "List of logical subnets.", "type": "array", "items": { "$ref": "#/definitions/LogicalSubnet" @@ -181,7 +193,7 @@ "type": "oauth2", "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", "flow": "implicit", - "description": "Azure Active Directory OAuth2 Flow", + "description": "Authorization uses an Azure Active Directory OAuth2 flow.", "scopes": { "user_impersonation": "impersonate your user account" } @@ -194,4 +206,4 @@ ] } ] -} \ No newline at end of file +} diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/MacAddressPool.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/MacAddressPool.json similarity index 79% rename from specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/MacAddressPool.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/MacAddressPool.json index 845747039ba6..1cbd4147343d 100644 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/MacAddressPool.json +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/MacAddressPool.json @@ -16,22 +16,25 @@ "application/json" ], "paths": { - "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/macAddressPools/{macAddressPool}": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/macAddressPools/{macAddressPool}": { "get": { "x-ms-examples": { - "Get a mac address pool": { - "$ref": "./examples/MacAddressPool/MacAddressPoolGetOperation_example.json" + "Returns the requested MAC address pool.": { + "$ref": "./examples/MacAddressPool/Get.json" } }, "tags": [ "MacAddressPools" ], - "description": "Get a MAC address pool.", + "description": "Returns the requested MAC address pool.", "operationId": "MacAddressPools_Get", "parameters": [ { "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, + { + "$ref": "Fabric.json#/parameters/ResourceGroupParameter" + }, { "$ref": "Fabric.json#/parameters/LocationParameter" }, @@ -48,26 +51,32 @@ "schema": { "$ref": "#/definitions/MacAddressPool" } + }, + "404": { + "description": "NOT FOUND" } } } }, - "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/macAddressPools": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/macAddressPools": { "get": { "x-ms-examples": { - "List all mac address pools": { - "$ref": "./examples/MacAddressPool/MacAddressPoolListOperation_example.json" + "Returns all MAC address pools": { + "$ref": "./examples/MacAddressPool/List.json" } }, "tags": [ "MacAddressPools" ], - "description": "Get a list of all MAC address pools at a location.", + "description": "Returns a list of all MAC address pools at a location.", "operationId": "MacAddressPools_List", "parameters": [ { "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, + { + "$ref": "Fabric.json#/parameters/ResourceGroupParameter" + }, { "$ref": "Fabric.json#/parameters/LocationParameter" }, @@ -84,6 +93,9 @@ "schema": { "$ref": "#/definitions/MacAddressPoolList" } + }, + "404": { + "description": "NOT FOUND" } }, "x-ms-pageable": { @@ -95,7 +107,7 @@ }, "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.", + "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": { @@ -115,7 +127,7 @@ "type": "object", "properties": { "metadata": { - "description": "Metadata related to this MAC pool.", + "description": "Metadata related to the MAC pool.", "type": "object", "additionalProperties": { "type": "string" @@ -146,7 +158,7 @@ "type": "object", "properties": { "value": { - "description": "The list of MAC address pools on this page.", + "description": "List of MAC address pools.", "type": "array", "items": { "$ref": "#/definitions/MacAddressPool" @@ -174,7 +186,7 @@ "type": "oauth2", "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", "flow": "implicit", - "description": "Azure Active Directory OAuth2 Flow", + "description": "Authorization uses an Azure Active Directory OAuth2 flow.", "scopes": { "user_impersonation": "impersonate your user account" } @@ -187,4 +199,4 @@ ] } ] -} \ No newline at end of file +} diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/ScaleUnit.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/ScaleUnit.json similarity index 56% rename from specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/ScaleUnit.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/ScaleUnit.json index 8c4d8747fcfa..4db15ee95309 100644 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/ScaleUnit.json +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/ScaleUnit.json @@ -16,22 +16,68 @@ "application/json" ], "paths": { - "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/scaleUnits/{scaleUnit}": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/scaleUnits/{scaleUnit}/ScaleOut": { + "post": { + "x-ms-examples": { + "Add a new scale unit.": { + "$ref": "./examples/ScaleUnit/ScaleOut.json" + } + }, + "tags": [ + "ScaleUnits" + ], + "description": "Add a new scale unit.", + "operationId": "ScaleUnits_ScaleOut", + "parameters": [ + { + "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "Fabric.json#/parameters/ResourceGroupParameter" + }, + { + "$ref": "Fabric.json#/parameters/LocationParameter" + }, + { + "$ref": "#/parameters/ScaleUnitParameter" + }, + { + "$ref": "#/parameters/ScaleOutScaleUnitParametersInBody" + }, + { + "$ref": "Fabric.json#/parameters/ApiVersionParameter" + } + ], + "responses": { + "200": { + "description": "OK" + }, + "202": { + "description": "ACCEPTED" + } + }, + "x-ms-long-running-operation": true + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/scaleUnits/{scaleUnit}": { "get": { "x-ms-examples": { - "Get a scale unit": { - "$ref": "./examples/ScaleUnit/ScaleUnitGetOperation_example.json" + "Returns the requested scale unit": { + "$ref": "./examples/ScaleUnit/Get.json" } }, "tags": [ "ScaleUnits" ], - "description": "Get a scale unit.", + "description": "Returns the requested scale unit.", "operationId": "ScaleUnits_Get", "parameters": [ { "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, + { + "$ref": "Fabric.json#/parameters/ResourceGroupParameter" + }, { "$ref": "Fabric.json#/parameters/LocationParameter" }, @@ -48,26 +94,32 @@ "schema": { "$ref": "#/definitions/ScaleUnit" } + }, + "404": { + "description": "NOT FOUND" } } } }, - "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/scaleUnits": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/scaleUnits": { "get": { "x-ms-examples": { - "List all scale units": { - "$ref": "./examples/ScaleUnit/ScaleUnitListOperation_example.json" + "Returns a list of all scale units at a location.": { + "$ref": "./examples/ScaleUnit/List.json" } }, "tags": [ "ScaleUnits" ], - "description": "Get a list of all scale units at a location.", + "description": "Returns a list of all scale units at a location.", "operationId": "ScaleUnits_List", "parameters": [ { "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, + { + "$ref": "Fabric.json#/parameters/ResourceGroupParameter" + }, { "$ref": "Fabric.json#/parameters/LocationParameter" }, @@ -84,6 +136,9 @@ "schema": { "$ref": "#/definitions/ScaleUnitList" } + }, + "404": { + "description": "NOT FOUND" } }, "x-ms-pageable": { @@ -111,7 +166,7 @@ } }, "ScaleUnit": { - "description": "Represents a cluster - generally this will be a collection of Hosts backed by Failover Cluster Manager.", + "description": "Represents a cluster. Generally, the cluster will be a collection of hosts backed by failover cluster manager.", "type": "object", "properties": { "properties": { @@ -131,7 +186,7 @@ "type": "object", "properties": { "scaleUnitType": { - "description": "Type of the cluster.", + "description": "Type of cluster.", "enum": [ "Unknown", "ComputeOnly", @@ -178,6 +233,10 @@ "totalCapacity": { "description": "Capacity information for the cluster.", "$ref": "#/definitions/ScaleUnitCapacity" + }, + "isMultiNode": { + "description": "Denotes if more than one node in cluster.", + "type": "boolean" } } }, @@ -186,7 +245,7 @@ "type": "object", "properties": { "value": { - "description": "The list of scale units on this page.", + "description": "List of scale units.", "type": "array", "items": { "$ref": "#/definitions/ScaleUnit" @@ -197,6 +256,38 @@ "type": "string" } } + }, + "ScaleOutScaleUnitParameters": { + "description": "Input data that allows for adding a scale unit node.", + "type": "object", + "properties": { + "bmcIpv4Address": { + "x-ms-client-name": "BMCIPv4Address", + "description": "BMC address of the physical machine.", + "type": "string" + }, + "computerName": { + "description": "Computer name of the physical machine.", + "type": "string" + } + } + }, + "ScaleOutScaleUnitParametersList": { + "description": "A list of input data that allows for adding a set of scale unit nodes.", + "type": "object", + "properties": { + "nodeList": { + "description": "List of nodes in the scale unit.", + "type": "array", + "items": { + "$ref": "#/definitions/ScaleOutScaleUnitParameters" + } + }, + "awaitStorageConvergence": { + "description": "Flag indicates if the operation should wait for storage to converge before returning.", + "type": "boolean" + } + } } }, "parameters": { @@ -207,6 +298,16 @@ "required": true, "type": "string", "x-ms-parameter-location": "method" + }, + "ScaleOutScaleUnitParametersInBody": { + "name": "nodeList", + "description": "A list of input data that allows for adding a set of scale unit nodes.", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/ScaleOutScaleUnitParametersList" + }, + "x-ms-parameter-location": "method" } }, "securityDefinitions": { @@ -214,7 +315,7 @@ "type": "oauth2", "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", "flow": "implicit", - "description": "Azure Active Directory OAuth2 Flow", + "description": "Authorization uses an Azure Active Directory OAuth2 flow.", "scopes": { "user_impersonation": "impersonate your user account" } @@ -227,4 +328,4 @@ ] } ] -} \ No newline at end of file +} diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/ScaleUnitNode.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/ScaleUnitNode.json similarity index 58% rename from specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/ScaleUnitNode.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/ScaleUnitNode.json index 4e72a69f6704..1bf88364fb6c 100644 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/ScaleUnitNode.json +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/ScaleUnitNode.json @@ -16,11 +16,51 @@ "application/json" ], "paths": { - "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/scaleUnitNodes/{scaleUnitNode}/PowerOff": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/scaleUnitNodes/{scaleUnitNode}/Shutdown": { "post": { "x-ms-examples": { - "Power off a scale unit node": { - "$ref": "./examples/ScaleUnitNode/ScaleUnitNodePowerOffOperation_example.json" + "Shutdown a scale unit node.": { + "$ref": "./examples/ScaleUnitNode/Shutdown.json" + } + }, + "tags": [ + "ScaleUnitNodes" + ], + "description": "Shutdown a scale unit node.", + "operationId": "ScaleUnitNodes_Shutdown", + "parameters": [ + { + "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "Fabric.json#/parameters/ResourceGroupParameter" + }, + { + "$ref": "Fabric.json#/parameters/LocationParameter" + }, + { + "$ref": "#/parameters/ScaleUnitNodeParameter" + }, + { + "$ref": "Fabric.json#/parameters/ApiVersionParameter" + } + ], + "responses": { + "200": { + "description": "OK" + }, + "202": { + "description": "ACCEPTED" + } + }, + "x-ms-long-running-operation": true + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/scaleUnitNodes/{scaleUnitNode}/PowerOff": { + "post": { + "x-ms-examples": { + "Power off a scale unit node.": { + "$ref": "./examples/ScaleUnitNode/PowerOff.json" } }, "tags": [ @@ -32,6 +72,9 @@ { "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, + { + "$ref": "Fabric.json#/parameters/ResourceGroupParameter" + }, { "$ref": "Fabric.json#/parameters/LocationParameter" }, @@ -44,32 +87,20 @@ ], "responses": { "200": { - "description": "OK", - "schema": { - "$ref": "Operations.json#/definitions/OperationStatus" - } + "description": "OK" }, "202": { - "description": "ACCEPTED", - "schema": { - "$ref": "Operations.json#/definitions/OperationStatus" - } - }, - "500": { - "description": "FAILURE", - "schema": { - "$ref": "Operations.json#/definitions/OperationStatus" - } + "description": "ACCEPTED" } }, "x-ms-long-running-operation": true } }, - "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/scaleUnitNodes/{scaleUnitNode}/PowerOn": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/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" + "Power on a scale unit node.": { + "$ref": "./examples/ScaleUnitNode/PowerOn.json" } }, "tags": [ @@ -81,6 +112,9 @@ { "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, + { + "$ref": "Fabric.json#/parameters/ResourceGroupParameter" + }, { "$ref": "Fabric.json#/parameters/LocationParameter" }, @@ -93,32 +127,20 @@ ], "responses": { "200": { - "description": "OK", - "schema": { - "$ref": "Operations.json#/definitions/OperationStatus" - } + "description": "OK" }, "202": { - "description": "ACCEPTED", - "schema": { - "$ref": "Operations.json#/definitions/OperationStatus" - } - }, - "500": { - "description": "FAILURE", - "schema": { - "$ref": "Operations.json#/definitions/OperationStatus" - } + "description": "ACCEPTED" } }, "x-ms-long-running-operation": true } }, - "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/scaleUnitNodes/{scaleUnitNode}/StartMaintenanceMode": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/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" + "Start maintenance mode on a scale unit node.": { + "$ref": "./examples/ScaleUnitNode/StartMaintenanceMode.json" } }, "tags": [ @@ -130,6 +152,9 @@ { "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, + { + "$ref": "Fabric.json#/parameters/ResourceGroupParameter" + }, { "$ref": "Fabric.json#/parameters/LocationParameter" }, @@ -142,32 +167,20 @@ ], "responses": { "200": { - "description": "OK", - "schema": { - "$ref": "Operations.json#/definitions/OperationStatus" - } + "description": "OK" }, "202": { - "description": "ACCEPTED", - "schema": { - "$ref": "Operations.json#/definitions/OperationStatus" - } - }, - "500": { - "description": "FAILURE", - "schema": { - "$ref": "Operations.json#/definitions/OperationStatus" - } + "description": "ACCEPTED" } }, "x-ms-long-running-operation": true } }, - "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/scaleUnitNodes/{scaleUnitNode}/StopMaintenanceMode": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/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" + "Stop maintenance mode on a scale unit node.": { + "$ref": "./examples/ScaleUnitNode/StopMaintenanceMode.json" } }, "tags": [ @@ -179,6 +192,9 @@ { "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, + { + "$ref": "Fabric.json#/parameters/ResourceGroupParameter" + }, { "$ref": "Fabric.json#/parameters/LocationParameter" }, @@ -191,43 +207,77 @@ ], "responses": { "200": { - "description": "OK", - "schema": { - "$ref": "Operations.json#/definitions/OperationStatus" - } + "description": "OK" }, "202": { - "description": "ACCEPTED", - "schema": { - "$ref": "Operations.json#/definitions/OperationStatus" - } + "description": "ACCEPTED" + } + }, + "x-ms-long-running-operation": true + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/scaleUnitNodes/{scaleUnitNode}/Repair": { + "post": { + "x-ms-examples": { + "Repairs a node of the cluster.": { + "$ref": "./examples/ScaleUnitNode/Repair.json" + } + }, + "tags": [ + "ScaleUnitNodes" + ], + "description": "Repairs a node of the cluster.", + "operationId": "ScaleUnitNodes_Repair", + "parameters": [ + { + "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, - "500": { - "description": "FAILURE", - "schema": { - "$ref": "Operations.json#/definitions/OperationStatus" - } + { + "$ref": "Fabric.json#/parameters/ResourceGroupParameter" + }, + { + "$ref": "Fabric.json#/parameters/LocationParameter" + }, + { + "$ref": "#/parameters/ScaleUnitNodeParameter" + }, + { + "$ref": "Fabric.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/BareMetalNodeParameter" + } + ], + "responses": { + "200": { + "description": "OK" + }, + "202": { + "description": "ACCEPTED" } }, "x-ms-long-running-operation": true } }, - "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/scaleUnitNodes/{scaleUnitNode}": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/scaleUnitNodes/{scaleUnitNode}": { "get": { "x-ms-examples": { - "Get a scale unit node": { - "$ref": "./examples/ScaleUnitNode/ScaleUnitNodeGetOperation_example.json" + "Return the requested scale unit node.": { + "$ref": "./examples/ScaleUnitNode/Get.json" } }, "tags": [ "ScaleUnitNodes" ], - "description": "Get a specific scale unit node.", + "description": "Return the requested scale unit node.", "operationId": "ScaleUnitNodes_Get", "parameters": [ { "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, + { + "$ref": "Fabric.json#/parameters/ResourceGroupParameter" + }, { "$ref": "Fabric.json#/parameters/LocationParameter" }, @@ -244,26 +294,32 @@ "schema": { "$ref": "#/definitions/ScaleUnitNode" } + }, + "404": { + "description": "NOT FOUND" } } } }, - "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/scaleUnitNodes": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/scaleUnitNodes": { "get": { "x-ms-examples": { "List all scale unit node": { - "$ref": "./examples/ScaleUnitNode/ScaleUnitNodeListOperation_example.json" + "$ref": "./examples/ScaleUnitNode/List.json" } }, "tags": [ "ScaleUnitNodes" ], - "description": "Get a list of all scale unit nodes in a location.", + "description": "Returns a list of all scale unit nodes in a location.", "operationId": "ScaleUnitNodes_List", "parameters": [ { "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, + { + "$ref": "Fabric.json#/parameters/ResourceGroupParameter" + }, { "$ref": "Fabric.json#/parameters/LocationParameter" }, @@ -280,6 +336,9 @@ "schema": { "$ref": "#/definitions/ScaleUnitNodeList" } + }, + "404": { + "description": "NOT FOUND" } }, "x-ms-pageable": { @@ -290,6 +349,45 @@ } }, "definitions": { + "BareMetalNodeDescription": { + "description": "Description of a bare metal node used for ScaleOut operation on a cluster.", + "type" : "object", + "properties": { + "bmcIpv4Address": { + "x-ms-client-name": "BMCIPv4Address", + "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" + }, + "clusterName": { + "description": "Name of the cluster.", + "type": "string" + }, + "macAddress": { + "description": "Name of the MAC address of the bare metal node.", + "type": "string" + } + } + }, "ScaleUnitNode": { "description": "The physical server in a cluster.", "type": "object", @@ -338,7 +436,7 @@ } }, "bmcAddress": { - "description": "Bmc address of the physical machine.", + "description": "BMC address of the physical machine.", "type": "string" }, "scaleUnitName": { @@ -366,11 +464,7 @@ "type": "string" }, "biosVersion": { - "description": "Bios version of the physical machine.", - "type": "string" - }, - "macAddress": { - "description": "MacAddress of the physical machine.", + "description": "BIOS version of the physical machine.", "type": "string" }, "capacity": { @@ -384,7 +478,7 @@ "type": "object", "properties": { "value": { - "description": "The list of nodes in this page.", + "description": "List of scale unit nodes.", "type": "array", "items": { "$ref": "#/definitions/ScaleUnitNode" @@ -405,6 +499,16 @@ "required": true, "type": "string", "x-ms-parameter-location": "method" + }, + "BareMetalNodeParameter": { + "name": "bareMetalNode", + "description": "Description of a node.", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/BareMetalNodeDescription" + }, + "x-ms-parameter-location": "method" } }, "securityDefinitions": { @@ -412,7 +516,7 @@ "type": "oauth2", "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", "flow": "implicit", - "description": "Azure Active Directory OAuth2 Flow", + "description": "Authorization uses an Azure Active Directory OAuth2 flow.", "scopes": { "user_impersonation": "impersonate your user account" } @@ -425,4 +529,4 @@ ] } ] -} \ No newline at end of file +} diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/SlbMuxInstance.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/SlbMuxInstance.json similarity index 68% rename from specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/SlbMuxInstance.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/SlbMuxInstance.json index 74c196d3b3e3..bb406502dc75 100644 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/SlbMuxInstance.json +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/SlbMuxInstance.json @@ -16,22 +16,25 @@ "application/json" ], "paths": { - "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/slbMuxInstances/{slbMuxInstance}": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/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" + "Returns the requested sftware load balancer MUX Instance": { + "$ref": "./examples/SlbMuxInstance/Get.json" } }, "tags": [ "SlbMuxInstances" ], - "description": "Get a software load balancer multiplexer instance.", + "description": "Returns the requested software load balancer multiplexer instance.", "operationId": "SlbMuxInstances_Get", "parameters": [ { "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, + { + "$ref": "Fabric.json#/parameters/ResourceGroupParameter" + }, { "$ref": "Fabric.json#/parameters/LocationParameter" }, @@ -48,26 +51,32 @@ "schema": { "$ref": "#/definitions/SlbMuxInstance" } + }, + "404": { + "description": "NOT FOUND" } } } }, - "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/slbMuxInstances": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/slbMuxInstances": { "get": { "x-ms-examples": { - "List all Software Load Balancer Mux Instances": { - "$ref": "./examples/SlbMuxInstance/SlbMuxInstanceListOperation_example.json" + "Returns all software load balancer MUX Instances": { + "$ref": "./examples/SlbMuxInstance/List.json" } }, "tags": [ "SlbMuxInstances" ], - "description": "Get a list of all software load balancer instances at a location.", + "description": "Returns a list of all software load balancer instances at a location.", "operationId": "SlbMuxInstances_List", "parameters": [ { "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, + { + "$ref": "Fabric.json#/parameters/ResourceGroupParameter" + }, { "$ref": "Fabric.json#/parameters/LocationParameter" }, @@ -84,6 +93,9 @@ "schema": { "$ref": "#/definitions/SlbMuxInstanceList" } + }, + "404": { + "description": "NOT FOUND" } }, "x-ms-pageable": { @@ -99,7 +111,7 @@ "type": "object", "properties": { "properties": { - "description": "Properties of a SLB MUX", + "description": "Properties of a SLB MUX.", "x-ms-client-flatten": true, "$ref": "#/definitions/SlbMuxInstanceModel" } @@ -111,7 +123,7 @@ ] }, "SlbMuxInstanceModel": { - "description": "Properties of a SLB MUX", + "description": "Properties of a SLB MUX.", "type": "object", "properties": { "configurationState": { @@ -132,11 +144,11 @@ } }, "SlbMuxInstanceList": { - "description": "A pageable list of SLB Mux instances.", + "description": "A pageable list of SLB MUX instances.", "type": "object", "properties": { "value": { - "description": "List of SLB Mux instances on this page.", + "description": "List of SLB MUX instances.", "type": "array", "items": { "$ref": "#/definitions/SlbMuxInstance" @@ -152,29 +164,29 @@ "parameters": { "SLBMuxInstanceParameter": { "name": "slbMuxInstance", - "description": "Name of a SLB Mux instance.", + "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 + "securityDefinitions": { + "azure_auth": { + "type": "oauth2", + "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", + "flow": "implicit", + "description": "Authorization uses an Azure Active Directory OAuth2 flow.", + "scopes": { + "user_impersonation": "impersonate your user account" + } + } + }, + "security": [ + { + "azure_auth": [ + "user_impersonation" + ] + } + ] +} diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/StoragePool.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/StoragePool.json similarity index 71% rename from specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/StoragePool.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/StoragePool.json index 62434f85b968..179c30a4356d 100644 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/StoragePool.json +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/StoragePool.json @@ -16,22 +16,25 @@ "application/json" ], "paths": { - "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/storageSubSystems/{storageSubSystem}/storagePools/{storagePool}": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/storageSubSystems/{storageSubSystem}/storagePools/{storagePool}": { "get": { "x-ms-examples": { - "Get a storage pool": { - "$ref": "./examples/StoragePool/StoragePoolGetOperation_example.json" + "Return the requested a storage pool.": { + "$ref": "./examples/StoragePool/Get.json" } }, "tags": [ "StoragePools" ], - "description": "Get a storage pool.", + "description": "Return the requested a storage pool.", "operationId": "StoragePools_Get", "parameters": [ { "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, + { + "$ref": "Fabric.json#/parameters/ResourceGroupParameter" + }, { "$ref": "Fabric.json#/parameters/LocationParameter" }, @@ -51,26 +54,32 @@ "schema": { "$ref": "#/definitions/StoragePool" } + }, + "404": { + "description": "NOT FOUND" } } } }, - "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/storageSubSystems/{storageSubSystem}/storagePools": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/storageSubSystems/{storageSubSystem}/storagePools": { "get": { "x-ms-examples": { - "List all storage pools": { - "$ref": "./examples/StoragePool/StoragePoolListOperation_example.json" + "Returns a list of all storage pools for a location.": { + "$ref": "./examples/StoragePool/List.json" } }, "tags": [ "StoragePools" ], - "description": "Get a list of all storage pools for a location.", + "description": "Returns a list of all storage pools for a location.", "operationId": "StoragePools_List", "parameters": [ { "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, + { + "$ref": "Fabric.json#/parameters/ResourceGroupParameter" + }, { "$ref": "Fabric.json#/parameters/LocationParameter" }, @@ -90,6 +99,9 @@ "schema": { "$ref": "#/definitions/StoragePoolList" } + }, + "404": { + "description": "NOT FOUND" } }, "x-ms-pageable": { @@ -132,7 +144,7 @@ "type": "object", "properties": { "value": { - "description": "List of storage pools on this page.", + "description": "List of storage pools.", "type": "array", "items": { "$ref": "#/definitions/StoragePool" @@ -155,22 +167,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" - ] - } - ] -} \ No newline at end of file + "securityDefinitions": { + "azure_auth": { + "type": "oauth2", + "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", + "flow": "implicit", + "description": "Authorization uses an Azure Active Directory OAuth2 flow.", + "scopes": { + "user_impersonation": "impersonate your user account" + } + } + }, + "security": [ + { + "azure_auth": [ + "user_impersonation" + ] + } + ] +} diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/StorageSystem.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/StorageSystem.json similarity index 78% rename from specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/StorageSystem.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/StorageSystem.json index b812d0753185..c2c091f13e92 100644 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/StorageSystem.json +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/StorageSystem.json @@ -16,22 +16,25 @@ "application/json" ], "paths": { - "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/storageSubSystems/{storageSubSystem}": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/storageSubSystems/{storageSubSystem}": { "get": { "x-ms-examples": { - "Get a storage system": { - "$ref": "./examples/StorageSystem/StorageSystemGetOperation_example.json" + "Return the requested storage subsystem.": { + "$ref": "./examples/StorageSystem/Get.json" } }, "tags": [ "StorageSystems" ], - "description": "Get a storage subsystem.", + "description": "Return the requested storage subsystem.", "operationId": "StorageSystems_Get", "parameters": [ { "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, + { + "$ref": "Fabric.json#/parameters/ResourceGroupParameter" + }, { "$ref": "Fabric.json#/parameters/LocationParameter" }, @@ -48,26 +51,32 @@ "schema": { "$ref": "#/definitions/StorageSystem" } + }, + "404": { + "description": "NOT FOUND" } } } }, - "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/storageSubSystems": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/storageSubSystems": { "get": { "x-ms-examples": { - "List all storage systems": { - "$ref": "./examples/StorageSystem/StorageSystemListOperation_example.json" + "Returns a list of all storage subsystems for a location.": { + "$ref": "./examples/StorageSystem/List.json" } }, "tags": [ "StorageSystems" ], - "description": "Get a list of all storage subsystems for a location.", + "description": "Returns a list of all storage subsystems for a location.", "operationId": "StorageSystems_List", "parameters": [ { "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, + { + "$ref": "Fabric.json#/parameters/ResourceGroupParameter" + }, { "$ref": "Fabric.json#/parameters/LocationParameter" }, @@ -84,6 +93,9 @@ "schema": { "$ref": "#/definitions/StorageSystemList" } + }, + "404": { + "description": "NOT FOUND" } }, "x-ms-pageable": { @@ -126,7 +138,7 @@ "type": "object", "properties": { "value": { - "description": "List of storage systems on this page.", + "description": "List of storage systems.", "type": "array", "items": { "$ref": "#/definitions/StorageSystem" @@ -154,7 +166,7 @@ "type": "oauth2", "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", "flow": "implicit", - "description": "Azure Active Directory OAuth2 Flow", + "description": "Authorization uses an Azure Active Directory OAuth2 flow.", "scopes": { "user_impersonation": "impersonate your user account" } @@ -167,4 +179,4 @@ ] } ] -} \ No newline at end of file +} diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/Volume.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/Volume.json similarity index 75% rename from specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/Volume.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/Volume.json index 1148ddaaa1d0..bf5f607f6091 100644 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/Volume.json +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/Volume.json @@ -16,22 +16,25 @@ "application/json" ], "paths": { - "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/storageSubSystems/{storageSubSystem}/storagePools/{storagePool}/volumes/{volume}": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/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" + "Return the requested a storage volume.": { + "$ref": "./examples/Volume/Get.json" } }, "tags": [ "Volumes" ], - "description": "Get a volume.", + "description": "Return the requested a storage volume.", "operationId": "Volumes_Get", "parameters": [ { "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, + { + "$ref": "Fabric.json#/parameters/ResourceGroupParameter" + }, { "$ref": "Fabric.json#/parameters/LocationParameter" }, @@ -54,26 +57,32 @@ "schema": { "$ref": "#/definitions/Volume" } + }, + "404": { + "description": "NOT FOUND" } } } }, - "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/storageSubSystems/{storageSubSystem}/storagePools/{storagePool}/volumes": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/storageSubSystems/{storageSubSystem}/storagePools/{storagePool}/volumes": { "get": { "x-ms-examples": { - "List all volumes": { - "$ref": "./examples/Volume/VolumeListOperation_example.json" + "Returns a list of all storage volumes at a location.": { + "$ref": "./examples/Volume/List.json" } }, "tags": [ "Volumes" ], - "description": "Get a list of all volumes at a location.", + "description": "Returns a list of all storage volumes at a location.", "operationId": "Volumes_List", "parameters": [ { "$ref": "Fabric.json#/parameters/SubscriptionIdParameter" }, + { + "$ref": "Fabric.json#/parameters/ResourceGroupParameter" + }, { "$ref": "Fabric.json#/parameters/LocationParameter" }, @@ -96,6 +105,9 @@ "schema": { "$ref": "#/definitions/VolumeList" } + }, + "404": { + "description": "NOT FOUND" } }, "x-ms-pageable": { @@ -147,11 +159,11 @@ } }, "VolumeList": { - "description": "Pageable list of volumes.", + "description": "Pageable list of storage volumes.", "type": "object", "properties": { "value": { - "description": "List of volumes on this page.", + "description": "List of storage volumes.", "type": "array", "items": { "$ref": "#/definitions/Volume" @@ -167,7 +179,7 @@ "parameters": { "VolumeParameter": { "name": "volume", - "description": "Name of the volume.", + "description": "Name of the storage volume.", "in": "path", "required": true, "type": "string", @@ -179,7 +191,7 @@ "type": "oauth2", "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", "flow": "implicit", - "description": "Azure Active Directory OAuth2 Flow", + "description": "Authorization uses an Azure Active Directory OAuth2 flow.", "scopes": { "user_impersonation": "impersonate your user account" } @@ -192,4 +204,4 @@ ] } ] -} \ No newline at end of file +} diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/EdgeGateway/EdgeGatewayGetOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/EdgeGateway/Get.json similarity index 70% rename from specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/EdgeGateway/EdgeGatewayGetOperation_example.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/EdgeGateway/Get.json index 8d996ba87934..6049273ab4a5 100644 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/EdgeGateway/EdgeGatewayGetOperation_example.json +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/EdgeGateway/Get.json @@ -2,24 +2,26 @@ "parameters": { "api-version": "2016-05-01", "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "resourceGroupName": "System.local", "location": "local", "edgeGateway": "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", + "id": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/edgeGateways/AzS-Gwy01", + "name": "local/AzS-Gwy01", "type": "Microsoft.Fabric.Admin/fabricLocations/edgeGateways", "location": "local", "tags": {}, "properties": { - "state": "Passive", + "state": "Active", "totalCapacity": 100000000, "availableCapacity": 100000000, "numberOfConnections": 0 } } - } + }, + "404": {} } -} \ No newline at end of file +} diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/EdgeGateway/EdgeGatewayListOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/EdgeGateway/List.json similarity index 88% rename from specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/EdgeGateway/EdgeGatewayListOperation_example.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/EdgeGateway/List.json index 410e2b8bb187..052e63345d9f 100644 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/EdgeGateway/EdgeGatewayListOperation_example.json +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/EdgeGateway/List.json @@ -2,6 +2,7 @@ "parameters": { "api-version": "2016-05-01", "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "resourceGroupName": "System.local", "location": "local" }, "responses": { @@ -10,7 +11,7 @@ "value": [ { "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/edgeGateways/AzS-Gwy01", - "name": "AzS-Gwy01", + "name": "local/AzS-Gwy01", "type": "Microsoft.Fabric.Admin/fabricLocations/edgeGateways", "location": "local", "tags": {}, @@ -23,6 +24,7 @@ } ] } - } + }, + "404": {} } -} \ No newline at end of file +} diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/EdgeGatewayPool/EdgeGatewayPoolGetOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/EdgeGatewayPool/Get.json similarity index 78% rename from specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/EdgeGatewayPool/EdgeGatewayPoolGetOperation_example.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/EdgeGatewayPool/Get.json index 34133521ac1c..cb54aecfda7c 100644 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/EdgeGatewayPool/EdgeGatewayPoolGetOperation_example.json +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/EdgeGatewayPool/Get.json @@ -2,13 +2,14 @@ "parameters": { "api-version": "2016-05-01", "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "resourceGroupName": "System.local", "location": "local", "edgeGatewayPool": "default" }, "responses": { "200": { "body": { - "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/edgeGatewayPools/default", + "id": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/edgeGatewayPools/default", "name": "default", "type": "Microsoft.Fabric.Admin/fabricLocations/edgeGatewayPools", "location": "local", @@ -20,10 +21,11 @@ "gatewayCapacityKiloBitsPerSecond": 100000000, "publicIpAddress": "00000000-5555-0000-0001-000000000000", "edgeGateways": [ - "AzS-Gwy01" + "local/AzS-Gwy01" ] } } - } + }, + "404": {} } -} \ No newline at end of file +} diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/EdgeGatewayPool/EdgeGatewayPoolListOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/EdgeGatewayPool/List.json similarity index 90% rename from specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/EdgeGatewayPool/EdgeGatewayPoolListOperation_example.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/EdgeGatewayPool/List.json index 1e55409c9a3f..1d054666ff4f 100644 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/EdgeGatewayPool/EdgeGatewayPoolListOperation_example.json +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/EdgeGatewayPool/List.json @@ -2,6 +2,7 @@ "parameters": { "api-version": "2016-05-01", "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "resourceGroupName": "System.local", "location": "local" }, "responses": { @@ -21,12 +22,13 @@ "gatewayCapacityKiloBitsPerSecond": 100000000, "publicIpAddress": "00000000-5555-0000-0001-000000000000", "edgeGateways": [ - "AzS-Gwy01" + "local/AzS-Gwy01" ] } } ] } - } + }, + "404": {} } -} \ No newline at end of file +} diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/FabricLocation/FabricLocationGetOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/FabricLocation/Get.json similarity index 61% rename from specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/FabricLocation/FabricLocationGetOperation_example.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/FabricLocation/Get.json index dd998623b80d..29aadf8113f4 100644 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/FabricLocation/FabricLocationGetOperation_example.json +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/FabricLocation/Get.json @@ -2,18 +2,20 @@ "parameters": { "api-version": "2016-05-01", "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", - "location": "local", + "resourceGroupName": "System.local", "fabricLocation": "local" }, "responses": { "200": { "body": { - "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local", + "id": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local", "name": "local", "type": "Microsoft.Fabric.Admin/fabricLocations", "location": "local", - "tags": {} + "tags": {}, + "properties": {} } - } + }, + "404": {} } } \ No newline at end of file diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/FabricLocation/FabricLocationListOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/FabricLocation/List.json similarity index 67% rename from specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/FabricLocation/FabricLocationListOperation_example.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/FabricLocation/List.json index b75f73a4e47e..5e559ca4c30b 100644 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/FabricLocation/FabricLocationListOperation_example.json +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/FabricLocation/List.json @@ -2,18 +2,19 @@ "parameters": { "api-version": "2016-05-01", "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", - "location": "local" + "resourceGroupName": "System.local" }, "responses": { "200": { "body": { "value": [ { - "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local", + "id": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local", "name": "local", "type": "Microsoft.Fabric.Admin/fabricLocations", "location": "local", - "tags": {} + "tags": {}, + "properties": {} } ] } diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/FabricLocation/Put.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/FabricLocation/Put.json new file mode 100644 index 000000000000..10659d4d5d68 --- /dev/null +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/FabricLocation/Put.json @@ -0,0 +1,21 @@ +{ + "parameters": { + "api-version": "2016-05-01", + "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "resourceGroupName": "System.local", + "fabricLocation": "local", + "fabricObject": {} + }, + "responses": { + "200": { + "body": { + "id": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local", + "name": "local", + "type": "Microsoft.Fabric.Admin/fabricLocations", + "location": "local", + "tags": {}, + "properties": {} + } + } + } +} diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/FileShare/FileShareGetOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/FileShare/Get.json similarity index 51% rename from specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/FileShare/FileShareGetOperation_example.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/FileShare/Get.json index 85d8941af1c9..1d0c7e78ad4b 100644 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/FileShare/FileShareGetOperation_example.json +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/FileShare/Get.json @@ -2,22 +2,24 @@ "parameters": { "api-version": "2016-05-01", "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "resourceGroupName" : "System.local", "location": "local", "fileShare": "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", + "id": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/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_Public" + "associatedVolume": "05c1cbb7", + "uncPath": "\\\\\\\\SU1FileServer.azurestack.local\\\\SU1_VmTemp" } } - } + }, + "404": {} } } \ No newline at end of file diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/FileShare/FileShareListOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/FileShare/List.json similarity index 59% rename from specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/FileShare/FileShareListOperation_example.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/FileShare/List.json index 7a740b290395..3a9af0672baa 100644 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/FileShare/FileShareListOperation_example.json +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/FileShare/List.json @@ -2,6 +2,7 @@ "parameters": { "api-version": "2016-05-01", "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "resourceGroupName": "System.local", "location": "local" }, "responses": { @@ -9,73 +10,74 @@ "body": { "value": [ { - "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/fileShares/SU1_Infrastructure_1", + "id": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/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" + "associatedVolume": "05c1cbb7", + "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", + "id": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/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" + "associatedVolume": "05c1cbb7", + "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", + "id": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/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" + "associatedVolume": "05c1cbb7", + "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", + "id": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/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" + "associatedVolume": "05c1cbb7", + "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", + "id": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/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" + "associatedVolume": "05c1cbb7", + "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", + "id": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/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" + "associatedVolume": "05c1cbb7", + "uncPath": "\\\\\\\\SU1FileServer.azurestack.local\\\\SU1_VmTemp" } } ] } - } + }, + "404": {} } } \ No newline at end of file diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/InfraRole/Get.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/InfraRole/Get.json new file mode 100644 index 000000000000..3043ae551659 --- /dev/null +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/InfraRole/Get.json @@ -0,0 +1,28 @@ +{ + "parameters": { + "api-version": "2016-05-01", + "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "resourceGroupName" : "System.local", + "location": "local", + "infraRole": "Storage services" + }, + "responses": { + "200": { + "body": { + "id": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/UsageServiceUser", + "name": "UsageServiceUser", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-WASP01" + ], + "displayName": "Usage service (User)", + "restartable": false + } + } + }, + "404": {} + } +} \ No newline at end of file diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/InfraRole/List.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/InfraRole/List.json new file mode 100644 index 000000000000..970dfe1ad236 --- /dev/null +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/InfraRole/List.json @@ -0,0 +1,675 @@ +{ + "parameters": { + "api-version": "2016-05-01", + "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "resourceGroupName": "System.local", + "location": "local" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "id": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/ActiveDirectoryCertificateServices", + "name": "ActiveDirectoryCertificateServices", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-CA01" + ], + "displayName": "Certificate management", + "restartable": false + } + }, + { + "id": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/ActiveDirectoryDomainServices", + "name": "ActiveDirectoryDomainServices", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-DC01" + ], + "displayName": "Directory management", + "restartable": false + } + }, + { + "id": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/ActiveDirectoryFederationServices", + "name": "ActiveDirectoryFederationServices", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-ADFS01" + ], + "displayName": "Active Directory Federation Services", + "restartable": false + } + }, + { + "id": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/ApplicationGateway", + "name": "ApplicationGateway", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-Xrp01" + ], + "displayName": "Partition request broker (Administrator)", + "restartable": false + } + }, + { + "id": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/AuthorizationServiceAdmin", + "name": "AuthorizationServiceAdmin", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-WAS01" + ], + "displayName": "Authorization service (Administrator)", + "restartable": false + } + }, + { + "id": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/AuthorizationServiceUser", + "name": "AuthorizationServiceUser", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-WASP01" + ], + "displayName": "Authorization service (User)", + "restartable": false + } + }, + { + "id": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/AzureBridge", + "name": "AzureBridge", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-WAS01" + ], + "displayName": "Azure bridge", + "restartable": false + } + }, + { + "id": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/AzureConsistentStorageRing", + "name": "AzureConsistentStorageRing", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-ACS01" + ], + "displayName": "Storage services", + "restartable": false + } + }, + { + "id": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/AzureResourceManagerAdmin", + "name": "AzureResourceManagerAdmin", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-WAS01" + ], + "displayName": "Azure Resource Manager (Administrator)", + "restartable": false + } + }, + { + "id": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/AzureResourceManagerUser", + "name": "AzureResourceManagerUser", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-WASP01" + ], + "displayName": "Azure Resource Manager (User)", + "restartable": false + } + }, + { + "id": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/BackupController", + "name": "BackupController", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-ERCS01" + ], + "displayName": "Backup controller", + "restartable": false + } + }, + { + "id": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/BackupRestoreResourceProvider", + "name": "BackupRestoreResourceProvider", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-Xrp01" + ], + "displayName": "Infrastructure backup", + "restartable": false + } + }, + { + "id": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/ComputeController", + "name": "ComputeController", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-Xrp01" + ], + "displayName": "Compute controller", + "restartable": false + } + }, + { + "id": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/ComputeResourceProvider", + "name": "ComputeResourceProvider", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-Xrp01" + ], + "displayName": "Compute", + "restartable": false + } + }, + { + "id": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/EnterpriseCloudEngine", + "name": "EnterpriseCloudEngine", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-ERCS01" + ], + "displayName": "Infrastructure deployment", + "restartable": false + } + }, + { + "id": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/FabricControllerRing", + "name": "FabricControllerRing", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-Xrp01" + ], + "displayName": "Infrastructure management controller", + "restartable": false + } + }, + { + "id": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/FabricResourceProvider", + "name": "FabricResourceProvider", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-Xrp01" + ], + "displayName": "Capacity", + "restartable": false + } + }, + { + "id": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/GalleryServiceAdmin", + "name": "GalleryServiceAdmin", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-WAS01" + ], + "displayName": "Gallery service (Administrator)", + "restartable": false + } + }, + { + "id": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/GalleryServiceUser", + "name": "GalleryServiceUser", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-WASP01" + ], + "displayName": "Gallery service (User)", + "restartable": false + } + }, + { + "id": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/HealthMonitoring", + "name": "HealthMonitoring", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-Xrp01" + ], + "displayName": "Health controller", + "restartable": false + } + }, + { + "id": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/HealthResourceProvider", + "name": "HealthResourceProvider", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-Xrp01" + ], + "displayName": "Region Management", + "restartable": false + } + }, + { + "id": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/InsightsServiceAdmin", + "name": "InsightsServiceAdmin", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-WAS01" + ], + "displayName": "Insights service (Administrator)", + "restartable": false + } + }, + { + "id": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/InsightsServiceUser", + "name": "InsightsServiceUser", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-WASP01" + ], + "displayName": "Insights service (User)", + "restartable": false + } + }, + { + "id": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/KeyVaultControlPlane", + "name": "KeyVaultControlPlane", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-Xrp01" + ], + "displayName": "Key Vault controller (User)", + "restartable": false + } + }, + { + "id": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/KeyVaultDataPlane", + "name": "KeyVaultDataPlane", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-Xrp01" + ], + "displayName": "Key Vault service (User)", + "restartable": false + } + }, + { + "id": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/KeyVaultInternalControlPlane", + "name": "KeyVaultInternalControlPlane", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-Xrp01" + ], + "displayName": "Key Vault controller (Administrator)", + "restartable": false + } + }, + { + "id": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/KeyVaultInternalDataPlane", + "name": "KeyVaultInternalDataPlane", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-Xrp01" + ], + "displayName": "Key Vault service (Administrator)", + "restartable": false + } + }, + { + "id": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/KeyVaultNamingService", + "name": "KeyVaultNamingService", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-Xrp01" + ], + "displayName": "Key Vault name manager", + "restartable": false + } + }, + { + "id": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/KeyVaultResourceProvider", + "name": "KeyVaultResourceProvider", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-Xrp01" + ], + "displayName": "Key Vault", + "restartable": false + } + }, + { + "id": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/MicrosoftSQLServer", + "name": "MicrosoftSQLServer", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-Sql01" + ], + "displayName": "Internal data store", + "restartable": false + } + }, + { + "id": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/NetworkControllerRing", + "name": "NetworkControllerRing", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-NC01" + ], + "displayName": "Network controller", + "restartable": false + } + }, + { + "id": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/NetworkResourceProvider", + "name": "NetworkResourceProvider", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-Xrp01" + ], + "displayName": "Network", + "restartable": false + } + }, + { + "id": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/NonPrivilegedApplicationGateway", + "name": "NonPrivilegedApplicationGateway", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-Xrp01" + ], + "displayName": "Partition request broker (User)", + "restartable": false + } + }, + { + "id": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/PortalAdmin", + "name": "PortalAdmin", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-WAS01" + ], + "displayName": "Portal (Administrator)", + "restartable": false + } + }, + { + "id": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/PortalUser", + "name": "PortalUser", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-WASP01" + ], + "displayName": "Portal (User)", + "restartable": false + } + }, + { + "id": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/RASGateway", + "name": "RASGateway", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-Gwy01" + ], + "displayName": "Edge gateway", + "restartable": false + } + }, + { + "id": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/SeedRing", + "name": "SeedRing", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-ERCS01" + ], + "displayName": "Privileged endpoint", + "restartable": false + } + }, + { + "id": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/ServicesController", + "name": "ServicesController", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-Xrp01" + ], + "displayName": "Infrastructure role controller", + "restartable": false + } + }, + { + "id": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/SLBMultiplexer", + "name": "SLBMultiplexer", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-SLB01" + ], + "displayName": "Load balancer multiplexer", + "restartable": false + } + }, + { + "id": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/StorageController", + "name": "StorageController", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-Xrp01" + ], + "displayName": "Storage controller", + "restartable": false + } + }, + { + "id": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/StorageResourceProvider", + "name": "StorageResourceProvider", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-Xrp01" + ], + "displayName": "Storage", + "restartable": false + } + }, + { + "id": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/SubscriptionsServices", + "name": "SubscriptionsServices", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-WAS01" + ], + "displayName": "Subscriptions service", + "restartable": false + } + }, + { + "id": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/UpdateResourceProvider", + "name": "UpdateResourceProvider", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-Xrp01" + ], + "displayName": "Updates", + "restartable": false + } + }, + { + "id": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/UsageBridge", + "name": "UsageBridge", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-Xrp01" + ], + "displayName": "Usage bridge", + "restartable": false + } + }, + { + "id": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/UsageBridgeHost", + "name": "UsageBridgeHost", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-Xrp01" + ], + "displayName": "Usage Bridge host", + "restartable": false + } + }, + { + "id": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/UsageServiceAdmin", + "name": "UsageServiceAdmin", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-WAS01" + ], + "displayName": "Usage service (Administrator)", + "restartable": false + } + }, + { + "id": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/UsageServiceUser", + "name": "UsageServiceUser", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoles", + "location": "local", + "tags": {}, + "properties": { + "instances": [ + "subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-WASP01" + ], + "displayName": "Usage service (User)", + "restartable": false + } + } + ] + } + }, + "404": {} + } +} \ No newline at end of file diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/InfraRole/Restart.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/InfraRole/Restart.json new file mode 100644 index 000000000000..a26f7ab3ee5e --- /dev/null +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/InfraRole/Restart.json @@ -0,0 +1,13 @@ +{ + "parameters": { + "api-version": "2016-05-01", + "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "resourceGroupName": "System.local", + "location": "local", + "infraRole": "BackupRestoreResourceProvider" + }, + "responses": { + "200": {}, + "202": {} + } +} diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/InfraRoleInstance/Get.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/InfraRoleInstance/Get.json new file mode 100644 index 000000000000..8508cc36360b --- /dev/null +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/InfraRoleInstance/Get.json @@ -0,0 +1,30 @@ +{ + "parameters": { + "api-version": "2016-05-01", + "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "resourceGroupName": "System.local", + "location": "local", + "infraRoleInstance": "AzS-NC01" + }, + "responses": { + "200": { + "body": { + "id": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-BGPNAT01", + "name": "local/AzS-BGPNAT01", + "type": "Microsoft.Fabric.Admin/fabricLocations/infraRoleInstances", + "location": "local", + "tags": {}, + "properties": { + "scaleUnit": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/scaleUnits/S-Cluster", + "scaleUnitNode": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/scaleUnitNodes/HC1u15a2437", + "size": { + "memoryGb": 2.0, + "cores": 2 + }, + "state": "Running" + } + } + }, + "404": {} + } +} diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/InfraRoleInstance/InfraRoleInstanceListOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/InfraRoleInstance/List.json similarity index 61% rename from specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/InfraRoleInstance/InfraRoleInstanceListOperation_example.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/InfraRoleInstance/List.json index 710461a818c2..10c80e49e50a 100644 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/InfraRoleInstance/InfraRoleInstanceListOperation_example.json +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/InfraRoleInstance/List.json @@ -2,6 +2,7 @@ "parameters": { "api-version": "2016-05-01", "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "resourceGroupName": "System.local", "location": "local" }, "responses": { @@ -9,14 +10,14 @@ "body": { "value": [ { - "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-ACS01", - "name": "AzS-ACS01", + "id": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-ACS01", + "name": "local/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", + "scaleUnit": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/scaleUnits/S-Cluster", + "scaleUnitNode": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/scaleUnitNodes/HC1u15a2437", "size": { "memoryGb": 8.0, "cores": 2 @@ -25,14 +26,14 @@ } }, { - "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-ADFS01", - "name": "AzS-ADFS01", + "id": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-ADFS01", + "name": "local/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", + "scaleUnit": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/scaleUnits/S-Cluster", + "scaleUnitNode": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/scaleUnitNodes/HC1u15a2437", "size": { "memoryGb": 2.0, "cores": 2 @@ -41,14 +42,14 @@ } }, { - "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-BGPNAT01", - "name": "AzS-BGPNAT01", + "id": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-BGPNAT01", + "name": "local/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", + "scaleUnit": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/scaleUnits/S-Cluster", + "scaleUnitNode": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/scaleUnitNodes/HC1u15a2437", "size": { "memoryGb": 2.0, "cores": 2 @@ -57,14 +58,14 @@ } }, { - "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-CA01", - "name": "AzS-CA01", + "id": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-CA01", + "name": "local/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", + "scaleUnit": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/scaleUnits/S-Cluster", + "scaleUnitNode": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/scaleUnitNodes/HC1u15a2437", "size": { "memoryGb": 1.0, "cores": 2 @@ -73,14 +74,14 @@ } }, { - "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-Gwy01", - "name": "AzS-Gwy01", + "id": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-Gwy01", + "name": "local/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", + "scaleUnit": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/scaleUnits/S-Cluster", + "scaleUnitNode": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/scaleUnitNodes/HC1u15a2437", "size": { "memoryGb": 2.0, "cores": 4 @@ -89,14 +90,14 @@ } }, { - "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-NC01", - "name": "AzS-NC01", + "id": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-NC01", + "name": "local/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", + "scaleUnit": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/scaleUnits/S-Cluster", + "scaleUnitNode": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/scaleUnitNodes/HC1u15a2437", "size": { "memoryGb": 4.0, "cores": 2 @@ -105,14 +106,14 @@ } }, { - "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-SLB01", - "name": "AzS-SLB01", + "id": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-SLB01", + "name": "local/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", + "scaleUnit": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/scaleUnits/S-Cluster", + "scaleUnitNode": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/scaleUnitNodes/HC1u15a2437", "size": { "memoryGb": 2.0, "cores": 4 @@ -121,14 +122,14 @@ } }, { - "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-Sql01", - "name": "AzS-Sql01", + "id": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-Sql01", + "name": "local/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", + "scaleUnit": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/scaleUnits/S-Cluster", + "scaleUnitNode": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/scaleUnitNodes/HC1u15a2437", "size": { "memoryGb": 4.0, "cores": 2 @@ -137,14 +138,14 @@ } }, { - "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-WAS01", - "name": "AzS-WAS01", + "id": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-WAS01", + "name": "local/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", + "scaleUnit": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/scaleUnits/S-Cluster", + "scaleUnitNode": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/scaleUnitNodes/HC1u15a2437", "size": { "memoryGb": 4.0, "cores": 2 @@ -153,14 +154,14 @@ } }, { - "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-WASP01", - "name": "AzS-WASP01", + "id": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-WASP01", + "name": "local/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", + "scaleUnit": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/scaleUnits/S-Cluster", + "scaleUnitNode": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/scaleUnitNodes/HC1u15a2437", "size": { "memoryGb": 8.0, "cores": 2 @@ -169,14 +170,14 @@ } }, { - "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-Xrp01", - "name": "AzS-Xrp01", + "id": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoleInstances/AzS-Xrp01", + "name": "local/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", + "scaleUnit": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/scaleUnits/S-Cluster", + "scaleUnitNode": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/scaleUnitNodes/HC1u15a2437", "size": { "memoryGb": 8.0, "cores": 4 @@ -186,6 +187,7 @@ } ] } - } + }, + "404": {} } -} \ No newline at end of file +} diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/InfraRoleInstance/PowerOff.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/InfraRoleInstance/PowerOff.json new file mode 100644 index 000000000000..1eb2ffee8f1c --- /dev/null +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/InfraRoleInstance/PowerOff.json @@ -0,0 +1,13 @@ +{ + "parameters": { + "api-version": "2016-05-01", + "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "resourceGroupName": "System.local", + "location": "local", + "infraRoleInstance": "AzS-NC01" + }, + "responses": { + "200": {}, + "202": {} + } +} diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/InfraRoleInstance/PowerOn.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/InfraRoleInstance/PowerOn.json new file mode 100644 index 000000000000..1eb2ffee8f1c --- /dev/null +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/InfraRoleInstance/PowerOn.json @@ -0,0 +1,13 @@ +{ + "parameters": { + "api-version": "2016-05-01", + "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "resourceGroupName": "System.local", + "location": "local", + "infraRoleInstance": "AzS-NC01" + }, + "responses": { + "200": {}, + "202": {} + } +} diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/InfraRoleInstance/Reboot.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/InfraRoleInstance/Reboot.json new file mode 100644 index 000000000000..1eb2ffee8f1c --- /dev/null +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/InfraRoleInstance/Reboot.json @@ -0,0 +1,13 @@ +{ + "parameters": { + "api-version": "2016-05-01", + "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "resourceGroupName": "System.local", + "location": "local", + "infraRoleInstance": "AzS-NC01" + }, + "responses": { + "200": {}, + "202": {} + } +} diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/InfraRoleInstance/Shutdown.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/InfraRoleInstance/Shutdown.json new file mode 100644 index 000000000000..1eb2ffee8f1c --- /dev/null +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/InfraRoleInstance/Shutdown.json @@ -0,0 +1,13 @@ +{ + "parameters": { + "api-version": "2016-05-01", + "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "resourceGroupName": "System.local", + "location": "local", + "infraRoleInstance": "AzS-NC01" + }, + "responses": { + "200": {}, + "202": {} + } +} diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/IpPool/Create.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/IpPool/Create.json new file mode 100644 index 000000000000..900969b8d774 --- /dev/null +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/IpPool/Create.json @@ -0,0 +1,25 @@ +{ + "parameters": { + "api-version": "2016-05-01", + "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "resourceGroupName": "System.local", + "location": "local", + "ipPool": "myPool", + "pool": { + "properties": { + "startIpAddress": "192.168.1.1", + "endIpAddress": "192.168.1.254" + } + } + }, + "responses": { + "200": { + "body": { + "properties": { + "provisioningState": "Succeeded" + } + } + }, + "202": {} + } +} diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/IpPool/IpPoolGetOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/IpPool/Get.json similarity index 51% rename from specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/IpPool/IpPoolGetOperation_example.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/IpPool/Get.json index 73e896dca86a..7e2190c65e58 100644 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/IpPool/IpPoolGetOperation_example.json +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/IpPool/Get.json @@ -2,25 +2,27 @@ "parameters": { "api-version": "2016-05-01", "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "resourceGroupName" : "System.local", "location": "local", "ipPool": "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", + "id": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/ipPools/TestIpPool1993", + "name": "TestIpPool1993", "type": "Microsoft.Fabric.Admin/fabricLocations/ipPools", "location": "local", "tags": {}, "properties": { - "startIpAddress": "192.168.200.224", - "endIpAddress": "192.168.200.254", - "numberOfIpAddresses": 31, - "numberOfAllocatedIpAddresses": 1, + "startIpAddress": "192.3.9.1", + "endIpAddress": "192.3.9.255", + "numberOfIpAddresses": 255, + "numberOfAllocatedIpAddresses": 0, "numberOfIpAddressesInTransition": 0 } } - } + }, + "404": {} } } \ No newline at end of file diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/IpPool/List.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/IpPool/List.json new file mode 100644 index 000000000000..fa2c82d5e15d --- /dev/null +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/IpPool/List.json @@ -0,0 +1,143 @@ +{ + "parameters": { + "api-version": "2016-05-01", + "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "resourceGroupName" : "System.local", + "location": "local" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "id": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/ipPools/13ff1d24-17e5-4a95-a4b2-f3ec7ceaafb1", + "name": "13ff1d24-17e5-4a95-a4b2-f3ec7ceaafb1", + "type": "Microsoft.Fabric.Admin/fabricLocations/ipPools", + "location": "local", + "tags": {}, + "properties": { + "startIpAddress": "192.168.200.1", + "endIpAddress": "192.168.200.62", + "numberOfIpAddresses": 62, + "numberOfAllocatedIpAddresses": 3, + "numberOfIpAddressesInTransition": 0 + } + }, + { + "id": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/ipPools/7d78b1d4-059d-4956-bd08-a174ef5db6ae", + "name": "7d78b1d4-059d-4956-bd08-a174ef5db6ae", + "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/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/ipPools/acd04be9-69fe-4713-99d3-99046f971f73", + "name": "acd04be9-69fe-4713-99d3-99046f971f73", + "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/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/ipPools/cace184f-12a4-43a7-ab22-9796cda85c56", + "name": "cace184f-12a4-43a7-ab22-9796cda85c56", + "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 + } + }, + { + "id": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/ipPools/cf9ccfbf-d902-44ef-914c-3e59c2cc5215", + "name": "cf9ccfbf-d902-44ef-914c-3e59c2cc5215", + "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/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/ipPools/e7eb5792-8240-4210-8f25-73cf2d0be74a", + "name": "e7eb5792-8240-4210-8f25-73cf2d0be74a", + "type": "Microsoft.Fabric.Admin/fabricLocations/ipPools", + "location": "local", + "tags": {}, + "properties": { + "startIpAddress": "192.168.102.1", + "endIpAddress": "192.168.102.255", + "numberOfIpAddresses": 255, + "numberOfAllocatedIpAddresses": 33, + "numberOfIpAddressesInTransition": 0 + } + }, + { + "id": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/ipPools/TestIpPool199198", + "name": "TestIpPool199198", + "type": "Microsoft.Fabric.Admin/fabricLocations/ipPools", + "location": "local", + "tags": {}, + "properties": { + "startIpAddress": "192.198.9.1", + "endIpAddress": "192.198.9.255", + "numberOfIpAddresses": 255, + "numberOfAllocatedIpAddresses": 0, + "numberOfIpAddressesInTransition": 0 + } + }, + { + "id": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/ipPools/TestIpPool1992", + "name": "TestIpPool1992", + "type": "Microsoft.Fabric.Admin/fabricLocations/ipPools", + "location": "local", + "tags": {}, + "properties": { + "startIpAddress": "192.2.9.1", + "endIpAddress": "192.2.9.255", + "numberOfIpAddresses": 255, + "numberOfAllocatedIpAddresses": 0, + "numberOfIpAddressesInTransition": 0 + } + }, + { + "id": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/ipPools/TestIpPool1993", + "name": "TestIpPool1993", + "type": "Microsoft.Fabric.Admin/fabricLocations/ipPools", + "location": "local", + "tags": {}, + "properties": { + "startIpAddress": "192.3.9.1", + "endIpAddress": "192.3.9.255", + "numberOfIpAddresses": 255, + "numberOfAllocatedIpAddresses": 0, + "numberOfIpAddressesInTransition": 0 + } + } + ] + } + }, + "404": {} + } +} \ No newline at end of file diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/LogicalNetwork/Get.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/LogicalNetwork/Get.json new file mode 100644 index 000000000000..d597b42e61eb --- /dev/null +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/LogicalNetwork/Get.json @@ -0,0 +1,33 @@ +{ + "parameters": { + "api-version": "2016-05-01", + "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "resourceGroupName" : "System.local", + "location": "local", + "logicalNetwork": "B60B71AA-36BF-40AC-A9CE-A6915D1EAE1A" + }, + "responses": { + "200": { + "body": + { + "id": "/subscriptions/36e98cad-c8a5-4580-bef7-af878a237908/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": [ + "11313dcd-b797-43eb-8234-2d10b208e0b6", + "Subnet-TestIpPool1992", + "Subnet-TestIpPool199198", + "Subnet-TestIpPool1993", + "Subnet-TestIpPool1994", + "Subnet-TestIpPool199196" + ] + } + } + }, + "404": {} + } +} \ No newline at end of file diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/LogicalNetwork/LogicalNetworkListOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/LogicalNetwork/List.json similarity index 70% rename from specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/LogicalNetwork/LogicalNetworkListOperation_example.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/LogicalNetwork/List.json index 0216d0013bdf..801f1f1abe06 100644 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/LogicalNetwork/LogicalNetworkListOperation_example.json +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/LogicalNetwork/List.json @@ -2,6 +2,7 @@ "parameters": { "api-version": "2016-05-01", "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "resourceGroupName" : "System.local", "location": "local" }, "responses": { @@ -9,7 +10,7 @@ "body": { "value": [ { - "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/logicalNetworks/00000000-2222-1111-9999-000000000001", + "id": "/subscriptions/36e98cad-c8a5-4580-bef7-af878a237908/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", @@ -17,12 +18,12 @@ "properties": { "networkVirtualizationEnabled": false, "subnets": [ - "9ea1839b-4025-416b-b67c-405d667691bb" + "de2b8680-ed17-4df9-a5f9-c05c090e8f4a" ] } }, { - "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/logicalNetworks/47931036-2874-4d45-b1f1-b69666088968", + "id": "/subscriptions/36e98cad-c8a5-4580-bef7-af878a237908/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", @@ -30,12 +31,12 @@ "properties": { "networkVirtualizationEnabled": false, "subnets": [ - "af95176a-98f5-4302-b5d9-8723c535deef" + "0af29a71-c4f4-42b3-bd7f-83b65340b0fb" ] } }, { - "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/logicalNetworks/B60B71AA-36BF-40AC-A9CE-A6915D1EAE1A", + "id": "/subscriptions/36e98cad-c8a5-4580-bef7-af878a237908/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", @@ -43,12 +44,12 @@ "properties": { "networkVirtualizationEnabled": false, "subnets": [ - "75d0e314-a6f5-4c06-a430-88419a931df7" + "85f3102d-0213-4445-8aef-6507440f2228" ] } }, { - "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/logicalNetworks/bb6c6f28-bad9-441b-8e62-57d2be255904", + "id": "/subscriptions/36e98cad-c8a5-4580-bef7-af878a237908/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", @@ -56,12 +57,12 @@ "properties": { "networkVirtualizationEnabled": true, "subnets": [ - "cbcf1be3-652f-4854-b57d-e3b07401f29e" + "e5e8cf68-5daf-4d4a-a2eb-c38852a6a1dc" ] } }, { - "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/logicalNetworks/F207C184-367C-4BC7-8C74-03AA39D68C24", + "id": "/subscriptions/36e98cad-c8a5-4580-bef7-af878a237908/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", @@ -69,12 +70,12 @@ "properties": { "networkVirtualizationEnabled": false, "subnets": [ - "3a1e55ef-6cb9-40fa-8deb-48db9363975c" + "0cb684a8-0ccd-42b9-b1e4-243a05622b8f" ] } }, { - "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/logicalNetworks/f8f67956-3906-4303-94c5-09cf91e7e311", + "id": "/subscriptions/36e98cad-c8a5-4580-bef7-af878a237908/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", @@ -82,12 +83,18 @@ "properties": { "networkVirtualizationEnabled": false, "subnets": [ - "b5f364e5-e154-41ec-99c1-12ce4abfbc0c" + "11313dcd-b797-43eb-8234-2d10b208e0b6", + "Subnet-TestIpPool1992", + "Subnet-TestIpPool199198", + "Subnet-TestIpPool1993", + "Subnet-TestIpPool1994", + "Subnet-TestIpPool199196" ] } } ] } - } + }, + "404": {} } } \ No newline at end of file diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/LogicalSubnet/LogicalSubnetGetOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/LogicalSubnet/Get.json similarity index 64% rename from specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/LogicalSubnet/LogicalSubnetGetOperation_example.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/LogicalSubnet/Get.json index 11f6d4709380..549f4ea1d8c8 100644 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/LogicalSubnet/LogicalSubnetGetOperation_example.json +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/LogicalSubnet/Get.json @@ -2,6 +2,7 @@ "parameters": { "api-version": "2016-05-01", "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "resourceGroupName" : "System.local", "location": "local", "logicalNetwork": "00000000-2222-1111-9999-000000000001", "logicalSubnet": "9ea1839b-4025-416b-b67c-405d667691bb" @@ -9,18 +10,19 @@ "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", + "id": "/subscriptions/36e98cad-c8a5-4580-bef7-af878a237908/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/logicalNetworks/00000000-2222-1111-9999-000000000001/logicalSubnets/de2b8680-ed17-4df9-a5f9-c05c090e8f4a", + "name": "de2b8680-ed17-4df9-a5f9-c05c090e8f4a", "type": "Microsoft.Fabric.Admin/fabricLocations/logicalNetworks/logicalSubnets", "location": "local", "tags": {}, "properties": { "ipPools": [ - "cdda477d-c28a-4018-b76b-2af713358d95" + "8b13b443-ed0e-462b-bf8e-415c69288fb5" ], "isPublic": false } } - } + }, + "404": {} } } \ No newline at end of file diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/LogicalSubnet/LogicalSubnetListOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/LogicalSubnet/List.json similarity index 65% rename from specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/LogicalSubnet/LogicalSubnetListOperation_example.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/LogicalSubnet/List.json index 271872cc5d3d..63ebf48e1946 100644 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/LogicalSubnet/LogicalSubnetListOperation_example.json +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/LogicalSubnet/List.json @@ -2,6 +2,7 @@ "parameters": { "api-version": "2016-05-01", "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "resourceGroupName" : "System.local", "location": "local", "logicalNetwork": "00000000-2222-1111-9999-000000000001" }, @@ -10,20 +11,21 @@ "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", + "id": "/subscriptions/36e98cad-c8a5-4580-bef7-af878a237908/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/logicalNetworks/00000000-2222-1111-9999-000000000001/logicalSubnets/de2b8680-ed17-4df9-a5f9-c05c090e8f4a", + "name": "de2b8680-ed17-4df9-a5f9-c05c090e8f4a", "type": "Microsoft.Fabric.Admin/fabricLocations/logicalNetworks/logicalSubnets", "location": "local", "tags": {}, "properties": { "ipPools": [ - "cdda477d-c28a-4018-b76b-2af713358d95" + "8b13b443-ed0e-462b-bf8e-415c69288fb5" ], "isPublic": false } } ] } - } + }, + "404": {} } } \ No newline at end of file diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/MacAddressPool/MacAddressPoolGetOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/MacAddressPool/Get.json similarity index 70% rename from specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/MacAddressPool/MacAddressPoolGetOperation_example.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/MacAddressPool/Get.json index 2f914eeed674..0d0219846acf 100644 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/MacAddressPool/MacAddressPoolGetOperation_example.json +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/MacAddressPool/Get.json @@ -2,13 +2,14 @@ "parameters": { "api-version": "2016-05-01", "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "resourceGroupName" : "System.local", "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", + "id": "/subscriptions/36e98cad-c8a5-4580-bef7-af878a237908/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", @@ -16,10 +17,11 @@ "properties": { "startMacAddress": "00-1D-D8-B7-1C-00", "endMacAddress": "00-1D-D8-F4-1F-FF", - "numberOfAllocatedMacAddresses": 2, - "numberOfAvailableMacAddresses": 3998718 + "numberOfAllocatedMacAddresses": 5, + "numberOfAvailableMacAddresses": 3998715 } } - } + }, + "404": {} } } \ No newline at end of file diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/MacAddressPool/MacAddressPoolListOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/MacAddressPool/List.json similarity index 77% rename from specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/MacAddressPool/MacAddressPoolListOperation_example.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/MacAddressPool/List.json index ad9e0c260a1f..0cccf1193fed 100644 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/MacAddressPool/MacAddressPoolListOperation_example.json +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/MacAddressPool/List.json @@ -2,6 +2,7 @@ "parameters": { "api-version": "2016-05-01", "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "resourceGroupName" : "System.local", "location": "local" }, "responses": { @@ -9,7 +10,7 @@ "body": { "value": [ { - "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/macAddressPools/8197fd09-8a69-417e-a55c-10c2c61f5ee7", + "id": "/subscriptions/36e98cad-c8a5-4580-bef7-af878a237908/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", @@ -17,12 +18,13 @@ "properties": { "startMacAddress": "00-1D-D8-B7-1C-00", "endMacAddress": "00-1D-D8-F4-1F-FF", - "numberOfAllocatedMacAddresses": 2, - "numberOfAvailableMacAddresses": 3998718 + "numberOfAllocatedMacAddresses": 5, + "numberOfAvailableMacAddresses": 3998715 } } ] } - } + }, + "404": {} } } \ No newline at end of file diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/Operations/List.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/Operations/List.json new file mode 100644 index 000000000000..bc77c379e8c8 --- /dev/null +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/Operations/List.json @@ -0,0 +1,118 @@ +{ + "parameters": { + "api-version": "2016-05-01" + }, + "responses": { + "200": { + "value": [ + { + "name": "Microsoft.Fabric.Admin/scaleUnits/ScaleIn", + "display": { + "provider": "Microsoft Fabric Resource Provider", + "resource": "Scale Unit", + "operation": "Add a Node to a Scale Unit", + "description": "Add a Node to a Scale Unit" + } + }, + { + "name": "Microsoft.Fabric.Admin/scaleUnitNodes/PowerOff", + "display": { + "provider": "Microsoft Fabric Resource Provider", + "resource": "Scale Unit Node", + "operation": "Power off Scale Unit Node", + "description": "Powers off a Scale Unit Node" + } + }, + { + "name": "Microsoft.Fabric.Admin/scaleUnitNodes/PowerOn", + "display": { + "provider": "Microsoft Fabric Resource Provider", + "resource": "Scale Unit Node", + "operation": "Power on Scale Unit Node", + "description": "Powers on a Scale Unit Node" + } + }, + { + "name": "Microsoft.Fabric.Admin/scaleUnitNodes/ShutDown", + "display": { + "provider": "Microsoft Fabric Resource Provider", + "resource": "Scale Unit Node", + "operation": "Shut down Scale Unit Node" + } + }, + { + "name": "Microsoft.Fabric.Admin/scaleUnitNodes/StartMaintenanceMode", + "display": { + "provider": "Microsoft Fabric Resource Provider", + "resource": "Scale Unit Node", + "operation": "Start maintenance Scale Unit Node", + "description": "Starts maintenance on a Scale Unit Node" + } + }, + { + "name": "Microsoft.Fabric.Admin/scaleUnitNodes/StopMaintenanceMode", + "display": { + "provider": "Microsoft Fabric Resource Provider", + "resource": "Scale Unit Node", + "operation": "Stop maintenance Scale Unit Node", + "description": "Stops maintenance on a Scale Unit Node" + } + }, + { + "name": "Microsoft.Fabric.Admin/scaleUnitNodes/Repair", + "display": { + "provider": "Microsoft Fabric Resource Provider", + "resource": "Scale Unit Node", + "operation": "Repair Scale Unit Node", + "description": "Repairs a Scale Unit Node" + } + }, + { + "name": "Microsoft.Fabric.Admin/infraRoleInstances/PowerOff", + "display": { + "provider": "Microsoft Fabric Resource Provider", + "resource": "Infrastructure Role Instance", + "operation": "Power off Infrastructure Role Instance", + "description": "Powers off an Infrastructure Role Instance" + } + }, + { + "name": "Microsoft.Fabric.Admin/infraRoleInstances/PowerOn", + "display": { + "provider": "Microsoft Fabric Resource Provider", + "resource": "Infrastructure Role Instance", + "operation": "Power on Infrastructure Role Instance", + "description": "Powers on an Infrastructure Role Instance" + } + }, + { + "name": "Microsoft.Fabric.Admin/infraRoleInstances/Shutdown", + "display": { + "provider": "Microsoft Fabric Resource Provider", + "resource": "Infrastructure Role Instance", + "operation": "Shutdown an Infrastructure Role Instance", + "description": "Shutdown an Infrastructure Role Instance" + } + }, + { + "name": "Microsoft.Fabric.Admin/infraRoleInstances/Reboot", + "display": { + "provider": "Microsoft Fabric Resource Provider", + "resource": "Infrastructure Role Instance", + "operation": "Reboot an Infrastructure Role Instance", + "description": "Reboot an Infrastructure Role Instance" + } + }, + { + "name": "Microsoft.Fabric.Admin/ipPools/action", + "display": { + "provider": "Microsoft Fabric Resource Provider", + "resource": "IP Pool", + "operation": "Create or update IP Pool", + "description": "Creates or updates an IP Pool" + } + } + ] + } + } +} \ No newline at end of file diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/ScaleUnit/ScaleUnitGetOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/ScaleUnit/Get.json similarity index 59% rename from specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/ScaleUnit/ScaleUnitGetOperation_example.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/ScaleUnit/Get.json index 8e00cbdf333e..0d6680e8c41f 100644 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/ScaleUnit/ScaleUnitGetOperation_example.json +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/ScaleUnit/Get.json @@ -2,13 +2,14 @@ "parameters": { "api-version": "2016-05-01", "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "resourceGroupName" : "System.local", "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", + "id": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/scaleUnits/S-Cluster", "name": "S-Cluster", "type": "Microsoft.Fabric.Admin/fabricLocations/scaleUnits", "location": "local", @@ -17,15 +18,17 @@ "scaleUnitType": "HyperConverged", "logicalFaultDomain": 0, "nodes": [ - "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/scaleUnitNodes/HC1n25r2236" + "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/scaleUnitNodes/HC1u15a2437" ], "state": "Running", "totalCapacity": { - "memoryGB": 255.875, - "cores": 56 - } + "memoryGB": 511.8877, + "cores": 32 + }, + "isMultiNode": false } } - } + }, + "404": {} } } \ No newline at end of file diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/ScaleUnit/ScaleUnitListOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/ScaleUnit/List.json similarity index 62% rename from specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/ScaleUnit/ScaleUnitListOperation_example.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/ScaleUnit/List.json index 0a8fce16bb1a..e8f622fe181e 100644 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/ScaleUnit/ScaleUnitListOperation_example.json +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/ScaleUnit/List.json @@ -2,6 +2,7 @@ "parameters": { "api-version": "2016-05-01", "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "resourceGroupName" : "System.local", "location": "local" }, "responses": { @@ -9,7 +10,7 @@ "body": { "value": [ { - "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/scaleUnits/S-Cluster", + "id": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/scaleUnits/S-Cluster", "name": "S-Cluster", "type": "Microsoft.Fabric.Admin/fabricLocations/scaleUnits", "location": "local", @@ -18,17 +19,19 @@ "scaleUnitType": "HyperConverged", "logicalFaultDomain": 0, "nodes": [ - "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/scaleUnitNodes/HC1n25r2236" + "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/scaleUnitNodes/HC1u15a2437" ], "state": "Running", "totalCapacity": { - "memoryGB": 255.875, - "cores": 56 - } + "memoryGB": 511.8877, + "cores": 32 + }, + "isMultiNode": false } } ] } - } + }, + "404": {} } } \ No newline at end of file diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/ScaleUnit/ScaleOut.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/ScaleUnit/ScaleOut.json new file mode 100644 index 000000000000..fd04f9f77b89 --- /dev/null +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/ScaleUnit/ScaleOut.json @@ -0,0 +1,17 @@ +{ + "parameters": { + "api-version": "2016-05-01", + "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "resourceGroupName": "System.local", + "location": "local", + "scaleUnit": "S-Cluster", + "nodeList": { + "scaleUnitNode": "N1S2", + "bmcIPv4Address": "192.0.0.1" + } + }, + "responses": { + "200": {}, + "202": {} + } +} \ No newline at end of file diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/ScaleUnitNode/ScaleUnitNodeGetOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/ScaleUnitNode/Get.json similarity index 82% rename from specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/ScaleUnitNode/ScaleUnitNodeGetOperation_example.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/ScaleUnitNode/Get.json index 9aa0dc317341..e67998b025f7 100644 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/ScaleUnitNode/ScaleUnitNodeGetOperation_example.json +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/ScaleUnitNode/Get.json @@ -2,14 +2,15 @@ "parameters": { "api-version": "2016-05-01", "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "resourceGroupName" : "System.local", "location": "local", - "scaleUnitNode": "HC1n25r2236" + "scaleUnitNode": "N1S2" }, "responses": { "200": { "body": { - "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/scaleUnitNodes/HC1n25r2236", - "name": "HC1n25r2236", + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/scaleUnitNodes/N1S2", + "name": "N1S2", "type": "Microsoft.Fabric.Admin/fabricLocations/scaleUnitNodes", "location": "local", "tags": {}, @@ -19,13 +20,13 @@ "scaleUnitName": "S-Cluster", "scaleUnitUri": "/fabricLocations/local/scaleUnits/S-Cluster", "canPowerOff": false, - "macAddress": "24-8A-07-89-15-62", "capacity": { "memoryGB": 255.875, "cores": 56 } } } - } + }, + "404": {} } -} \ No newline at end of file +} diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/ScaleUnitNode/ScaleUnitNodeListOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/ScaleUnitNode/List.json similarity index 86% rename from specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/ScaleUnitNode/ScaleUnitNodeListOperation_example.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/ScaleUnitNode/List.json index afc579939fca..f527cdf4ccfd 100644 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/ScaleUnitNode/ScaleUnitNodeListOperation_example.json +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/ScaleUnitNode/List.json @@ -2,6 +2,7 @@ "parameters": { "api-version": "2016-05-01", "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "resourceGroupName" : "System.local", "location": "local" }, "responses": { @@ -9,8 +10,8 @@ "body": { "value": [ { - "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/scaleUnitNodes/HC1n25r2236", - "name": "HC1n25r2236", + "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/scaleUnitNodes/N1S2", + "name": "N1S2", "type": "Microsoft.Fabric.Admin/fabricLocations/scaleUnitNodes", "location": "local", "tags": {}, @@ -20,7 +21,6 @@ "scaleUnitName": "S-Cluster", "scaleUnitUri": "/fabricLocations/local/scaleUnits/S-Cluster", "canPowerOff": false, - "macAddress": "24-8A-07-89-15-62", "capacity": { "memoryGB": 255.875, "cores": 56 @@ -29,6 +29,7 @@ } ] } - } + }, + "404": {} } -} \ No newline at end of file +} diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/ScaleUnitNode/PowerOff.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/ScaleUnitNode/PowerOff.json new file mode 100644 index 000000000000..7178d1ebe366 --- /dev/null +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/ScaleUnitNode/PowerOff.json @@ -0,0 +1,13 @@ +{ + "parameters": { + "api-version": "2016-05-01", + "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "resourceGroupName": "System.local", + "location": "local", + "scaleUnitNode": "N1S2" + }, + "responses": { + "200": {}, + "202": {} + } +} \ No newline at end of file diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/ScaleUnitNode/PowerOn.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/ScaleUnitNode/PowerOn.json new file mode 100644 index 000000000000..7178d1ebe366 --- /dev/null +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/ScaleUnitNode/PowerOn.json @@ -0,0 +1,13 @@ +{ + "parameters": { + "api-version": "2016-05-01", + "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "resourceGroupName": "System.local", + "location": "local", + "scaleUnitNode": "N1S2" + }, + "responses": { + "200": {}, + "202": {} + } +} \ No newline at end of file diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/ScaleUnitNode/Repair.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/ScaleUnitNode/Repair.json new file mode 100644 index 000000000000..b312ca37ec5d --- /dev/null +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/ScaleUnitNode/Repair.json @@ -0,0 +1,23 @@ +{ + "parameters": { + "api-version": "2016-05-01", + "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "resourceGroupName": "System.local", + "location": "local", + "scaleUnitNode": "N1S2", + "bareMetalNode" : { + "bmcIpv4Address" : "192.168.1.1", + "vendor" : "Commodore", + "model" : "64", + "serialNumber" : "123456789", + "biosVersion" : "0.0.1", + "computerName" : "Gibson", + "clusterName" : "T-Cluster", + "macAddress" : "00-14-22-01-23-45" + } + }, + "responses": { + "200": {}, + "202": {} + } +} \ No newline at end of file diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/ScaleUnitNode/Shutdown.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/ScaleUnitNode/Shutdown.json new file mode 100644 index 000000000000..7178d1ebe366 --- /dev/null +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/ScaleUnitNode/Shutdown.json @@ -0,0 +1,13 @@ +{ + "parameters": { + "api-version": "2016-05-01", + "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "resourceGroupName": "System.local", + "location": "local", + "scaleUnitNode": "N1S2" + }, + "responses": { + "200": {}, + "202": {} + } +} \ No newline at end of file diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/ScaleUnitNode/StartMaintenanceMode.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/ScaleUnitNode/StartMaintenanceMode.json new file mode 100644 index 000000000000..7178d1ebe366 --- /dev/null +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/ScaleUnitNode/StartMaintenanceMode.json @@ -0,0 +1,13 @@ +{ + "parameters": { + "api-version": "2016-05-01", + "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "resourceGroupName": "System.local", + "location": "local", + "scaleUnitNode": "N1S2" + }, + "responses": { + "200": {}, + "202": {} + } +} \ No newline at end of file diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/ScaleUnitNode/StopMaintenanceMode.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/ScaleUnitNode/StopMaintenanceMode.json new file mode 100644 index 000000000000..7178d1ebe366 --- /dev/null +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/ScaleUnitNode/StopMaintenanceMode.json @@ -0,0 +1,13 @@ +{ + "parameters": { + "api-version": "2016-05-01", + "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "resourceGroupName": "System.local", + "location": "local", + "scaleUnitNode": "N1S2" + }, + "responses": { + "200": {}, + "202": {} + } +} \ No newline at end of file diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/SlbMuxInstance/SlbMuxInstanceGetOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/SlbMuxInstance/Get.json similarity index 74% rename from specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/SlbMuxInstance/SlbMuxInstanceGetOperation_example.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/SlbMuxInstance/Get.json index dbab45495540..8c60e13e0cf3 100644 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/SlbMuxInstance/SlbMuxInstanceGetOperation_example.json +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/SlbMuxInstance/Get.json @@ -2,14 +2,15 @@ "parameters": { "api-version": "2016-05-01", "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "resourceGroupName" : "System.local", "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", + "id": "/subscriptions/36e98cad-c8a5-4580-bef7-af878a237908/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/slbMuxInstances/AzS-SLB01", + "name": "local/AzS-SLB01", "type": "Microsoft.Fabric.Admin/fabricLocations/slbMuxInstances", "location": "local", "tags": {}, @@ -21,6 +22,7 @@ ] } } - } + }, + "404": {} } -} \ No newline at end of file +} diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/SlbMuxInstance/SlbMuxInstanceListOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/SlbMuxInstance/List.json similarity index 77% rename from specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/SlbMuxInstance/SlbMuxInstanceListOperation_example.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/SlbMuxInstance/List.json index 551d4cb2ad9c..3ddc847a0dca 100644 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/SlbMuxInstance/SlbMuxInstanceListOperation_example.json +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/SlbMuxInstance/List.json @@ -2,6 +2,7 @@ "parameters": { "api-version": "2016-05-01", "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "resourceGroupName" : "System.local", "location": "local" }, "responses": { @@ -9,8 +10,8 @@ "body": { "value": [ { - "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/slbMuxInstances/AzS-SLB01", - "name": "AzS-SLB01", + "id": "/subscriptions/36e98cad-c8a5-4580-bef7-af878a237908/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/slbMuxInstances/AzS-SLB01", + "name": "local/AzS-SLB01", "type": "Microsoft.Fabric.Admin/fabricLocations/slbMuxInstances", "location": "local", "tags": {}, @@ -24,6 +25,7 @@ } ] } - } + }, + "404": {} } -} \ No newline at end of file +} diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/StoragePool/StoragePoolGetOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/StoragePool/Get.json similarity index 74% rename from specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/StoragePool/StoragePoolGetOperation_example.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/StoragePool/Get.json index 828020a2f3b2..6a86ca4d8495 100644 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/StoragePool/StoragePoolGetOperation_example.json +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/StoragePool/Get.json @@ -2,6 +2,7 @@ "parameters": { "api-version": "2016-05-01", "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "resourceGroupName" : "System.local", "location": "local", "storageSubSystem": "S-Cluster.azurestack.local", "storagePool": "SU1_Pool" @@ -9,15 +10,16 @@ "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", + "id": "/subscriptions/36e98cad-c8a5-4580-bef7-af878a237908/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 + "sizeGB": 5646 } } - } + }, + "404": {} } } \ No newline at end of file diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/StoragePool/StoragePoolListOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/StoragePool/List.json similarity index 76% rename from specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/StoragePool/StoragePoolListOperation_example.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/StoragePool/List.json index b1107d0b7cc4..79a10894b9d2 100644 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/StoragePool/StoragePoolListOperation_example.json +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/StoragePool/List.json @@ -2,6 +2,7 @@ "parameters": { "api-version": "2016-05-01", "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "resourceGroupName" : "System.local", "location": "local", "storageSubSystem": "S-Cluster.azurestack.local" }, @@ -10,17 +11,18 @@ "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", + "id": "/subscriptions/36e98cad-c8a5-4580-bef7-af878a237908/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 + "sizeGB": 5646 } } ] } - } + }, + "404": {} } } \ No newline at end of file diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/StorageSystem/StorageSystemGetOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/StorageSystem/Get.json similarity index 71% rename from specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/StorageSystem/StorageSystemGetOperation_example.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/StorageSystem/Get.json index ff6a8faae4b3..f8bca1d76beb 100644 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/StorageSystem/StorageSystemGetOperation_example.json +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/StorageSystem/Get.json @@ -2,21 +2,23 @@ "parameters": { "api-version": "2016-05-01", "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "resourceGroupName" : "System.local", "location": "local", "storageSubSystem": "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", + "id": "/subscriptions/36e98cad-c8a5-4580-bef7-af878a237908/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 + "totalCapacityGB": 2540 } } - } + }, + "404": {} } } \ No newline at end of file diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/StorageSystem/StorageSystemListOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/StorageSystem/List.json similarity index 73% rename from specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/StorageSystem/StorageSystemListOperation_example.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/StorageSystem/List.json index a6a47e8e8d1c..b596a70aa715 100644 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/StorageSystem/StorageSystemListOperation_example.json +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/StorageSystem/List.json @@ -2,6 +2,7 @@ "parameters": { "api-version": "2016-05-01", "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "resourceGroupName" : "System.local", "location": "local" }, "responses": { @@ -9,17 +10,18 @@ "body": { "value": [ { - "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/storageSubSystems/S-Cluster.azurestack.local", + "id": "/subscriptions/36e98cad-c8a5-4580-bef7-af878a237908/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 + "totalCapacityGB": 2540 } } ] } - } + }, + "404": {} } } \ No newline at end of file diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/Volume/VolumeGetOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/Volume/Get.json similarity index 66% rename from specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/Volume/VolumeGetOperation_example.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/Volume/Get.json index fd51ee1ee540..2acb04bd7158 100644 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/Volume/VolumeGetOperation_example.json +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/Volume/Get.json @@ -2,6 +2,7 @@ "parameters": { "api-version": "2016-05-01", "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "resourceGroupName" : "System.local", "location": "local", "storageSubSystem": "S-Cluster.azurestack.local", "storagePool": "SU1_Pool", @@ -10,18 +11,19 @@ "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", + "id": "/subscriptions/36e98cad-c8a5-4580-bef7-af878a237908/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/storageSubSystems/S-Cluster.azurestack.local/storagePools/SU1_Pool/volumes/05c1cbb7", + "name": "05c1cbb7", "type": "Microsoft.Fabric.Admin/fabricLocations/storageSubSystems/storagePools/volumes", "location": "local", "tags": {}, "properties": { "fileSystem": "CSVFS_ReFS", - "remainingSizeGB": 2367, - "sizeGB": 2525, + "remainingSizeGB": 2191, + "sizeGB": 2540, "volumeLabel": "SU1_Volume" } } - } + }, + "404": {} } } \ No newline at end of file diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/Volume/VolumeListOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/Volume/List.json similarity index 67% rename from specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/Volume/VolumeListOperation_example.json rename to specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/Volume/List.json index 82fc284d84bf..cbd3d24e6c8c 100644 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/Volume/VolumeListOperation_example.json +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/examples/Volume/List.json @@ -2,6 +2,7 @@ "parameters": { "api-version": "2016-05-01", "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", + "resourceGroupName" : "System.local", "location": "local", "storageSubSystem": "S-Cluster.azurestack.local", "storagePool": "SU1_Pool" @@ -11,20 +12,21 @@ "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", + "id": "/subscriptions/36e98cad-c8a5-4580-bef7-af878a237908/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/storageSubSystems/S-Cluster.azurestack.local/storagePools/SU1_Pool/volumes/05c1cbb7", + "name": "05c1cbb7", "type": "Microsoft.Fabric.Admin/fabricLocations/storageSubSystems/storagePools/volumes", "location": "local", "tags": {}, "properties": { "fileSystem": "CSVFS_ReFS", - "remainingSizeGB": 2367, - "sizeGB": 2525, + "remainingSizeGB": 2191, + "sizeGB": 2540, "volumeLabel": "SU1_Volume" } } ] } - } + }, + "404": {} } } \ No newline at end of file diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/Fabric.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/Fabric.json deleted file mode 100644 index fe648499a382..000000000000 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/Fabric.json +++ /dev/null @@ -1,107 +0,0 @@ -{ - "swagger": "2.0", - "info": { - "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/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/Operations.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/Operations.json deleted file mode 100644 index cd77449586c8..000000000000 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/Operations.json +++ /dev/null @@ -1,175 +0,0 @@ -{ - "swagger": "2.0", - "info": { - "description": "Operation status operation endpoints and objects.", - "title": "FabricAdminClient", - "version": "2016-05-01" - }, - "host": "adminmanagement.local.azurestack.external", - "schemes": [ - "https" - ], - "paths": { - "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/{provider}/fabricLocations/{location}/computeOperationResults/{computeOperationResult}": { - "get": { - "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": { - "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/ProvisioningStateModel" - } - } - }, - "ProvisioningStateModel": { - "description": "The state of the operation.", - "properties": { - "provisioningState": { - "description": "The state of the operation.", - "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/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/InfraRole/InfraRoleGetOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/InfraRole/InfraRoleGetOperation_example.json deleted file mode 100644 index 7b4d836a2269..000000000000 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/InfraRole/InfraRoleGetOperation_example.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "parameters": { - "api-version": "2016-05-01", - "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", - "location": "local", - "infraRole": "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/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/InfraRole/InfraRoleListOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/InfraRole/InfraRoleListOperation_example.json deleted file mode 100644 index 0924ca17f140..000000000000 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/InfraRole/InfraRoleListOperation_example.json +++ /dev/null @@ -1,567 +0,0 @@ -{ - "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/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/InfraRoleInstance/InfraRoleInstanceGetOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/InfraRoleInstance/InfraRoleInstanceGetOperation_example.json deleted file mode 100644 index a52b04501d34..000000000000 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/InfraRoleInstance/InfraRoleInstanceGetOperation_example.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "parameters": { - "api-version": "2016-05-01", - "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", - "location": "local", - "infraRoleInstance": "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/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/InfraRoleInstance/InfraRoleInstancePowerOffOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/InfraRoleInstance/InfraRoleInstancePowerOffOperation_example.json deleted file mode 100644 index 56ab3475bb7e..000000000000 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/InfraRoleInstance/InfraRoleInstancePowerOffOperation_example.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "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" - } - }, - "500": { - "provisioningState": { - "provisioningState": "Working" - } - } - } -} \ No newline at end of file diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/InfraRoleInstance/InfraRoleInstancePowerOnOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/InfraRoleInstance/InfraRoleInstancePowerOnOperation_example.json deleted file mode 100644 index 56ab3475bb7e..000000000000 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/InfraRoleInstance/InfraRoleInstancePowerOnOperation_example.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "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" - } - }, - "500": { - "provisioningState": { - "provisioningState": "Working" - } - } - } -} \ No newline at end of file diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/InfraRoleInstance/InfraRoleInstanceRebootOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/InfraRoleInstance/InfraRoleInstanceRebootOperation_example.json deleted file mode 100644 index 56ab3475bb7e..000000000000 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/InfraRoleInstance/InfraRoleInstanceRebootOperation_example.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "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" - } - }, - "500": { - "provisioningState": { - "provisioningState": "Working" - } - } - } -} \ No newline at end of file diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/InfraRoleInstance/InfraRoleInstanceShutdownOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/InfraRoleInstance/InfraRoleInstanceShutdownOperation_example.json deleted file mode 100644 index 56ab3475bb7e..000000000000 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/InfraRoleInstance/InfraRoleInstanceShutdownOperation_example.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "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" - } - }, - "500": { - "provisioningState": { - "provisioningState": "Working" - } - } - } -} \ No newline at end of file diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/IpPool/IpPoolCreateOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/IpPool/IpPoolCreateOperation_example.json deleted file mode 100644 index 053f63fc891d..000000000000 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/IpPool/IpPoolCreateOperation_example.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "parameters": { - "api-version": "2016-05-01", - "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", - "location": "local", - "ipPool": "myPool", - "pool": { - "properties": { - "startIpAddress": "10.10.1.1", - "endIpAddress": "10.10.1.254" - } - } - }, - "responses": { - "200": { - "body": {} - } - } -} \ No newline at end of file diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/IpPool/IpPoolListOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/IpPool/IpPoolListOperation_example.json deleted file mode 100644 index cad18790ce28..000000000000 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/IpPool/IpPoolListOperation_example.json +++ /dev/null @@ -1,99 +0,0 @@ -{ - "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/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/LogicalNetwork/LogicalNetworkGetOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/LogicalNetwork/LogicalNetworkGetOperation_example.json deleted file mode 100644 index a89b44b994ae..000000000000 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/LogicalNetwork/LogicalNetworkGetOperation_example.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "parameters": { - "api-version": "2016-05-01", - "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", - "location": "local", - "logicalNetwork": "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/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/ScaleUnitNode/ScaleUnitNodePowerOffOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/ScaleUnitNode/ScaleUnitNodePowerOffOperation_example.json deleted file mode 100644 index 93ab7a9d6dd7..000000000000 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/ScaleUnitNode/ScaleUnitNodePowerOffOperation_example.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "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" - } - }, - "500": { - "provisioningState": { - "provisioningState": "Working" - } - } - } -} \ No newline at end of file diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/ScaleUnitNode/ScaleUnitNodePowerOnOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/ScaleUnitNode/ScaleUnitNodePowerOnOperation_example.json deleted file mode 100644 index 93ab7a9d6dd7..000000000000 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/ScaleUnitNode/ScaleUnitNodePowerOnOperation_example.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "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" - } - }, - "500": { - "provisioningState": { - "provisioningState": "Working" - } - } - } -} \ No newline at end of file diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/ScaleUnitNode/ScaleUnitNodeStartMaintenanceModeOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/ScaleUnitNode/ScaleUnitNodeStartMaintenanceModeOperation_example.json deleted file mode 100644 index 93ab7a9d6dd7..000000000000 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/ScaleUnitNode/ScaleUnitNodeStartMaintenanceModeOperation_example.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "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" - } - }, - "500": { - "provisioningState": { - "provisioningState": "Working" - } - } - } -} \ No newline at end of file diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/ScaleUnitNode/ScaleUnitNodeStopMaintenanceModeOperation_example.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/ScaleUnitNode/ScaleUnitNodeStopMaintenanceModeOperation_example.json deleted file mode 100644 index 93ab7a9d6dd7..000000000000 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/stable/2016-05-01/examples/ScaleUnitNode/ScaleUnitNodeStopMaintenanceModeOperation_example.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "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" - } - }, - "500": { - "provisioningState": { - "provisioningState": "Working" - } - } - } -} \ No newline at end of file diff --git a/specification/azsadmin/resource-manager/fabric/readme.md b/specification/azsadmin/resource-manager/fabric/readme.md index 1f5a9bd45325..2bdf0481008d 100644 --- a/specification/azsadmin/resource-manager/fabric/readme.md +++ b/specification/azsadmin/resource-manager/fabric/readme.md @@ -1,11 +1,11 @@ # Fabric Admin - + > see https://aka.ms/autorest This is the AutoRest configuration file for Fabric Admin. --- -## Getting Started +## Getting Started To build the SDK for Fabric Admin, simply [Install AutoRest](https://aka.ms/autorest/install) and in this folder, run: > `autorest` @@ -17,7 +17,7 @@ To see additional help and options, run: ## Configuration -### Basic Information +### Basic Information These are the global settings for the Fabric API. ``` yaml @@ -33,41 +33,29 @@ 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/stable/2016-05-01/Fabric.json" - - "Microsoft.Fabric.Admin/stable/2016-05-01/EdgeGateway.json" - - "Microsoft.Fabric.Admin/stable/2016-05-01/EdgeGatewayPool.json" - - "Microsoft.Fabric.Admin/stable/2016-05-01/FabricLocation.json" - - "Microsoft.Fabric.Admin/stable/2016-05-01/FileShare.json" - - "Microsoft.Fabric.Admin/stable/2016-05-01/InfraRole.json" - - "Microsoft.Fabric.Admin/stable/2016-05-01/InfraRoleInstance.json" - - "Microsoft.Fabric.Admin/stable/2016-05-01/IpPool.json" - - "Microsoft.Fabric.Admin/stable/2016-05-01/LogicalNetwork.json" - - "Microsoft.Fabric.Admin/stable/2016-05-01/StoragePool.json" - - "Microsoft.Fabric.Admin/stable/2016-05-01/StorageSystem.json" - - "Microsoft.Fabric.Admin/stable/2016-05-01/Volume.json" - - "Microsoft.Fabric.Admin/stable/2016-05-01/LogicalSubnet.json" - - "Microsoft.Fabric.Admin/stable/2016-05-01/MacAddressPool.json" - - "Microsoft.Fabric.Admin/stable/2016-05-01/Operations.json" - - "Microsoft.Fabric.Admin/stable/2016-05-01/ScaleUnit.json" - - "Microsoft.Fabric.Admin/stable/2016-05-01/ScaleUnitNode.json" - - "Microsoft.Fabric.Admin/stable/2016-05-01/SlbMuxInstance.json" + - "Microsoft.Fabric.Admin/preview/2016-05-01/Fabric.json" + - "Microsoft.Fabric.Admin/preview/2016-05-01/EdgeGateway.json" + - "Microsoft.Fabric.Admin/preview/2016-05-01/EdgeGatewayPool.json" + - "Microsoft.Fabric.Admin/preview/2016-05-01/FabricLocation.json" + - "Microsoft.Fabric.Admin/preview/2016-05-01/FileShare.json" + - "Microsoft.Fabric.Admin/preview/2016-05-01/InfraRole.json" + - "Microsoft.Fabric.Admin/preview/2016-05-01/InfraRoleInstance.json" + - "Microsoft.Fabric.Admin/preview/2016-05-01/IpPool.json" + - "Microsoft.Fabric.Admin/preview/2016-05-01/LogicalNetwork.json" + - "Microsoft.Fabric.Admin/preview/2016-05-01/StoragePool.json" + - "Microsoft.Fabric.Admin/preview/2016-05-01/StorageSystem.json" + - "Microsoft.Fabric.Admin/preview/2016-05-01/Volume.json" + - "Microsoft.Fabric.Admin/preview/2016-05-01/LogicalSubnet.json" + - "Microsoft.Fabric.Admin/preview/2016-05-01/MacAddressPool.json" + - "Microsoft.Fabric.Admin/preview/2016-05-01/ScaleUnit.json" + - "Microsoft.Fabric.Admin/preview/2016-05-01/ScaleUnitNode.json" + - "Microsoft.Fabric.Admin/preview/2016-05-01/SlbMuxInstance.json" ``` --- # Code Generation - -## Swagger to SDK - -This section describes what SDK should be generated by the automatic system. -This is not used by Autorest itself. - -``` yaml $(swagger-to-sdk) -swagger-to-sdk: - - repo: azure-sdk-for-go -``` - -## C# +## C# These settings apply only when `--csharp` is specified on the command line. Please also specify `--csharp-sdks-folder=`. @@ -121,19 +109,3 @@ Please also specify `--go-sdk-folder=`. - -``` yaml $(java) -java: - azure-arm: true - fluent: true - namespace: com.microsoft.azure.management.azsadmin.fabric - license-header: MICROSOFT_MIT_NO_CODEGEN - payload-flattening-threshold: 1 - output-folder: $(azure-libraries-for-java-folder)/azure-mgmt-azsadmin/fabric -```