Skip to content

Commit

Permalink
Initial commit as per PR review
Browse files Browse the repository at this point in the history
  • Loading branch information
suyash691 committed Nov 9, 2020
1 parent 9563d06 commit 22581c5
Show file tree
Hide file tree
Showing 9 changed files with 1,336 additions and 0 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
{
"parameters": {
"subscriptionId": "{subscriptionId}",
"resourceGroupName": "myAspNetWebAppPipeline-rg",
"pipelineName": "myAspNetWebAppPipeline",
"api-version": "2019-07-01-preview",
"createOperationParameters": {
"location": "South India",
"tags": {},
"properties": {
"organization": {
"name": "myAspNetWebAppPipeline-org"
},
"project": {
"name": "myAspNetWebAppPipeline-project"
},
"bootstrapConfiguration": {
"template": {
"id": "ms.vss-continuous-delivery-pipeline-templates.aspnet-windowswebapp",
"parameters": {
"subscriptionId": "{subscriptionId}",
"resourceGroup": "myAspNetWebAppPipeline-rg",
"webAppName": "myAspNetWebApp",
"location": "South India",
"appServicePlan": "S1 Standard",
"appInsightLocation": "South India",
"azureAuth": "{\"scheme\":\"ServicePrincipal\",\"parameters\":{\"tenantid\":\"{subscriptionTenantId}\",\"objectid\":\"{appObjectId}\",\"serviceprincipalid\":\"{appId}\",\"serviceprincipalkey\":\"{appSecret}\"}}"
}
}
}
}
}
},
"responses": {
"202": {
"description": "The request has been accepted for processing and the Azure Pipeline will be configured asynchronously.",
"headers": {
"location": "https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/myAspNetWebAppPipeline-rg/providers/Microsoft.DevOps/pipelines/myAspNetWebAppPipeline/operations/{operationId}",
"retry-after": "5"
}
},
"200": {
"description": "The Azure Pipeline has been configured successfully.",
"body": {
"id": "/subscriptions/{subscriptionId}/resourceGroups/myAspNetWebAppPipeline-rg/providers/Microsoft.DevOps/pipelines/myAspNetWebAppPipeline",
"name": "myAspNetWebAppPipeline",
"type": "Microsoft.DevOps/pipelines",
"location": "South India",
"properties": {
"organization": {
"name": "myAspNetWebAppPipeline-org"
},
"project": {
"name": "myAspNetWebAppPipeline-project"
},
"bootstrapConfiguration": {
"template": {
"id": "ms.vss-continuous-delivery-pipeline-templates.aspnet-windowswebapp",
"parameters": {
"subscriptionId": "{subscriptionId}",
"resourceGroup": "myAspNetWebAppPipeline-rg",
"webAppName": "myAspNetWebApp",
"location": "South India",
"appServicePlan": "S1 Standard",
"appInsightLocation": "South India",
"azureAuth": null
}
}
}
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"parameters": {
"subscriptionId": "{subscriptionId}",
"resourceGroupName": "myAspNetWebAppPipeline-rg",
"pipelineName": "myAspNetWebAppPipeline",
"api-version": "2019-07-01-preview"
},
"responses": {
"200": {
"description": "The Azure Pipeline has been deleted successfully."
},
"204": {
"description": "The Azure Pipeline is not found or has been deleted already."
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"parameters": {
"subscriptionId": "{subscriptionId}",
"resourceGroupName": "myAspNetWebAppPipeline-rg",
"pipelineName": "myAspNetWebAppPipeline",
"api-version": "2019-07-01-preview"
},
"responses": {
"200": {
"description": "The Azure Pipeline has been configured successfully.",
"body": {
"id": "/subscriptions/{subscriptionId}/resourceGroups/myAspNetWebAppPipeline-rg/providers/Microsoft.DevOps/pipelines/myAspNetWebAppPipeline",
"name": "myAspNetWebAppPipeline",
"type": "Microsoft.DevOps/pipelines",
"location": "South India",
"properties": {
"organization": {
"name": "myAspNetWebAppPipeline-org"
},
"project": {
"name": "myAspNetWebAppPipeline-project"
},
"bootstrapConfiguration": {
"template": {
"id": "ms.vss-continuous-delivery-pipeline-templates.aspnet-windowswebapp",
"parameters": {
"subscriptionId": "{subscriptionId}",
"resourceGroup": "myAspNetWebAppPipeline-rg",
"webAppName": "myAspNetWebApp",
"location": "South India",
"appServicePlan": "S1 Standard",
"appInsightLocation": "South India",
"azureAuth": null
}
}
}
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"parameters": {
"subscriptionId": "{subscriptionId}",
"resourceGroupName": "myAspNetWebAppPipeline-rg",
"api-version": "2019-07-01-preview"
},
"responses": {
"200": {
"description": "The Azure Pipelines has been fetched successfully.",
"body": {
"value": [
{
"id": "/subscriptions/{subscriptionId}/resourceGroups/myAspNetWebAppPipeline-rg/providers/Microsoft.DevOps/pipelines/myAspNetWebAppPipeline",
"name": "myAspNetWebAppPipeline",
"type": "Microsoft.DevOps/pipelines",
"location": "South India",
"properties": {
"organization": {
"name": "myAspNetWebAppPipeline-org"
},
"project": {
"name": "myAspNetWebAppPipeline-project"
},
"bootstrapConfiguration": {
"template": {
"id": "ms.vss-continuous-delivery-pipeline-templates.aspnet-windowswebapp",
"parameters": {
"subscriptionId": "{subscriptionId}",
"resourceGroup": "myAspNetWebAppPipeline-rg",
"webAppName": "myAspNetWebApp",
"location": "South India",
"appServicePlan": "S1 Standard",
"appInsightLocation": "South India",
"azureAuth": null
}
}
}
}
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
{
"parameters": {
"subscriptionId": "{subscriptionId}",
"api-version": "2019-07-01-preview"
},
"responses": {
"200": {
"description": "The Azure Pipelines have been fetched successfully.",
"body": {
"value": [
{
"id": "/subscriptions/{subscriptionId}/resourceGroups/myAspNetWebAppPipeline-rg/providers/Microsoft.DevOps/pipelines/myAspNetWebAppPipeline",
"name": "myAspNetWebAppPipeline",
"type": "Microsoft.DevOps/pipelines",
"location": "South India",
"properties": {
"organization": {
"name": "myAspNetWebAppPipeline-org"
},
"project": {
"name": "myAspNetWebAppPipeline-project"
},
"bootstrapConfiguration": {
"template": {
"id": "ms.vss-continuous-delivery-pipeline-templates.aspnet-windowswebapp",
"parameters": {
"subscriptionId": "{subscriptionId}",
"resourceGroup": "myAspNetWebAppPipeline-rg",
"webAppName": "myAspNetWebApp",
"location": "South India",
"appServicePlan": "S1 Standard",
"appInsightLocation": "South India",
"azureAuth": null
}
}
}
}
},
{
"id": "/subscriptions/{subscriptionId}/resourceGroups/myAspNetWebAppPipeline-rg1/providers/Microsoft.DevOps/pipelines/myAspNetWebAppPipeline1",
"name": "myAspNetWebAppPipeline1",
"type": "Microsoft.DevOps/pipelines",
"location": "South India",
"properties": {
"organization": {
"name": "myAspNetWebAppPipeline-org1"
},
"project": {
"name": "myAspNetWebAppPipeline-project1"
},
"bootstrapConfiguration": {
"template": {
"id": "ms.vss-continuous-delivery-pipeline-templates.aspnet-windowswebapp",
"parameters": {
"subscriptionId": "{subscriptionId}",
"resourceGroup": "myAspNetWebAppPipeline-rg",
"webAppName": "myAspNetWebApp",
"location": "South India",
"appServicePlan": "S1 Standard",
"appInsightLocation": "South India",
"azureAuth": null
}
}
}
}
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
{
"parameters": {
"api-version": "2019-07-01-preview"
},
"responses": {
"200": {
"description": "The list of supported operations has been fetched successfully.",
"body": {
"value": [
{
"name": "Microsoft.DevOps/register/action",
"isDataAction": "false",
"display": {
"provider": "Microsoft DevOps",
"resource": "register",
"operation": "Register for Microsoft.DevOps",
"description": "Registers the specified subscription with Microsoft.DevOps resource provider and enables the creation of Pipelines"
}
},
{
"name": "Microsoft.DevOps/pipelines/write",
"isDataAction": "false",
"display": {
"provider": "Microsoft DevOps",
"resource": "Pipelines",
"operation": "Create or Update Pipeline",
"description": "Creates or Updates any Pipeline"
}
},
{
"name": "Microsoft.DevOps/pipelines/read",
"isDataAction": "false",
"display": {
"provider": "Microsoft DevOps",
"resource": "Pipelines",
"operation": "Read Pipeline",
"description": "Reads any Pipeline"
}
},
{
"name": "Microsoft.DevOps/pipelines/delete",
"isDataAction": "false",
"display": {
"provider": "Microsoft DevOps",
"resource": "Pipelines",
"operation": "Delete Pipeline",
"description": "Deletes any Pipeline"
}
},
{
"name": "Microsoft.DevOps/pipelineTemplateDefinitions/read",
"isDataAction": "false",
"display": {
"provider": "Microsoft DevOps",
"resource": "PipelineTemplateDefinitions",
"operation": "Read PipelineTemplateDefinition",
"description": "Reads any PipelineTemplateDefinition"
}
}
]
}
}
}
}
Loading

0 comments on commit 22581c5

Please sign in to comment.