From 4e73c4a184370cce84100551178e8ee482630e81 Mon Sep 17 00:00:00 2001 From: v-xuto Date: Wed, 10 Sep 2025 17:51:03 +0800 Subject: [PATCH 1/2] Refactor videoanalyzer folder structure to comply with Azure Guidelines --- .../preview/1.0.0/AzureVideoAnalyzer.json | 0 .../AzureVideoAnalyzerSdkDefinitions.json | 0 .../preview/1.1.0/AzureVideoAnalyzer.json | 0 .../AzureVideoAnalyzerSdkDefinitions.json | 0 .../{ => VideoAnalyzerEdge}/readme.md | 8 +- .../VideoAnalyzerEdge/suppressions.yaml | 6 + .../2021-05-01-preview/EdgeModules.json | 44 ++--- .../2021-05-01-preview/VideoAnalyzers.json | 72 +++---- .../preview/2021-05-01-preview/Videos.json | 96 +++++----- .../examples/access-policy-create.json | 0 .../examples/access-policy-delete.json | 0 .../examples/access-policy-get.json | 0 .../examples/access-policy-list.json | 0 .../examples/access-policy-patch.json | 0 .../accounts-check-name-availability.json | 0 .../examples/edge-modules-create.json | 0 .../examples/edge-modules-delete.json | 0 .../examples/edge-modules-get.json | 0 .../examples/edge-modules-list.json | 0 .../edge-modules-listProvisioningToken.json | 0 .../examples/operations-list-all.json | 0 ...eo-analyzer-accounts-create-or-update.json | 0 .../video-analyzer-accounts-delete.json | 0 .../video-analyzer-accounts-get-by-name.json | 0 ...o-analyzer-accounts-list-all-accounts.json | 0 ...counts-subscription-list-all-accounts.json | 0 ...o-analyzer-accounts-sync-storage-keys.json | 0 .../video-analyzer-accounts-update.json | 0 .../examples/video-create.json | 0 .../examples/video-delete.json | 0 .../examples/video-get.json | 0 .../examples/video-list.json | 0 .../examples/video-listStreamingToken.json | 0 .../examples/video-patch.json | 0 .../2021-11-01-preview/EdgeModules.json | 42 ++--- .../PipelineTopologies.json | 176 +++++++++--------- .../2021-11-01-preview/VideoAnalyzers.json | 160 ++++++++-------- .../preview/2021-11-01-preview/Videos.json | 92 ++++----- .../examples/access-policy-create.json | 0 .../examples/access-policy-delete.json | 0 .../examples/access-policy-get.json | 0 .../examples/access-policy-list.json | 0 .../examples/access-policy-patch.json | 0 .../accounts-check-name-availability.json | 0 .../examples/edge-modules-create.json | 0 .../examples/edge-modules-delete.json | 0 .../examples/edge-modules-get.json | 0 .../examples/edge-modules-list.json | 0 .../edge-modules-listProvisioningToken.json | 0 .../examples/live-pipeline-activate.json | 0 .../examples/live-pipeline-create.json | 0 .../examples/live-pipeline-deactivate.json | 0 .../examples/live-pipeline-delete.json | 0 .../examples/live-pipeline-get-by-name.json | 0 .../examples/live-pipeline-list.json | 0 .../live-pipeline-operation-status-get.json | 0 .../examples/live-pipeline-patch.json | 0 .../examples/operations-list-all.json | 0 .../examples/pipeline-job-cancel.json | 0 .../examples/pipeline-job-create.json | 0 .../examples/pipeline-job-delete.json | 0 .../examples/pipeline-job-get-by-name.json | 0 .../examples/pipeline-job-list.json | 0 .../pipeline-job-operation-status-get.json | 0 .../examples/pipeline-job-patch.json | 0 .../examples/pipeline-topology-create.json | 0 .../examples/pipeline-topology-delete.json | 0 .../pipeline-topology-get-by-name.json | 0 .../examples/pipeline-topology-list.json | 0 .../examples/pipeline-topology-patch.json | 0 ...eo-analyzer-accounts-create-or-update.json | 0 .../video-analyzer-accounts-delete.json | 0 .../video-analyzer-accounts-get-by-name.json | 0 ...o-analyzer-accounts-list-all-accounts.json | 0 ...counts-subscription-list-all-accounts.json | 0 .../video-analyzer-accounts-update.json | 0 ...video-analyzer-operation-result-by-id.json | 0 ...tatus-by-id-non-terminal-state-failed.json | 0 ...ation-status-by-id-non-terminal-state.json | 0 ...operation-status-by-id-terminal-state.json | 0 ...er-private-endpoint-connection-delete.json | 0 ...ivate-endpoint-connection-get-by-name.json | 0 ...yzer-private-endpoint-connection-list.json | 0 ...int-connection-operation-result-by-id.json | 0 ...operation-status-by-id-terminal-state.json | 0 ...lyzer-private-endpoint-connection-put.json | 0 ...er-private-link-resources-get-by-name.json | 0 ...-analyzer-private-link-resources-list.json | 0 .../examples/video-create.json | 0 .../examples/video-delete.json | 0 .../examples/video-get.json | 0 .../examples/video-list.json | 0 .../examples/video-listContentToken.json | 0 .../examples/video-patch.json | 0 .../VideoAnalyzers}/readme.az.md | 0 .../VideoAnalyzers}/readme.cli.md | 0 .../VideoAnalyzers}/readme.go.md | 0 .../VideoAnalyzers}/readme.java.md | 0 .../VideoAnalyzers}/readme.md | 14 +- .../VideoAnalyzers}/readme.python.md | 0 .../VideoAnalyzers}/readme.typescript.md | 0 .../VideoAnalyzers/suppressions.yaml | 6 + 102 files changed, 364 insertions(+), 352 deletions(-) rename specification/videoanalyzer/data-plane/{VideoAnalyzer.Edge => VideoAnalyzerEdge}/preview/1.0.0/AzureVideoAnalyzer.json (100%) rename specification/videoanalyzer/data-plane/{VideoAnalyzer.Edge => VideoAnalyzerEdge}/preview/1.0.0/AzureVideoAnalyzerSdkDefinitions.json (100%) rename specification/videoanalyzer/data-plane/{VideoAnalyzer.Edge => VideoAnalyzerEdge}/preview/1.1.0/AzureVideoAnalyzer.json (100%) rename specification/videoanalyzer/data-plane/{VideoAnalyzer.Edge => VideoAnalyzerEdge}/preview/1.1.0/AzureVideoAnalyzerSdkDefinitions.json (100%) rename specification/videoanalyzer/data-plane/{ => VideoAnalyzerEdge}/readme.md (91%) create mode 100644 specification/videoanalyzer/data-plane/VideoAnalyzerEdge/suppressions.yaml rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-05-01-preview/EdgeModules.json (83%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-05-01-preview/VideoAnalyzers.json (86%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-05-01-preview/Videos.json (83%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-05-01-preview/examples/access-policy-create.json (100%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-05-01-preview/examples/access-policy-delete.json (100%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-05-01-preview/examples/access-policy-get.json (100%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-05-01-preview/examples/access-policy-list.json (100%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-05-01-preview/examples/access-policy-patch.json (100%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-05-01-preview/examples/accounts-check-name-availability.json (100%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-05-01-preview/examples/edge-modules-create.json (100%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-05-01-preview/examples/edge-modules-delete.json (100%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-05-01-preview/examples/edge-modules-get.json (100%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-05-01-preview/examples/edge-modules-list.json (100%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-05-01-preview/examples/edge-modules-listProvisioningToken.json (100%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-05-01-preview/examples/operations-list-all.json (100%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-05-01-preview/examples/video-analyzer-accounts-create-or-update.json (100%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-05-01-preview/examples/video-analyzer-accounts-delete.json (100%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-05-01-preview/examples/video-analyzer-accounts-get-by-name.json (100%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-05-01-preview/examples/video-analyzer-accounts-list-all-accounts.json (100%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-05-01-preview/examples/video-analyzer-accounts-subscription-list-all-accounts.json (100%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-05-01-preview/examples/video-analyzer-accounts-sync-storage-keys.json (100%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-05-01-preview/examples/video-analyzer-accounts-update.json (100%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-05-01-preview/examples/video-create.json (100%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-05-01-preview/examples/video-delete.json (100%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-05-01-preview/examples/video-get.json (100%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-05-01-preview/examples/video-list.json (100%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-05-01-preview/examples/video-listStreamingToken.json (100%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-05-01-preview/examples/video-patch.json (100%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-11-01-preview/EdgeModules.json (83%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-11-01-preview/PipelineTopologies.json (89%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-11-01-preview/VideoAnalyzers.json (84%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-11-01-preview/Videos.json (85%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-11-01-preview/examples/access-policy-create.json (100%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-11-01-preview/examples/access-policy-delete.json (100%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-11-01-preview/examples/access-policy-get.json (100%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-11-01-preview/examples/access-policy-list.json (100%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-11-01-preview/examples/access-policy-patch.json (100%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-11-01-preview/examples/accounts-check-name-availability.json (100%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-11-01-preview/examples/edge-modules-create.json (100%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-11-01-preview/examples/edge-modules-delete.json (100%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-11-01-preview/examples/edge-modules-get.json (100%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-11-01-preview/examples/edge-modules-list.json (100%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-11-01-preview/examples/edge-modules-listProvisioningToken.json (100%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-11-01-preview/examples/live-pipeline-activate.json (100%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-11-01-preview/examples/live-pipeline-create.json (100%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-11-01-preview/examples/live-pipeline-deactivate.json (100%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-11-01-preview/examples/live-pipeline-delete.json (100%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-11-01-preview/examples/live-pipeline-get-by-name.json (100%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-11-01-preview/examples/live-pipeline-list.json (100%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-11-01-preview/examples/live-pipeline-operation-status-get.json (100%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-11-01-preview/examples/live-pipeline-patch.json (100%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-11-01-preview/examples/operations-list-all.json (100%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-11-01-preview/examples/pipeline-job-cancel.json (100%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-11-01-preview/examples/pipeline-job-create.json (100%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-11-01-preview/examples/pipeline-job-delete.json (100%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-11-01-preview/examples/pipeline-job-get-by-name.json (100%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-11-01-preview/examples/pipeline-job-list.json (100%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-11-01-preview/examples/pipeline-job-operation-status-get.json (100%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-11-01-preview/examples/pipeline-job-patch.json (100%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-11-01-preview/examples/pipeline-topology-create.json (100%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-11-01-preview/examples/pipeline-topology-delete.json (100%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-11-01-preview/examples/pipeline-topology-get-by-name.json (100%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-11-01-preview/examples/pipeline-topology-list.json (100%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-11-01-preview/examples/pipeline-topology-patch.json (100%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-11-01-preview/examples/video-analyzer-accounts-create-or-update.json (100%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-11-01-preview/examples/video-analyzer-accounts-delete.json (100%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-11-01-preview/examples/video-analyzer-accounts-get-by-name.json (100%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-11-01-preview/examples/video-analyzer-accounts-list-all-accounts.json (100%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-11-01-preview/examples/video-analyzer-accounts-subscription-list-all-accounts.json (100%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-11-01-preview/examples/video-analyzer-accounts-update.json (100%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-11-01-preview/examples/video-analyzer-operation-result-by-id.json (100%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-11-01-preview/examples/video-analyzer-operation-status-by-id-non-terminal-state-failed.json (100%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-11-01-preview/examples/video-analyzer-operation-status-by-id-non-terminal-state.json (100%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-11-01-preview/examples/video-analyzer-operation-status-by-id-terminal-state.json (100%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-11-01-preview/examples/video-analyzer-private-endpoint-connection-delete.json (100%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-11-01-preview/examples/video-analyzer-private-endpoint-connection-get-by-name.json (100%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-11-01-preview/examples/video-analyzer-private-endpoint-connection-list.json (100%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-11-01-preview/examples/video-analyzer-private-endpoint-connection-operation-result-by-id.json (100%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-11-01-preview/examples/video-analyzer-private-endpoint-connection-operation-status-by-id-terminal-state.json (100%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-11-01-preview/examples/video-analyzer-private-endpoint-connection-put.json (100%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-11-01-preview/examples/video-analyzer-private-link-resources-get-by-name.json (100%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-11-01-preview/examples/video-analyzer-private-link-resources-list.json (100%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-11-01-preview/examples/video-create.json (100%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-11-01-preview/examples/video-delete.json (100%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-11-01-preview/examples/video-get.json (100%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-11-01-preview/examples/video-list.json (100%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-11-01-preview/examples/video-listContentToken.json (100%) rename specification/videoanalyzer/resource-manager/Microsoft.Media/{ => VideoAnalyzers}/preview/2021-11-01-preview/examples/video-patch.json (100%) rename specification/videoanalyzer/resource-manager/{ => Microsoft.Media/VideoAnalyzers}/readme.az.md (100%) rename specification/videoanalyzer/resource-manager/{ => Microsoft.Media/VideoAnalyzers}/readme.cli.md (100%) rename specification/videoanalyzer/resource-manager/{ => Microsoft.Media/VideoAnalyzers}/readme.go.md (100%) rename specification/videoanalyzer/resource-manager/{ => Microsoft.Media/VideoAnalyzers}/readme.java.md (100%) rename specification/videoanalyzer/resource-manager/{ => Microsoft.Media/VideoAnalyzers}/readme.md (83%) rename specification/videoanalyzer/resource-manager/{ => Microsoft.Media/VideoAnalyzers}/readme.python.md (100%) rename specification/videoanalyzer/resource-manager/{ => Microsoft.Media/VideoAnalyzers}/readme.typescript.md (100%) create mode 100644 specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/suppressions.yaml diff --git a/specification/videoanalyzer/data-plane/VideoAnalyzer.Edge/preview/1.0.0/AzureVideoAnalyzer.json b/specification/videoanalyzer/data-plane/VideoAnalyzerEdge/preview/1.0.0/AzureVideoAnalyzer.json similarity index 100% rename from specification/videoanalyzer/data-plane/VideoAnalyzer.Edge/preview/1.0.0/AzureVideoAnalyzer.json rename to specification/videoanalyzer/data-plane/VideoAnalyzerEdge/preview/1.0.0/AzureVideoAnalyzer.json diff --git a/specification/videoanalyzer/data-plane/VideoAnalyzer.Edge/preview/1.0.0/AzureVideoAnalyzerSdkDefinitions.json b/specification/videoanalyzer/data-plane/VideoAnalyzerEdge/preview/1.0.0/AzureVideoAnalyzerSdkDefinitions.json similarity index 100% rename from specification/videoanalyzer/data-plane/VideoAnalyzer.Edge/preview/1.0.0/AzureVideoAnalyzerSdkDefinitions.json rename to specification/videoanalyzer/data-plane/VideoAnalyzerEdge/preview/1.0.0/AzureVideoAnalyzerSdkDefinitions.json diff --git a/specification/videoanalyzer/data-plane/VideoAnalyzer.Edge/preview/1.1.0/AzureVideoAnalyzer.json b/specification/videoanalyzer/data-plane/VideoAnalyzerEdge/preview/1.1.0/AzureVideoAnalyzer.json similarity index 100% rename from specification/videoanalyzer/data-plane/VideoAnalyzer.Edge/preview/1.1.0/AzureVideoAnalyzer.json rename to specification/videoanalyzer/data-plane/VideoAnalyzerEdge/preview/1.1.0/AzureVideoAnalyzer.json diff --git a/specification/videoanalyzer/data-plane/VideoAnalyzer.Edge/preview/1.1.0/AzureVideoAnalyzerSdkDefinitions.json b/specification/videoanalyzer/data-plane/VideoAnalyzerEdge/preview/1.1.0/AzureVideoAnalyzerSdkDefinitions.json similarity index 100% rename from specification/videoanalyzer/data-plane/VideoAnalyzer.Edge/preview/1.1.0/AzureVideoAnalyzerSdkDefinitions.json rename to specification/videoanalyzer/data-plane/VideoAnalyzerEdge/preview/1.1.0/AzureVideoAnalyzerSdkDefinitions.json diff --git a/specification/videoanalyzer/data-plane/readme.md b/specification/videoanalyzer/data-plane/VideoAnalyzerEdge/readme.md similarity index 91% rename from specification/videoanalyzer/data-plane/readme.md rename to specification/videoanalyzer/data-plane/VideoAnalyzerEdge/readme.md index 913636375d2c..25a0ea70d826 100644 --- a/specification/videoanalyzer/data-plane/readme.md +++ b/specification/videoanalyzer/data-plane/VideoAnalyzerEdge/readme.md @@ -43,8 +43,8 @@ These settings apply only when `--tag=package-preview-1.1.0` is specified on the ```yaml $(tag) == 'package-preview-1.1.0' input-file: - - VideoAnalyzer.Edge/preview/1.1.0/AzureVideoAnalyzer.json - - VideoAnalyzer.Edge/preview/1.1.0/AzureVideoAnalyzerSdkDefinitions.json + - preview/1.1.0/AzureVideoAnalyzer.json + - preview/1.1.0/AzureVideoAnalyzerSdkDefinitions.json ``` ### Tag: package-ava-edge-1-0-0-preview @@ -52,8 +52,8 @@ These settings apply only when `--tag=package-ava-edge-1-0-0-preview` is specifi ``` yaml $(tag) == 'package-ava-edge-1-0-0-preview' input-file: - - VideoAnalyzer.Edge/preview/1.0.0/AzureVideoAnalyzer.json - - VideoAnalyzer.Edge/preview/1.0.0/AzureVideoAnalyzerSdkDefinitions.json + - preview/1.0.0/AzureVideoAnalyzer.json + - preview/1.0.0/AzureVideoAnalyzerSdkDefinitions.json ``` --- diff --git a/specification/videoanalyzer/data-plane/VideoAnalyzerEdge/suppressions.yaml b/specification/videoanalyzer/data-plane/VideoAnalyzerEdge/suppressions.yaml new file mode 100644 index 000000000000..33699b33d08f --- /dev/null +++ b/specification/videoanalyzer/data-plane/VideoAnalyzerEdge/suppressions.yaml @@ -0,0 +1,6 @@ +- tool: TypeSpecRequirement + path: ./preview/1.0.0/*.json + reason: Brownfield service not ready to migrate +- tool: TypeSpecRequirement + path: ./preview/1.1.0/*.json + reason: Brownfield service not ready to migrate diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-05-01-preview/EdgeModules.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-05-01-preview/EdgeModules.json similarity index 83% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-05-01-preview/EdgeModules.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-05-01-preview/EdgeModules.json index afac678f2fe6..cc3b3199e3a3 100644 --- a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-05-01-preview/EdgeModules.json +++ b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-05-01-preview/EdgeModules.json @@ -75,7 +75,7 @@ "EdgeModuleEntity": { "allOf": [ { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/ProxyResource" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/definitions/ProxyResource" } ], "properties": { @@ -85,7 +85,7 @@ "x-ms-client-flatten": true }, "systemData": { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/systemData", + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/definitions/systemData", "description": "The system metadata relating to this resource.", "readOnly": true } @@ -127,22 +127,22 @@ "default": { "description": "Detailed error information.", "schema": { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse" } } }, "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/AzureVideoAnalyzerAccountName" }, { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" }, { "name": "$filter", @@ -192,16 +192,16 @@ "default": { "description": "Detailed error information.", "schema": { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse" } } }, "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/AzureVideoAnalyzerAccountName" @@ -214,7 +214,7 @@ "description": "The name of the edge module to retrieve." }, { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" } ], "x-ms-examples": { @@ -243,16 +243,16 @@ "default": { "description": "Detailed error information.", "schema": { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse" } } }, "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/AzureVideoAnalyzerAccountName" @@ -274,7 +274,7 @@ "description": "The request parameters" }, { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" } ], "x-ms-examples": { @@ -297,16 +297,16 @@ "default": { "description": "Detailed error information.", "schema": { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse" } } }, "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/AzureVideoAnalyzerAccountName" @@ -319,7 +319,7 @@ "description": "The name of the edge module to be deleted." }, { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" } ], "x-ms-examples": { @@ -344,16 +344,16 @@ "default": { "description": "Detailed error information.", "schema": { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse" } } }, "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/AzureVideoAnalyzerAccountName" @@ -375,7 +375,7 @@ "description": "The request parameters" }, { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" } ], "x-ms-examples": { diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-05-01-preview/VideoAnalyzers.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-05-01-preview/VideoAnalyzers.json similarity index 86% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-05-01-preview/VideoAnalyzers.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-05-01-preview/VideoAnalyzers.json index 7855b5abc3ac..7064e5f8ad52 100644 --- a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-05-01-preview/VideoAnalyzers.json +++ b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-05-01-preview/VideoAnalyzers.json @@ -388,7 +388,7 @@ "VideoAnalyzer": { "allOf": [ { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/TrackedResource" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/definitions/TrackedResource" } ], "properties": { @@ -398,7 +398,7 @@ "x-ms-client-flatten": true }, "systemData": { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/systemData", + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/definitions/systemData", "description": "The system data of the Video Analyzer account.", "readOnly": true }, @@ -625,13 +625,13 @@ "default": { "description": "Detailed error information.", "schema": { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse" } } }, "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" } ], "x-ms-examples": { @@ -656,19 +656,19 @@ "default": { "description": "Detailed error information.", "schema": { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse" } } }, "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/parameters/ResourceGroupNameParameter" }, { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" } ], "x-ms-examples": { @@ -693,16 +693,16 @@ "default": { "description": "Detailed error information.", "schema": { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse" } } }, "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/parameters/ResourceGroupNameParameter" }, { "name": "accountName", @@ -712,7 +712,7 @@ "description": "The Video Analyzer account name." }, { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" } ], "x-ms-examples": { @@ -741,16 +741,16 @@ "default": { "description": "Detailed error information.", "schema": { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse" } } }, "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/parameters/ResourceGroupNameParameter" }, { "name": "accountName", @@ -769,7 +769,7 @@ "description": "The request parameters" }, { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" } ], "x-ms-examples": { @@ -792,16 +792,16 @@ "default": { "description": "Detailed error information.", "schema": { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse" } } }, "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/parameters/ResourceGroupNameParameter" }, { "name": "accountName", @@ -811,7 +811,7 @@ "description": "The Video Analyzer account name." }, { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" } ], "x-ms-examples": { @@ -834,16 +834,16 @@ "default": { "description": "Detailed error information.", "schema": { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse" } } }, "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/parameters/ResourceGroupNameParameter" }, { "name": "accountName", @@ -862,7 +862,7 @@ "description": "The request parameters" }, { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" } ], "x-ms-examples": { @@ -884,16 +884,16 @@ "default": { "description": "Detailed error information.", "schema": { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse" } } }, "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/parameters/ResourceGroupNameParameter" }, { "name": "accountName", @@ -912,7 +912,7 @@ "description": "The request parameters." }, { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" } ], "x-ms-examples": { @@ -931,19 +931,19 @@ "200": { "description": "OK", "schema": { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/CheckNameAvailabilityResponse" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/definitions/CheckNameAvailabilityResponse" } }, "default": { "description": "Detailed error information.", "schema": { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse" } } }, "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" }, { "name": "locationName", @@ -957,12 +957,12 @@ "in": "body", "required": true, "schema": { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/CheckNameAvailabilityRequest" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/definitions/CheckNameAvailabilityRequest" }, "description": "The request parameters" }, { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" } ], "x-ms-examples": { @@ -987,16 +987,16 @@ "default": { "description": "Detailed error information.", "schema": { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse" } } }, "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" } ], "x-ms-examples": { diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-05-01-preview/Videos.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-05-01-preview/Videos.json similarity index 83% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-05-01-preview/Videos.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-05-01-preview/Videos.json index e5b6a6039ddd..8aa495215284 100644 --- a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-05-01-preview/Videos.json +++ b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-05-01-preview/Videos.json @@ -363,7 +363,7 @@ "VideoEntity": { "allOf": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ProxyResource" + "$ref": "../../../../../../common-types/resource-management/v1/types.json#/definitions/ProxyResource" } ], "properties": { @@ -373,7 +373,7 @@ "x-ms-client-flatten": true }, "systemData": { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/systemData", + "$ref": "../../../../../../common-types/resource-management/v1/types.json#/definitions/systemData", "description": "The system metadata relating to this resource.", "readOnly": true } @@ -384,7 +384,7 @@ "AccessPolicyEntity": { "allOf": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ProxyResource" + "$ref": "../../../../../../common-types/resource-management/v1/types.json#/definitions/ProxyResource" } ], "properties": { @@ -394,7 +394,7 @@ "x-ms-client-flatten": true }, "systemData": { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/systemData", + "$ref": "../../../../../../common-types/resource-management/v1/types.json#/definitions/systemData", "description": "The system metadata relating to this resource.", "readOnly": true } @@ -453,22 +453,22 @@ "default": { "description": "Detailed error information.", "schema": { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse" } } }, "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/AzureVideoAnalyzerAccountName" }, { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" }, { "name": "$top", @@ -504,16 +504,16 @@ "default": { "description": "Detailed error information.", "schema": { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse" } } }, "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/AzureVideoAnalyzerAccountName" @@ -526,7 +526,7 @@ "description": "The name of the video to retrieve." }, { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" } ], "x-ms-examples": { @@ -555,16 +555,16 @@ "default": { "description": "Detailed error information.", "schema": { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse" } } }, "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/AzureVideoAnalyzerAccountName" @@ -586,7 +586,7 @@ "description": "The request parameters" }, { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" } ], "x-ms-examples": { @@ -609,16 +609,16 @@ "default": { "description": "Detailed error information.", "schema": { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse" } } }, "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/AzureVideoAnalyzerAccountName" @@ -631,7 +631,7 @@ "description": "The name of the video to delete." }, { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" } ], "x-ms-examples": { @@ -654,16 +654,16 @@ "default": { "description": "Detailed error information.", "schema": { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse" } } }, "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/AzureVideoAnalyzerAccountName" @@ -685,7 +685,7 @@ "description": "The request parameters" }, { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" } ], "x-ms-examples": { @@ -710,16 +710,16 @@ "default": { "description": "Detailed error information.", "schema": { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse" } } }, "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/AzureVideoAnalyzerAccountName" @@ -732,7 +732,7 @@ "description": "The name of the video to generate a token for playback." }, { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" } ], "x-ms-examples": { @@ -757,22 +757,22 @@ "default": { "description": "Detailed error information.", "schema": { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse" } } }, "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/AzureVideoAnalyzerAccountName" }, { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" }, { "name": "$top", @@ -808,16 +808,16 @@ "default": { "description": "Detailed error information.", "schema": { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse" } } }, "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/AzureVideoAnalyzerAccountName" @@ -830,7 +830,7 @@ "description": "The name of the access policy to retrieve." }, { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" } ], "x-ms-examples": { @@ -859,16 +859,16 @@ "default": { "description": "Detailed error information.", "schema": { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse" } } }, "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/AzureVideoAnalyzerAccountName" @@ -890,7 +890,7 @@ "description": "The request parameters" }, { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" } ], "x-ms-examples": { @@ -913,16 +913,16 @@ "default": { "description": "Detailed error information.", "schema": { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse" } } }, "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/AzureVideoAnalyzerAccountName" @@ -935,7 +935,7 @@ "description": "The name of the access policy to delete." }, { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" } ], "x-ms-examples": { @@ -958,16 +958,16 @@ "default": { "description": "Detailed error information.", "schema": { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse" } } }, "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/AzureVideoAnalyzerAccountName" @@ -989,7 +989,7 @@ "description": "The request parameters" }, { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" } ], "x-ms-examples": { diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-05-01-preview/examples/access-policy-create.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-05-01-preview/examples/access-policy-create.json similarity index 100% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-05-01-preview/examples/access-policy-create.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-05-01-preview/examples/access-policy-create.json diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-05-01-preview/examples/access-policy-delete.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-05-01-preview/examples/access-policy-delete.json similarity index 100% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-05-01-preview/examples/access-policy-delete.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-05-01-preview/examples/access-policy-delete.json diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-05-01-preview/examples/access-policy-get.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-05-01-preview/examples/access-policy-get.json similarity index 100% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-05-01-preview/examples/access-policy-get.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-05-01-preview/examples/access-policy-get.json diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-05-01-preview/examples/access-policy-list.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-05-01-preview/examples/access-policy-list.json similarity index 100% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-05-01-preview/examples/access-policy-list.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-05-01-preview/examples/access-policy-list.json diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-05-01-preview/examples/access-policy-patch.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-05-01-preview/examples/access-policy-patch.json similarity index 100% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-05-01-preview/examples/access-policy-patch.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-05-01-preview/examples/access-policy-patch.json diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-05-01-preview/examples/accounts-check-name-availability.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-05-01-preview/examples/accounts-check-name-availability.json similarity index 100% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-05-01-preview/examples/accounts-check-name-availability.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-05-01-preview/examples/accounts-check-name-availability.json diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-05-01-preview/examples/edge-modules-create.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-05-01-preview/examples/edge-modules-create.json similarity index 100% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-05-01-preview/examples/edge-modules-create.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-05-01-preview/examples/edge-modules-create.json diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-05-01-preview/examples/edge-modules-delete.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-05-01-preview/examples/edge-modules-delete.json similarity index 100% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-05-01-preview/examples/edge-modules-delete.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-05-01-preview/examples/edge-modules-delete.json diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-05-01-preview/examples/edge-modules-get.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-05-01-preview/examples/edge-modules-get.json similarity index 100% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-05-01-preview/examples/edge-modules-get.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-05-01-preview/examples/edge-modules-get.json diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-05-01-preview/examples/edge-modules-list.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-05-01-preview/examples/edge-modules-list.json similarity index 100% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-05-01-preview/examples/edge-modules-list.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-05-01-preview/examples/edge-modules-list.json diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-05-01-preview/examples/edge-modules-listProvisioningToken.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-05-01-preview/examples/edge-modules-listProvisioningToken.json similarity index 100% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-05-01-preview/examples/edge-modules-listProvisioningToken.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-05-01-preview/examples/edge-modules-listProvisioningToken.json diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-05-01-preview/examples/operations-list-all.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-05-01-preview/examples/operations-list-all.json similarity index 100% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-05-01-preview/examples/operations-list-all.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-05-01-preview/examples/operations-list-all.json diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-05-01-preview/examples/video-analyzer-accounts-create-or-update.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-05-01-preview/examples/video-analyzer-accounts-create-or-update.json similarity index 100% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-05-01-preview/examples/video-analyzer-accounts-create-or-update.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-05-01-preview/examples/video-analyzer-accounts-create-or-update.json diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-05-01-preview/examples/video-analyzer-accounts-delete.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-05-01-preview/examples/video-analyzer-accounts-delete.json similarity index 100% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-05-01-preview/examples/video-analyzer-accounts-delete.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-05-01-preview/examples/video-analyzer-accounts-delete.json diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-05-01-preview/examples/video-analyzer-accounts-get-by-name.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-05-01-preview/examples/video-analyzer-accounts-get-by-name.json similarity index 100% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-05-01-preview/examples/video-analyzer-accounts-get-by-name.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-05-01-preview/examples/video-analyzer-accounts-get-by-name.json diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-05-01-preview/examples/video-analyzer-accounts-list-all-accounts.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-05-01-preview/examples/video-analyzer-accounts-list-all-accounts.json similarity index 100% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-05-01-preview/examples/video-analyzer-accounts-list-all-accounts.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-05-01-preview/examples/video-analyzer-accounts-list-all-accounts.json diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-05-01-preview/examples/video-analyzer-accounts-subscription-list-all-accounts.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-05-01-preview/examples/video-analyzer-accounts-subscription-list-all-accounts.json similarity index 100% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-05-01-preview/examples/video-analyzer-accounts-subscription-list-all-accounts.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-05-01-preview/examples/video-analyzer-accounts-subscription-list-all-accounts.json diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-05-01-preview/examples/video-analyzer-accounts-sync-storage-keys.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-05-01-preview/examples/video-analyzer-accounts-sync-storage-keys.json similarity index 100% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-05-01-preview/examples/video-analyzer-accounts-sync-storage-keys.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-05-01-preview/examples/video-analyzer-accounts-sync-storage-keys.json diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-05-01-preview/examples/video-analyzer-accounts-update.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-05-01-preview/examples/video-analyzer-accounts-update.json similarity index 100% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-05-01-preview/examples/video-analyzer-accounts-update.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-05-01-preview/examples/video-analyzer-accounts-update.json diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-05-01-preview/examples/video-create.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-05-01-preview/examples/video-create.json similarity index 100% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-05-01-preview/examples/video-create.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-05-01-preview/examples/video-create.json diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-05-01-preview/examples/video-delete.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-05-01-preview/examples/video-delete.json similarity index 100% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-05-01-preview/examples/video-delete.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-05-01-preview/examples/video-delete.json diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-05-01-preview/examples/video-get.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-05-01-preview/examples/video-get.json similarity index 100% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-05-01-preview/examples/video-get.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-05-01-preview/examples/video-get.json diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-05-01-preview/examples/video-list.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-05-01-preview/examples/video-list.json similarity index 100% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-05-01-preview/examples/video-list.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-05-01-preview/examples/video-list.json diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-05-01-preview/examples/video-listStreamingToken.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-05-01-preview/examples/video-listStreamingToken.json similarity index 100% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-05-01-preview/examples/video-listStreamingToken.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-05-01-preview/examples/video-listStreamingToken.json diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-05-01-preview/examples/video-patch.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-05-01-preview/examples/video-patch.json similarity index 100% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-05-01-preview/examples/video-patch.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-05-01-preview/examples/video-patch.json diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/EdgeModules.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/EdgeModules.json similarity index 83% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/EdgeModules.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/EdgeModules.json index 8120f2aff63c..e2856a4ca0d7 100644 --- a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/EdgeModules.json +++ b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/EdgeModules.json @@ -75,7 +75,7 @@ "EdgeModuleEntity": { "allOf": [ { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ProxyResource" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/definitions/ProxyResource" } ], "properties": { @@ -122,22 +122,22 @@ "default": { "description": "Detailed error information.", "schema": { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/AzureVideoAnalyzerAccountName" }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" }, { "name": "$top", @@ -173,16 +173,16 @@ "default": { "description": "Detailed error information.", "schema": { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/AzureVideoAnalyzerAccountName" @@ -195,7 +195,7 @@ "description": "The Edge Module name." }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" } ], "x-ms-examples": { @@ -224,16 +224,16 @@ "default": { "description": "Detailed error information.", "schema": { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/AzureVideoAnalyzerAccountName" @@ -255,7 +255,7 @@ "description": "The request parameters" }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" } ], "x-ms-examples": { @@ -278,16 +278,16 @@ "default": { "description": "Detailed error information.", "schema": { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/AzureVideoAnalyzerAccountName" @@ -300,7 +300,7 @@ "description": "The Edge Module name." }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" } ], "x-ms-examples": { @@ -325,16 +325,16 @@ "default": { "description": "Detailed error information.", "schema": { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/AzureVideoAnalyzerAccountName" @@ -356,7 +356,7 @@ "description": "The request parameters" }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" } ], "x-ms-examples": { diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/PipelineTopologies.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/PipelineTopologies.json similarity index 89% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/PipelineTopologies.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/PipelineTopologies.json index 5f7c4225bac4..515be17d9bcc 100644 --- a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/PipelineTopologies.json +++ b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/PipelineTopologies.json @@ -927,7 +927,7 @@ "PipelineTopology": { "allOf": [ { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ProxyResource" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/definitions/ProxyResource" } ], "properties": { @@ -973,7 +973,7 @@ "PipelineTopologyUpdate": { "allOf": [ { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ProxyResource" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/definitions/ProxyResource" } ], "properties": { @@ -1145,7 +1145,7 @@ "LivePipeline": { "allOf": [ { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ProxyResource" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/definitions/ProxyResource" } ], "properties": { @@ -1161,7 +1161,7 @@ "LivePipelineUpdate": { "allOf": [ { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ProxyResource" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/definitions/ProxyResource" } ], "properties": { @@ -1334,7 +1334,7 @@ "PipelineJob": { "allOf": [ { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ProxyResource" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/definitions/ProxyResource" } ], "properties": { @@ -1350,7 +1350,7 @@ "PipelineJobUpdate": { "allOf": [ { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ProxyResource" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/definitions/ProxyResource" } ], "properties": { @@ -1376,7 +1376,7 @@ "readOnly": true }, "error": { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorDetail", + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorDetail", "description": "The error details for the live pipeline operation.", "readOnly": true } @@ -1397,7 +1397,7 @@ "readOnly": true }, "error": { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorDetail", + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorDetail", "description": "The error details for the pipeline job operation.", "readOnly": true } @@ -1473,22 +1473,22 @@ "default": { "description": "Detailed error information.", "schema": { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/AzureVideoAnalyzerAccountName" }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" }, { "name": "$filter", @@ -1531,16 +1531,16 @@ "default": { "description": "Detailed error information.", "schema": { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/AzureVideoAnalyzerAccountName" @@ -1553,7 +1553,7 @@ "description": "Pipeline topology unique identifier." }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" } ], "x-ms-examples": { @@ -1582,16 +1582,16 @@ "default": { "description": "Detailed error information.", "schema": { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/AzureVideoAnalyzerAccountName" @@ -1613,7 +1613,7 @@ "description": "The request parameters" }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" } ], "x-ms-examples": { @@ -1636,16 +1636,16 @@ "default": { "description": "Detailed error information.", "schema": { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/AzureVideoAnalyzerAccountName" @@ -1658,7 +1658,7 @@ "description": "Pipeline topology unique identifier." }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" } ], "x-ms-examples": { @@ -1681,16 +1681,16 @@ "default": { "description": "Detailed error information.", "schema": { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/AzureVideoAnalyzerAccountName" @@ -1712,7 +1712,7 @@ "description": "The request parameters" }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" } ], "x-ms-examples": { @@ -1737,22 +1737,22 @@ "default": { "description": "Detailed error information.", "schema": { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/AzureVideoAnalyzerAccountName" }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" }, { "name": "$filter", @@ -1795,16 +1795,16 @@ "default": { "description": "Detailed error information.", "schema": { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/AzureVideoAnalyzerAccountName" @@ -1817,7 +1817,7 @@ "description": "Live pipeline unique identifier." }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" } ], "x-ms-examples": { @@ -1846,16 +1846,16 @@ "default": { "description": "Detailed error information.", "schema": { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/AzureVideoAnalyzerAccountName" @@ -1877,7 +1877,7 @@ "description": "The request parameters" }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" } ], "x-ms-examples": { @@ -1900,16 +1900,16 @@ "default": { "description": "Detailed error information.", "schema": { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/AzureVideoAnalyzerAccountName" @@ -1922,7 +1922,7 @@ "description": "Live pipeline unique identifier." }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" } ], "x-ms-examples": { @@ -1945,16 +1945,16 @@ "default": { "description": "Detailed error information.", "schema": { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/AzureVideoAnalyzerAccountName" @@ -1976,7 +1976,7 @@ "description": "The request parameters" }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" } ], "x-ms-examples": { @@ -2001,16 +2001,16 @@ "default": { "description": "Detailed error information.", "schema": { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/AzureVideoAnalyzerAccountName" @@ -2023,7 +2023,7 @@ "description": "Live pipeline unique identifier." }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" } ], "x-ms-long-running-operation": true, @@ -2049,16 +2049,16 @@ "default": { "description": "Detailed error information.", "schema": { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/AzureVideoAnalyzerAccountName" @@ -2071,7 +2071,7 @@ "description": "Live pipeline unique identifier." }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" } ], "x-ms-long-running-operation": true, @@ -2097,22 +2097,22 @@ "default": { "description": "Detailed error information.", "schema": { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/AzureVideoAnalyzerAccountName" }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" }, { "name": "$filter", @@ -2155,16 +2155,16 @@ "default": { "description": "Detailed error information.", "schema": { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/AzureVideoAnalyzerAccountName" @@ -2177,7 +2177,7 @@ "description": "The pipeline job name." }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" } ], "x-ms-examples": { @@ -2206,16 +2206,16 @@ "default": { "description": "Detailed error information.", "schema": { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/AzureVideoAnalyzerAccountName" @@ -2237,7 +2237,7 @@ "description": "The request parameters" }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" } ], "x-ms-examples": { @@ -2260,16 +2260,16 @@ "default": { "description": "Detailed error information.", "schema": { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/AzureVideoAnalyzerAccountName" @@ -2282,7 +2282,7 @@ "description": "The pipeline job name." }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" } ], "x-ms-examples": { @@ -2305,16 +2305,16 @@ "default": { "description": "Detailed error information.", "schema": { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/AzureVideoAnalyzerAccountName" @@ -2336,7 +2336,7 @@ "description": "The request parameters" }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" } ], "x-ms-examples": { @@ -2361,16 +2361,16 @@ "default": { "description": "Detailed error information.", "schema": { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/AzureVideoAnalyzerAccountName" @@ -2383,7 +2383,7 @@ "description": "The pipeline job name." }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" } ], "x-ms-long-running-operation": true, @@ -2409,16 +2409,16 @@ "default": { "description": "Detailed error information.", "schema": { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/AzureVideoAnalyzerAccountName" @@ -2438,7 +2438,7 @@ "description": "The operation ID." }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" } ], "x-ms-examples": { @@ -2463,16 +2463,16 @@ "default": { "description": "Detailed error information.", "schema": { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/AzureVideoAnalyzerAccountName" @@ -2492,7 +2492,7 @@ "description": "The operation ID." }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" } ], "x-ms-examples": { diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/VideoAnalyzers.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/VideoAnalyzers.json similarity index 84% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/VideoAnalyzers.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/VideoAnalyzers.json index b068bbfd71c2..27fbc21cec87 100644 --- a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/VideoAnalyzers.json +++ b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/VideoAnalyzers.json @@ -443,7 +443,7 @@ }, "privateEndpointConnections": { "items": { - "$ref": "../../../../../common-types/resource-management/v3/privatelinks.json#/definitions/PrivateEndpointConnection" + "$ref": "../../../../../../common-types/resource-management/v3/privatelinks.json#/definitions/PrivateEndpointConnection" }, "type": "array", "description": "Private Endpoint Connections created under Video Analyzer account.", @@ -546,7 +546,7 @@ }, "privateEndpointConnections": { "items": { - "$ref": "../../../../../common-types/resource-management/v3/privatelinks.json#/definitions/PrivateEndpointConnection" + "$ref": "../../../../../../common-types/resource-management/v3/privatelinks.json#/definitions/PrivateEndpointConnection" }, "type": "array", "description": "Private Endpoint Connections created under Video Analyzer account.", @@ -559,7 +559,7 @@ "VideoAnalyzer": { "allOf": [ { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/TrackedResource" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/definitions/TrackedResource" } ], "properties": { @@ -848,7 +848,7 @@ "description": "Operation status." }, "error": { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorDetail", + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorDetail", "x-nullable": true } }, @@ -881,7 +881,7 @@ "description": "Operation status." }, "error": { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorDetail", + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorDetail", "x-nullable": true } }, @@ -937,13 +937,13 @@ "default": { "description": "Detailed error information.", "schema": { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" } ], "x-ms-examples": { @@ -968,19 +968,19 @@ "default": { "description": "Detailed error information.", "schema": { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" } ], "x-ms-examples": { @@ -1005,16 +1005,16 @@ "default": { "description": "Detailed error information.", "schema": { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { "name": "accountName", @@ -1024,7 +1024,7 @@ "description": "The Video Analyzer account name." }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" } ], "x-ms-examples": { @@ -1068,16 +1068,16 @@ "default": { "description": "Detailed error information.", "schema": { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { "name": "accountName", @@ -1096,7 +1096,7 @@ "description": "The request parameters" }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" } ], "x-ms-long-running-operation": true, @@ -1120,16 +1120,16 @@ "default": { "description": "Detailed error information.", "schema": { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { "name": "accountName", @@ -1139,7 +1139,7 @@ "description": "The Video Analyzer account name." }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" } ], "x-ms-examples": { @@ -1177,16 +1177,16 @@ "default": { "description": "Detailed error information.", "schema": { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { "name": "accountName", @@ -1205,7 +1205,7 @@ "description": "The request parameters" }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" } ], "x-ms-long-running-operation": true, @@ -1225,22 +1225,22 @@ "200": { "description": "OK", "schema": { - "$ref": "../../../../../common-types/resource-management/v3/privatelinks.json#/definitions/PrivateLinkResourceListResult" + "$ref": "../../../../../../common-types/resource-management/v3/privatelinks.json#/definitions/PrivateLinkResourceListResult" } }, "default": { "description": "Detailed error information.", "schema": { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { "name": "accountName", @@ -1250,7 +1250,7 @@ "description": "The Video Analyzer account name." }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" } ], "x-ms-examples": { @@ -1269,22 +1269,22 @@ "200": { "description": "OK", "schema": { - "$ref": "../../../../../common-types/resource-management/v3/privatelinks.json#/definitions/PrivateLinkResource" + "$ref": "../../../../../../common-types/resource-management/v3/privatelinks.json#/definitions/PrivateLinkResource" } }, "default": { "description": "Detailed error information.", "schema": { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { "name": "accountName", @@ -1301,7 +1301,7 @@ "description": "Name of the private link resource (Group ID)." }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" } ], "x-ms-examples": { @@ -1320,22 +1320,22 @@ "200": { "description": "OK", "schema": { - "$ref": "../../../../../common-types/resource-management/v3/privatelinks.json#/definitions/PrivateEndpointConnectionListResult" + "$ref": "../../../../../../common-types/resource-management/v3/privatelinks.json#/definitions/PrivateEndpointConnectionListResult" } }, "default": { "description": "Detailed error information.", "schema": { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { "name": "accountName", @@ -1345,7 +1345,7 @@ "description": "The Video Analyzer account name." }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" } ], "x-ms-examples": { @@ -1364,22 +1364,22 @@ "200": { "description": "OK", "schema": { - "$ref": "../../../../../common-types/resource-management/v3/privatelinks.json#/definitions/PrivateEndpointConnection" + "$ref": "../../../../../../common-types/resource-management/v3/privatelinks.json#/definitions/PrivateEndpointConnection" } }, "default": { "description": "Detailed error information.", "schema": { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { "name": "accountName", @@ -1396,7 +1396,7 @@ "description": "Private endpoint connection name." }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" } ], "x-ms-examples": { @@ -1428,22 +1428,22 @@ } }, "schema": { - "$ref": "../../../../../common-types/resource-management/v3/privatelinks.json#/definitions/PrivateEndpointConnection" + "$ref": "../../../../../../common-types/resource-management/v3/privatelinks.json#/definitions/PrivateEndpointConnection" } }, "default": { "description": "Detailed error information.", "schema": { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { "name": "accountName", @@ -1464,12 +1464,12 @@ "in": "body", "required": true, "schema": { - "$ref": "../../../../../common-types/resource-management/v3/privatelinks.json#/definitions/PrivateEndpointConnection" + "$ref": "../../../../../../common-types/resource-management/v3/privatelinks.json#/definitions/PrivateEndpointConnection" }, "description": "The request parameters" }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" } ], "x-ms-examples": { @@ -1492,16 +1492,16 @@ "default": { "description": "Detailed error information.", "schema": { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { "name": "accountName", @@ -1518,7 +1518,7 @@ "description": "Private endpoint connection name." }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" } ], "x-ms-examples": { @@ -1543,16 +1543,16 @@ "default": { "description": "Detailed error information.", "schema": { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { "name": "accountName", @@ -1576,7 +1576,7 @@ "description": "Operation Id." }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" } ], "x-ms-examples": { @@ -1595,7 +1595,7 @@ "200": { "description": "OK", "schema": { - "$ref": "../../../../../common-types/resource-management/v3/privatelinks.json#/definitions/PrivateEndpointConnection" + "$ref": "../../../../../../common-types/resource-management/v3/privatelinks.json#/definitions/PrivateEndpointConnection" } }, "202": { @@ -1604,16 +1604,16 @@ "default": { "description": "Detailed error information.", "schema": { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { "name": "accountName", @@ -1637,7 +1637,7 @@ "description": "Operation Id." }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" } ], "x-ms-examples": { @@ -1662,13 +1662,13 @@ "default": { "description": "Detailed error information.", "schema": { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" }, { "name": "locationName", @@ -1685,7 +1685,7 @@ "description": "Operation Id." }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" } ], "x-ms-examples": { @@ -1719,13 +1719,13 @@ "default": { "description": "Detailed error information.", "schema": { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" }, { "name": "locationName", @@ -1742,7 +1742,7 @@ "description": "Operation Id." }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" } ], "x-ms-examples": { @@ -1761,19 +1761,19 @@ "200": { "description": "OK", "schema": { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/CheckNameAvailabilityResponse" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/definitions/CheckNameAvailabilityResponse" } }, "default": { "description": "Detailed error information.", "schema": { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" }, { "name": "locationName", @@ -1787,12 +1787,12 @@ "in": "body", "required": true, "schema": { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/CheckNameAvailabilityRequest" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/definitions/CheckNameAvailabilityRequest" }, "description": "The request parameters" }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" } ], "x-ms-examples": { @@ -1817,16 +1817,16 @@ "default": { "description": "Detailed error information.", "schema": { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" } ], "x-ms-examples": { diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/Videos.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/Videos.json similarity index 85% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/Videos.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/Videos.json index 3cc0af5503d9..116e286fde26 100644 --- a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/Videos.json +++ b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/Videos.json @@ -417,7 +417,7 @@ "VideoEntity": { "allOf": [ { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ProxyResource" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/definitions/ProxyResource" } ], "properties": { @@ -433,7 +433,7 @@ "AccessPolicyEntity": { "allOf": [ { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ProxyResource" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/definitions/ProxyResource" } ], "properties": { @@ -497,22 +497,22 @@ "default": { "description": "Detailed error information.", "schema": { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/AzureVideoAnalyzerAccountName" }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" }, { "name": "$top", @@ -548,16 +548,16 @@ "default": { "description": "Detailed error information.", "schema": { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/AzureVideoAnalyzerAccountName" @@ -570,7 +570,7 @@ "description": "The Video name." }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" } ], "x-ms-examples": { @@ -599,16 +599,16 @@ "default": { "description": "Detailed error information.", "schema": { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/AzureVideoAnalyzerAccountName" @@ -630,7 +630,7 @@ "description": "The request parameters" }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" } ], "x-ms-examples": { @@ -653,16 +653,16 @@ "default": { "description": "Detailed error information.", "schema": { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/AzureVideoAnalyzerAccountName" @@ -675,7 +675,7 @@ "description": "The Video name." }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" } ], "x-ms-examples": { @@ -698,16 +698,16 @@ "default": { "description": "Detailed error information.", "schema": { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/AzureVideoAnalyzerAccountName" @@ -729,7 +729,7 @@ "description": "The request parameters" }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" } ], "x-ms-examples": { @@ -754,16 +754,16 @@ "default": { "description": "Detailed error information.", "schema": { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/AzureVideoAnalyzerAccountName" @@ -776,7 +776,7 @@ "description": "The Video name." }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" } ], "x-ms-examples": { @@ -801,22 +801,22 @@ "default": { "description": "Detailed error information.", "schema": { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/AzureVideoAnalyzerAccountName" }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" }, { "name": "$top", @@ -852,16 +852,16 @@ "default": { "description": "Detailed error information.", "schema": { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/AzureVideoAnalyzerAccountName" @@ -874,7 +874,7 @@ "description": "The Access Policy name." }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" } ], "x-ms-examples": { @@ -903,16 +903,16 @@ "default": { "description": "Detailed error information.", "schema": { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/AzureVideoAnalyzerAccountName" @@ -934,7 +934,7 @@ "description": "The request parameters" }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" } ], "x-ms-examples": { @@ -957,16 +957,16 @@ "default": { "description": "Detailed error information.", "schema": { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/AzureVideoAnalyzerAccountName" @@ -979,7 +979,7 @@ "description": "The Access Policy name." }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" } ], "x-ms-examples": { @@ -1002,16 +1002,16 @@ "default": { "description": "Detailed error information.", "schema": { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/AzureVideoAnalyzerAccountName" @@ -1033,7 +1033,7 @@ "description": "The request parameters" }, { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" } ], "x-ms-examples": { diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/access-policy-create.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/access-policy-create.json similarity index 100% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/access-policy-create.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/access-policy-create.json diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/access-policy-delete.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/access-policy-delete.json similarity index 100% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/access-policy-delete.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/access-policy-delete.json diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/access-policy-get.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/access-policy-get.json similarity index 100% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/access-policy-get.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/access-policy-get.json diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/access-policy-list.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/access-policy-list.json similarity index 100% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/access-policy-list.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/access-policy-list.json diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/access-policy-patch.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/access-policy-patch.json similarity index 100% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/access-policy-patch.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/access-policy-patch.json diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/accounts-check-name-availability.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/accounts-check-name-availability.json similarity index 100% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/accounts-check-name-availability.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/accounts-check-name-availability.json diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/edge-modules-create.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/edge-modules-create.json similarity index 100% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/edge-modules-create.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/edge-modules-create.json diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/edge-modules-delete.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/edge-modules-delete.json similarity index 100% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/edge-modules-delete.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/edge-modules-delete.json diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/edge-modules-get.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/edge-modules-get.json similarity index 100% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/edge-modules-get.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/edge-modules-get.json diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/edge-modules-list.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/edge-modules-list.json similarity index 100% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/edge-modules-list.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/edge-modules-list.json diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/edge-modules-listProvisioningToken.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/edge-modules-listProvisioningToken.json similarity index 100% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/edge-modules-listProvisioningToken.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/edge-modules-listProvisioningToken.json diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/live-pipeline-activate.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/live-pipeline-activate.json similarity index 100% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/live-pipeline-activate.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/live-pipeline-activate.json diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/live-pipeline-create.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/live-pipeline-create.json similarity index 100% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/live-pipeline-create.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/live-pipeline-create.json diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/live-pipeline-deactivate.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/live-pipeline-deactivate.json similarity index 100% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/live-pipeline-deactivate.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/live-pipeline-deactivate.json diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/live-pipeline-delete.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/live-pipeline-delete.json similarity index 100% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/live-pipeline-delete.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/live-pipeline-delete.json diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/live-pipeline-get-by-name.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/live-pipeline-get-by-name.json similarity index 100% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/live-pipeline-get-by-name.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/live-pipeline-get-by-name.json diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/live-pipeline-list.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/live-pipeline-list.json similarity index 100% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/live-pipeline-list.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/live-pipeline-list.json diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/live-pipeline-operation-status-get.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/live-pipeline-operation-status-get.json similarity index 100% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/live-pipeline-operation-status-get.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/live-pipeline-operation-status-get.json diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/live-pipeline-patch.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/live-pipeline-patch.json similarity index 100% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/live-pipeline-patch.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/live-pipeline-patch.json diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/operations-list-all.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/operations-list-all.json similarity index 100% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/operations-list-all.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/operations-list-all.json diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/pipeline-job-cancel.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/pipeline-job-cancel.json similarity index 100% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/pipeline-job-cancel.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/pipeline-job-cancel.json diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/pipeline-job-create.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/pipeline-job-create.json similarity index 100% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/pipeline-job-create.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/pipeline-job-create.json diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/pipeline-job-delete.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/pipeline-job-delete.json similarity index 100% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/pipeline-job-delete.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/pipeline-job-delete.json diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/pipeline-job-get-by-name.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/pipeline-job-get-by-name.json similarity index 100% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/pipeline-job-get-by-name.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/pipeline-job-get-by-name.json diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/pipeline-job-list.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/pipeline-job-list.json similarity index 100% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/pipeline-job-list.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/pipeline-job-list.json diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/pipeline-job-operation-status-get.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/pipeline-job-operation-status-get.json similarity index 100% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/pipeline-job-operation-status-get.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/pipeline-job-operation-status-get.json diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/pipeline-job-patch.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/pipeline-job-patch.json similarity index 100% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/pipeline-job-patch.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/pipeline-job-patch.json diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/pipeline-topology-create.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/pipeline-topology-create.json similarity index 100% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/pipeline-topology-create.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/pipeline-topology-create.json diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/pipeline-topology-delete.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/pipeline-topology-delete.json similarity index 100% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/pipeline-topology-delete.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/pipeline-topology-delete.json diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/pipeline-topology-get-by-name.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/pipeline-topology-get-by-name.json similarity index 100% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/pipeline-topology-get-by-name.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/pipeline-topology-get-by-name.json diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/pipeline-topology-list.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/pipeline-topology-list.json similarity index 100% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/pipeline-topology-list.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/pipeline-topology-list.json diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/pipeline-topology-patch.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/pipeline-topology-patch.json similarity index 100% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/pipeline-topology-patch.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/pipeline-topology-patch.json diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/video-analyzer-accounts-create-or-update.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/video-analyzer-accounts-create-or-update.json similarity index 100% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/video-analyzer-accounts-create-or-update.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/video-analyzer-accounts-create-or-update.json diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/video-analyzer-accounts-delete.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/video-analyzer-accounts-delete.json similarity index 100% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/video-analyzer-accounts-delete.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/video-analyzer-accounts-delete.json diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/video-analyzer-accounts-get-by-name.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/video-analyzer-accounts-get-by-name.json similarity index 100% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/video-analyzer-accounts-get-by-name.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/video-analyzer-accounts-get-by-name.json diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/video-analyzer-accounts-list-all-accounts.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/video-analyzer-accounts-list-all-accounts.json similarity index 100% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/video-analyzer-accounts-list-all-accounts.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/video-analyzer-accounts-list-all-accounts.json diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/video-analyzer-accounts-subscription-list-all-accounts.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/video-analyzer-accounts-subscription-list-all-accounts.json similarity index 100% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/video-analyzer-accounts-subscription-list-all-accounts.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/video-analyzer-accounts-subscription-list-all-accounts.json diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/video-analyzer-accounts-update.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/video-analyzer-accounts-update.json similarity index 100% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/video-analyzer-accounts-update.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/video-analyzer-accounts-update.json diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/video-analyzer-operation-result-by-id.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/video-analyzer-operation-result-by-id.json similarity index 100% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/video-analyzer-operation-result-by-id.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/video-analyzer-operation-result-by-id.json diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/video-analyzer-operation-status-by-id-non-terminal-state-failed.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/video-analyzer-operation-status-by-id-non-terminal-state-failed.json similarity index 100% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/video-analyzer-operation-status-by-id-non-terminal-state-failed.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/video-analyzer-operation-status-by-id-non-terminal-state-failed.json diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/video-analyzer-operation-status-by-id-non-terminal-state.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/video-analyzer-operation-status-by-id-non-terminal-state.json similarity index 100% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/video-analyzer-operation-status-by-id-non-terminal-state.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/video-analyzer-operation-status-by-id-non-terminal-state.json diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/video-analyzer-operation-status-by-id-terminal-state.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/video-analyzer-operation-status-by-id-terminal-state.json similarity index 100% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/video-analyzer-operation-status-by-id-terminal-state.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/video-analyzer-operation-status-by-id-terminal-state.json diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/video-analyzer-private-endpoint-connection-delete.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/video-analyzer-private-endpoint-connection-delete.json similarity index 100% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/video-analyzer-private-endpoint-connection-delete.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/video-analyzer-private-endpoint-connection-delete.json diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/video-analyzer-private-endpoint-connection-get-by-name.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/video-analyzer-private-endpoint-connection-get-by-name.json similarity index 100% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/video-analyzer-private-endpoint-connection-get-by-name.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/video-analyzer-private-endpoint-connection-get-by-name.json diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/video-analyzer-private-endpoint-connection-list.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/video-analyzer-private-endpoint-connection-list.json similarity index 100% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/video-analyzer-private-endpoint-connection-list.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/video-analyzer-private-endpoint-connection-list.json diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/video-analyzer-private-endpoint-connection-operation-result-by-id.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/video-analyzer-private-endpoint-connection-operation-result-by-id.json similarity index 100% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/video-analyzer-private-endpoint-connection-operation-result-by-id.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/video-analyzer-private-endpoint-connection-operation-result-by-id.json diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/video-analyzer-private-endpoint-connection-operation-status-by-id-terminal-state.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/video-analyzer-private-endpoint-connection-operation-status-by-id-terminal-state.json similarity index 100% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/video-analyzer-private-endpoint-connection-operation-status-by-id-terminal-state.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/video-analyzer-private-endpoint-connection-operation-status-by-id-terminal-state.json diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/video-analyzer-private-endpoint-connection-put.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/video-analyzer-private-endpoint-connection-put.json similarity index 100% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/video-analyzer-private-endpoint-connection-put.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/video-analyzer-private-endpoint-connection-put.json diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/video-analyzer-private-link-resources-get-by-name.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/video-analyzer-private-link-resources-get-by-name.json similarity index 100% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/video-analyzer-private-link-resources-get-by-name.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/video-analyzer-private-link-resources-get-by-name.json diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/video-analyzer-private-link-resources-list.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/video-analyzer-private-link-resources-list.json similarity index 100% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/video-analyzer-private-link-resources-list.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/video-analyzer-private-link-resources-list.json diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/video-create.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/video-create.json similarity index 100% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/video-create.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/video-create.json diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/video-delete.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/video-delete.json similarity index 100% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/video-delete.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/video-delete.json diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/video-get.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/video-get.json similarity index 100% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/video-get.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/video-get.json diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/video-list.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/video-list.json similarity index 100% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/video-list.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/video-list.json diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/video-listContentToken.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/video-listContentToken.json similarity index 100% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/video-listContentToken.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/video-listContentToken.json diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/video-patch.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/video-patch.json similarity index 100% rename from specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/examples/video-patch.json rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/preview/2021-11-01-preview/examples/video-patch.json diff --git a/specification/videoanalyzer/resource-manager/readme.az.md b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/readme.az.md similarity index 100% rename from specification/videoanalyzer/resource-manager/readme.az.md rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/readme.az.md diff --git a/specification/videoanalyzer/resource-manager/readme.cli.md b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/readme.cli.md similarity index 100% rename from specification/videoanalyzer/resource-manager/readme.cli.md rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/readme.cli.md diff --git a/specification/videoanalyzer/resource-manager/readme.go.md b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/readme.go.md similarity index 100% rename from specification/videoanalyzer/resource-manager/readme.go.md rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/readme.go.md diff --git a/specification/videoanalyzer/resource-manager/readme.java.md b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/readme.java.md similarity index 100% rename from specification/videoanalyzer/resource-manager/readme.java.md rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/readme.java.md diff --git a/specification/videoanalyzer/resource-manager/readme.md b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/readme.md similarity index 83% rename from specification/videoanalyzer/resource-manager/readme.md rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/readme.md index 599dac60cd1b..80338c59afd7 100644 --- a/specification/videoanalyzer/resource-manager/readme.md +++ b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/readme.md @@ -50,10 +50,10 @@ These settings apply only when `--tag=package-preview-2021-11` is specified on t ```yaml $(tag) == 'package-preview-2021-11' input-file: - - Microsoft.Media/preview/2021-11-01-preview/EdgeModules.json - - Microsoft.Media/preview/2021-11-01-preview/PipelineTopologies.json - - Microsoft.Media/preview/2021-11-01-preview/VideoAnalyzers.json - - Microsoft.Media/preview/2021-11-01-preview/Videos.json + - preview/2021-11-01-preview/EdgeModules.json + - preview/2021-11-01-preview/PipelineTopologies.json + - preview/2021-11-01-preview/VideoAnalyzers.json + - preview/2021-11-01-preview/Videos.json ``` ### Tag: package-2021-05-01-preview @@ -62,9 +62,9 @@ These settings apply only when `--tag=package-2021-05-01-preview` is specified o ```yaml $(tag) == 'package-2021-05-01-preview' input-file: - - Microsoft.Media/preview/2021-05-01-preview/VideoAnalyzers.json - - Microsoft.Media/preview/2021-05-01-preview/EdgeModules.json - - Microsoft.Media/preview/2021-05-01-preview/Videos.json + - preview/2021-05-01-preview/VideoAnalyzers.json + - preview/2021-05-01-preview/EdgeModules.json + - preview/2021-05-01-preview/Videos.json ``` --- diff --git a/specification/videoanalyzer/resource-manager/readme.python.md b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/readme.python.md similarity index 100% rename from specification/videoanalyzer/resource-manager/readme.python.md rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/readme.python.md diff --git a/specification/videoanalyzer/resource-manager/readme.typescript.md b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/readme.typescript.md similarity index 100% rename from specification/videoanalyzer/resource-manager/readme.typescript.md rename to specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/readme.typescript.md diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/suppressions.yaml b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/suppressions.yaml new file mode 100644 index 000000000000..61adbab004a5 --- /dev/null +++ b/specification/videoanalyzer/resource-manager/Microsoft.Media/VideoAnalyzers/suppressions.yaml @@ -0,0 +1,6 @@ +- tool: TypeSpecRequirement + path: ./preview/2021-05-01-preview/*.json + reason: Brownfield service not ready to migrate +- tool: TypeSpecRequirement + path: ./preview/2021-11-01-preview/*.json + reason: Brownfield service not ready to migrate From 035cb12468ac0f2461f52734f866446eaabcdfae Mon Sep 17 00:00:00 2001 From: v-xuto Date: Fri, 12 Sep 2025 16:48:22 +0800 Subject: [PATCH 2/2] Update path in readme.md --- .../videoanalyzer/data-plane/VideoAnalyzerEdge/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/videoanalyzer/data-plane/VideoAnalyzerEdge/readme.md b/specification/videoanalyzer/data-plane/VideoAnalyzerEdge/readme.md index 25a0ea70d826..eb821da79787 100644 --- a/specification/videoanalyzer/data-plane/VideoAnalyzerEdge/readme.md +++ b/specification/videoanalyzer/data-plane/VideoAnalyzerEdge/readme.md @@ -100,7 +100,7 @@ require: $(this-folder)/../../../profiles/readme.md # all the input files across all versions input-file: - - $(this-folder)/VideoAnalyzer.Edge/preview/1.0.0/AzureVideoAnalyzer.json + - $(this-folder)/preview/1.0.0/AzureVideoAnalyzer.json ```