├── tools └── curations │ ├── .gitignore │ ├── settings.gradle.kts │ └── gradle │ └── wrapper │ └── gradle-wrapper.jar ├── gradle └── wrapper │ └── gradle-wrapper.jar ├── .gitignore ├── NOTICE ├── curations ├── NuGet │ ├── Azure │ │ ├── Core.yml │ │ ├── Identity.yml │ │ ├── Extensions.yml │ │ ├── Communication.yml │ │ └── ResourceManager.yml │ ├── AWSSDK │ │ ├── Core.yml │ │ ├── EC2.yml │ │ ├── ECS.yml │ │ ├── MQ.yml │ │ ├── PI.yml │ │ ├── RDS.yml │ │ ├── S3.yml │ │ ├── SQS.yml │ │ ├── DAX.yml │ │ ├── DLM.yml │ │ ├── Drs.yml │ │ ├── EBS.yml │ │ ├── ECR.yml │ │ ├── EKS.yml │ │ ├── FIS.yml │ │ ├── FMS.yml │ │ ├── FSx.yml │ │ ├── Glue.yml │ │ ├── IVS.yml │ │ ├── IoT.yml │ │ ├── Lex.yml │ │ ├── MWAA.yml │ │ ├── QLDB.yml │ │ ├── RAM.yml │ │ ├── SSO.yml │ │ ├── WAF.yml │ │ ├── XRay.yml │ │ ├── Athena.yml │ │ ├── Batch.yml │ │ ├── Chime.yml │ │ ├── DocDB.yml │ │ ├── Kafka.yml │ │ ├── Lambda.yml │ │ ├── MTurk.yml │ │ ├── Macie.yml │ │ ├── Polly.yml │ │ ├── Shield.yml │ │ ├── ACMPCA.yml │ │ ├── Account.yml │ │ ├── Amplify.yml │ │ ├── AppMesh.yml │ │ ├── AppSync.yml │ │ ├── Appflow.yml │ │ ├── Backup.yml │ │ ├── Braket.yml │ │ ├── Budgets.yml │ │ ├── Cloud9.yml │ │ ├── CloudHSM.yml │ │ ├── Connect.yml │ │ ├── Glacier.yml │ │ ├── IotData.yml │ │ ├── Kendra.yml │ │ ├── Kinesis.yml │ │ ├── Macie2.yml │ │ ├── Mobile.yml │ │ ├── Neptune.yml │ │ ├── OpsWorks.yml │ │ ├── Pricing.yml │ │ ├── Redshift.yml │ │ ├── Route53.yml │ │ ├── SSOOIDC.yml │ │ ├── Schemas.yml │ │ ├── Signer.yml │ │ ├── SimpleDB.yml │ │ ├── AWSHealth.yml │ │ ├── AppConfig.yml │ │ ├── AppRunner.yml │ │ ├── AppStream.yml │ │ ├── CodeBuild.yml │ │ ├── CodeStar.yml │ │ ├── DataSync.yml │ │ ├── Detective.yml │ │ ├── ECRPublic.yml │ │ ├── Finspace.yml │ │ ├── GameLift.yml │ │ ├── GuardDuty.yml │ │ ├── Honeycode.yml │ │ ├── Inspector.yml │ │ ├── IoTEvents.yml │ │ ├── Lightsail.yml │ │ ├── MediaLive.yml │ │ ├── Outposts.yml │ │ ├── Pinpoint.yml │ │ ├── RoboMaker.yml │ │ ├── S3Control.yml │ │ ├── SageMaker.yml │ │ ├── Snowball.yml │ │ ├── Textract.yml │ │ ├── Transfer.yml │ │ ├── Translate.yml │ │ ├── WorkDocs.yml │ │ ├── WorkLink.yml │ │ ├── WorkMail.yml │ │ ├── APIGateway.yml │ │ ├── AWSSupport.yml │ │ ├── AppRegistry.yml │ │ ├── AutoScaling.yml │ │ ├── CleanRooms.yml │ │ ├── CloudFront.yml │ │ ├── CloudHSMV2.yml │ │ ├── CloudSearch.yml │ │ ├── CloudTrail.yml │ │ ├── CloudWatch.yml │ │ ├── CodeCommit.yml │ │ ├── CodeDeploy.yml │ │ ├── CognitoSync.yml │ │ ├── Comprehend.yml │ │ ├── DevOpsGuru.yml │ │ ├── DeviceFarm.yml │ │ ├── DynamoDBv2.yml │ │ ├── ElastiCache.yml │ │ ├── GameSparks.yml │ │ ├── Greengrass.yml │ │ ├── HealthLake.yml │ │ ├── IoTFleetHub.yml │ │ ├── IoTWireless.yml │ │ ├── MediaStore.yml │ │ ├── OpsWorksCM.yml │ │ ├── QuickSight.yml │ │ ├── Rekognition.yml │ │ ├── SimpleEmail.yml │ │ ├── WAFRegional.yml │ │ ├── WorkSpaces.yml │ │ ├── ApiGatewayV2.yml │ │ ├── AuditManager.yml │ │ ├── CodeArtifact.yml │ │ ├── CodeCatalyst.yml │ │ ├── CodePipeline.yml │ │ ├── ConfigService.yml │ │ ├── ConnectCases.yml │ │ ├── ControlTower.yml │ │ ├── CostExplorer.yml │ │ ├── DataExchange.yml │ │ ├── DataPipeline.yml │ │ ├── DirectConnect.yml │ │ ├── DocDBElastic.yml │ │ ├── EventBridge.yml │ │ ├── FinSpaceData.yml │ │ ├── GlueDataBrew.yml │ │ ├── GreengrassV2.yml │ │ ├── Imagebuilder.yml │ │ ├── ImportExport.yml │ │ ├── IoTAnalytics.yml │ │ ├── IoTSiteWise.yml │ │ ├── KinesisVideo.yml │ │ ├── MediaConnect.yml │ │ ├── MediaConvert.yml │ │ ├── MediaPackage.yml │ │ ├── MediaTailor.yml │ │ ├── MigrationHub.yml │ │ ├── Personalize.yml │ │ ├── QLDBSession.yml │ │ ├── SavingsPlans.yml │ │ ├── SecurityHub.yml │ │ ├── SecurityToken.yml │ │ ├── ARCZonalShift.yml │ │ ├── AccessAnalyzer.yml │ │ ├── AmplifyBackend.yml │ │ ├── AppConfigData.yml │ │ ├── BackupGateway.yml │ │ ├── BackupStorage.yml │ │ ├── ChimeSDKVoice.yml │ │ ├── CloudDirectory.yml │ │ ├── CloudFormation.yml │ │ ├── CloudTrailData.yml │ │ ├── CloudWatchLogs.yml │ │ ├── CloudWatchRUM.yml │ │ ├── EMRContainers.yml │ │ ├── EMRServerless.yml │ │ ├── Elasticsearch.yml │ │ ├── FraudDetector.yml │ │ ├── GroundStation.yml │ │ ├── IdentityStore.yml │ │ ├── IoTEventsData.yml │ │ ├── IoTThingsGraph.yml │ │ ├── LakeFormation.yml │ │ ├── LicenseManager.yml │ │ ├── MediaStoreData.yml │ │ ├── Organizations.yml │ │ ├── PinpointEmail.yml │ │ ├── RDSDataService.yml │ │ ├── ResourceGroups.yml │ │ ├── Route53Domains.yml │ │ ├── SecretsManager.yml │ │ ├── ServiceCatalog.yml │ │ ├── ServiceQuotas.yml │ │ ├── SimpleEmailV2.yml │ │ ├── SimpleWorkflow.yml │ │ ├── StepFunctions.yml │ │ └── StorageGateway.yml │ ├── AWSSDK.S3 │ │ ├── PCL.yml │ │ ├── WP8.yml │ │ ├── Unity.yml │ │ ├── WinRT.yml │ │ ├── CoreCLR.yml │ │ └── Portable.yml │ ├── System │ │ ├── IO.yml │ │ ├── Linq.yml │ │ ├── Memory.yml │ │ ├── Speech.yml │ │ ├── Buffers.yml │ │ ├── CodeDom.yml │ │ ├── Console.yml │ │ ├── Runtime.yml │ │ ├── AppContext.yml │ │ ├── Management.yml │ │ ├── Reflection.yml │ │ ├── Threading.yml │ │ ├── ValueTuple.yml │ │ ├── Collections.yml │ │ ├── Composition.yml │ │ ├── ObjectModel.yml │ │ └── Globalization.yml │ ├── AWSSDK.DAX │ │ ├── PCL.yml │ │ └── CoreCLR.yml │ ├── AWSSDK.DLM │ │ ├── PCL.yml │ │ └── CoreCLR.yml │ ├── AWSSDK.EBS │ │ └── PCL.yml │ ├── AWSSDK.EC2 │ │ ├── PCL.yml │ │ ├── WP8.yml │ │ ├── WinRT.yml │ │ ├── CoreCLR.yml │ │ └── Portable.yml │ ├── AWSSDK.ECR │ │ ├── PCL.yml │ │ └── CoreCLR.yml │ ├── AWSSDK.ECS │ │ ├── PCL.yml │ │ ├── WP8.yml │ │ ├── WinRT.yml │ │ ├── CoreCLR.yml │ │ └── Portable.yml │ ├── AWSSDK.EKS │ │ ├── PCL.yml │ │ └── CoreCLR.yml │ ├── AWSSDK.FMS │ │ ├── PCL.yml │ │ └── CoreCLR.yml │ ├── AWSSDK.FSx │ │ ├── PCL.yml │ │ └── CoreCLR.yml │ ├── AWSSDK.IVS │ │ └── PCL.yml │ ├── AWSSDK.IoT │ │ ├── PCL.yml │ │ └── CoreCLR.yml │ ├── AWSSDK.Lex │ │ ├── PCL.yml │ │ └── CoreCLR.yml │ ├── AWSSDK.MQ │ │ ├── PCL.yml │ │ └── CoreCLR.yml │ ├── AWSSDK.PI │ │ ├── PCL.yml │ │ └── CoreCLR.yml │ ├── AWSSDK.RAM │ │ ├── PCL.yml │ │ └── CoreCLR.yml │ ├── AWSSDK.RDS │ │ ├── PCL.yml │ │ ├── WP8.yml │ │ ├── WinRT.yml │ │ ├── CoreCLR.yml │ │ └── Portable.yml │ ├── AWSSDK.SQS │ │ ├── PCL.yml │ │ ├── WP8.yml │ │ ├── Unity.yml │ │ ├── WinRT.yml │ │ ├── CoreCLR.yml │ │ └── Portable.yml │ ├── AWSSDK.SSO │ │ └── PCL.yml │ ├── AWSSDK.WAF │ │ ├── PCL.yml │ │ └── CoreCLR.yml │ ├── Azure.AI │ │ ├── Language.yml │ │ └── Personalizer.yml │ ├── Azure.Core │ │ ├── Amqp.yml │ │ └── TestFramework.yml │ ├── Azure.Security │ │ └── KeyVault.yml │ ├── AWSSDK.Batch │ │ ├── PCL.yml │ │ └── CoreCLR.yml │ ├── AWSSDK.Glue │ │ ├── PCL.yml │ │ └── CoreCLR.yml │ ├── AWSSDK.MTurk │ │ ├── PCL.yml │ │ └── CoreCLR.yml │ ├── AWSSDK.Polly │ │ ├── PCL.yml │ │ └── CoreCLR.yml │ ├── AWSSDK.QLDB │ │ └── PCL.yml │ ├── AWSSDK.XRay │ │ ├── PCL.yml │ │ └── CoreCLR.yml │ ├── Azure.Messaging │ │ └── EventHubs.yml │ ├── Microsoft.Azure │ │ ├── EventHubs.yml │ │ ├── Batch.yml │ │ └── Management.Purview.yml │ ├── MongoDB │ │ ├── Libmongocrypt.yml │ │ ├── Bson.yml │ │ └── Driver.yml │ ├── AWSSDK.ACMPCA │ │ ├── PCL.yml │ │ └── CoreCLR.yml │ ├── AWSSDK.Athena │ │ ├── PCL.yml │ │ └── CoreCLR.yml │ ├── AWSSDK.Backup │ │ ├── PCL.yml │ │ └── CoreCLR.yml │ ├── AWSSDK.Braket │ │ └── PCL.yml │ ├── AWSSDK.Chime │ │ ├── PCL.yml │ │ └── CoreCLR.yml │ ├── AWSSDK.Cloud9 │ │ ├── PCL.yml │ │ └── CoreCLR.yml │ ├── AWSSDK.DocDB │ │ ├── PCL.yml │ │ └── CoreCLR.yml │ ├── AWSSDK.Glacier │ │ ├── PCL.yml │ │ ├── WP8.yml │ │ ├── WinRT.yml │ │ ├── CoreCLR.yml │ │ └── Portable.yml │ ├── AWSSDK.Kafka │ │ ├── PCL.yml │ │ └── CoreCLR.yml │ ├── AWSSDK.Kendra │ │ └── PCL.yml │ ├── AWSSDK.Kinesis │ │ ├── PCL.yml │ │ ├── WP8.yml │ │ ├── Unity.yml │ │ ├── WinRT.yml │ │ ├── CoreCLR.yml │ │ └── Portable.yml │ ├── AWSSDK.Lambda │ │ ├── PCL.yml │ │ ├── WP8.yml │ │ ├── Unity.yml │ │ ├── WinRT.yml │ │ ├── CoreCLR.yml │ │ └── Portable.yml │ ├── AWSSDK.Macie │ │ ├── PCL.yml │ │ └── CoreCLR.yml │ ├── AWSSDK.Macie2 │ │ └── PCL.yml │ ├── AWSSDK.Mobile │ │ ├── PCL.yml │ │ └── CoreCLR.yml │ ├── AWSSDK.Route53 │ │ ├── PCL.yml │ │ ├── WP8.yml │ │ ├── WinRT.yml │ │ ├── CoreCLR.yml │ │ └── Portable.yml │ ├── AWSSDK.Shield │ │ ├── PCL.yml │ │ └── CoreCLR.yml │ ├── AWSSDK.Signer │ │ ├── PCL.yml │ │ └── CoreCLR.yml │ ├── Azure.Quantum │ │ └── Jobs.yml │ ├── System.IO │ │ ├── Pipes.yml │ │ ├── Ports.yml │ │ ├── Hashing.yml │ │ ├── FileSystem.yml │ │ ├── Packaging.yml │ │ └── Pipelines.yml │ ├── System.Net │ │ ├── Http.yml │ │ ├── Mail.yml │ │ ├── Ping.yml │ │ ├── Quic.yml │ │ ├── Sockets.yml │ │ ├── Http.Json.yml │ │ ├── Requests.yml │ │ ├── Security.yml │ │ ├── WebClient.yml │ │ └── WebProxy.yml │ ├── AWSSDK.Amplify │ │ ├── PCL.yml │ │ └── CoreCLR.yml │ ├── AWSSDK.AppMesh │ │ ├── PCL.yml │ │ └── CoreCLR.yml │ ├── AWSSDK.AppSync │ │ ├── PCL.yml │ │ └── CoreCLR.yml │ ├── AWSSDK.Budgets │ │ ├── PCL.yml │ │ └── CoreCLR.yml │ ├── AWSSDK.CloudHSM │ │ ├── PCL.yml │ │ ├── WP8.yml │ │ ├── WinRT.yml │ │ ├── CoreCLR.yml │ │ └── Portable.yml │ ├── AWSSDK.CodeStar │ │ ├── PCL.yml │ │ └── CoreCLR.yml │ ├── AWSSDK.Connect │ │ ├── PCL.yml │ │ └── CoreCLR.yml │ ├── AWSSDK.DataSync │ │ ├── PCL.yml │ │ └── CoreCLR.yml │ ├── AWSSDK.GameLift │ │ ├── PCL.yml │ │ └── CoreCLR.yml │ ├── AWSSDK.IotData │ │ ├── PCL.yml │ │ └── CoreCLR.yml │ ├── AWSSDK.Neptune │ │ ├── PCL.yml │ │ └── CoreCLR.yml │ ├── AWSSDK.OpsWorks │ │ ├── PCL.yml │ │ ├── WP8.yml │ │ ├── WinRT.yml │ │ ├── CoreCLR.yml │ │ └── Portable.yml │ ├── AWSSDK.Outposts │ │ └── PCL.yml │ ├── AWSSDK.Pinpoint │ │ ├── PCL.yml │ │ └── CoreCLR.yml │ ├── AWSSDK.Pricing │ │ ├── PCL.yml │ │ └── CoreCLR.yml │ ├── AWSSDK.Redshift │ │ ├── PCL.yml │ │ ├── WP8.yml │ │ ├── WinRT.yml │ │ ├── CoreCLR.yml │ │ └── Portable.yml │ ├── AWSSDK.SSOOIDC │ │ └── PCL.yml │ ├── AWSSDK.Schemas │ │ └── PCL.yml │ ├── AWSSDK.SimpleDB │ │ ├── PCL.yml │ │ ├── WP8.yml │ │ ├── WinRT.yml │ │ ├── CoreCLR.yml │ │ └── Portable.yml │ ├── AWSSDK.Snowball │ │ ├── PCL.yml │ │ └── CoreCLR.yml │ ├── AWSSDK.Textract │ │ ├── PCL.yml │ │ └── CoreCLR.yml │ ├── AWSSDK.Transfer │ │ ├── PCL.yml │ │ └── CoreCLR.yml │ ├── AWSSDK.WorkDocs │ │ ├── PCL.yml │ │ └── CoreCLR.yml │ ├── AWSSDK.WorkLink │ │ ├── PCL.yml │ │ └── CoreCLR.yml │ ├── AWSSDK.WorkMail │ │ ├── PCL.yml │ │ └── CoreCLR.yml │ ├── Azure.IoT │ │ ├── Hub.Service.yml │ │ └── DeviceUpdate.yml │ ├── Azure.Monitor │ │ └── Query.yml │ ├── Microsoft │ │ ├── CSharp.yml │ │ └── JSInterop.yml │ ├── System.Data │ │ ├── Odbc.yml │ │ ├── Oledb.yml │ │ └── Common.yml │ ├── System.Text │ │ ├── Json.yml │ │ └── Encoding.yml │ ├── System.Xml │ │ ├── XPath.yml │ │ └── XDocument.yml │ ├── AWSSDK.APIGateway │ │ ├── PCL.yml │ │ └── CoreCLR.yml │ ├── AWSSDK.AWSHealth │ │ ├── PCL.yml │ │ └── CoreCLR.yml │ ├── AWSSDK.AWSSupport │ │ ├── PCL.yml │ │ ├── WP8.yml │ │ ├── WinRT.yml │ │ ├── CoreCLR.yml │ │ └── Portable.yml │ ├── AWSSDK.AppConfig │ │ └── PCL.yml │ ├── AWSSDK.AppStream │ │ ├── PCL.yml │ │ └── CoreCLR.yml │ ├── AWSSDK.CloudFront │ │ ├── PCL.yml │ │ ├── WP8.yml │ │ ├── WinRT.yml │ │ ├── CoreCLR.yml │ │ └── Portable.yml │ ├── AWSSDK.CloudTrail │ │ ├── PCL.yml │ │ ├── WP8.yml │ │ ├── WinRT.yml │ │ ├── CoreCLR.yml │ │ └── Portable.yml │ ├── AWSSDK.CloudWatch │ │ ├── PCL.yml │ │ ├── WP8.yml │ │ ├── WinRT.yml │ │ ├── CoreCLR.yml │ │ └── Portable.yml │ ├── AWSSDK.CodeBuild │ │ ├── PCL.yml │ │ └── CoreCLR.yml │ ├── AWSSDK.CodeCommit │ │ ├── PCL.yml │ │ └── CoreCLR.yml │ ├── AWSSDK.CodeDeploy │ │ ├── PCL.yml │ │ ├── WP8.yml │ │ ├── WinRT.yml │ │ ├── CoreCLR.yml │ │ └── Portable.yml │ ├── AWSSDK.Detective │ │ └── PCL.yml │ ├── AWSSDK.DeviceFarm │ │ ├── PCL.yml │ │ └── CoreCLR.yml │ ├── AWSSDK.DynamoDBv2 │ │ ├── PCL.yml │ │ ├── WP8.yml │ │ ├── Unity.yml │ │ ├── WinRT.yml │ │ ├── CoreCLR.yml │ │ └── Portable.yml │ ├── AWSSDK.GuardDuty │ │ ├── PCL.yml │ │ └── CoreCLR.yml │ ├── AWSSDK.Honeycode │ │ └── PCL.yml │ ├── AWSSDK.Inspector │ │ ├── PCL.yml │ │ └── CoreCLR.yml │ ├── AWSSDK.IoTEvents │ │ └── PCL.yml │ ├── AWSSDK.Lightsail │ │ ├── PCL.yml │ │ └── CoreCLR.yml │ ├── AWSSDK.MediaLive │ │ ├── PCL.yml │ │ └── CoreCLR.yml │ ├── AWSSDK.OpsWorksCM │ │ ├── PCL.yml │ │ └── CoreCLR.yml │ ├── AWSSDK.RoboMaker │ │ ├── PCL.yml │ │ └── CoreCLR.yml │ ├── AWSSDK.S3Control │ │ ├── PCL.yml │ │ └── CoreCLR.yml │ ├── AWSSDK.SageMaker │ │ ├── PCL.yml │ │ └── CoreCLR.yml │ ├── AWSSDK.Translate │ │ └── PCL.yml │ ├── AWSSDK.WorkSpaces │ │ ├── PCL.yml │ │ ├── WP8.yml │ │ └── WinRT.yml │ ├── Microsoft.AspNetCore │ │ ├── Owin.yml │ │ └── Testing.yml │ ├── System.Private │ │ ├── Uri.yml │ │ └── Xml.yml │ ├── AWSSDK.AutoScaling │ │ ├── PCL.yml │ │ ├── WP8.yml │ │ └── WinRT.yml │ ├── AWSSDK.CloudHSMV2 │ │ ├── PCL.yml │ │ └── CoreCLR.yml │ ├── AWSSDK.CloudSearch │ │ ├── PCL.yml │ │ ├── WP8.yml │ │ └── WinRT.yml │ ├── AWSSDK.CodePipeline │ │ └── PCL.yml │ ├── AWSSDK.CognitoSync │ │ ├── PCL.yml │ │ ├── WP8.yml │ │ ├── iOS.yml │ │ ├── Unity.yml │ │ └── WinRT.yml │ ├── AWSSDK.Comprehend │ │ ├── PCL.yml │ │ └── CoreCLR.yml │ ├── AWSSDK.DataPipeline │ │ ├── PCL.yml │ │ ├── WP8.yml │ │ └── WinRT.yml │ ├── AWSSDK.ElastiCache │ │ ├── PCL.yml │ │ ├── WP8.yml │ │ └── WinRT.yml │ ├── AWSSDK.EventBridge │ │ └── PCL.yml │ ├── AWSSDK.Greengrass │ │ ├── PCL.yml │ │ └── CoreCLR.yml │ ├── AWSSDK.ImportExport │ │ ├── PCL.yml │ │ ├── WP8.yml │ │ └── WinRT.yml │ ├── AWSSDK.IoTSiteWise │ │ └── PCL.yml │ ├── AWSSDK.MediaStore │ │ ├── PCL.yml │ │ └── CoreCLR.yml │ ├── AWSSDK.MediaTailor │ │ └── PCL.yml │ ├── AWSSDK.Personalize │ │ └── PCL.yml │ ├── AWSSDK.QLDBSession │ │ └── PCL.yml │ ├── AWSSDK.QuickSight │ │ ├── PCL.yml │ │ └── CoreCLR.yml │ ├── AWSSDK.Rekognition │ │ └── PCL.yml │ ├── AWSSDK.SecurityHub │ │ └── PCL.yml │ ├── AWSSDK.SimpleEmail │ │ ├── PCL.yml │ │ ├── WP8.yml │ │ └── Unity.yml │ ├── AWSSDK.WAFRegional │ │ └── PCL.yml │ ├── Azure.ResourceManager │ │ ├── Avs.yml │ │ ├── Cdn.yml │ │ └── Dns.yml │ ├── Microsoft.IO │ │ └── Redist.yml │ ├── System.Formats │ │ ├── Asn1.yml │ │ └── Cbor.yml │ ├── System.Linq │ │ └── Parallel.yml │ ├── AWSSDK.ApiGatewayV2 │ │ └── PCL.yml │ ├── AWSSDK.CodeArtifact │ │ └── PCL.yml │ ├── AWSSDK.ConfigService │ │ ├── PCL.yml │ │ └── WP8.yml │ ├── AWSSDK.CostExplorer │ │ └── PCL.yml │ ├── AWSSDK.DataExchange │ │ └── PCL.yml │ ├── AWSSDK.DirectConnect │ │ ├── PCL.yml │ │ └── WP8.yml │ ├── AWSSDK.Elasticsearch │ │ └── PCL.yml │ ├── AWSSDK.FraudDetector │ │ └── PCL.yml │ ├── AWSSDK.GroundStation │ │ └── PCL.yml │ ├── AWSSDK.IdentityStore │ │ └── PCL.yml │ ├── AWSSDK.Imagebuilder │ │ └── PCL.yml │ ├── AWSSDK.IoTAnalytics │ │ └── PCL.yml │ ├── AWSSDK.IoTEventsData │ │ └── PCL.yml │ ├── AWSSDK.KinesisVideo │ │ └── PCL.yml │ ├── AWSSDK.LakeFormation │ │ └── PCL.yml │ ├── AWSSDK.MediaConnect │ │ └── PCL.yml │ ├── AWSSDK.MediaConvert │ │ └── PCL.yml │ ├── AWSSDK.MediaPackage │ │ └── PCL.yml │ ├── AWSSDK.MigrationHub │ │ └── PCL.yml │ ├── AWSSDK.Organizations │ │ └── PCL.yml │ ├── AWSSDK.PinpointEmail │ │ └── PCL.yml │ ├── AWSSDK.SavingsPlans │ │ └── PCL.yml │ ├── AWSSDK.SecurityToken │ │ ├── PCL.yml │ │ └── WP8.yml │ └── AWSSDK.ServiceQuotas │ │ └── PCL.yml ├── NPM │ └── _ │ │ ├── lit.yml │ │ └── three.yml ├── Maven │ ├── org.niis.xrd4j │ │ ├── rest.yml │ │ ├── client.yml │ │ ├── common.yml │ │ └── server.yml │ ├── io.netty │ │ └── netty-tcnative-boringssl-static.yml │ └── bsf │ │ └── bsf.yml ├── PyPI │ └── _ │ │ ├── keras.yml │ │ └── tensorflow.yml ├── Pod │ └── _ │ │ ├── FirebaseCore.yml │ │ ├── Firebase%2FCore.yml │ │ ├── Firebase%2FCoreOnly.yml │ │ ├── FirebaseCrashlytics.yml │ │ ├── FirebaseMessaging.yml │ │ ├── Firebase%2FCrashlytics.yml │ │ └── Firebase%2FMessaging.yml └── Gem │ └── _ │ └── colored.yml └── .gitattributes /tools/curations/.gitignore: -------------------------------------------------------------------------------- 1 | .gradle/ 2 | .idea/ 3 | -------------------------------------------------------------------------------- /tools/curations/settings.gradle.kts: -------------------------------------------------------------------------------- 1 | rootProject.name = "Curations Tools" 2 | -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oss-review-toolkit/ort-config/HEAD/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # Build tools 2 | .gradle/ 3 | build/ 4 | 5 | # IDEs 6 | .idea/ 7 | out/ 8 | /*.iml 9 | 10 | # macOS 11 | .DS_Store 12 | -------------------------------------------------------------------------------- /tools/curations/gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oss-review-toolkit/ort-config/HEAD/tools/curations/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /NOTICE: -------------------------------------------------------------------------------- 1 | The ORT Project 2 | 3 | Copyright (C) 2019-2022 HERE Europe B.V. 4 | Copyright (C) 2021-2022 Bosch.IO GmbH 5 | Copyright (C) 2022 EPAM Systems, Inc. 6 | -------------------------------------------------------------------------------- /curations/NuGet/Azure/Core.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:Azure:Core:" 2 | curations: 3 | comment: "The project resides in its own directory." 4 | vcs: 5 | path: "sdk/core/Azure.Core" 6 | -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | # Always use Unix line endings for Unix Gradle wrapper script. 2 | gradlew text eol=lf 3 | 4 | # Always use Windows line endings for Windows batch scripts. 5 | *.bat text eol=crlf 6 | -------------------------------------------------------------------------------- /curations/NPM/_/lit.yml: -------------------------------------------------------------------------------- 1 | - id: "NPM::lit:" 2 | curations: 3 | comment: "The repository contains the source code of multiple lit-related packages." 4 | vcs: 5 | path: "packages/lit" 6 | -------------------------------------------------------------------------------- /curations/Maven/org.niis.xrd4j/rest.yml: -------------------------------------------------------------------------------- 1 | - id: "Maven:org.niis.xrd4j:rest:" 2 | curations: 3 | comment: | 4 | Non-standard path within the repository. 5 | vcs: 6 | path: "src/rest" 7 | -------------------------------------------------------------------------------- /curations/NuGet/Azure/Identity.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:Azure:Identity:" 2 | curations: 3 | comment: "The project resides in its own directory." 4 | vcs: 5 | path: "sdk/identity/Azure.Identity" 6 | -------------------------------------------------------------------------------- /curations/Maven/org.niis.xrd4j/client.yml: -------------------------------------------------------------------------------- 1 | - id: "Maven:org.niis.xrd4j:client:" 2 | curations: 3 | comment: | 4 | Non-standard path within the repository. 5 | vcs: 6 | path: "src/client" 7 | -------------------------------------------------------------------------------- /curations/Maven/org.niis.xrd4j/common.yml: -------------------------------------------------------------------------------- 1 | - id: "Maven:org.niis.xrd4j:common:" 2 | curations: 3 | comment: | 4 | Non-standard path within the repository. 5 | vcs: 6 | path: "src/common" 7 | -------------------------------------------------------------------------------- /curations/Maven/org.niis.xrd4j/server.yml: -------------------------------------------------------------------------------- 1 | - id: "Maven:org.niis.xrd4j:server:" 2 | curations: 3 | comment: | 4 | Non-standard path within the repository. 5 | vcs: 6 | path: "src/server" 7 | -------------------------------------------------------------------------------- /curations/NPM/_/three.yml: -------------------------------------------------------------------------------- 1 | - id: "NPM::three:0.178.0" 2 | curations: 3 | comment: "Commit of release 0.178.0 is tagged r178." 4 | vcs: 5 | revision: "3b1ff7661884f26e6d9af1d94c293129aaba885c" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/Core.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:Core:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Core" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/EC2.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:EC2:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/EC2" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/ECS.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:ECS:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/ECS" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/MQ.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:MQ:[3.3.198,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/MQ" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/PI.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:PI:[3.3.289,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/PI" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/RDS.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:RDS:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/RDS" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/S3.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:S3:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/S3" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/SQS.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:SQS:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/SQS" 6 | -------------------------------------------------------------------------------- /curations/NuGet/Azure/Extensions.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:Azure:Extensions:" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/extensions" 6 | -------------------------------------------------------------------------------- /curations/PyPI/_/keras.yml: -------------------------------------------------------------------------------- 1 | - id: "PyPI::keras:" 2 | curations: 3 | comment: The correct VCS URL was found via https://pypi.org/project/keras/. 4 | vcs: 5 | url: "https://github.com/keras-team/keras.git" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.S3/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.S3:PCL:[3.1.0,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/S3" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.S3/WP8.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.S3:WP8:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/S3" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/DAX.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:DAX:[3.3.112,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/DAX" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/DLM.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:DLM:[3.3.317,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/DLM" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/Drs.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:Drs:[3.7.162,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Drs" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/EBS.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:EBS:[3.3.643,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/EBS" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/ECR.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:ECR:[3.1.36,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/ECR" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/EKS.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:EKS:[3.3.292,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/EKS" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/FIS.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:FIS:[3.5.130,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/FIS" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/FMS.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:FMS:[3.3.261,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/FMS" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/FSx.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:FSx:[3.3.417,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/FSx" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/Glue.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:Glue:[3.3.137,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Glue" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/IVS.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:IVS:[3.3.778,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/IVS" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/IoT.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:IoT:[3.1.19,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/IoT" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/Lex.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:Lex:[3.3.46,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Lex" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/MWAA.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:MWAA:[3.5.62,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/MWAA" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/QLDB.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:QLDB:[3.3.583,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/QLDB" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/RAM.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:RAM:[3.3.409,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/RAM" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/SSO.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:SSO:[3.3.626,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/SSO" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/WAF.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:WAF:[3.1.17,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/WAF" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/XRay.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:XRay:[3.3.27,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/XRay" 6 | -------------------------------------------------------------------------------- /curations/NuGet/System/IO.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:System:IO:[5.0.0,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "src/libraries/System.IO" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.DAX/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.DAX:PCL:[3.3.112,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/DAX" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.DLM/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.DLM:PCL:[3.3.317,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/DLM" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.EBS/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.EBS:PCL:[3.3.643,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/EBS" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.EC2/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.EC2:PCL:[3.1.0,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/EC2" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.EC2/WP8.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.EC2:WP8:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/EC2" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.ECR/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.ECR:PCL:[3.1.36,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/ECR" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.ECS/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.ECS:PCL:[3.1.0,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/ECS" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.ECS/WP8.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.ECS:WP8:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/ECS" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.EKS/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.EKS:PCL:[3.3.292,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/EKS" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.FMS/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.FMS:PCL:[3.3.261,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/FMS" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.FSx/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.FSx:PCL:[3.3.417,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/FSx" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.IVS/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.IVS:PCL:[3.3.778,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/IVS" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.IoT/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.IoT:PCL:[3.1.19,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/IoT" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Lex/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Lex:PCL:[3.3.46,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Lex" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.MQ/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.MQ:PCL:[3.3.198,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/MQ" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.PI/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.PI:PCL:[3.3.289,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/PI" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.RAM/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.RAM:PCL:[3.3.409,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/RAM" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.RDS/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.RDS:PCL:[3.1.0,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/RDS" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.RDS/WP8.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.RDS:WP8:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/RDS" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.S3/Unity.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.S3:Unity:[3.1.46,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/S3" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.S3/WinRT.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.S3:WinRT:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/S3" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.SQS/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.SQS:PCL:[3.1.0,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/SQS" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.SQS/WP8.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.SQS:WP8:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/SQS" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.SSO/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.SSO:PCL:[3.3.626,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/SSO" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.WAF/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.WAF:PCL:[3.1.17,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/WAF" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/Athena.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:Athena:[3.3.90,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Athena" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/Batch.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:Batch:[3.3.31,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Batch" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/Chime.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:Chime:[3.3.397,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Chime" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/DocDB.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:DocDB:[3.3.438,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/DocDB" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/Kafka.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:Kafka:[3.3.419,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Kafka" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/Lambda.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:Lambda:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Lambda" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/MTurk.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:MTurk:[3.3.57,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/MTurk" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/Macie.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:Macie:[3.3.304,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Macie" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/Polly.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:Polly:[3.3.26,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Polly" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/Shield.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:Shield:[3.3.27,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Shield" 6 | -------------------------------------------------------------------------------- /curations/NuGet/Azure.AI/Language.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:Azure.AI:Language:" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/cognitivelanguage" 6 | -------------------------------------------------------------------------------- /curations/NuGet/Azure.AI/Personalizer.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:Azure.AI:Personalizer:" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/personalizer" 6 | -------------------------------------------------------------------------------- /curations/NuGet/Azure.Core/Amqp.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:Azure.Core:Amqp:" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/core/Azure.Core.Amqp" 6 | -------------------------------------------------------------------------------- /curations/NuGet/Azure.Security/KeyVault.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:Azure.Security:KeyVault:" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/keyvault" 6 | -------------------------------------------------------------------------------- /curations/NuGet/Azure/Communication.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:Azure:Communication:" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/communication" 6 | -------------------------------------------------------------------------------- /curations/NuGet/System/Linq.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:System:Linq:[5.0.0,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "src/libraries/System.Linq" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Batch/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Batch:PCL:[3.3.31,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Batch" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.EC2/WinRT.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.EC2:WinRT:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/EC2" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.ECS/WinRT.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.ECS:WinRT:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/ECS" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Glue/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Glue:PCL:[3.3.137,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Glue" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.MQ/CoreCLR.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.MQ:CoreCLR:[3.3.198,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/MQ" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.MTurk/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.MTurk:PCL:[3.3.57,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/MTurk" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.PI/CoreCLR.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.PI:CoreCLR:[3.3.289,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/PI" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Polly/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Polly:PCL:[3.3.26,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Polly" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.QLDB/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.QLDB:PCL:[3.3.583,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/QLDB" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.RDS/WinRT.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.RDS:WinRT:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/RDS" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.S3/CoreCLR.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.S3:CoreCLR:[3.3.118,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/S3" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.S3/Portable.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.S3:Portable:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/S3" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.SQS/Unity.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.SQS:Unity:[3.1.46,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/SQS" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.SQS/WinRT.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.SQS:WinRT:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/SQS" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.XRay/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.XRay:PCL:[3.3.27,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/XRay" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/ACMPCA.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:ACMPCA:[3.3.261,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/ACMPCA" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/Account.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:Account:[3.7.127,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Account" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/Amplify.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:Amplify:[3.3.414,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Amplify" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/AppMesh.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:AppMesh:[3.3.418,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/AppMesh" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/AppSync.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:AppSync:[3.3.198,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/AppSync" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/Appflow.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:Appflow:[3.5.3,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Appflow" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/Backup.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:Backup:[3.3.442,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Backup" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/Braket.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:Braket:[3.3.797,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Braket" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/Budgets.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:Budgets:[3.3.13,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Budgets" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/Cloud9.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:Cloud9:[3.3.201,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Cloud9" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/CloudHSM.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:CloudHSM:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/CloudHSM" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/Connect.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:Connect:[3.3.258,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Connect" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/Glacier.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:Glacier:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Glacier" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/IotData.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:IotData:[3.1.19,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/IotData" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/Kendra.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:Kendra:[3.3.642,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Kendra" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/Kinesis.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:Kinesis:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Kinesis" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/Macie2.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:Macie2:[3.3.739,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Macie2" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/Mobile.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:Mobile:[3.3.148,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Mobile" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/Neptune.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:Neptune:[3.3.290,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Neptune" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/OpsWorks.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:OpsWorks:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/OpsWorks" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/Pricing.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:Pricing:[3.3.185,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Pricing" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/Redshift.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:Redshift:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Redshift" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/Route53.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:Route53:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Route53" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/SSOOIDC.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:SSOOIDC:[3.3.626,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/SSOOIDC" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/Schemas.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:Schemas:[3.3.640,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Schemas" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/Signer.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:Signer:[3.3.348,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Signer" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/SimpleDB.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:SimpleDB:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/SimpleDB" 6 | -------------------------------------------------------------------------------- /curations/NuGet/Azure.Messaging/EventHubs.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:Azure.Messaging:EventHubs:" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/eventhub" 6 | -------------------------------------------------------------------------------- /curations/NuGet/Microsoft.Azure/EventHubs.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:Microsoft.Azure:EventHubs:" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/eventhub" 6 | -------------------------------------------------------------------------------- /curations/NuGet/MongoDB/Libmongocrypt.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:MongoDB:Libmongocrypt:" 2 | curations: 3 | comment: "Set the VCS URL manually found on GitHub." 4 | vcs: 5 | url: "https://github.com/mongodb/libmongocrypt.git" 6 | -------------------------------------------------------------------------------- /curations/NuGet/System/Memory.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:System:Memory:[5.0.0,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "src/libraries/System.Memory" 6 | -------------------------------------------------------------------------------- /curations/NuGet/System/Speech.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:System:Speech:[5.0.3,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "src/libraries/System.Speech" 6 | -------------------------------------------------------------------------------- /curations/Pod/_/FirebaseCore.yml: -------------------------------------------------------------------------------- 1 | - id: "Pod::FirebaseCore:[7.0.0,)" 2 | curations: 3 | comment: | 4 | Set the VCS path of the module inside the multi-module 5 | repository. 6 | vcs: 7 | path: "FirebaseCore" 8 | -------------------------------------------------------------------------------- /curations/Maven/io.netty/netty-tcnative-boringssl-static.yml: -------------------------------------------------------------------------------- 1 | - id: "Maven:io.netty:netty-tcnative-boringssl-static:" 2 | curations: 3 | comment: | 4 | This package does not contain source code. 5 | is_metadata_only: true 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.ACMPCA/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.ACMPCA:PCL:[3.3.261,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/ACMPCA" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Athena/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Athena:PCL:[3.3.90,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Athena" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Backup/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Backup:PCL:[3.3.442,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Backup" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Braket/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Braket:PCL:[3.3.797,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Braket" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Chime/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Chime:PCL:[3.3.397,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Chime" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Cloud9/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Cloud9:PCL:[3.3.201,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Cloud9" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.DAX/CoreCLR.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.DAX:CoreCLR:[3.3.118,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/DAX" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.DLM/CoreCLR.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.DLM:CoreCLR:[3.3.317,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/DLM" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.DocDB/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.DocDB:PCL:[3.3.438,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/DocDB" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.EC2/CoreCLR.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.EC2:CoreCLR:[3.3.118,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/EC2" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.EC2/Portable.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.EC2:Portable:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/EC2" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.ECR/CoreCLR.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.ECR:CoreCLR:[3.3.118,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/ECR" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.ECS/CoreCLR.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.ECS:CoreCLR:[3.3.118,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/ECS" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.ECS/Portable.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.ECS:Portable:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/ECS" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.EKS/CoreCLR.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.EKS:CoreCLR:[3.3.292,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/EKS" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.FMS/CoreCLR.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.FMS:CoreCLR:[3.3.261,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/FMS" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.FSx/CoreCLR.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.FSx:CoreCLR:[3.3.417,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/FSx" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Glacier/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Glacier:PCL:[3.1.0,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Glacier" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Glacier/WP8.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Glacier:WP8:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Glacier" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.IoT/CoreCLR.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.IoT:CoreCLR:[3.3.118,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/IoT" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Kafka/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Kafka:PCL:[3.3.419,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Kafka" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Kendra/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Kendra:PCL:[3.3.642,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Kendra" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Kinesis/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Kinesis:PCL:[3.1.0,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Kinesis" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Kinesis/WP8.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Kinesis:WP8:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Kinesis" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Lambda/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Lambda:PCL:[3.1.0,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Lambda" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Lambda/WP8.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Lambda:WP8:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Lambda" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Lex/CoreCLR.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Lex:CoreCLR:[3.3.118,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Lex" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Macie/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Macie:PCL:[3.3.304,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Macie" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Macie2/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Macie2:PCL:[3.3.739,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Macie2" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Mobile/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Mobile:PCL:[3.3.148,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Mobile" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.RAM/CoreCLR.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.RAM:CoreCLR:[3.3.409,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/RAM" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.RDS/CoreCLR.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.RDS:CoreCLR:[3.3.118,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/RDS" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.RDS/Portable.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.RDS:Portable:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/RDS" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Route53/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Route53:PCL:[3.1.0,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Route53" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Route53/WP8.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Route53:WP8:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Route53" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.SQS/CoreCLR.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.SQS:CoreCLR:[3.3.118,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/SQS" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.SQS/Portable.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.SQS:Portable:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/SQS" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Shield/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Shield:PCL:[3.3.27,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Shield" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Signer/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Signer:PCL:[3.3.348,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Signer" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.WAF/CoreCLR.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.WAF:CoreCLR:[3.3.118,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/WAF" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/AWSHealth.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:AWSHealth:[3.3.27,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/AWSHealth" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/AppConfig.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:AppConfig:[3.3.638,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/AppConfig" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/AppRunner.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:AppRunner:[3.7.36,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/AppRunner" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/AppStream.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:AppStream:[3.3.27,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/AppStream" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/CodeBuild.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:CodeBuild:[3.3.27,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/CodeBuild" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/CodeStar.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:CodeStar:[3.3.78,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/CodeStar" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/DataSync.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:DataSync:[3.3.414,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/DataSync" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/Detective.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:Detective:[3.3.649,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Detective" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/ECRPublic.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:ECRPublic:[3.5.64,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/ECRPublic" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/Finspace.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:Finspace:[3.7.26,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Finspace" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/GameLift.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:GameLift:[3.1.42,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/GameLift" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/GuardDuty.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:GuardDuty:[3.3.198,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/GuardDuty" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/Honeycode.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:Honeycode:[3.3.768,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Honeycode" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/Inspector.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:Inspector:[3.1.18,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Inspector" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/IoTEvents.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:IoTEvents:[3.3.521,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/IoTEvents" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/Lightsail.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:Lightsail:[3.3.26,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Lightsail" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/MediaLive.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:MediaLive:[3.3.197,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/MediaLive" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/Outposts.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:Outposts:[3.3.642,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Outposts" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/Pinpoint.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:Pinpoint:[3.3.27,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Pinpoint" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/RoboMaker.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:RoboMaker:[3.3.414,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/RoboMaker" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/S3Control.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:S3Control:[3.3.409,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/S3Control" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/SageMaker.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:SageMaker:[3.3.199,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/SageMaker" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/Snowball.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:Snowball:[3.1.92,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Snowball" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/Textract.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:Textract:[3.3.468,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Textract" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/Transfer.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:Transfer:[3.3.414,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Transfer" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/Translate.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:Translate:[3.3.199,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Translate" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/WorkDocs.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:WorkDocs:[3.3.60,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/WorkDocs" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/WorkLink.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:WorkLink:[3.3.446,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/WorkLink" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/WorkMail.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:WorkMail:[3.3.208,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/WorkMail" 6 | -------------------------------------------------------------------------------- /curations/NuGet/Azure.Quantum/Jobs.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:Azure.Quantum:Jobs:" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/quantum/Azure.Quantum.Jobs" 6 | -------------------------------------------------------------------------------- /curations/NuGet/System.IO/Pipes.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:System.IO:Pipes:[5.0.0,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "src/libraries/System.IO.Pipes" 6 | -------------------------------------------------------------------------------- /curations/NuGet/System.IO/Ports.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:System.IO:Ports:[5.0.0,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "src/libraries/System.IO.Ports" 6 | -------------------------------------------------------------------------------- /curations/NuGet/System.Net/Http.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:System.Net:Http:[5.0.0,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "src/libraries/System.Net.Http" 6 | -------------------------------------------------------------------------------- /curations/NuGet/System.Net/Mail.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:System.Net:Mail:[5.0.0,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "src/libraries/System.Net.Mail" 6 | -------------------------------------------------------------------------------- /curations/NuGet/System.Net/Ping.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:System.Net:Ping:[5.0.0,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "src/libraries/System.Net.Ping" 6 | -------------------------------------------------------------------------------- /curations/NuGet/System.Net/Quic.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:System.Net:Quic:[6.0.0,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "src/libraries/System.Net.Quic" 6 | -------------------------------------------------------------------------------- /curations/NuGet/System/Buffers.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:System:Buffers:[5.0.0,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "src/libraries/System.Buffers" 6 | -------------------------------------------------------------------------------- /curations/NuGet/System/CodeDom.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:System:CodeDom:[5.0.0,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "src/libraries/System.CodeDom" 6 | -------------------------------------------------------------------------------- /curations/NuGet/System/Console.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:System:Console:[5.0.0,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "src/libraries/System.Console" 6 | -------------------------------------------------------------------------------- /curations/NuGet/System/Runtime.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:System:Runtime:[5.0.0,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "src/libraries/System.Runtime" 6 | -------------------------------------------------------------------------------- /curations/Pod/_/Firebase%2FCore.yml: -------------------------------------------------------------------------------- 1 | - id: "Pod::Firebase/Core:[7.0.0,)" 2 | curations: 3 | comment: | 4 | Set the VCS path of the module inside the multi-module 5 | repository. 6 | vcs: 7 | path: "FirebaseCore" 8 | -------------------------------------------------------------------------------- /curations/PyPI/_/tensorflow.yml: -------------------------------------------------------------------------------- 1 | - id: "PyPI::tensorflow:" 2 | curations: 3 | comment: The correct VCS URL was found via https://pypi.org/project/tensorflow/. 4 | vcs: 5 | url: "https://github.com/tensorflow/tensorflow.git" 6 | -------------------------------------------------------------------------------- /curations/Gem/_/colored.yml: -------------------------------------------------------------------------------- 1 | - id: "Gem::colored:" 2 | curations: 3 | comment: | 4 | The Gem info only contains a homepage, but no VCS info. 5 | vcs: 6 | type: "Git" 7 | url: "https://github.com/defunkt/colored.git" 8 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Amplify/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Amplify:PCL:[3.3.414,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Amplify" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.AppMesh/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.AppMesh:PCL:[3.3.418,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/AppMesh" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.AppSync/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.AppSync:PCL:[3.3.198,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/AppSync" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Batch/CoreCLR.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Batch:CoreCLR:[3.3.118,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Batch" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Budgets/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Budgets:PCL:[3.3.13,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Budgets" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Chime/CoreCLR.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Chime:CoreCLR:[3.3.397,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Chime" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.CloudHSM/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.CloudHSM:PCL:[3.1.0,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/CloudHSM" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.CloudHSM/WP8.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.CloudHSM:WP8:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/CloudHSM" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.CodeStar/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.CodeStar:PCL:[3.3.78,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/CodeStar" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Connect/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Connect:PCL:[3.3.258,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Connect" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.DataSync/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.DataSync:PCL:[3.3.414,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/DataSync" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.DocDB/CoreCLR.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.DocDB:CoreCLR:[3.3.438,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/DocDB" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.GameLift/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.GameLift:PCL:[3.1.42,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/GameLift" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Glacier/WinRT.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Glacier:WinRT:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Glacier" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Glue/CoreCLR.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Glue:CoreCLR:[3.3.137,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Glue" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.IotData/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.IotData:PCL:[3.1.19,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/IotData" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Kafka/CoreCLR.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Kafka:CoreCLR:[3.3.419,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Kafka" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Kinesis/Unity.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Kinesis:Unity:[3.1.46,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Kinesis" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Kinesis/WinRT.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Kinesis:WinRT:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Kinesis" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Lambda/Unity.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Lambda:Unity:[3.1.46,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Lambda" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Lambda/WinRT.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Lambda:WinRT:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Lambda" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.MTurk/CoreCLR.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.MTurk:CoreCLR:[3.3.118,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/MTurk" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Macie/CoreCLR.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Macie:CoreCLR:[3.3.304,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Macie" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Neptune/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Neptune:PCL:[3.3.290,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Neptune" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.OpsWorks/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.OpsWorks:PCL:[3.1.0,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/OpsWorks" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.OpsWorks/WP8.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.OpsWorks:WP8:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/OpsWorks" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Outposts/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Outposts:PCL:[3.3.642,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Outposts" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Pinpoint/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Pinpoint:PCL:[3.3.27,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Pinpoint" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Polly/CoreCLR.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Polly:CoreCLR:[3.3.118,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Polly" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Pricing/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Pricing:PCL:[3.3.185,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Pricing" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Redshift/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Redshift:PCL:[3.1.0,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Redshift" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Redshift/WP8.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Redshift:WP8:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Redshift" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Route53/WinRT.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Route53:WinRT:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Route53" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.SSOOIDC/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.SSOOIDC:PCL:[3.3.626,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/SSOOIDC" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Schemas/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Schemas:PCL:[3.3.640,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Schemas" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.SimpleDB/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.SimpleDB:PCL:[3.1.0,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/SimpleDB" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.SimpleDB/WP8.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.SimpleDB:WP8:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/SimpleDB" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Snowball/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Snowball:PCL:[3.1.92,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Snowball" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Textract/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Textract:PCL:[3.3.468,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Textract" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Transfer/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Transfer:PCL:[3.3.414,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Transfer" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.WorkDocs/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.WorkDocs:PCL:[3.3.60,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/WorkDocs" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.WorkLink/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.WorkLink:PCL:[3.3.446,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/WorkLink" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.WorkMail/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.WorkMail:PCL:[3.3.208,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/WorkMail" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.XRay/CoreCLR.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.XRay:CoreCLR:[3.3.118,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/XRay" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/APIGateway.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:APIGateway:[3.1.23,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/APIGateway" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/AWSSupport.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:AWSSupport:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/AWSSupport" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/AppRegistry.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:AppRegistry:[3.5.54,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/AppRegistry" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/AutoScaling.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:AutoScaling:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/AutoScaling" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/CleanRooms.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:CleanRooms:[3.7.460,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/CleanRooms" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/CloudFront.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:CloudFront:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/CloudFront" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/CloudHSMV2.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:CloudHSMV2:[3.3.137,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/CloudHSMV2" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/CloudSearch.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:CloudSearch:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/CloudSearch" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/CloudTrail.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:CloudTrail:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/CloudTrail" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/CloudWatch.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:CloudWatch:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/CloudWatch" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/CodeCommit.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:CodeCommit:[3.1.0,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/CodeCommit" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/CodeDeploy.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:CodeDeploy:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/CodeDeploy" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/CognitoSync.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:CognitoSync:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/CognitoSync" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/Comprehend.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:Comprehend:[3.3.199,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Comprehend" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/DevOpsGuru.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:DevOpsGuru:[3.5.64,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/DevOpsGuru" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/DeviceFarm.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:DeviceFarm:[3.1.0,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/DeviceFarm" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/DynamoDBv2.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:DynamoDBv2:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/DynamoDBv2" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/ElastiCache.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:ElastiCache:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/ElastiCache" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/GameSparks.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:GameSparks:[3.7.236,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/GameSparks" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/Greengrass.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:Greengrass:[3.3.102,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Greengrass" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/HealthLake.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:HealthLake:[3.5.69,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/HealthLake" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/IoTFleetHub.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:IoTFleetHub:[3.5.74,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/IoTFleetHub" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/IoTWireless.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:IoTWireless:[3.5.74,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/IoTWireless" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/MediaStore.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:MediaStore:[3.3.197,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/MediaStore" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/OpsWorksCM.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:OpsWorksCM:[3.3.27,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/OpsWorksCM" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/QuickSight.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:QuickSight:[3.3.412,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/QuickSight" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/Rekognition.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:Rekognition:[3.3.26,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Rekognition" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/SimpleEmail.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:SimpleEmail:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/SimpleEmail" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/WAFRegional.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:WAFRegional:[3.3.30,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/WAFRegional" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/WorkSpaces.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:WorkSpaces:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/WorkSpaces" 6 | -------------------------------------------------------------------------------- /curations/NuGet/Azure.IoT/Hub.Service.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:Azure.IoT:Hub.Service:" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/iot/Azure.IoT.Hub.Service" 6 | -------------------------------------------------------------------------------- /curations/NuGet/Azure.Monitor/Query.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:Azure.Monitor:Query:" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/monitor/Azure.Monitor.Query" 6 | -------------------------------------------------------------------------------- /curations/NuGet/Microsoft.Azure/Batch.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:Microsoft.Azure:Batch:" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/batch/Microsoft.Azure.Batch" 6 | -------------------------------------------------------------------------------- /curations/NuGet/Microsoft/CSharp.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:Microsoft:CSharp:[5.0.0,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "src/libraries/Microsoft.CSharp" 6 | -------------------------------------------------------------------------------- /curations/NuGet/MongoDB/Bson.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:MongoDB:Bson:" 2 | curations: 3 | comment: "Set the VCS URL found on https://docs.mongodb.com/drivers/csharp/." 4 | vcs: 5 | url: "https://github.com/mongodb/mongo-csharp-driver.git" 6 | -------------------------------------------------------------------------------- /curations/NuGet/System.Data/Odbc.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:System.Data:Odbc:[5.0.0,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "src/libraries/System.Data.Odbc" 6 | -------------------------------------------------------------------------------- /curations/NuGet/System.Data/Oledb.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:System.Data:Oledb:[5.0.0,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "src/libraries/System.Data.OleDb" 6 | -------------------------------------------------------------------------------- /curations/NuGet/System.IO/Hashing.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:System.IO:Hashing:[6.0.0,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "src/libraries/System.IO.Hashing" 6 | -------------------------------------------------------------------------------- /curations/NuGet/System.Text/Json.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:System.Text:Json:[5.0.0,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "src/libraries/System.Text.Json" 6 | -------------------------------------------------------------------------------- /curations/NuGet/System.Xml/XPath.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:System.Xml:XPath:[5.0.0,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "src/libraries/System.Xml.XPath" 6 | -------------------------------------------------------------------------------- /curations/NuGet/System/AppContext.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:System:AppContext:[5.0.0,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "src/libraries/System.AppContext" 6 | -------------------------------------------------------------------------------- /curations/NuGet/System/Management.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:System:Management:[5.0.0,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "src/libraries/System.Management" 6 | -------------------------------------------------------------------------------- /curations/NuGet/System/Reflection.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:System:Reflection:[5.0.0,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "src/libraries/System.Reflection" 6 | -------------------------------------------------------------------------------- /curations/NuGet/System/Threading.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:System:Threading:[5.0.0,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "src/libraries/System.Threading" 6 | -------------------------------------------------------------------------------- /curations/NuGet/System/ValueTuple.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:System:ValueTuple:[5.0.0,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "src/libraries/System.ValueTuple" 6 | -------------------------------------------------------------------------------- /curations/Pod/_/Firebase%2FCoreOnly.yml: -------------------------------------------------------------------------------- 1 | - id: "Pod::Firebase/CoreOnly:[7.0.0,)" 2 | curations: 3 | comment: | 4 | Set the VCS path of the module inside the multi-module 5 | repository. 6 | vcs: 7 | path: "CoreOnly" 8 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.ACMPCA/CoreCLR.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.ACMPCA:CoreCLR:[3.3.261,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/ACMPCA" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.APIGateway/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.APIGateway:PCL:[3.1.23,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/APIGateway" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.AWSHealth/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.AWSHealth:PCL:[3.3.27,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/AWSHealth" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.AWSSupport/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.AWSSupport:PCL:[3.1.0,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/AWSSupport" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.AWSSupport/WP8.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.AWSSupport:WP8:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/AWSSupport" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Amplify/CoreCLR.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Amplify:CoreCLR:[3.3.414,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Amplify" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.AppConfig/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.AppConfig:PCL:[3.3.638,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/AppConfig" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.AppMesh/CoreCLR.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.AppMesh:CoreCLR:[3.3.418,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/AppMesh" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.AppStream/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.AppStream:PCL:[3.3.27,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/AppStream" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.AppSync/CoreCLR.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.AppSync:CoreCLR:[3.3.198,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/AppSync" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Athena/CoreCLR.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Athena:CoreCLR:[3.3.118,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Athena" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Backup/CoreCLR.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Backup:CoreCLR:[3.3.442,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Backup" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Budgets/CoreCLR.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Budgets:CoreCLR:[3.3.118,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Budgets" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Cloud9/CoreCLR.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Cloud9:CoreCLR:[3.3.201,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Cloud9" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.CloudFront/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.CloudFront:PCL:[3.1.0,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/CloudFront" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.CloudFront/WP8.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.CloudFront:WP8:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/CloudFront" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.CloudHSM/WinRT.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.CloudHSM:WinRT:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/CloudHSM" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.CloudTrail/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.CloudTrail:PCL:[3.1.0,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/CloudTrail" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.CloudTrail/WP8.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.CloudTrail:WP8:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/CloudTrail" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.CloudWatch/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.CloudWatch:PCL:[3.1.0,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/CloudWatch" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.CloudWatch/WP8.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.CloudWatch:WP8:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/CloudWatch" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.CodeBuild/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.CodeBuild:PCL:[3.3.27,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/CodeBuild" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.CodeCommit/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.CodeCommit:PCL:[3.1.0,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/CodeCommit" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.CodeDeploy/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.CodeDeploy:PCL:[3.1.0,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/CodeDeploy" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.CodeDeploy/WP8.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.CodeDeploy:WP8:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/CodeDeploy" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Connect/CoreCLR.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Connect:CoreCLR:[3.3.258,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Connect" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Detective/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Detective:PCL:[3.3.649,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Detective" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.DeviceFarm/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.DeviceFarm:PCL:[3.1.0,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/DeviceFarm" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.DynamoDBv2/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.DynamoDBv2:PCL:[3.1.0,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/DynamoDBv2" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.DynamoDBv2/WP8.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.DynamoDBv2:WP8:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/DynamoDBv2" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Glacier/CoreCLR.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Glacier:CoreCLR:[3.3.118,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Glacier" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Glacier/Portable.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Glacier:Portable:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Glacier" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.GuardDuty/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.GuardDuty:PCL:[3.3.198,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/GuardDuty" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Honeycode/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Honeycode:PCL:[3.3.768,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Honeycode" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Inspector/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Inspector:PCL:[3.1.18,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Inspector" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.IoTEvents/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.IoTEvents:PCL:[3.3.521,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/IoTEvents" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.IotData/CoreCLR.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.IotData:CoreCLR:[3.3.118,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/IotData" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Kinesis/CoreCLR.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Kinesis:CoreCLR:[3.3.118,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Kinesis" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Kinesis/Portable.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Kinesis:Portable:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Kinesis" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Lambda/CoreCLR.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Lambda:CoreCLR:[3.3.118,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Lambda" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Lambda/Portable.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Lambda:Portable:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Lambda" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Lightsail/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Lightsail:PCL:[3.3.26,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Lightsail" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.MediaLive/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.MediaLive:PCL:[3.3.197,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/MediaLive" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Mobile/CoreCLR.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Mobile:CoreCLR:[3.3.148,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Mobile" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Neptune/CoreCLR.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Neptune:CoreCLR:[3.3.290,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Neptune" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.OpsWorks/WinRT.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.OpsWorks:WinRT:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/OpsWorks" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.OpsWorksCM/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.OpsWorksCM:PCL:[3.3.27,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/OpsWorksCM" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Pricing/CoreCLR.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Pricing:CoreCLR:[3.3.185,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Pricing" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Redshift/WinRT.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Redshift:WinRT:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Redshift" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.RoboMaker/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.RoboMaker:PCL:[3.3.414,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/RoboMaker" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Route53/CoreCLR.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Route53:CoreCLR:[3.3.118,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Route53" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Route53/Portable.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Route53:Portable:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Route53" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.S3Control/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.S3Control:PCL:[3.3.409,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/S3Control" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.SageMaker/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.SageMaker:PCL:[3.3.199,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/SageMaker" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Shield/CoreCLR.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Shield:CoreCLR:[3.3.118,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Shield" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Signer/CoreCLR.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Signer:CoreCLR:[3.3.348,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Signer" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.SimpleDB/WinRT.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.SimpleDB:WinRT:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/SimpleDB" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Translate/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Translate:PCL:[3.3.199,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Translate" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.WorkSpaces/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.WorkSpaces:PCL:[3.1.0,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/WorkSpaces" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.WorkSpaces/WP8.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.WorkSpaces:WP8:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/WorkSpaces" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/ApiGatewayV2.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:ApiGatewayV2:[3.3.430,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/ApiGatewayV2" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/AuditManager.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:AuditManager:[3.5.69,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/AuditManager" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/CodeArtifact.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:CodeArtifact:[3.3.758,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/CodeArtifact" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/CodeCatalyst.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:CodeCatalyst:[3.7.429,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/CodeCatalyst" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/CodePipeline.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:CodePipeline:[3.1.0,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/CodePipeline" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/ConfigService.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:ConfigService:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/ConfigService" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/ConnectCases.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:ConnectCases:[3.7.370,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/ConnectCases" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/ControlTower.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:ControlTower:[3.7.348,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/ControlTower" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/CostExplorer.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:CostExplorer:[3.3.194,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/CostExplorer" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/DataExchange.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:DataExchange:[3.3.630,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/DataExchange" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/DataPipeline.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:DataPipeline:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/DataPipeline" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/DirectConnect.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:DirectConnect:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/DirectConnect" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/DocDBElastic.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:DocDBElastic:[3.7.428,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/DocDBElastic" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/EventBridge.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:EventBridge:[3.3.549,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/EventBridge" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/FinSpaceData.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:FinSpaceData:[3.7.26,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/FinSpaceData" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/GlueDataBrew.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:GlueDataBrew:[3.5.53,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/GlueDataBrew" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/GreengrassV2.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:GreengrassV2:[3.5.74,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/GreengrassV2" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/Imagebuilder.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:Imagebuilder:[3.3.640,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Imagebuilder" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/ImportExport.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:ImportExport:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/ImportExport" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/IoTAnalytics.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:IoTAnalytics:[3.3.268,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/IoTAnalytics" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/IoTSiteWise.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:IoTSiteWise:[3.3.728,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/IoTSiteWise" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/KinesisVideo.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:KinesisVideo:[3.3.199,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/KinesisVideo" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/MediaConnect.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:MediaConnect:[3.3.416,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/MediaConnect" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/MediaConvert.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:MediaConvert:[3.3.197,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/MediaConvert" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/MediaPackage.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:MediaPackage:[3.3.197,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/MediaPackage" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/MediaTailor.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:MediaTailor:[3.3.291,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/MediaTailor" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/MigrationHub.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:MigrationHub:[3.3.137,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/MigrationHub" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/Personalize.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:Personalize:[3.3.528,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Personalize" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/QLDBSession.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:QLDBSession:[3.3.583,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/QLDBSession" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/SavingsPlans.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:SavingsPlans:[3.3.624,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/SavingsPlans" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/SecurityHub.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:SecurityHub:[3.3.417,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/SecurityHub" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/SecurityToken.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:SecurityToken:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/SecurityToken" 6 | -------------------------------------------------------------------------------- /curations/NuGet/Microsoft.AspNetCore/Owin.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:Microsoft.AspNetCore:Owin:[2.1.7,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "src/Http/Owin/src" 6 | -------------------------------------------------------------------------------- /curations/NuGet/MongoDB/Driver.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:MongoDB:Driver:" 2 | curations: 3 | comment: "Set the VCS URL found on https://docs.mongodb.com/drivers/csharp/." 4 | vcs: 5 | url: "https://github.com/mongodb/mongo-csharp-driver.git" 6 | -------------------------------------------------------------------------------- /curations/NuGet/System.Data/Common.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:System.Data:Common:[5.0.0,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "src/libraries/System.Data.Common" 6 | -------------------------------------------------------------------------------- /curations/NuGet/System.Net/Sockets.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:System.Net:Sockets:[5.0.0,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "src/libraries/System.Net.Sockets" 6 | -------------------------------------------------------------------------------- /curations/NuGet/System.Private/Uri.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:System.Private:Uri:[5.0.0,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "src/libraries/System.Private.Uri" 6 | -------------------------------------------------------------------------------- /curations/NuGet/System.Private/Xml.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:System.Private:Xml:[5.0.0,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "src/libraries/System.Private.Xml" 6 | -------------------------------------------------------------------------------- /curations/NuGet/System/Collections.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:System:Collections:[5.0.0,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "src/libraries/System.Collections" 6 | -------------------------------------------------------------------------------- /curations/NuGet/System/Composition.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:System:Composition:[5.0.0,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "src/libraries/System.Composition" 6 | -------------------------------------------------------------------------------- /curations/NuGet/System/ObjectModel.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:System:ObjectModel:[5.0.0,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "src/libraries/System.ObjectModel" 6 | -------------------------------------------------------------------------------- /curations/Pod/_/FirebaseCrashlytics.yml: -------------------------------------------------------------------------------- 1 | - id: "Pod::FirebaseCrashlytics:[7.0.0,)" 2 | curations: 3 | comment: | 4 | Set the VCS path of the module inside the multi-module 5 | repository. 6 | vcs: 7 | path: "Crashlytics" 8 | -------------------------------------------------------------------------------- /curations/Pod/_/FirebaseMessaging.yml: -------------------------------------------------------------------------------- 1 | - id: "Pod::FirebaseMessaging:[7.0.0,)" 2 | curations: 3 | comment: | 4 | Set the VCS path of the module inside the multi-module 5 | repository. 6 | vcs: 7 | path: "FirebaseMessaging" 8 | -------------------------------------------------------------------------------- /curations/Maven/bsf/bsf.yml: -------------------------------------------------------------------------------- 1 | - id: "Maven:bsf:bsf:" 2 | curations: 3 | comment: | 4 | The source code repository has moved from Subversion to Git. 5 | vcs: 6 | type: "Git" 7 | url: "https://github.com/apache/commons-bsf.git" 8 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.AWSSupport/WinRT.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.AWSSupport:WinRT:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/AWSSupport" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.AutoScaling/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.AutoScaling:PCL:[3.1.0,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/AutoScaling" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.AutoScaling/WP8.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.AutoScaling:WP8:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/AutoScaling" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.CloudFront/WinRT.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.CloudFront:WinRT:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/CloudFront" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.CloudHSM/CoreCLR.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.CloudHSM:CoreCLR:[3.3.118,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/CloudHSM" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.CloudHSM/Portable.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.CloudHSM:Portable:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/CloudHSM" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.CloudHSMV2/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.CloudHSMV2:PCL:[3.3.137,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/CloudHSMV2" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.CloudSearch/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.CloudSearch:PCL:[3.1.0,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/CloudSearch" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.CloudSearch/WP8.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.CloudSearch:WP8:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/CloudSearch" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.CloudTrail/WinRT.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.CloudTrail:WinRT:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/CloudTrail" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.CloudWatch/WinRT.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.CloudWatch:WinRT:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/CloudWatch" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.CodeDeploy/WinRT.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.CodeDeploy:WinRT:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/CodeDeploy" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.CodePipeline/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.CodePipeline:PCL:[3.1.0,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/CodePipeline" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.CodeStar/CoreCLR.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.CodeStar:CoreCLR:[3.3.118,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/CodeStar" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.CognitoSync/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.CognitoSync:PCL:[3.1.0,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/CognitoSync" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.CognitoSync/WP8.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.CognitoSync:WP8:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/CognitoSync" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.CognitoSync/iOS.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.CognitoSync:iOS:[3.1.46,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/CognitoSync" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Comprehend/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Comprehend:PCL:[3.3.199,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Comprehend" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.DataPipeline/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.DataPipeline:PCL:[3.1.0,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/DataPipeline" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.DataPipeline/WP8.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.DataPipeline:WP8:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/DataPipeline" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.DataSync/CoreCLR.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.DataSync:CoreCLR:[3.3.414,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/DataSync" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.DynamoDBv2/Unity.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.DynamoDBv2:Unity:[3.1.46,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/DynamoDBv2" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.DynamoDBv2/WinRT.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.DynamoDBv2:WinRT:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/DynamoDBv2" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.ElastiCache/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.ElastiCache:PCL:[3.1.0,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/ElastiCache" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.ElastiCache/WP8.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.ElastiCache:WP8:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/ElastiCache" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.EventBridge/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.EventBridge:PCL:[3.3.549,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/EventBridge" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.GameLift/CoreCLR.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.GameLift:CoreCLR:[3.3.118,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/GameLift" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Greengrass/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Greengrass:PCL:[3.3.102,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Greengrass" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.ImportExport/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.ImportExport:PCL:[3.1.0,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/ImportExport" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.ImportExport/WP8.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.ImportExport:WP8:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/ImportExport" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.IoTSiteWise/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.IoTSiteWise:PCL:[3.3.728,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/IoTSiteWise" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.MediaStore/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.MediaStore:PCL:[3.3.197,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/MediaStore" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.MediaTailor/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.MediaTailor:PCL:[3.3.291,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/MediaTailor" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.OpsWorks/CoreCLR.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.OpsWorks:CoreCLR:[3.3.118,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/OpsWorks" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.OpsWorks/Portable.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.OpsWorks:Portable:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/OpsWorks" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Personalize/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Personalize:PCL:[3.3.528,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Personalize" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Pinpoint/CoreCLR.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Pinpoint:CoreCLR:[3.3.118,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Pinpoint" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.QLDBSession/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.QLDBSession:PCL:[3.3.583,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/QLDBSession" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.QuickSight/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.QuickSight:PCL:[3.3.412,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/QuickSight" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Redshift/CoreCLR.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Redshift:CoreCLR:[3.3.118,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Redshift" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Redshift/Portable.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Redshift:Portable:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Redshift" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Rekognition/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Rekognition:PCL:[3.3.26,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Rekognition" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.SecurityHub/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.SecurityHub:PCL:[3.3.417,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/SecurityHub" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.SimpleDB/CoreCLR.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.SimpleDB:CoreCLR:[3.3.118,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/SimpleDB" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.SimpleDB/Portable.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.SimpleDB:Portable:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/SimpleDB" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.SimpleEmail/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.SimpleEmail:PCL:[3.1.0,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/SimpleEmail" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.SimpleEmail/WP8.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.SimpleEmail:WP8:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/SimpleEmail" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Snowball/CoreCLR.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Snowball:CoreCLR:[3.3.118,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Snowball" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Textract/CoreCLR.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Textract:CoreCLR:[3.3.468,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Textract" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Transfer/CoreCLR.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Transfer:CoreCLR:[3.3.414,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Transfer" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.WAFRegional/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.WAFRegional:PCL:[3.3.30,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/WAFRegional" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.WorkDocs/CoreCLR.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.WorkDocs:CoreCLR:[3.3.118,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/WorkDocs" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.WorkLink/CoreCLR.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.WorkLink:CoreCLR:[3.3.446,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/WorkLink" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.WorkMail/CoreCLR.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.WorkMail:CoreCLR:[3.3.208,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/WorkMail" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.WorkSpaces/WinRT.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.WorkSpaces:WinRT:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/WorkSpaces" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/ARCZonalShift.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:ARCZonalShift:[3.7.426,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/ARCZonalShift" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/AccessAnalyzer.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:AccessAnalyzer:[3.3.641,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/AccessAnalyzer" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/AmplifyBackend.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:AmplifyBackend:[3.5.64,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/AmplifyBackend" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/AppConfigData.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:AppConfigData:[3.7.162,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/AppConfigData" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/BackupGateway.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:BackupGateway:[3.7.172,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/BackupGateway" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/BackupStorage.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:BackupStorage:[3.7.333,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/BackupStorage" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/ChimeSDKVoice.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:ChimeSDKVoice:[3.7.421,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/ChimeSDKVoice" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/CloudDirectory.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:CloudDirectory:[3.3.45,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/CloudDirectory" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/CloudFormation.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:CloudFormation:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/CloudFormation" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/CloudTrailData.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:CloudTrailData:[3.7.472,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/CloudTrailData" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/CloudWatchLogs.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:CloudWatchLogs:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/CloudWatchLogs" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/CloudWatchRUM.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:CloudWatchRUM:[3.7.171,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/CloudWatchRUM" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/EMRContainers.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:EMRContainers:[3.5.69,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/EMRContainers" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/EMRServerless.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:EMRServerless:[3.7.284,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/EMRServerless" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/Elasticsearch.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:Elasticsearch:[3.1.16,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Elasticsearch" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/FraudDetector.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:FraudDetector:[3.3.642,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/FraudDetector" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/GroundStation.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:GroundStation:[3.3.519,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/GroundStation" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/IdentityStore.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:IdentityStore:[3.3.800,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/IdentityStore" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/IoTEventsData.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:IoTEventsData:[3.3.521,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/IoTEventsData" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/IoTThingsGraph.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:IoTThingsGraph:[3.3.520,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/IoTThingsGraph" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/LakeFormation.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:LakeFormation:[3.3.564,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/LakeFormation" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/LicenseManager.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:LicenseManager:[3.3.418,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/LicenseManager" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/MediaStoreData.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:MediaStoreData:[3.3.197,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/MediaStoreData" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/Organizations.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:Organizations:[3.3.57,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Organizations" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/PinpointEmail.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:PinpointEmail:[3.3.402,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/PinpointEmail" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/RDSDataService.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:RDSDataService:[3.3.412,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/RDSDataService" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/ResourceGroups.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:ResourceGroups:[3.3.200,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/ResourceGroups" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/Route53Domains.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:Route53Domains:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Route53Domains" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/SecretsManager.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:SecretsManager:[3.3.261,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/SecretsManager" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/ServiceCatalog.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:ServiceCatalog:[3.1.83,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/ServiceCatalog" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/ServiceQuotas.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:ServiceQuotas:[3.3.538,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/ServiceQuotas" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/SimpleEmailV2.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:SimpleEmailV2:[3.3.630,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/SimpleEmailV2" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/SimpleWorkflow.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:SimpleWorkflow:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/SimpleWorkflow" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/StepFunctions.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:StepFunctions:[3.3.27,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/StepFunctions" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK/StorageGateway.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK:StorageGateway:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/StorageGateway" 6 | -------------------------------------------------------------------------------- /curations/NuGet/Azure.Core/TestFramework.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:Azure.Core:TestFramework:" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/core/Azure.Core.TestFramework" 6 | -------------------------------------------------------------------------------- /curations/NuGet/Azure.IoT/DeviceUpdate.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:Azure.IoT:DeviceUpdate:" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/deviceupdate/Azure.IoT.DeviceUpdate" 6 | -------------------------------------------------------------------------------- /curations/NuGet/Azure.ResourceManager/Avs.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:Azure.ResourceManager:Avs:" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/avs/Azure.ResourceManager.Avs" 6 | -------------------------------------------------------------------------------- /curations/NuGet/Azure.ResourceManager/Cdn.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:Azure.ResourceManager:Cdn:" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/cdn/Azure.ResourceManager.Cdn" 6 | -------------------------------------------------------------------------------- /curations/NuGet/Azure.ResourceManager/Dns.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:Azure.ResourceManager:Dns:" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/dns/Azure.ResourceManager.Dns" 6 | -------------------------------------------------------------------------------- /curations/NuGet/Azure/ResourceManager.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:Azure:ResourceManager:" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/resourcemanager/Azure.ResourceManager" 6 | -------------------------------------------------------------------------------- /curations/NuGet/Microsoft.AspNetCore/Testing.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:Microsoft.AspNetCore:Testing:[5.0.0,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "src/Testing/src" 6 | -------------------------------------------------------------------------------- /curations/NuGet/Microsoft.Azure/Management.Purview.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:Microsoft.Azure:Management.Purview:" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/purview" 6 | -------------------------------------------------------------------------------- /curations/NuGet/Microsoft.IO/Redist.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:Microsoft.IO:Redist:[5.0.0,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "src/libraries/Microsoft.IO.Redist" 6 | -------------------------------------------------------------------------------- /curations/NuGet/Microsoft/JSInterop.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:Microsoft:JSInterop:[5.0.0,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "src/JSInterop/Microsoft.JSInterop/src" 6 | -------------------------------------------------------------------------------- /curations/NuGet/System.Formats/Asn1.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:System.Formats:Asn1:[5.0.0,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "src/libraries/System.Formats.Asn1" 6 | -------------------------------------------------------------------------------- /curations/NuGet/System.Formats/Cbor.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:System.Formats:Cbor:[5.0.0,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "src/libraries/System.Formats.Cbor" 6 | -------------------------------------------------------------------------------- /curations/NuGet/System.IO/FileSystem.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:System.IO:FileSystem:[5.0.0,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "src/libraries/System.IO.FileSystem" 6 | -------------------------------------------------------------------------------- /curations/NuGet/System.IO/Packaging.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:System.IO:Packaging:[5.0.0,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "src/libraries/System.IO.Packaging" 6 | -------------------------------------------------------------------------------- /curations/NuGet/System.IO/Pipelines.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:System.IO:Pipelines:[5.0.0,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "src/libraries/System.IO.Pipelines" 6 | -------------------------------------------------------------------------------- /curations/NuGet/System.Linq/Parallel.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:System.Linq:Parallel:[5.0.0,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "src/libraries/System.Linq.Parallel" 6 | -------------------------------------------------------------------------------- /curations/NuGet/System.Net/Http.Json.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:System.Net:Http.Json:[5.0.0,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "src/libraries/System.Net.Http.Json" 6 | -------------------------------------------------------------------------------- /curations/NuGet/System.Net/Requests.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:System.Net:Requests:[5.0.0,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "src/libraries/System.Net.Requests" 6 | -------------------------------------------------------------------------------- /curations/NuGet/System.Net/Security.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:System.Net:Security:[5.0.0,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "src/libraries/System.Net.Security" 6 | -------------------------------------------------------------------------------- /curations/NuGet/System.Net/WebClient.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:System.Net:WebClient:[5.0.0,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "src/libraries/System.Net.WebClient" 6 | -------------------------------------------------------------------------------- /curations/NuGet/System.Net/WebProxy.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:System.Net:WebProxy:[5.0.0,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "src/libraries/System.Net.WebProxy" 6 | -------------------------------------------------------------------------------- /curations/NuGet/System.Text/Encoding.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:System.Text:Encoding:[5.0.0,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "src/libraries/System.Text.Encoding" 6 | -------------------------------------------------------------------------------- /curations/NuGet/System.Xml/XDocument.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:System.Xml:XDocument:[5.0.0,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "src/libraries/System.Xml.XDocument" 6 | -------------------------------------------------------------------------------- /curations/NuGet/System/Globalization.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:System:Globalization:[5.0.0,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "src/libraries/System.Globalization" 6 | -------------------------------------------------------------------------------- /curations/Pod/_/Firebase%2FCrashlytics.yml: -------------------------------------------------------------------------------- 1 | - id: "Pod::Firebase/Crashlytics:[7.0.0,)" 2 | curations: 3 | comment: | 4 | Set the VCS path of the module inside the multi-module 5 | repository. 6 | vcs: 7 | path: "Crashlytics" 8 | -------------------------------------------------------------------------------- /curations/Pod/_/Firebase%2FMessaging.yml: -------------------------------------------------------------------------------- 1 | - id: "Pod::Firebase/Messaging:[7.0.0,)" 2 | curations: 3 | comment: | 4 | Set the VCS path of the module inside the multi-module 5 | repository. 6 | vcs: 7 | path: "FirebaseMessaging" 8 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.APIGateway/CoreCLR.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.APIGateway:CoreCLR:[3.3.118,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/APIGateway" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.AWSHealth/CoreCLR.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.AWSHealth:CoreCLR:[3.3.118,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/AWSHealth" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.AWSSupport/CoreCLR.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.AWSSupport:CoreCLR:[3.3.118,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/AWSSupport" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.AWSSupport/Portable.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.AWSSupport:Portable:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/AWSSupport" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.ApiGatewayV2/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.ApiGatewayV2:PCL:[3.3.430,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/ApiGatewayV2" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.AppStream/CoreCLR.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.AppStream:CoreCLR:[3.3.118,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/AppStream" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.AutoScaling/WinRT.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.AutoScaling:WinRT:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/AutoScaling" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.CloudFront/CoreCLR.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.CloudFront:CoreCLR:[3.3.118,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/CloudFront" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.CloudFront/Portable.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.CloudFront:Portable:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/CloudFront" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.CloudHSMV2/CoreCLR.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.CloudHSMV2:CoreCLR:[3.3.137,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/CloudHSMV2" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.CloudSearch/WinRT.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.CloudSearch:WinRT:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/CloudSearch" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.CloudTrail/CoreCLR.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.CloudTrail:CoreCLR:[3.3.118,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/CloudTrail" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.CloudTrail/Portable.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.CloudTrail:Portable:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/CloudTrail" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.CloudWatch/CoreCLR.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.CloudWatch:CoreCLR:[3.3.118,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/CloudWatch" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.CloudWatch/Portable.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.CloudWatch:Portable:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/CloudWatch" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.CodeArtifact/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.CodeArtifact:PCL:[3.3.758,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/CodeArtifact" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.CodeBuild/CoreCLR.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.CodeBuild:CoreCLR:[3.3.118,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/CodeBuild" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.CodeCommit/CoreCLR.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.CodeCommit:CoreCLR:[3.3.118,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/CodeCommit" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.CodeDeploy/CoreCLR.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.CodeDeploy:CoreCLR:[3.3.118,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/CodeDeploy" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.CodeDeploy/Portable.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.CodeDeploy:Portable:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/CodeDeploy" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.CognitoSync/Unity.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.CognitoSync:Unity:[3.1.46,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/CognitoSync" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.CognitoSync/WinRT.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.CognitoSync:WinRT:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/CognitoSync" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Comprehend/CoreCLR.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Comprehend:CoreCLR:[3.3.199,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Comprehend" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.ConfigService/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.ConfigService:PCL:[3.1.0,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/ConfigService" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.ConfigService/WP8.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.ConfigService:WP8:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/ConfigService" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.CostExplorer/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.CostExplorer:PCL:[3.3.194,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/CostExplorer" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.DataExchange/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.DataExchange:PCL:[3.3.630,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/DataExchange" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.DataPipeline/WinRT.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.DataPipeline:WinRT:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/DataPipeline" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.DeviceFarm/CoreCLR.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.DeviceFarm:CoreCLR:[3.3.118,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/DeviceFarm" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.DirectConnect/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.DirectConnect:PCL:[3.1.0,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/DirectConnect" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.DirectConnect/WP8.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.DirectConnect:WP8:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/DirectConnect" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.DynamoDBv2/CoreCLR.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.DynamoDBv2:CoreCLR:[3.3.118,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/DynamoDBv2" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.DynamoDBv2/Portable.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.DynamoDBv2:Portable:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/DynamoDBv2" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.ElastiCache/WinRT.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.ElastiCache:WinRT:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/ElastiCache" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Elasticsearch/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Elasticsearch:PCL:[3.1.16,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Elasticsearch" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.FraudDetector/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.FraudDetector:PCL:[3.3.642,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/FraudDetector" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Greengrass/CoreCLR.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Greengrass:CoreCLR:[3.3.118,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Greengrass" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.GroundStation/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.GroundStation:PCL:[3.3.519,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/GroundStation" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.GuardDuty/CoreCLR.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.GuardDuty:CoreCLR:[3.3.198,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/GuardDuty" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.IdentityStore/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.IdentityStore:PCL:[3.3.800,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/IdentityStore" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Imagebuilder/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Imagebuilder:PCL:[3.3.640,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Imagebuilder" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.ImportExport/WinRT.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.ImportExport:WinRT:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/ImportExport" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Inspector/CoreCLR.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Inspector:CoreCLR:[3.3.118,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Inspector" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.IoTAnalytics/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.IoTAnalytics:PCL:[3.3.268,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/IoTAnalytics" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.IoTEventsData/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.IoTEventsData:PCL:[3.3.521,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/IoTEventsData" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.KinesisVideo/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.KinesisVideo:PCL:[3.3.199,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/KinesisVideo" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.LakeFormation/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.LakeFormation:PCL:[3.3.564,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/LakeFormation" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Lightsail/CoreCLR.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Lightsail:CoreCLR:[3.3.118,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Lightsail" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.MediaConnect/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.MediaConnect:PCL:[3.3.416,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/MediaConnect" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.MediaConvert/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.MediaConvert:PCL:[3.3.197,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/MediaConvert" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.MediaLive/CoreCLR.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.MediaLive:CoreCLR:[3.3.197,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/MediaLive" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.MediaPackage/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.MediaPackage:PCL:[3.3.197,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/MediaPackage" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.MediaStore/CoreCLR.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.MediaStore:CoreCLR:[3.3.197,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/MediaStore" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.MigrationHub/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.MigrationHub:PCL:[3.3.137,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/MigrationHub" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.OpsWorksCM/CoreCLR.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.OpsWorksCM:CoreCLR:[3.3.118,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/OpsWorksCM" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.Organizations/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.Organizations:PCL:[3.3.57,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/Organizations" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.PinpointEmail/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.PinpointEmail:PCL:[3.3.402,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/PinpointEmail" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.QuickSight/CoreCLR.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.QuickSight:CoreCLR:[3.3.412,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/QuickSight" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.RoboMaker/CoreCLR.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.RoboMaker:CoreCLR:[3.3.414,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/RoboMaker" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.S3Control/CoreCLR.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.S3Control:CoreCLR:[3.3.409,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/S3Control" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.SageMaker/CoreCLR.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.SageMaker:CoreCLR:[3.3.199,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/SageMaker" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.SavingsPlans/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.SavingsPlans:PCL:[3.3.624,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/SavingsPlans" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.SecurityToken/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.SecurityToken:PCL:[3.1.0,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/SecurityToken" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.SecurityToken/WP8.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.SecurityToken:WP8:[3.0.4,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/SecurityToken" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.ServiceQuotas/PCL.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.ServiceQuotas:PCL:[3.3.538,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/ServiceQuotas" 6 | -------------------------------------------------------------------------------- /curations/NuGet/AWSSDK.SimpleEmail/Unity.yml: -------------------------------------------------------------------------------- 1 | - id: "NuGet:AWSSDK.SimpleEmail:Unity:[3.1.46,)" 2 | curations: 3 | comment: "Set the VCS path of the module inside the multi-module repository." 4 | vcs: 5 | path: "sdk/src/Services/SimpleEmail" 6 | --------------------------------------------------------------------------------