forked from Azure/azure-rest-api-specs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add 2020Public version (Azure#14337)
* Add 2020Public version * Add 2020Public version * fix * fix * merge * fix * fix
- Loading branch information
Showing
12 changed files
with
1,180 additions
and
0 deletions.
There are no files selected for viewing
774 changes: 774 additions & 0 deletions
774
...icationinsights/resource-manager/Microsoft.Insights/stable/2020-02-02/components_API.json
Large diffs are not rendered by default.
Oops, something went wrong.
50 changes: 50 additions & 0 deletions
50
...ghts/resource-manager/Microsoft.Insights/stable/2020-02-02/examples/ComponentsCreate.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2020-02-02", | ||
"subscriptionId": "subid", | ||
"resourceGroupName": "my-resource-group", | ||
"resourceName": "my-component", | ||
"InsightProperties": { | ||
"location": "South Central US", | ||
"kind": "web", | ||
"properties": { | ||
"Application_Type": "web", | ||
"Flow_Type": "Bluefield", | ||
"WorkspaceResourceId": "/subscriptions/subid/resourcegroups/my-resource-group/providers/microsoft.operationalinsights/workspaces/my-workspace", | ||
"Request_Source": "rest" | ||
} | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "/subscriptions/subid/resourceGroups/my-resource-group/providers/Microsoft.Insights/components/my-component", | ||
"name": "my-component", | ||
"type": "Microsoft.Insights/components", | ||
"location": "South Central US", | ||
"tags": "", | ||
"kind": "web", | ||
"properties": { | ||
"ApplicationId": "my-component", | ||
"AppId": "887f4bfd-b5fd-40d7-9fc3-123456789abc", | ||
"Application_Type": "web", | ||
"Flow_Type": "Bluefield", | ||
"Request_Source": "rest", | ||
"InstrumentationKey": "bc095013-3cf2-45ac-ab47-123456789abc", | ||
"CreationDate": "2017-01-24T01:05:38.5934061+00:00", | ||
"TenantId": "f438d567-7177-4fe1-a5e3-123456789abc", | ||
"HockeyAppId": "", | ||
"HockeyAppToken": "", | ||
"provisioningState": "Succeeded", | ||
"SamplingPercentage": 100.0, | ||
"WorkspaceResourceId": "/subscriptions/subid/resourcegroups/my-resource-group/providers/microsoft.operationalinsights/workspaces/my-workspace", | ||
"ConnectionString": "InstrumentationKey=bc095013-3cf2-45ac-ab47-123456789abc", | ||
"DisableIpMasking": false, | ||
"publicNetworkAccessForQuery": "Enabled", | ||
"publicNetworkAccessForIngestion": "Enabled", | ||
"IngestionMode": "LogAnalytics" | ||
} | ||
} | ||
} | ||
} | ||
} |
12 changes: 12 additions & 0 deletions
12
...ghts/resource-manager/Microsoft.Insights/stable/2020-02-02/examples/ComponentsDelete.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2020-02-02", | ||
"subscriptionId": "subid", | ||
"resourceGroupName": "my-resource-group", | ||
"resourceName": "my-component" | ||
}, | ||
"responses": { | ||
"200": {}, | ||
"204": {} | ||
} | ||
} |
40 changes: 40 additions & 0 deletions
40
...nsights/resource-manager/Microsoft.Insights/stable/2020-02-02/examples/ComponentsGet.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2020-02-02", | ||
"subscriptionId": "subid", | ||
"resourceGroupName": "my-resource-group", | ||
"resourceName": "my-component" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "/subscriptions/subid/resourceGroups/my-resource-group/providers/Microsoft.Insights/components/my-component", | ||
"name": "my-component", | ||
"type": "Microsoft.Insights/components", | ||
"location": "South Central US", | ||
"tags": "", | ||
"kind": "web", | ||
"properties": { | ||
"ApplicationId": "my-component", | ||
"AppId": "887f4bfd-b5fd-40d7-9fc3-123456789abc", | ||
"Application_Type": "web", | ||
"Flow_Type": "Bluefield", | ||
"Request_Source": "rest", | ||
"InstrumentationKey": "bc095013-3cf2-45ac-ab47-123456789abc", | ||
"CreationDate": "2017-01-24T01:05:38.5934061+00:00", | ||
"TenantId": "f438d567-7177-4fe1-a5e3-123456789abc", | ||
"HockeyAppId": "", | ||
"HockeyAppToken": "", | ||
"provisioningState": "Succeeded", | ||
"SamplingPercentage": 100.0, | ||
"WorkspaceResourceId": "/subscriptions/subid/resourcegroups/my-resource-group/providers/microsoft.operationalinsights/workspaces/my-workspace", | ||
"ConnectionString": "InstrumentationKey=bc095013-3cf2-45ac-ab47-123456789abc", | ||
"DisableIpMasking": false, | ||
"publicNetworkAccessForQuery": "Enabled", | ||
"publicNetworkAccessForIngestion": "Enabled", | ||
"IngestionMode": "LogAnalytics" | ||
} | ||
} | ||
} | ||
} | ||
} |
71 changes: 71 additions & 0 deletions
71
...sights/resource-manager/Microsoft.Insights/stable/2020-02-02/examples/ComponentsList.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2020-02-02", | ||
"subscriptionId": "subid" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
{ | ||
"id": "/subscriptions/subid/resourceGroups/my-resource-group/providers/Microsoft.Insights/components/my-component", | ||
"name": "my-component", | ||
"type": "Microsoft.Insights/components", | ||
"location": "South Central US", | ||
"tags": "", | ||
"kind": "web", | ||
"properties": { | ||
"ApplicationId": "my-component", | ||
"AppId": "16526d1a-dfba-4362-a9e9-123456789abc", | ||
"Application_Type": "web", | ||
"Flow_Type": "Bluefield", | ||
"Request_Source": "rest", | ||
"InstrumentationKey": "dc5931c7-a7ad-4ad0-89d6-123456789abc", | ||
"CreationDate": "2017-02-14T12:24:05.0041213+00:00", | ||
"TenantId": "f438d567-7177-4fe1-a5e3-123456789abc", | ||
"HockeyAppId": "", | ||
"HockeyAppToken": "", | ||
"provisioningState": "Succeeded", | ||
"SamplingPercentage": 75.0, | ||
"WorkspaceResourceId": "/subscriptions/subid/resourcegroups/my-resource-group/providers/microsoft.operationalinsights/workspaces/my-workspace", | ||
"ConnectionString": "InstrumentationKey=dc5931c7-a7ad-4ad0-89d6-123456789abc", | ||
"DisableIpMasking": false, | ||
"publicNetworkAccessForQuery": "Enabled", | ||
"publicNetworkAccessForIngestion": "Enabled", | ||
"IngestionMode": "LogAnalytics" | ||
} | ||
}, | ||
{ | ||
"id": "/subscriptions/subid/resourceGroups/my-other-resource-group/providers/Microsoft.Insights/components/my-other-component", | ||
"name": "my-other-component", | ||
"type": "Microsoft.Insights/components", | ||
"location": "South Central US", | ||
"tags": "", | ||
"kind": "web", | ||
"properties": { | ||
"ApplicationId": "my-other-component", | ||
"AppId": "887f4bfd-b5fd-40d7-9fc3-123456789abc", | ||
"Application_Type": "web", | ||
"Flow_Type": "Bluefield", | ||
"Request_Source": "rest", | ||
"InstrumentationKey": "bc095013-3cf2-45ac-ab47-123456789abc", | ||
"CreationDate": "2017-01-24T01:05:38.5934061+00:00", | ||
"TenantId": "f438d567-7177-4fe1-a5e3-123456789abc", | ||
"HockeyAppId": "", | ||
"HockeyAppToken": "", | ||
"provisioningState": "Succeeded", | ||
"SamplingPercentage": 30.0, | ||
"WorkspaceResourceId": "/subscriptions/subid/resourcegroups/my-resource-group/providers/microsoft.operationalinsights/workspaces/my-workspace", | ||
"ConnectionString": "InstrumentationKey=bc095013-3cf2-45ac-ab47-123456789abc", | ||
"DisableIpMasking": false, | ||
"publicNetworkAccessForQuery": "Enabled", | ||
"publicNetworkAccessForIngestion": "Enabled", | ||
"IngestionMode": "LogAnalytics" | ||
} | ||
} | ||
], | ||
"nextLink": null | ||
} | ||
} | ||
} | ||
} |
72 changes: 72 additions & 0 deletions
72
...-manager/Microsoft.Insights/stable/2020-02-02/examples/ComponentsListByResourceGroup.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2020-02-02", | ||
"subscriptionId": "subid", | ||
"resourceGroupName": "my-resource-group" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
{ | ||
"id": "/subscriptions/subid/resourceGroups/my-resource-group/providers/Microsoft.Insights/components/my-component", | ||
"name": "my-component", | ||
"type": "Microsoft.Insights/components", | ||
"location": "South Central US", | ||
"tags": "", | ||
"kind": "web", | ||
"properties": { | ||
"ApplicationId": "my-component", | ||
"AppId": "16526d1a-dfba-4362-a9e9-123456789abc", | ||
"Application_Type": "web", | ||
"Flow_Type": "Bluefield", | ||
"Request_Source": "rest", | ||
"InstrumentationKey": "dc5931c7-a7ad-4ad0-89d6-123456789abc", | ||
"CreationDate": "2017-02-14T12:24:05.0041213+00:00", | ||
"TenantId": "f438d567-7177-4fe1-a5e3-123456789abc", | ||
"HockeyAppId": "", | ||
"HockeyAppToken": "", | ||
"provisioningState": "Succeeded", | ||
"SamplingPercentage": 100.0, | ||
"WorkspaceResourceId": "/subscriptions/subid/resourcegroups/my-resource-group/providers/microsoft.operationalinsights/workspaces/my-workspace", | ||
"ConnectionString": "InstrumentationKey=dc5931c7-a7ad-4ad0-89d6-123456789abc", | ||
"DisableIpMasking": false, | ||
"publicNetworkAccessForQuery": "Enabled", | ||
"publicNetworkAccessForIngestion": "Enabled", | ||
"IngestionMode": "LogAnalytics" | ||
} | ||
}, | ||
{ | ||
"id": "/subscriptions/subid/resourceGroups/my-other-resource-group/providers/Microsoft.Insights/components/my-other-component", | ||
"name": "my-other-component", | ||
"type": "Microsoft.Insights/components", | ||
"location": "South Central US", | ||
"tags": "", | ||
"kind": "web", | ||
"properties": { | ||
"ApplicationId": "my-other-component", | ||
"AppId": "887f4bfd-b5fd-40d7-9fc3-123456789abc", | ||
"Application_Type": "web", | ||
"Flow_Type": "Bluefield", | ||
"Request_Source": "rest", | ||
"InstrumentationKey": "bc095013-3cf2-45ac-ab47-123456789abc", | ||
"CreationDate": "2017-01-24T01:05:38.5934061+00:00", | ||
"TenantId": "f438d567-7177-4fe1-a5e3-123456789abc", | ||
"HockeyAppId": "", | ||
"HockeyAppToken": "", | ||
"provisioningState": "Succeeded", | ||
"SamplingPercentage": 50.0, | ||
"WorkspaceResourceId": "/subscriptions/subid/resourcegroups/my-resource-group/providers/microsoft.operationalinsights/workspaces/my-workspace", | ||
"ConnectionString": "InstrumentationKey=bc095013-3cf2-45ac-ab47-123456789abc", | ||
"DisableIpMasking": false, | ||
"publicNetworkAccessForQuery": "Enabled", | ||
"publicNetworkAccessForIngestion": "Enabled", | ||
"IngestionMode": "LogAnalytics" | ||
} | ||
} | ||
], | ||
"nextLink": null | ||
} | ||
} | ||
} | ||
} |
28 changes: 28 additions & 0 deletions
28
...ights/resource-manager/Microsoft.Insights/stable/2020-02-02/examples/ComponentsPurge.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"parameters": { | ||
"resourceGroupName": "OIAutoRest5123", | ||
"resourceName": "aztest5048", | ||
"api-version": "2020-02-02", | ||
"subscriptionId": "00000000-0000-0000-0000-00000000000", | ||
"body": { | ||
"table": "Heartbeat", | ||
"filters": [ | ||
{ | ||
"column": "TimeGenerated", | ||
"operator": ">", | ||
"value": "2017-09-01T00:00:00" | ||
} | ||
] | ||
} | ||
}, | ||
"responses": { | ||
"202": { | ||
"headers": { | ||
"x-ms-status-location": "https://management.azure.com/subscriptions/b96161de-b34a-480f-7343-59b099299283/resourceGroups/example/providers/microsoft.insights/components/test/operations/purge-970318e7-b859-4edb-8903-83b1b54d0b74?api-version=2015-05-01" | ||
}, | ||
"body": { | ||
"operationId": "7d7cf277-9113-4ab3-8359-d0364b74d01d" | ||
} | ||
} | ||
} | ||
} |
16 changes: 16 additions & 0 deletions
16
...resource-manager/Microsoft.Insights/stable/2020-02-02/examples/ComponentsPurgeStatus.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"parameters": { | ||
"resourceGroupName": "OIAutoRest5123", | ||
"resourceName": "aztest5048", | ||
"api-version": "2020-02-02", | ||
"subscriptionId": "00000000-0000-0000-0000-00000000000", | ||
"purgeId": "purge-970318e7-b859-4edb-8903-83b1b54d0b74" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"status": "completed" | ||
} | ||
} | ||
} | ||
} |
51 changes: 51 additions & 0 deletions
51
...ghts/resource-manager/Microsoft.Insights/stable/2020-02-02/examples/ComponentsUpdate.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2020-02-02", | ||
"subscriptionId": "subid", | ||
"resourceGroupName": "my-resource-group", | ||
"resourceName": "my-component", | ||
"InsightProperties": { | ||
"location": "South Central US", | ||
"kind": "web", | ||
"tags": { | ||
"ApplicationGatewayType": "Internal-Only", | ||
"BillingEntity": "Self" | ||
} | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "/subscriptions/subid/resourceGroups/my-resource-group/providers/Microsoft.Insights/components/my-component", | ||
"name": "my-component", | ||
"type": "Microsoft.Insights/components", | ||
"location": "South Central US", | ||
"tags": { | ||
"ApplicationGatewayType": "Internal-Only", | ||
"BillingEntity": "Self" | ||
}, | ||
"kind": "web", | ||
"properties": { | ||
"ApplicationId": "my-component", | ||
"AppId": "887f4bfd-b5fd-40d7-9fc3-123456789abc", | ||
"Application_Type": "web", | ||
"Flow_Type": "Bluefield", | ||
"Request_Source": "rest", | ||
"InstrumentationKey": "bc095013-3cf2-45ac-ab47-123456789abc", | ||
"CreationDate": "2017-01-24T01:05:38.5934061+00:00", | ||
"TenantId": "f438d567-7177-4fe1-a5e3-123456789abc", | ||
"HockeyAppId": "", | ||
"HockeyAppToken": "", | ||
"provisioningState": "Succeeded", | ||
"SamplingPercentage": 100.0, | ||
"WorkspaceResourceId": "/subscriptions/subid/resourcegroups/my-resource-group/providers/microsoft.operationalinsights/workspaces/my-workspace", | ||
"ConnectionString": "InstrumentationKey=bc095013-3cf2-45ac-ab47-123456789abc", | ||
"DisableIpMasking": false, | ||
"publicNetworkAccessForQuery": "Enabled", | ||
"publicNetworkAccessForIngestion": "Enabled", | ||
"IngestionMode": "LogAnalytics" | ||
} | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.