Skip to content

Commit

Permalink
tools/importer-rest-api-specs: DynamicsTelemetry is a Fake RP, so we …
Browse files Browse the repository at this point in the history
  • Loading branch information
tombuildsstuff committed Oct 11, 2021
1 parent 9ce75de commit 2a65e93
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions tools/importer-rest-api-specs/parser/load_and_parse.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,11 @@ func writeToFile(metadata map[string]resourceUriMetadata) {

func serviceShouldBeIgnored(name string) bool {
servicesToIgnore := []string{
"Blockchain", // https://github.com/Azure-Samples/blockchain/blob/1b712d6d05cca8da17bdd1894de8c3d25905685d/abs/migration-guide.md
"DevSpaces", // https://azure.microsoft.com/en-us/updates/azure-dev-spaces-is-retiring-on-31-october-2023/
"IoTSpaces", // https://github.com/Azure/azure-rest-api-specs/pull/13993
"ServiceFabricMesh", // https://azure.microsoft.com/en-us/updates/azure-service-fabric-mesh-preview-retirement/
"Blockchain", // EOL - https://github.com/Azure-Samples/blockchain/blob/1b712d6d05cca8da17bdd1894de8c3d25905685d/abs/migration-guide.md
"DevSpaces", // EOL - https://azure.microsoft.com/en-us/updates/azure-dev-spaces-is-retiring-on-31-october-2023/
"DynamicsTelemetry", // Fake RP - https://github.com/Azure/azure-rest-api-specs/pull/5161#issuecomment-486705231
"IoTSpaces", // EOL - https://github.com/Azure/azure-rest-api-specs/pull/13993
"ServiceFabricMesh", // EOL - https://azure.microsoft.com/en-us/updates/azure-service-fabric-mesh-preview-retirement/
}
for _, v := range servicesToIgnore {
if strings.EqualFold(name, v) {
Expand Down

0 comments on commit 2a65e93

Please sign in to comment.