Skip to content

Commit

Permalink
Revert "Adding API to support generating access token for Application…
Browse files Browse the repository at this point in the history
…Insights Profiler (#11393)"

This reverts commit 80db0e5.
  • Loading branch information
kairu-ms authored Nov 13, 2020
1 parent 2cbfac7 commit ac697b7
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 183 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,6 @@ batch:

Please also specify `--azureresourceschema-folder=<path to the root directory of your azure-resource-manager-schemas clone>`.

### Tag: schema-insights-2020-10-26-preview and azureresourceschema

``` yaml $(tag) == 'schema-insights-2020-10-26-preview' && $(azureresourceschema)
output-folder: $(azureresourceschema-folder)/schemas

# all the input files in this apiVersion
input-file:
- Microsoft.Insights/preview/2020-10-26-preview/diagnosticServicesToken_API.json

```

### Tag: schema-insights-2020-06-02-preview and azureresourceschema

``` yaml $(tag) == 'schema-insights-2020-06-02-preview' && $(azureresourceschema)
Expand Down
16 changes: 1 addition & 15 deletions specification/applicationinsights/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,20 +201,6 @@ directive:
reason: 'get workbook list by subscription is not supported'
- suppress: OperationsAPIImplementation
reason: 'Previously implemented operation apis are using an incorrect RP case format which I cannot change.'
- suppress: SECRET_PROPERTY
from: diagnosticServicesToken_API.json
where:
- $.definitions.DiagnosticServicesTokenResponse.properties.token
reason: 'Secrets are OK to return in a POST response.'
```
### Tag: package-preview-2020-10-26-only
These settings apply only when `--tag=package-preview-2020-10-26-only` is specified on the command line.

``` yaml $(tag) == 'package-preview-2020-10-26-only'
input-file:
- Microsoft.Insights/preview/2020-10-26-preview/diagnosticServicesToken_API.json
```
### Tag: package-2020-10-20
Expand Down Expand Up @@ -493,4 +479,4 @@ input-file:

## AzureResourceSchema

See configuration in [readme.azureresourceschema.md](./readme.azureresourceschema.md)
See configuration in [readme.azureresourceschema.md](./readme.azureresourceschema.md)

0 comments on commit ac697b7

Please sign in to comment.