diff --git a/specification/resources/resource-manager/Microsoft.AzureCIS/stable/2021-08-10-privatepreview/dstsServiceAccount.json b/specification/resources/resource-manager/Microsoft.AzureCIS/stable/2021-08-10-privatepreview/dstsServiceAccount.json deleted file mode 100644 index 2bc380b009a9..000000000000 --- a/specification/resources/resource-manager/Microsoft.AzureCIS/stable/2021-08-10-privatepreview/dstsServiceAccount.json +++ /dev/null @@ -1,389 +0,0 @@ -{ - "swagger": "2.0", - "info": { - "title": "Foundational ARM Client", - "description": "DstsServiceAccount Provider", - "version": "2021-08-10-privatepreview" - }, - "host": "management.azure.com", - "schemes": [ - "https" - ], - "consumes": [ - "application/json" - ], - "produces": [ - "application/json" - ], - "security": [ - { - "azure_auth": [ - "user_impersonation" - ] - } - ], - "securityDefinitions": { - "azure_auth": { - "type": "oauth2", - "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", - "flow": "implicit", - "description": "Azure Active Directory OAuth2 Flow.", - "scopes": { - "user_impersonation": "impersonate your user account" - } - } - }, - "paths": { - "/subscriptions/{subscriptionId}/providers/Microsoft.AzureCIS/dstsServiceAccounts": { - "get": { - "description": "Lists all the DstsServiceAccounts in a subscription.", - "x-ms-examples": { - "Get DstsServiceAccounts in a subscription": { - "$ref": "./examples/GetAllDstsServiceAccount.json" - } - }, - "operationId": "DstsServiceAccount_listSubscriptionLevel", - "parameters": [ - { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" - }, - { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" - } - ], - "responses": { - "200": { - "description": "List of DstsServiceAccounts.", - "schema": { - "$ref": "#/definitions/DstsServiceAccountModelArray" - } - }, - "default": { - "description": "Error response describing the reason for operation failure.", - "schema": { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse" - } - } - }, - "x-ms-pageable": { - "nextLinkName": "nextLink" - } - } - }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureCIS/dstsServiceAccounts": { - "get": { - "description": "Lists all the DstsServiceAccounts in a ResourceGroup.", - "x-ms-examples": { - "Get DstsServiceAccounts in a ResourceGroup": { - "$ref": "./examples/GetDstsServiceAccountUnderResourceGroup.json" - } - }, - "operationId": "DstsServiceAccounts_listResourceGroupLevel", - "parameters": [ - { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" - }, - { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" - }, - { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ResourceGroupNameParameter" - } - ], - "responses": { - "200": { - "description": "List of DstsServiceAccounts.", - "schema": { - "$ref": "#/definitions/DstsServiceAccountModelArray" - } - }, - "default": { - "description": "Error response describing the reason for operation failure.", - "schema": { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse" - } - } - }, - "x-ms-pageable": { - "nextLinkName": "nextLink" - } - } - }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureCIS/dstsServiceAccounts/{resourceName}": { - "put": { - "description": "Create or update DstsServiceAccount.", - "x-ms-examples": { - "Create or update a DstsServiceAccount": { - "$ref": "./examples/CreateDstsServiceAccount.json" - } - }, - "operationId": "DstsServiceAccount_CreateUpdate", - "parameters": [ - { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" - }, - { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" - }, - { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ResourceGroupNameParameter" - }, - { - "$ref": "#/parameters/ResourceNameParameter" - }, - { - "name": "DstsServiceAccount", - "description": "DstsServiceAccount details.", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/DstsServiceAccountModel" - } - } - ], - "responses": { - "201": { - "description": "DstsServiceAccount Resource created successfully.", - "schema": { - "$ref": "#/definitions/DstsServiceAccountModel" - } - }, - "200": { - "description": "DstsServiceAccount Resource updated successfully.", - "schema": { - "$ref": "#/definitions/DstsServiceAccountModel" - } - }, - "default": { - "description": "Error response describing the reason for operation failure.", - "schema": { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse" - } - } - } - }, - "patch": { - "description": "Patch DstsServiceAccount.", - "x-ms-examples": { - "Patch DstsServiceAccount": { - "$ref": "./examples/PatchDstsServiceAccount.json" - } - }, - "operationId": "DstsServiceAccount_patch", - "parameters": [ - { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" - }, - { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" - }, - { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ResourceGroupNameParameter" - }, - { - "$ref": "#/parameters/ResourceNameParameter" - }, - { - "name": "DstsServiceAccount", - "description": "DstsServiceAccount details.", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/DstsServiceAccountModel" - } - } - ], - "responses": { - "200": { - "description": "Patch request has been accepted, DstsServiceAccount is already in the required state.", - "schema": { - "$ref": "#/definitions/DstsServiceAccountModel" - } - }, - "202": { - "description": "Patch request has been accepted", - "headers": { - "Location": { - "description": "URL to query for status of the operation.", - "type": "string" - } - } - }, - "default": { - "description": "Error response describing the reason for operation failure.", - "schema": { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse" - } - } - } - }, - "get": { - "description": "Returns a DstsServiceAccount info", - "x-ms-examples": { - "Get DstsServiceAccount": { - "$ref": "./examples/GetDstsServiceAccount.json" - } - }, - "operationId": "DstsServiceAccountInfo_Get", - "parameters": [ - { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" - }, - { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" - }, - { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ResourceGroupNameParameter" - }, - { - "$ref": "#/parameters/ResourceNameParameter" - } - ], - "responses": { - "200": { - "description": "DstsServiceAccount info.", - "schema": { - "$ref": "#/definitions/DstsServiceAccountModel" - } - }, - "default": { - "description": "Error response describing the reason for operation failure.", - "schema": { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse" - } - } - } - }, - "delete": { - "description": "Delete DstsServiceAccount", - "x-ms-examples": { - "Delete a DstsServiceAccount": { - "$ref": "./examples/DeleteDstsServiceAccount.json" - } - }, - "operationId": "DstsServiceAccount_Delete", - "parameters": [ - { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" - }, - { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" - }, - { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ResourceGroupNameParameter" - }, - { - "$ref": "#/parameters/ResourceNameParameter" - } - ], - "responses": { - "200": { - "description": "DstsServiceAccount was deleted successfully." - }, - "202": { - "description": "Delete DstsServiceAccount request has been accepted.", - "headers": { - "Location": { - "description": "URL to query for status of the operation.", - "type": "string" - } - } - }, - "204": { - "description": "DstsServiceAccount does not exist." - }, - "default": { - "description": "Error response describing the reason for operation failure.", - "schema": { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse" - } - } - } - } - } - }, - "definitions": { - "DstsServiceAccountResource": { - "required": [ - "GroupName", - "AccountName" - ], - "type": "object", - "description": "DstsServiceAccount properties", - "properties": { - "GroupName": { - "type": "string", - "description": "Name of the ServiceAccountGroup in Dscm to which the ServiceAccount belongs. Example: ProductionGroup" - }, - "AccountName": { - "type": "string", - "description": "Name of the ServiceAccount, to be specified optionally if the ServiceAccountGroup does not specify a naming pattern for its member ServiceAccounts. Example: prod-useast.azcis.trafficmanager.net" - }, - "DstsInstance": { - "type": "string", - "description": "Dsts instance on which the ServiceAccount should be created. If not specified, the ServiceAccount is created on the regional dsts instance corresponding to the resource location. Example: useast-dsts.dsts.core.windows.net" - } - } - }, - "DstsServiceAccountModel": { - "type": "object", - "description": "DstsServiceAccount Response", - "properties": { - "provisioningState": { - "$ref": "#/definitions/ProvisioningState", - "description": "The provisioning State of the resource." - }, - "properties": { - "$ref": "#/definitions/DstsServiceAccountResource", - "description": "DstsServiceAccountResource detail" - } - }, - "allOf": [ - { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/TrackedResource" - } - ] - }, - "ProvisioningState": { - "description": "Provisioning status of the resource.", - "readOnly": true, - "enum": [ - "Failed", - "Succeeded", - "Canceled", - "Accepted" - ], - "type": "string", - "x-ms-enum": { - "name": "ProvisioningState", - "modelAsString": true - } - }, - "DstsServiceAccountModelArray": { - "properties": { - "value": { - "type": "array", - "items": { - "$ref": "#/definitions/DstsServiceAccountModel" - }, - "description": "An array of Dsts ServiceAccount resources" - }, - "nextLink": { - "type": "string", - "description": "The URL to use for getting the next set of results." - } - }, - "description": "List of DstsServiceAccount" - } - }, - "parameters": { - "ResourceNameParameter": { - "name": "resourceName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of resource.", - "x-ms-parameter-location": "method" - } - } -} diff --git a/specification/resources/resource-manager/Microsoft.AzureCIS/stable/2021-08-10-privatepreview/dstsServiceClientIdentity.json b/specification/resources/resource-manager/Microsoft.AzureCIS/stable/2021-08-10-privatepreview/dstsServiceClientIdentity.json deleted file mode 100644 index f3579def902c..000000000000 --- a/specification/resources/resource-manager/Microsoft.AzureCIS/stable/2021-08-10-privatepreview/dstsServiceClientIdentity.json +++ /dev/null @@ -1,389 +0,0 @@ -{ - "swagger": "2.0", - "info": { - "title": "Foundational ARM Client", - "description": "DstsServiceClientIdentity Provider", - "version": "2021-08-10-privatepreview" - }, - "host": "management.azure.com", - "schemes": [ - "https" - ], - "consumes": [ - "application/json" - ], - "produces": [ - "application/json" - ], - "security": [ - { - "azure_auth": [ - "user_impersonation" - ] - } - ], - "securityDefinitions": { - "azure_auth": { - "type": "oauth2", - "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", - "flow": "implicit", - "description": "Azure Active Directory OAuth2 Flow.", - "scopes": { - "user_impersonation": "impersonate your user account" - } - } - }, - "paths": { - "/subscriptions/{subscriptionId}/providers/Microsoft.AzureCIS/dstsServiceClientIdentities": { - "get": { - "description": "Lists all the DstsServiceClientIdentities in a subscription.", - "x-ms-examples": { - "Get DstsServiceClientIdentities in a subscription": { - "$ref": "./examples/GetAllDstsServiceClientIdentity.json" - } - }, - "operationId": "DstsServiceClientIdentity_listSubscriptionLevel", - "parameters": [ - { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" - }, - { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" - } - ], - "responses": { - "200": { - "description": "List of DstsServiceClientIdentities.", - "schema": { - "$ref": "#/definitions/DstsServiceClientIdentityModelArray" - } - }, - "default": { - "description": "Error response describing the reason for operation failure.", - "schema": { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse" - } - } - }, - "x-ms-pageable": { - "nextLinkName": "nextLink" - } - } - }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureCIS/dstsServiceClientIdentities": { - "get": { - "description": "Lists all the DstsServiceClientIdentities in a ResourceGroup.", - "x-ms-examples": { - "Get DstsServiceClientIdentities in a ResourceGroup": { - "$ref": "./examples/GetDstsServiceClientIdentityUnderResourceGroup.json" - } - }, - "operationId": "DstsServiceClientIdentities_listResourceGroupLevel", - "parameters": [ - { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" - }, - { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" - }, - { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ResourceGroupNameParameter" - } - ], - "responses": { - "200": { - "description": "List of DstsServiceClientIdentities.", - "schema": { - "$ref": "#/definitions/DstsServiceClientIdentityModelArray" - } - }, - "default": { - "description": "Error response describing the reason for operation failure.", - "schema": { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse" - } - } - }, - "x-ms-pageable": { - "nextLinkName": "nextLink" - } - } - }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureCIS/dstsServiceClientIdentities/{resourceName}": { - "put": { - "description": "Create or update DstsServiceClientIdentity.", - "x-ms-examples": { - "Create or update a DstsServiceClientIdentity": { - "$ref": "./examples/CreateDstsServiceClientIdentity.json" - } - }, - "operationId": "DstsServiceClientIdentity_CreateUpdate", - "parameters": [ - { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" - }, - { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" - }, - { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ResourceGroupNameParameter" - }, - { - "$ref": "#/parameters/ResourceNameParameter" - }, - { - "name": "DstsServiceClientIdentity", - "description": "DstsServiceClientIdentity details.", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/DstsServiceClientIdentityModel" - } - } - ], - "responses": { - "201": { - "description": "DstsServiceClientIdentity Resource created successfully.", - "schema": { - "$ref": "#/definitions/DstsServiceClientIdentityModel" - } - }, - "200": { - "description": "DstsServiceClientIdentity Resource updated successfully.", - "schema": { - "$ref": "#/definitions/DstsServiceClientIdentityModel" - } - }, - "default": { - "description": "Error response describing the reason for operation failure.", - "schema": { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse" - } - } - } - }, - "patch": { - "description": "Patch DstsServiceClientIdentity.", - "x-ms-examples": { - "Patch DstsServiceClientIdentity": { - "$ref": "./examples/PatchDstsServiceClientIdentity.json" - } - }, - "operationId": "DstsServiceClientIdentity_patch", - "parameters": [ - { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" - }, - { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" - }, - { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ResourceGroupNameParameter" - }, - { - "$ref": "#/parameters/ResourceNameParameter" - }, - { - "name": "DstsServiceClientIdentity", - "description": "DstsServiceClientIdentity details.", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/DstsServiceClientIdentityModel" - } - } - ], - "responses": { - "200": { - "description": "Patch request has been accepted, DstsServiceClientIdentity is already in the required state.", - "schema": { - "$ref": "#/definitions/DstsServiceClientIdentityModel" - } - }, - "202": { - "description": "Patch request has been accepted", - "headers": { - "Location": { - "description": "URL to query for status of the operation.", - "type": "string" - } - } - }, - "default": { - "description": "Error response describing the reason for operation failure.", - "schema": { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse" - } - } - } - }, - "get": { - "description": "Returns a DstsServiceClientIdentity info", - "x-ms-examples": { - "Get DstsServiceClientIdentity": { - "$ref": "./examples/GetDstsServiceClientIdentity.json" - } - }, - "operationId": "DstsServiceClientIdentityInfo_Get", - "parameters": [ - { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" - }, - { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" - }, - { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ResourceGroupNameParameter" - }, - { - "$ref": "#/parameters/ResourceNameParameter" - } - ], - "responses": { - "200": { - "description": "DstsServiceClientIdentity info.", - "schema": { - "$ref": "#/definitions/DstsServiceClientIdentityModel" - } - }, - "default": { - "description": "Error response describing the reason for operation failure.", - "schema": { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse" - } - } - } - }, - "delete": { - "description": "Delete DstsServiceClientIdentity", - "x-ms-examples": { - "Delete a DstsServiceClientIdentity": { - "$ref": "./examples/DeleteDstsServiceClientIdentity.json" - } - }, - "operationId": "DstsServiceClientIdentity_Delete", - "parameters": [ - { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" - }, - { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" - }, - { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ResourceGroupNameParameter" - }, - { - "$ref": "#/parameters/ResourceNameParameter" - } - ], - "responses": { - "200": { - "description": "DstsServiceClientIdentity was deleted successfully." - }, - "202": { - "description": "Delete DstsServiceAccount request has been accepted.", - "headers": { - "Location": { - "description": "URL to query for status of the operation.", - "type": "string" - } - } - }, - "204": { - "description": "DstsServiceClientIdentity does not exist." - }, - "default": { - "description": "Error response describing the reason for operation failure.", - "schema": { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse" - } - } - } - } - } - }, - "definitions": { - "DstsServiceClientIdentityResource": { - "required": [ - "GroupName", - "AccountName" - ], - "type": "object", - "description": "DscmResource details", - "properties": { - "DstsInstance": { - "type": "string", - "description": "Dsts instance on which the ServiceClientIdentity should be created. If not specified, the ServiceClientIdentity is created on the regional dsts instance corresponding to the resource location. Example: useast-dsts.dsts.core.windows.net" - }, - "AccountName": { - "type": "string", - "description": "Name of the ServiceClientIdentity, to be specified optionally if the ServiceClientIdentityGroup does not specify a naming pattern for its member ServiceClientIdentity. Example: ProdUSEastStorageClient" - }, - "GroupName": { - "type": "string", - "description": "Name of the ServiceClientIdentityGroup in Dscm to which the ServiceClientIdentity belongs. Example: ProductionGroup" - } - } - }, - "DstsServiceClientIdentityModel": { - "type": "object", - "description": "DstsServiceClientIdentity Response", - "properties": { - "provisioningState": { - "$ref": "#/definitions/ProvisioningState", - "description": "The provisioning State of the resource." - }, - "properties": { - "$ref": "#/definitions/DstsServiceClientIdentityResource", - "description": "DstsServiceClientIdentityResource detail" - } - }, - "allOf": [ - { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/TrackedResource" - } - ] - }, - "ProvisioningState": { - "description": "Provisioning status of the resource.", - "readOnly": true, - "enum": [ - "Failed", - "Succeeded", - "Canceled", - "Accepted" - ], - "type": "string", - "x-ms-enum": { - "name": "ProvisioningState", - "modelAsString": true - } - }, - "DstsServiceClientIdentityModelArray": { - "properties": { - "value": { - "type": "array", - "items": { - "$ref": "#/definitions/DstsServiceClientIdentityModel" - }, - "description": "An array of Dsts ServiceClientIdentity resources" - }, - "nextLink": { - "type": "string", - "description": "The URL to use for getting the next set of results." - } - }, - "description": "List of DstsServiceClientIdentity" - } - }, - "parameters": { - "ResourceNameParameter": { - "name": "resourceName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of resource.", - "x-ms-parameter-location": "method" - } - } -} diff --git a/specification/resources/resource-manager/Microsoft.AzureCIS/stable/2021-08-10-privatepreview/environment.json b/specification/resources/resource-manager/Microsoft.AzureCIS/stable/2021-08-10-privatepreview/environment.json deleted file mode 100644 index d87a59f5e875..000000000000 --- a/specification/resources/resource-manager/Microsoft.AzureCIS/stable/2021-08-10-privatepreview/environment.json +++ /dev/null @@ -1,412 +0,0 @@ -{ - "swagger": "2.0", - "info": { - "title": "Foundational ARM Client", - "description": "Autopilot Environment Provider", - "version": "2021-08-10-privatepreview" - }, - "host": "management.azure.com", - "schemes": [ - "https" - ], - "consumes": [ - "application/json" - ], - "produces": [ - "application/json" - ], - "security": [ - { - "azure_auth": [ - "user_impersonation" - ] - } - ], - "securityDefinitions": { - "azure_auth": { - "type": "oauth2", - "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", - "flow": "implicit", - "description": "Azure Active Directory OAuth2 Flow.", - "scopes": { - "user_impersonation": "impersonate your user account" - } - } - }, - "paths": { - "/subscriptions/{subscriptionId}/providers/Microsoft.AzureCIS/autopilotEnvironments": { - "get": { - "description": "List an Environment info", - "operationId": "EnvironmentInfo_listSubscriptionLevel", - "parameters": [ - { - "$ref": "#/parameters/ApiVersionParameter" - }, - { - "$ref": "#/parameters/SubscriptionIdParameter" - } - ], - "responses": { - "200": { - "description": "Get Environment info.", - "schema": { - "$ref": "#/definitions/EnvironmentResourceResult" - } - }, - "default": { - "description": "Error response describing the reason for operation failure.", - "schema": { - "$ref": "#/definitions/ErrorResponse" - } - } - } - } - }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureCIS/autopilotEnvironments": { - "get": { - "description": "List an Environment info", - "operationId": "EnvironmentInfo_listResourceGroupLevel", - "parameters": [ - { - "$ref": "#/parameters/ApiVersionParameter" - }, - { - "$ref": "#/parameters/SubscriptionIdParameter" - }, - { - "$ref": "#/parameters/ResourceGroupNameParameter" - } - ], - "responses": { - "200": { - "description": "Get Environment info.", - "schema": { - "$ref": "#/definitions/EnvironmentResourceResult" - } - }, - "default": { - "description": "Error response describing the reason for operation failure.", - "schema": { - "$ref": "#/definitions/ErrorResponse" - } - } - } - } - }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureCIS/autopilotEnvironments/{resourceName}": { - "put": { - "description": "Create Update environment.", - "operationId": "Environment_CreateUpdate", - "parameters": [ - { - "$ref": "#/parameters/ResourceGroupNameParameter" - }, - { - "$ref": "#/parameters/ApiVersionParameter" - }, - { - "$ref": "#/parameters/SubscriptionIdParameter" - }, - { - "$ref": "#/parameters/ResourceNameParameter" - }, - { - "name": "EnvironmentResponse", - "description": "Environment details.", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/AutopilotEnvironmentResponse" - } - } - ], - "responses": { - "201": { - "description": "Environment Resource created first time successfully.", - "schema": { - "$ref": "#/definitions/AutopilotEnvironmentResponse" - } - }, - "200": { - "description": "Environment Resource updated successfully.", - "schema": { - "$ref": "#/definitions/AutopilotEnvironmentResponse" - } - }, - "default": { - "description": "Error response describing the reason for operation failure.", - "schema": { - "$ref": "#/definitions/ErrorResponse" - } - } - } - }, - "patch": { - "description": "patch environment.", - "operationId": "Environment_patch", - "parameters": [ - { - "$ref": "#/parameters/ResourceGroupNameParameter" - }, - { - "$ref": "#/parameters/ApiVersionParameter" - }, - { - "$ref": "#/parameters/SubscriptionIdParameter" - }, - { - "$ref": "#/parameters/ResourceNameParameter" - }, - { - "name": "EnvironmentResponse", - "description": "Environment details.", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/AutopilotEnvironmentResponse" - } - } - ], - "responses": { - "200": { - "description": "Patch request has been accepted, resource is already in the state matching the PATCH request body", - "schema": { - "$ref": "#/definitions/AutopilotEnvironmentResponse" - } - }, - "202": { - "description": "Patch request has been accepted", - "schema": { - "$ref": "#/definitions/AutopilotEnvironmentResponse" - } - }, - "default": { - "description": "Error response describing the reason for operation failure.", - "schema": { - "$ref": "#/definitions/ErrorResponse" - } - } - } - }, - "get": { - "description": "Returns an Environment info", - "operationId": "EnvironmentInfo_Get", - "parameters": [ - { - "$ref": "#/parameters/ApiVersionParameter" - }, - { - "$ref": "#/parameters/SubscriptionIdParameter" - }, - { - "$ref": "#/parameters/ResourceGroupNameParameter" - }, - { - "$ref": "#/parameters/ResourceNameParameter" - } - ], - "responses": { - "200": { - "description": "Get Environment info.", - "schema": { - "$ref": "#/definitions/AutopilotEnvironmentResponse" - } - }, - "default": { - "description": "Error response describing the reason for operation failure.", - "schema": { - "$ref": "#/definitions/ErrorResponse" - } - } - } - }, - "delete": { - "description": "Delete Environment", - "operationId": "Environment_Delete", - "parameters": [ - { - "$ref": "#/parameters/ApiVersionParameter" - }, - { - "$ref": "#/parameters/SubscriptionIdParameter" - }, - { - "$ref": "#/parameters/ResourceGroupNameParameter" - }, - { - "$ref": "#/parameters/ResourceNameParameter" - } - ], - "responses": { - "200": { - "description": "Delete request has been accepted" - }, - "202": { - "description": "Delete request has been accepted" - }, - "204": { - "description": "Delete request has been accepted" - }, - "default": { - "description": "Error response describing the reason for operation failure.", - "schema": { - "$ref": "#/definitions/ErrorResponse" - } - } - } - } - } - }, - "definitions": { - "EnvironmentResourceResult": { - "properties": { - "value": { - "type": "array", - "items": { - "$ref": "#/definitions/EnvironmentResource" - }, - "description": "An array of Dsts ServiceAccount" - }, - "nextLink": { - "type": "string", - "description": "The URL to use for getting the next set of results." - } - }, - "description": "List of EnvironmentResource" - }, - "EnvironmentResource": { - "type": "object", - "description": "Environment details", - "properties": { - "modelEnvironment": { - "type": "string", - "description": "Name of the source environment and cluster" - }, - "mode": { - "type": "string", - "description": "Basic or All Mode indicate clone customer config file or just basic file" - }, - "enlistmentType": { - "type": "string", - "description": "Indicate APGold or PFGold" - }, - "naming": { - "type": "object", - "description": "Target environment/Cluster name", - "properties": { - "prefix": { - "type": "string", - "description": "Target environment prefix" - }, - "cluster": { - "type": "string", - "description": "Target cluster name" - } - } - } - } - }, - "AutopilotEnvironmentResponse": { - "type": "object", - "description": "Autopilot Environment Response", - "properties": { - "name": { - "type": "string", - "description": "The name of the feature." - }, - "id": { - "type": "string", - "description": "The resource ID of the feature." - }, - "type": { - "type": "string", - "description": "The resource type of the feature." - }, - "provisioningState": { - "type": "string", - "description": "The provisioning State." - }, - "Location": { - "type": "string", - "description": "The location of resource. Examples:https:///subscriptions/{subscriptionId}/providers/{namespace}/{resourceType}/{resourceName}/operationResults/{operationId}?api-version={api-version}" - }, - "properties": { - "$ref": "#/definitions/EnvironmentResource", - "description": "EnvironmentResource detail" - } - } - }, - "ErrorResponse": { - "description": "Error response indicates that the service is not able to process the incoming request.", - "properties": { - "error": { - "$ref": "#/definitions/ErrorDefinition", - "description": "The error details." - } - } - }, - "ErrorDefinition": { - "description": "Error definition.", - "properties": { - "code": { - "description": "Service specific error code which serves as the substatus for the HTTP error code.", - "type": "string", - "readOnly": true - }, - "message": { - "description": "Description of the error.", - "type": "string", - "readOnly": true - } - } - } - }, - "parameters": { - "SubscriptionIdParameter": { - "name": "subscriptionId", - "in": "path", - "required": true, - "type": "string", - "description": "The Azure subscription ID." - }, - "ApiVersionParameter": { - "name": "api-version", - "in": "query", - "required": true, - "type": "string", - "description": "Client Api Version." - }, - "ResourceGroupNameParameter": { - "name": "resourceGroupName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the resource group.", - "x-ms-parameter-location": "method" - }, - "ResourceNameParameter": { - "name": "resourceName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of resource.", - "x-ms-parameter-location": "method" - }, - "OperationIdParameter": { - "name": "operationId", - "in": "path", - "required": true, - "type": "string", - "description": "The id of operation.", - "x-ms-parameter-location": "method" - }, - "LocationParameter": { - "name": "location", - "in": "path", - "required": true, - "type": "string", - "description": "Location.", - "x-ms-parameter-location": "method" - } - } -} diff --git a/specification/resources/resource-manager/Microsoft.AzureCIS/stable/2021-08-10-privatepreview/examples/CreateDstsServiceAccount.json b/specification/resources/resource-manager/Microsoft.AzureCIS/stable/2021-08-10-privatepreview/examples/CreateDstsServiceAccount.json deleted file mode 100644 index 3be1e1fdd0b8..000000000000 --- a/specification/resources/resource-manager/Microsoft.AzureCIS/stable/2021-08-10-privatepreview/examples/CreateDstsServiceAccount.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "parameters": { - "subscriptionId": "mySubscriptionId", - "resourceGroupName": "myResourceGroup", - "resourceName": "prodUSEastAzcis", - "api-version": "2021-08-10-privatepreview", - "DstsServiceAccount": { - "location": "eastus", - "properties": { - "AccountName": "prod-useast.azcis.trafficmanager.net", - "GroupName": "ProductionGroup" - } - } - }, - "responses": { - "200": { - "body": { - "id": "/subscriptions/mySubscriptionId/resourceGroups/myResourceGroup/providers/Microsoft.AzureCIS/dstsServiceAccounts/prodUSEastAzcis", - "name": "prodUSEastAzcis", - "type": "Microsoft.AzureCIS/dstsServiceAccounts", - "location": "eastus", - "provisioningState": "Accepted", - "properties": { - "AccountName": "prod-useast.azcis.trafficmanager.net", - "GroupName": "ProductionGroup" - } - } - }, - "201": { - "body": { - "id": "/subscriptions/mySubscriptionId/resourceGroups/myResourceGroup/providers/Microsoft.AzureCIS/dstsServiceAccounts/prodUSEastAzcis", - "name": "prodUSEastAzcis", - "type": "Microsoft.AzureCIS/dstsServiceAccounts", - "location": "eastus", - "provisioningState": "Accepted", - "properties": { - "AccountName": "prod-useast.azcis.trafficmanager.net", - "GroupName": "ProductionGroup" - } - } - } - } -} diff --git a/specification/resources/resource-manager/Microsoft.AzureCIS/stable/2021-08-10-privatepreview/examples/CreateDstsServiceClientIdentity.json b/specification/resources/resource-manager/Microsoft.AzureCIS/stable/2021-08-10-privatepreview/examples/CreateDstsServiceClientIdentity.json deleted file mode 100644 index d262a41544a1..000000000000 --- a/specification/resources/resource-manager/Microsoft.AzureCIS/stable/2021-08-10-privatepreview/examples/CreateDstsServiceClientIdentity.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "parameters": { - "subscriptionId": "mySubscriptionId", - "resourceGroupName": "myResourceGroup", - "resourceName": "prodUSEastStorageSci", - "api-version": "2021-08-10-privatepreview", - "DstsServiceClientIdentity": { - "location": "eastus", - "properties": { - "AccountName": "ProdUSEastStorageClient", - "GroupName": "ProductionGroup" - } - } - }, - "responses": { - "200": { - "body": { - "id": "/subscriptions/mySubscriptionId/resourceGroups/myResourceGroup/providers/Microsoft.AzureCIS/dstsServiceClientIdentities/prodUSEastStorageSci", - "name": "prodUSEastStorageSci", - "type": "Microsoft.AzureCIS/dstsServiceClientIdentities", - "location": "eastus", - "provisioningState": "Accepted", - "properties": { - "AccountName": "ProdUSEastStorageClient", - "GroupName": "ProductionGroup" - } - } - }, - "201": { - "body": { - "id": "/subscriptions/mySubscriptionId/resourceGroups/myResourceGroup/providers/Microsoft.AzureCIS/dstsServiceClientIdentities/prodUSEastStorageSci", - "name": "prodUSEastStorageSci", - "type": "Microsoft.AzureCIS/dstsServiceClientIdentities", - "location": "eastus", - "provisioningState": "Accepted", - "properties": { - "AccountName": "ProdUSEastStorageClient", - "GroupName": "ProductionGroup" - } - } - } - } -} diff --git a/specification/resources/resource-manager/Microsoft.AzureCIS/stable/2021-08-10-privatepreview/examples/CreateEnvironment.json b/specification/resources/resource-manager/Microsoft.AzureCIS/stable/2021-08-10-privatepreview/examples/CreateEnvironment.json deleted file mode 100644 index 83d08da518b7..000000000000 --- a/specification/resources/resource-manager/Microsoft.AzureCIS/stable/2021-08-10-privatepreview/examples/CreateEnvironment.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "parameters": { - "subscriptionId": "{subscription-id}", - "resourceGroupName": "myResourceGroup", - "resourceName": "myResourceName", - "api-version": "2021-08-10-privatepreview" - }, - "responses": { - "200": { - "body": { - "id": "/subscriptions/{subscription-id}/resourceGroups/myResourceGroup", - "name": "EnvironmentResponse", - "location": "eastus", - "properties": { - "modelEnvironment": "CH1P", - "mode": "All", - "enlistmentType": "PFGold" - } - } - } - } -} diff --git a/specification/resources/resource-manager/Microsoft.AzureCIS/stable/2021-08-10-privatepreview/examples/DeleteDstsServiceAccount.json b/specification/resources/resource-manager/Microsoft.AzureCIS/stable/2021-08-10-privatepreview/examples/DeleteDstsServiceAccount.json deleted file mode 100644 index 71ca06c5afaf..000000000000 --- a/specification/resources/resource-manager/Microsoft.AzureCIS/stable/2021-08-10-privatepreview/examples/DeleteDstsServiceAccount.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "parameters": { - "subscriptionId": "mySubscriptionId", - "resourceGroupName": "myResourceGroup", - "resourceName": "prodUSEastAzcis", - "api-version": "2021-08-10-privatepreview" - }, - "responses": { - "200": {}, - "202": { - "headers": { - "Location": "https://management.azure.com/subscriptions/mySubscriptionId/resourceGroups/myResourceGroup/providers/Microsoft.AzureCIS/dstsServiceAccounts/operationResults/operationId" - } - }, - "204": {} - } -} diff --git a/specification/resources/resource-manager/Microsoft.AzureCIS/stable/2021-08-10-privatepreview/examples/DeleteDstsServiceClientIdentity.json b/specification/resources/resource-manager/Microsoft.AzureCIS/stable/2021-08-10-privatepreview/examples/DeleteDstsServiceClientIdentity.json deleted file mode 100644 index 4b400c2b42a1..000000000000 --- a/specification/resources/resource-manager/Microsoft.AzureCIS/stable/2021-08-10-privatepreview/examples/DeleteDstsServiceClientIdentity.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "parameters": { - "subscriptionId": "mySubscriptionId", - "resourceGroupName": "myResourceGroup", - "resourceName": "prodUSEastAzcis", - "api-version": "2021-08-10-privatepreview" - }, - "responses": { - "200": {}, - "202": { - "headers": { - "Location": "https://management.azure.com/subscriptions/mySubscriptionId/resourceGroups/myResourceGroup/providers/Microsoft.AzureCIS/dstsServiceClientIdentities/operationResults/operationId" - } - }, - "204": {} - } -} diff --git a/specification/resources/resource-manager/Microsoft.AzureCIS/stable/2021-08-10-privatepreview/examples/GetAllDstsServiceAccount.json b/specification/resources/resource-manager/Microsoft.AzureCIS/stable/2021-08-10-privatepreview/examples/GetAllDstsServiceAccount.json deleted file mode 100644 index 7a274d80808c..000000000000 --- a/specification/resources/resource-manager/Microsoft.AzureCIS/stable/2021-08-10-privatepreview/examples/GetAllDstsServiceAccount.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "parameters": { - "subscriptionId": "mySubscriptionId", - "api-version": "2021-08-10-privatepreview" - }, - "responses": { - "200": { - "body": { - "value": [ - { - "id": "/subscriptions/mySubscriptionId/resourceGroups/prodResourceGroup/providers/Microsoft.AzureCIS/dstsServiceAccounts/prodUSEastAzcis", - "name": "prodUSEastAzcis", - "type": "Microsoft.AzureCIS/dstsServiceAccounts", - "location": "eastus", - "provisioningState": "Succeeded", - "properties": { - "AccountName": "prod-useast.azcis.trafficmanager.net", - "GroupName": "ProductionGroup" - } - }, - { - "id": "/subscriptions/mySubscriptionId/resourceGroups/canaryResourceGroup/providers/Microsoft.AzureCIS/dstsServiceAccounts/canaryUSEastAzcis", - "name": "canaryUSEastAzcis", - "type": "Microsoft.AzureCIS/dstsServiceAccounts", - "location": "eastus", - "provisioningState": "Succeeded", - "properties": { - "AccountName": "canary-useast.azcis.trafficmanager.net", - "GroupName": "CanaryGroup" - } - }, - { - "id": "/subscriptions/mySubscriptionId/resourceGroups/prodResourceGroup/providers/Microsoft.AzureCIS/dstsServiceAccounts/prodUSWestAzcis", - "name": "prodUSWestAzcis", - "type": "Microsoft.AzureCIS/dstsServiceAccounts", - "location": "westus", - "provisioningState": "Succeeded", - "properties": { - "AccountName": "prod-uswest.azcis.trafficmanager.net", - "GroupName": "ProductionGroup" - } - }, - { - "id": "/subscriptions/mySubscriptionId/resourceGroups/canaryResourceGroup/providers/Microsoft.AzureCIS/dstsServiceAccounts/canaryUSWestAzcis", - "name": "canaryUSWestAzcis", - "type": "Microsoft.AzureCIS/dstsServiceAccounts", - "location": "westus", - "provisioningState": "Succeeded", - "properties": { - "AccountName": "canary-uswest.azcis.trafficmanager.net", - "GroupName": "CanaryGroup" - } - } - ] - } - } - } -} diff --git a/specification/resources/resource-manager/Microsoft.AzureCIS/stable/2021-08-10-privatepreview/examples/GetAllDstsServiceClientIdentity.json b/specification/resources/resource-manager/Microsoft.AzureCIS/stable/2021-08-10-privatepreview/examples/GetAllDstsServiceClientIdentity.json deleted file mode 100644 index f088726a5f90..000000000000 --- a/specification/resources/resource-manager/Microsoft.AzureCIS/stable/2021-08-10-privatepreview/examples/GetAllDstsServiceClientIdentity.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "parameters": { - "subscriptionId": "mySubscriptionId", - "api-version": "2021-08-10-privatepreview" - }, - "responses": { - "200": { - "body": { - "value": [ - { - "id": "/subscriptions/mySubscriptionId/resourceGroups/prodResourceGroup/providers/Microsoft.AzureCIS/dstsServiceClientIdentities/prodUSEastStorageSci", - "name": "prodUSEastStorageSci", - "type": "Microsoft.AzureCIS/dstsServiceClientIdentities", - "location": "eastus", - "provisioningState": "Succeeded", - "properties": { - "AccountName": "ProdUSEastStorageClient", - "GroupName": "ProductionGroup" - } - }, - { - "id": "/subscriptions/mySubscriptionId/resourceGroups/canaryResourceGroup/providers/Microsoft.AzureCIS/dstsServiceClientIdentities/canaryUSEastStorageSci", - "name": "canaryUSEastStorageSci", - "type": "Microsoft.AzureCIS/dstsServiceClientIdentities", - "location": "eastus", - "provisioningState": "Succeeded", - "properties": { - "AccountName": "CanaryUSEastStorageClient", - "GroupName": "CanaryGroup" - } - } - ] - } - } - } -} diff --git a/specification/resources/resource-manager/Microsoft.AzureCIS/stable/2021-08-10-privatepreview/examples/GetDstsServiceAccount.json b/specification/resources/resource-manager/Microsoft.AzureCIS/stable/2021-08-10-privatepreview/examples/GetDstsServiceAccount.json deleted file mode 100644 index 9d71dc72cf93..000000000000 --- a/specification/resources/resource-manager/Microsoft.AzureCIS/stable/2021-08-10-privatepreview/examples/GetDstsServiceAccount.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "parameters": { - "subscriptionId": "mySubscriptionId", - "resourceGroupName": "myResourceGroup", - "resourceName": "prodUSEastAzcis", - "api-version": "2021-08-10-privatepreview" - }, - "responses": { - "200": { - "body": { - "id": "/subscriptions/mySubscriptionId/resourceGroups/myResourceGroup/providers/Microsoft.AzureCIS/dstsServiceAccounts/prodUSEastAzcis", - "name": "prodUSEastAzcis", - "type": "Microsoft.AzureCIS/dstsServiceAccounts", - "location": "eastus", - "provisioningState": "Succeeded", - "properties": { - "AccountName": "prod-useast.azcis.trafficmanager.net", - "GroupName": "ProductionGroup" - } - } - } - } -} diff --git a/specification/resources/resource-manager/Microsoft.AzureCIS/stable/2021-08-10-privatepreview/examples/GetDstsServiceAccountUnderResourceGroup.json b/specification/resources/resource-manager/Microsoft.AzureCIS/stable/2021-08-10-privatepreview/examples/GetDstsServiceAccountUnderResourceGroup.json deleted file mode 100644 index 0702e7f1fa1f..000000000000 --- a/specification/resources/resource-manager/Microsoft.AzureCIS/stable/2021-08-10-privatepreview/examples/GetDstsServiceAccountUnderResourceGroup.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parameters": { - "subscriptionId": "mySubscriptionId", - "resourceGroupName": "prodResourceGroup", - "api-version": "2021-08-10-privatepreview" - }, - "responses": { - "200": { - "body": { - "value": [ - { - "id": "/subscriptions/mySubscriptionId/resourceGroups/prodResourceGroup/providers/Microsoft.AzureCIS/dstsServiceAccounts/prodUSEastAzcis", - "name": "prodUSEastAzcis", - "type": "Microsoft.AzureCIS/dstsServiceAccounts", - "location": "eastus", - "provisioningState": "Succeeded", - "properties": { - "AccountName": "prod.azcis.trafficmanager.net", - "GroupName": "ProductionGroup" - } - }, - { - "id": "/subscriptions/mySubscriptionId/resourceGroups/prodResourceGroup/providers/Microsoft.AzureCIS/dstsServiceAccounts/prodUSWestAzcis", - "name": "prodUSWestAzcis", - "type": "Microsoft.AzureCIS/dstsServiceAccounts", - "location": "westus", - "provisioningState": "Succeeded", - "properties": { - "AccountName": "prod.azcis.trafficmanager.net", - "GroupName": "ProductionGroup" - } - } - ] - } - } - } -} diff --git a/specification/resources/resource-manager/Microsoft.AzureCIS/stable/2021-08-10-privatepreview/examples/GetDstsServiceClientIdentity.json b/specification/resources/resource-manager/Microsoft.AzureCIS/stable/2021-08-10-privatepreview/examples/GetDstsServiceClientIdentity.json deleted file mode 100644 index d6eef193124f..000000000000 --- a/specification/resources/resource-manager/Microsoft.AzureCIS/stable/2021-08-10-privatepreview/examples/GetDstsServiceClientIdentity.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "parameters": { - "subscriptionId": "mySubscriptionId", - "resourceGroupName": "myResourceGroup", - "resourceName": "prodUSEastStorageSci", - "api-version": "2021-08-10-privatepreview" - }, - "responses": { - "200": { - "body": { - "id": "/subscriptions/mySubscriptionId/resourceGroups/myResourceGroup/providers/Microsoft.AzureCIS/dstsServiceClientIdentities/prodUSEastStorageSci", - "name": "prodUSEastStorageSci", - "type": "Microsoft.AzureCIS/dstsServiceClientIdentities", - "location": "eastus", - "provisioningState": "Succeeded", - "properties": { - "AccountName": "ProdUSEastStorageClient", - "GroupName": "ProductionGroup" - } - } - } - } -} diff --git a/specification/resources/resource-manager/Microsoft.AzureCIS/stable/2021-08-10-privatepreview/examples/GetDstsServiceClientIdentityUnderResourceGroup.json b/specification/resources/resource-manager/Microsoft.AzureCIS/stable/2021-08-10-privatepreview/examples/GetDstsServiceClientIdentityUnderResourceGroup.json deleted file mode 100644 index 564805d69939..000000000000 --- a/specification/resources/resource-manager/Microsoft.AzureCIS/stable/2021-08-10-privatepreview/examples/GetDstsServiceClientIdentityUnderResourceGroup.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parameters": { - "subscriptionId": "mySubscriptionId", - "resourceGroupName": "prodResourceGroup", - "api-version": "2021-08-10-privatepreview" - }, - "responses": { - "200": { - "body": { - "value": [ - { - "id": "/subscriptions/mySubscriptionId/resourceGroups/prodResourceGroup/providers/Microsoft.AzureCIS/dstsServiceClientIdentities/prod1USEastStorageSci", - "name": "prod1USEastStorageSci", - "type": "Microsoft.AzureCIS/dstsServiceClientIdentities", - "location": "eastus", - "provisioningState": "Succeeded", - "properties": { - "AccountName": "Prod1USEastStorageClient", - "GroupName": "ProductionGroup" - } - }, - { - "id": "/subscriptions/mySubscriptionId/resourceGroups/prodResourceGroup/providers/Microsoft.AzureCIS/dstsServiceClientIdentities/prod2USEastStorageSci", - "name": "prod2USEastStorageSci", - "type": "Microsoft.AzureCIS/dstsServiceClientIdentities", - "location": "eastus", - "provisioningState": "Succeeded", - "properties": { - "AccountName": "Prod2USEastStorageClient", - "GroupName": "ProductionGroup" - } - } - ] - } - } - } -} diff --git a/specification/resources/resource-manager/Microsoft.AzureCIS/stable/2021-08-10-privatepreview/examples/PatchDstsServiceAccount.json b/specification/resources/resource-manager/Microsoft.AzureCIS/stable/2021-08-10-privatepreview/examples/PatchDstsServiceAccount.json deleted file mode 100644 index 057fe5bbbab2..000000000000 --- a/specification/resources/resource-manager/Microsoft.AzureCIS/stable/2021-08-10-privatepreview/examples/PatchDstsServiceAccount.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parameters": { - "subscriptionId": "mySubscriptionId", - "resourceGroupName": "myResourceGroup", - "resourceName": "prodUSEastAzcis", - "api-version": "2021-08-10-privatepreview", - "DstsServiceAccount": { - "location": "eastus", - "properties": { - "AccountName": "prod-useast.azcis.trafficmanager.net", - "GroupName": "ProductionGroup" - } - } - }, - "responses": { - "200": { - "body": { - "id": "/subscriptions/mySubscriptionId/resourceGroups/myResourceGroup/providers/Microsoft.AzureCIS/dstsServiceAccounts/prodUSEastAzcis", - "name": "prodUSEastAzcis", - "type": "Microsoft.AzureCIS/dstsServiceAccounts", - "location": "eastus", - "provisioningState": "Succeeded", - "properties": { - "AccountName": "prod-useast.azcis.trafficmanager.net", - "GroupName": "ProductionGroup" - } - } - }, - "202": { - "headers": { - "Location": "https://management.azure.com/subscriptions/mySubscriptionId/resourceGroups/myResourceGroup/providers/Microsoft.AzureCIS/dstsServiceAccounts/operationResults/operationId" - } - } - } -} diff --git a/specification/resources/resource-manager/Microsoft.AzureCIS/stable/2021-08-10-privatepreview/examples/PatchDstsServiceClientIdentity.json b/specification/resources/resource-manager/Microsoft.AzureCIS/stable/2021-08-10-privatepreview/examples/PatchDstsServiceClientIdentity.json deleted file mode 100644 index ab38e24af57b..000000000000 --- a/specification/resources/resource-manager/Microsoft.AzureCIS/stable/2021-08-10-privatepreview/examples/PatchDstsServiceClientIdentity.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parameters": { - "subscriptionId": "mySubscriptionId", - "resourceGroupName": "myResourceGroup", - "resourceName": "prodUSEastStorageSci", - "api-version": "2021-08-10-privatepreview", - "DstsServiceClientIdentity": { - "location": "useast", - "properties": { - "GroupName": "ProductionGroup", - "AccountName": "ProdUSEastStorageClient" - } - } - }, - "responses": { - "200": { - "body": { - "id": "/subscriptions/mySubscriptionId/resourceGroups/myResourceGroup/providers/Microsoft.AzureCIS/dstsServiceClientIdentities/prodUSEastStorageSci", - "name": "prodUSEastStorageSci", - "type": "Microsoft.AzureCIS/dstsServiceClientIdentities", - "location": "eastus", - "provisioningState": "Succeeded", - "properties": { - "AccountName": "ProdUSEastStorageClient", - "GroupName": "ProductionGroup" - } - } - }, - "202": { - "headers": { - "Location": "https://management.azure.com/subscriptions/mySubscriptionId/resourceGroups/myResourceGroup/providers/Microsoft.AzureCIS/dstsServiceClientIdentities/operationResults/operationId" - } - } - } -} diff --git a/specification/resources/resource-manager/Microsoft.AzureCIS/stable/2021-08-10-privatepreview/readme.md b/specification/resources/resource-manager/Microsoft.AzureCIS/stable/2021-08-10-privatepreview/readme.md deleted file mode 100644 index fb29c6c565e9..000000000000 --- a/specification/resources/resource-manager/Microsoft.AzureCIS/stable/2021-08-10-privatepreview/readme.md +++ /dev/null @@ -1,29 +0,0 @@ -# Readme - -> see https://aka.ms/autorest - -```yaml -title: RPaaSClient -openapi-type: arm -openapi-subtype: rpaas -``` - -```yaml $(tag) == '2021-08-10-privatepreview' -input-file: - - environment.json - - examples/CreateEnvironment.json - - dstsServiceAccount.json - - examples/CreateDstsServiceAccount.json - - examples/DeleteDstsServiceAccount.json - - examples/GetAllDstsServiceAccount.json - - examples/GetDstsServiceAccount.json - - examples/GetDstsServiceAccountUnderResourceGroup.json - - examples/PatchDstsServiceAccount.json - - dstsServiceClientIdentity.json - - examples/CreateDstsServiceClientIdentity.json - - examples/DeleteDstsServiceClientIdentity.json - - examples/GetAllDstsServiceClientIdentity.json - - examples/GetDstsServiceClientIdentity.json - - examples/GetDstsServiceClientIdentityUnderResourceGroup.json - - examples/PatchDstsServiceClientIdentity.json -```