Skip to content

Commit 65c0eeb

Browse files
authored
Merge pull request #2374 from Azure/djurek/backfill-namespaces
Backfill namespaces for package metadata JSON files
2 parents 318963c + e663a59 commit 65c0eeb

62 files changed

Lines changed: 360 additions & 62 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

metadata/latest/Azure.Batch.FileStaging.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
"ServiceDirectory": "NA",
66
"SdkType": "client",
77
"IsNewSdk": false,
8-
"DirectoryPath": ""
8+
"DirectoryPath": "",
9+
"Namespaces": "Microsoft.Azure.Batch.FileStaging"
910
}

metadata/latest/Microsoft.ApplicationInsights.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,19 @@
66
"ServiceDirectory": "NA",
77
"SdkType": "NA",
88
"IsNewSdk": false,
9-
"DirectoryPath": ""
9+
"DirectoryPath": "",
10+
"Namespaces": [
11+
"Microsoft.ApplicationInsights",
12+
"Microsoft.ApplicationInsights.Channel",
13+
"Microsoft.ApplicationInsights.DataContracts",
14+
"Microsoft.ApplicationInsights.Extensibility",
15+
"Microsoft.ApplicationInsights.Extensibility.Implementation",
16+
"Microsoft.ApplicationInsights.Extensibility.Implementation.ApplicationId",
17+
"Microsoft.ApplicationInsights.Extensibility.Implementation.Endpoints",
18+
"Microsoft.ApplicationInsights.Extensibility.Implementation.Experimental",
19+
"Microsoft.ApplicationInsights.Extensibility.Implementation.Tracing",
20+
"Microsoft.ApplicationInsights.Extensibility.W3C",
21+
"Microsoft.ApplicationInsights.Metrics",
22+
"Microsoft.ApplicationInsights.Metrics.Extensibility"
23+
]
1024
}

metadata/latest/Microsoft.Azure.Cosmos.Table.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,12 @@
66
"ServiceDirectory": "NA",
77
"SdkType": "client",
88
"IsNewSdk": false,
9-
"DirectoryPath": ""
9+
"DirectoryPath": "",
10+
"Namespaces": [
11+
"Microsoft.Azure.Cosmos",
12+
"Microsoft.Azure.Cosmos.Table",
13+
"Microsoft.Azure.Cosmos.Table.Protocol",
14+
"Microsoft.Azure.Cosmos.Table.Queryable",
15+
"Microsoft.Azure.Cosmos.Tables.SharedFiles"
16+
]
1017
}

metadata/latest/Microsoft.Azure.CosmosDB.BulkExecutor.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
"ServiceDirectory": "https://github.com/Azure/azure-cosmosdb-bulkexecutor-dotnet-getting-started",
77
"SdkType": "compat",
88
"IsNewSdk": false,
9-
"DirectoryPath": ""
9+
"DirectoryPath": "",
10+
"Namespaces": "Microsoft.Azure.Documents.Interop.Common.Crc"
1011
}

metadata/latest/Microsoft.Azure.Devices.Gateway.Module.NetStandard.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
"ServiceDirectory": "NA",
77
"SdkType": "NA",
88
"IsNewSdk": false,
9-
"DirectoryPath": ""
9+
"DirectoryPath": "",
10+
"Namespaces": "Microsoft.Azure.Devices.Gateway"
1011
}

metadata/latest/Microsoft.Azure.Functions.Worker.Core.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,19 @@
88
"ServiceDirectory": "NA",
99
"SdkType": "compat",
1010
"IsNewSdk": false,
11-
"DirectoryPath": ""
11+
"DirectoryPath": "",
12+
"Namespaces": [
13+
"Microsoft.Azure.Functions.Worker",
14+
"Microsoft.Azure.Functions.Worker.Context.Features",
15+
"Microsoft.Azure.Functions.Worker.Converters",
16+
"Microsoft.Azure.Functions.Worker.Core",
17+
"Microsoft.Azure.Functions.Worker.Core.FunctionMetadata",
18+
"Microsoft.Azure.Functions.Worker.Core.Invocation",
19+
"Microsoft.Azure.Functions.Worker.Http",
20+
"Microsoft.Azure.Functions.Worker.Invocation",
21+
"Microsoft.Azure.Functions.Worker.Middleware",
22+
"Microsoft.Extensions.DependencyInjection",
23+
"Microsoft.Extensions.Hosting",
24+
"Microsoft.Extensions.Logging"
25+
]
1226
}

metadata/latest/Microsoft.Azure.Management.Automation.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,10 @@
66
"ServiceDirectory": "https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/automation/Microsoft.Azure.Management.Automation",
77
"SdkType": "mgmt",
88
"IsNewSdk": false,
9-
"DirectoryPath": ""
9+
"DirectoryPath": "",
10+
"Namespaces": [
11+
"Microsoft.Azure.Management.Automation",
12+
"Microsoft.Azure.Management.Automation.Models",
13+
"Microsoft.Azure.Management.Automation.Specification.Models"
14+
]
1015
}

metadata/latest/Microsoft.Azure.Messaging.EventGrid.CloudNativeCloudEvents.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88
"ServiceDirectory": "eventgrid",
99
"SdkType": "compat",
1010
"IsNewSdk": true,
11-
"DirectoryPath": ""
11+
"DirectoryPath": "",
12+
"Namespaces": "Microsoft.Azure.Messaging.EventGrid.CloudNativeCloudEvents"
1213
}

metadata/latest/Microsoft.Azure.Mobile.Client.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,12 @@
66
"ServiceDirectory": "NA",
77
"SdkType": "NA",
88
"IsNewSdk": false,
9-
"DirectoryPath": ""
9+
"DirectoryPath": "",
10+
"Namespaces": [
11+
"Microsoft.WindowsAzure.MobileServices",
12+
"Microsoft.WindowsAzure.MobileServices.Eventing",
13+
"Microsoft.WindowsAzure.MobileServices.Internal",
14+
"Microsoft.WindowsAzure.MobileServices.Query",
15+
"Microsoft.WindowsAzure.MobileServices.Sync"
16+
]
1017
}

metadata/latest/Microsoft.Azure.Mobile.Server.Home.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,10 @@
66
"ServiceDirectory": "NA",
77
"SdkType": "NA",
88
"IsNewSdk": false,
9-
"DirectoryPath": ""
9+
"DirectoryPath": "",
10+
"Namespaces": [
11+
"Microsoft.Azure.Mobile.Server.Config",
12+
"Microsoft.Azure.Mobile.Server.Controllers",
13+
"Microsoft.Azure.Mobile.Server.Help.Config"
14+
]
1015
}

0 commit comments

Comments
 (0)