@@ -6,7 +6,7 @@ These settings apply only when `--tag=package-log` is specified on the command l
66
77``` yaml $(tag) == 'package-log'
88use : ' @autorest/java@4.0.22'
9- input-file : https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master /specification/operationalinsights/data-plane/Microsoft.OperationalInsights/preview/2021-05-19_Preview/OperationalInsights.json
9+ input-file : https://raw.githubusercontent.com/Azure/azure-rest-api-specs/blob/dba6ed1f03bda88ac6884c0a883246446cc72495 /specification/operationalinsights/data-plane/Microsoft.OperationalInsights/preview/2021-05-19_Preview/OperationalInsights.json
1010java : true
1111output-folder : ../
1212namespace : com.azure.monitor.query.log
@@ -30,7 +30,7 @@ These settings apply only when `--tag=package-metrics` is specified on the comma
3030
3131` ` ` yaml $(tag) == 'package-metrics'
3232use: '@autorest/java@4.0.22'
33- input-file: https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master /specification/monitor/resource-manager/Microsoft.Insights/stable/2018-01-01/metrics_API.json
33+ input-file: https://raw.githubusercontent.com/Azure/azure-rest-api-specs/blob/dba6ed1f03bda88ac6884c0a883246446cc72495 /specification/monitor/resource-manager/Microsoft.Insights/stable/2018-01-01/metrics_API.json
3434java: true
3535output-folder: ../
3636namespace: com.azure.monitor.query.metrics
@@ -59,7 +59,7 @@ These settings apply only when `--tag=package-metrics-namespaces` is specified o
5959` ` ` yaml $(tag) == 'package-metrics-namespaces'
6060use: '@autorest/java@4.0.22'
6161service-name: MetricsNamespaces
62- input-file: https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master /specification/monitor/resource-manager/Microsoft.Insights/preview/2017-12-01-preview/metricNamespaces_API.json
62+ input-file: https://raw.githubusercontent.com/Azure/azure-rest-api-specs/blob/dba6ed1f03bda88ac6884c0a883246446cc72495 /specification/monitor/resource-manager/Microsoft.Insights/preview/2017-12-01-preview/metricNamespaces_API.json
6363java: true
6464output-folder: ../
6565namespace: com.azure.monitor.query.metricsnamespaces
@@ -83,7 +83,7 @@ These settings apply only when `--tag=package-metrics-definitions` is specified
8383
8484` ` ` yaml $(tag) == 'package-metrics-definitions'
8585use: '@autorest/java@4.0.22'
86- input-file: https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master /specification/monitor/resource-manager/Microsoft.Insights/stable/2018-01-01/metricDefinitions_API.json
86+ input-file: https://raw.githubusercontent.com/Azure/azure-rest-api-specs/blob/dba6ed1f03bda88ac6884c0a883246446cc72495 /specification/monitor/resource-manager/Microsoft.Insights/stable/2018-01-01/metricDefinitions_API.json
8787service-name: MetricsDefinitions
8888java: true
8989output-folder: ../
0 commit comments