diff --git a/documentation/samplefiles/readme.azureresourceschema.md b/documentation/samplefiles/readme.azureresourceschema.md deleted file mode 100644 index 046d4f19febb..000000000000 --- a/documentation/samplefiles/readme.azureresourceschema.md +++ /dev/null @@ -1,23 +0,0 @@ -## AzureResourceSchema - -These settings apply only when `--azureresourceschema` is specified on the command line. - -### AzureResourceSchema multi-api - -``` yaml $(azureresourceschema) && $(multiapi) -batch: - - tag: schema-[[ServiceName]]-[[Version]] - -``` - -Please also specify `--azureresourceschema-folder=`. - -### Tag: schema-[[ServiceName]]-[[Version]] and azureresourceschema - -``` yaml $(tag) == 'schema-[[ServiceName]]-[[Version]]' && $(azureresourceschema) -output-folder: $(azureresourceschema-folder)/schemas - -# all the input files in this apiVersion -input-file: - - [[ResourceProviderName]]/[[ReleaseState]]/[[Version]]/[[ServiceName]].json -``` diff --git a/documentation/samplefiles/samplereadme.md b/documentation/samplefiles/samplereadme.md index b26c8ef0b7fb..bce1228cf02e 100644 --- a/documentation/samplefiles/samplereadme.md +++ b/documentation/samplefiles/samplereadme.md @@ -54,8 +54,6 @@ swagger-to-sdk: - repo: azure-sdk-for-go - repo: azure-sdk-for-js - repo: azure-resource-manager-schemas - after_scripts: - - node sdkauto_afterscript.js [[ServiceName]]/resource-manager - repo: azure-cli-extensions ``` ## Az @@ -77,7 +75,3 @@ See configuration in [readme.typescript.md](./readme.typescript.md) ## CSharp See configuration in [readme.csharp.md](./readme.csharp.md) - -## AzureResourceSchema - -See configuration in [readme.azureresourceschema.md](./readme.azureresourceschema.md) diff --git a/specification/cpim/resource-manager/reeadme.azureresourceschema.md b/specification/cpim/resource-manager/reeadme.azureresourceschema.md deleted file mode 100644 index ca73aeee45de..000000000000 --- a/specification/cpim/resource-manager/reeadme.azureresourceschema.md +++ /dev/null @@ -1,36 +0,0 @@ -## AzureResourceSchema - -These settings apply only when `--azureresourceschema` is specified on the command line. - -### AzureResourceSchema multi-api - -``` yaml $(azureresourceschema) && $(multiapi) -batch: - - tag: schema-azureactivedirectory-2020-05-01-preview - - tag: schema-azureactivedirectory-2019-01-01-preview - -``` - -Please also specify `--azureresourceschema-folder=`. - -### Tag: schema-azureactivedirectory-2020-05-01-preview and azureresourceschema - -``` yaml $(tag) == 'schema-azureactivedirectory-2020-05-01-preview' && $(azureresourceschema) -output-folder: $(azureresourceschema-folder)/schemas - -# all the input files in this apiVersion -input-file: - - Microsoft.AzureActiveDirectory/preview/2020-05-01-preview/cpim.json - -``` - -### Tag: schema-azureactivedirectory-2019-01-01-preview and azureresourceschema - -``` yaml $(tag) == 'schema-azureactivedirectory-2019-01-01-preview' && $(azureresourceschema) -output-folder: $(azureresourceschema-folder)/schemas - -# all the input files in this apiVersion -input-file: - - Microsoft.AzureActiveDirectory/preview/2019-01-01-preview/cpimTenant.json - -```