Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -894,13 +894,13 @@
"description": "The body of a Patch request to add tags to a Visual Studio account resource.",
"type": "object",
"properties": {
"tags": {
"tags": {
"description": "The custom tags of the resource.",
"type": "object",
"additionalProperties": {
"type": "string"
}
}
}
}
},
"AccountResourceRequest": {
Expand Down Expand Up @@ -1201,4 +1201,4 @@
"type": "string"
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"location": "North Central US",
"tags": {},
"properties": {
"AzureResourceName": "ExampleProject",
"TfsUniqueIdentifier": "vstfs:///Classification/TeamProject/7a4e6ba5-35bf-4667-86a4-9b598a88fa25"
"AzureResourceName": "ExampleProject",
"TfsUniqueIdentifier": "vstfs:///Classification/TeamProject/7a4e6ba5-35bf-4667-86a4-9b598a88fa25"
}
}
},
Expand All @@ -38,4 +38,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
}
}
},
"404": {
}
"404": {}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
"responses": {
"200": {}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"api-version": "2014-04-01-preview"
},
"responses": {
"200": {
}
"200": {}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,21 @@
"responses": {
"200": {
"body": {
"id": "/subscriptions/0de7f055-dbea-498d-8e9e-da287eedca90/resourceGroups/VS-Example-Group/providers/Microsoft.VisualStudio/account/ExampleAccount/extension/ms.example",
"name": "ms.example",
"type": "Microsoft.VisualStudio/account/extension",
"location": "Central US",
"tags": {},
"properties": {
},
"plan": {
"name": "ExamplePlan",
"publisher": "ExampleExtensionPublisher",
"product": "ExampleExtensionName",
"promotionCode": "",
"version": "1.0"
}
"id": "/subscriptions/0de7f055-dbea-498d-8e9e-da287eedca90/resourceGroups/VS-Example-Group/providers/Microsoft.VisualStudio/account/ExampleAccount/extension/ms.example",
"name": "ms.example",
"type": "Microsoft.VisualStudio/account/extension",
"location": "Central US",
"tags": {},
"properties": {},
"plan": {
"name": "ExamplePlan",
"publisher": "ExampleExtensionPublisher",
"product": "ExampleExtensionName",
"promotionCode": "",
"version": "1.0"
}
}
},
"404": {
}
"404": {}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,11 @@
"location": "North Central US",
"tags": {},
"properties": {
"AzureResourceName": "ExampleProject",
"TfsUniqueIdentifier": "vstfs:///Classification/TeamProject/7a4e6ba5-35bf-4667-86a4-9b598a88fa25"
"AzureResourceName": "ExampleProject",
"TfsUniqueIdentifier": "vstfs:///Classification/TeamProject/7a4e6ba5-35bf-4667-86a4-9b598a88fa25"
}
}
},
"202": {
}
"202": {}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,11 @@
"location": "North Central US",
"tags": {},
"properties": {
"AzureResourceName": "ExampleProject",
"TfsUniqueIdentifier": "vstfs:///Classification/TeamProject/7a4e6ba5-35bf-4667-86a4-9b598a88fa25"
"AzureResourceName": "ExampleProject",
"TfsUniqueIdentifier": "vstfs:///Classification/TeamProject/7a4e6ba5-35bf-4667-86a4-9b598a88fa25"
}
}
},
"404": {
}
"404": {}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,16 @@
"responses": {
"200": {
"body": {
"id": "/subscriptions/0de7f055-dbea-498d-8e9e-da287eedca90/resourceGroups/VS-Example-Group/providers/Microsoft.VisualStudio/account/Example",
"name": "VS-Example-Group",
"type": "Microsoft.VisualStudio/account",
"location": "Central US",
"tags": {},
"properties": {
"AccountURL": ""
}
"id": "/subscriptions/0de7f055-dbea-498d-8e9e-da287eedca90/resourceGroups/VS-Example-Group/providers/Microsoft.VisualStudio/account/Example",
"name": "VS-Example-Group",
"type": "Microsoft.VisualStudio/account",
"location": "Central US",
"tags": {},
"properties": {
"AccountURL": ""
}
}
},
"404": {
}
"404": {}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -1,27 +1,28 @@
{
"parameters": {
"body": {
"tags": {"tag1":"value1"}
},
"subscriptionId": "0de7f055-dbea-498d-8e9e-da287eedca90",
"resourceGroupName": "VS-Example-Group",
"resourceName": "Example",
"api-version": "2014-04-01-preview"
"parameters": {
"body": {
"tags": {
"tag1": "value1"
}
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/0de7f055-dbea-498d-8e9e-da287eedca90/resourceGroups/VS-Example-Group/providers/Microsoft.VisualStudio/account/Example",
"name": "VS-Example-Group",
"type": "Microsoft.VisualStudio/account",
"location": "Central US",
"tags": {},
"properties": {
"AccountURL": ""
}
"subscriptionId": "0de7f055-dbea-498d-8e9e-da287eedca90",
"resourceGroupName": "VS-Example-Group",
"resourceName": "Example",
"api-version": "2014-04-01-preview"
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/0de7f055-dbea-498d-8e9e-da287eedca90/resourceGroups/VS-Example-Group/providers/Microsoft.VisualStudio/account/Example",
"name": "VS-Example-Group",
"type": "Microsoft.VisualStudio/account",
"location": "Central US",
"tags": {},
"properties": {
"AccountURL": ""
}
},
"404": {
}
}
}
},
"404": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -1348,4 +1348,4 @@
"type": "string"
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
}
}
},
"404": {
}
"404": {}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
"responses": {
"200": {}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"api-version": "2014-04-01-preview"
},
"responses": {
"200": {
}
"200": {}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,21 @@
"responses": {
"200": {
"body": {
"id": "/subscriptions/0de7f055-dbea-498d-8e9e-da287eedca90/resourceGroups/VS-Example-Group/providers/Microsoft.VisualStudio/account/ExampleAccount/extension/ms.example",
"name": "ms.example",
"type": "Microsoft.VisualStudio/account/extension",
"location": "Central US",
"tags": {},
"properties": {
},
"plan": {
"name": "ExamplePlan",
"publisher": "ExampleExtensionPublisher",
"product": "ExampleExtensionName",
"promotionCode": "",
"version": "1.0"
}
"id": "/subscriptions/0de7f055-dbea-498d-8e9e-da287eedca90/resourceGroups/VS-Example-Group/providers/Microsoft.VisualStudio/account/ExampleAccount/extension/ms.example",
"name": "ms.example",
"type": "Microsoft.VisualStudio/account/extension",
"location": "Central US",
"tags": {},
"properties": {},
"plan": {
"name": "ExamplePlan",
"publisher": "ExampleExtensionPublisher",
"product": "ExampleExtensionName",
"promotionCode": "",
"version": "1.0"
}
}
},
"404": {
}
"404": {}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@
}
}
}
}
}
Loading