Skip to content

Commit

Permalink
Fix audience in AzureMetrics IngestMetrics (#15436)
Browse files Browse the repository at this point in the history
* Fix audience in AzureMetrics metrics

* remove Go from auto codegen

Co-authored-by: Joel Hendrix <[email protected]>
  • Loading branch information
ad-m and jhendrixMSFT authored Aug 6, 2021
1 parent 4d61f90 commit 37dbd30
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"api-version": "2018-09-01-preview",
"Content-Type": "application/json",
"Content-Length": 783,
"Authorization": "Bearer {AAD JWT token issued for \"https:\\\\monitoring.azure.com\\}\"",
"Authorization": "Bearer {AAD JWT token issued for \"https://monitoring.azure.com/\"}",
"subscriptionId": "b7ac8a0c-fbae-4e29-a0f7-09999b8857a1",
"resourceGroupName": "CowsSeller",
"resourceProvider": "Microsoft.Storage",
Expand Down
1 change: 0 additions & 1 deletion specification/monitor/data-plane/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ This is not used by Autorest itself.
swagger-to-sdk:
- repo: azure-sdk-for-python
- repo: azure-sdk-for-java
- repo: azure-sdk-for-go
- repo: azure-sdk-for-node
- repo: azure-sdk-for-ruby
after_scripts:
Expand Down

0 comments on commit 37dbd30

Please sign in to comment.