github.com/myhau/pulumi/pkg/v3@v3.70.2-0.20221116134521-f2775972e587/codegen/testing/test/testdata/hyphen-url/schema.json (about) 1 { 2 "name": "registrygeoreplication", 3 "version": "0.0.1", 4 "resources": { 5 "registrygeoreplication:index:RegistryGeoReplication": { 6 "isComponent": true, 7 "inputProperties": { 8 "resourceGroup": { 9 "$ref": "/azure-native/v1.28.0/schema.json#/resources/azure-native:resources:ResourceGroup", 10 "description": "The resource group that hosts the component resource" 11 } 12 }, 13 "requiredInputs": ["resourceGroup"], 14 "properties": { 15 "registry": { 16 "$ref": "/azure-native/v1.28.0/schema.json#/resources/azure-native:containerregistry:Registry", 17 "description": "The Registry" 18 }, 19 "replication": { 20 "$ref": "/azure-native/v1.28.0/schema.json#/resources/azure-native:containerregistry:Replication", 21 "description": "The replication policy" 22 }, 23 "acrLoginServerOut": { 24 "type": "string", 25 "description": "The login server url" 26 } 27 }, 28 "required": ["acrLoginServerOut", "registry", "replication"] 29 } 30 }, 31 "language": { 32 "csharp": { 33 "packageReferences": { 34 "Pulumi.AzureNative": "1.28.*" 35 }, 36 "projectReferences": [ 37 "..\\..\\..\\..\\..\\..\\..\\sdk\\dotnet\\Pulumi\\Pulumi.csproj" 38 ] 39 }, 40 "go": { 41 "generateResourceContainerTypes": true, 42 "importBasePath": "github.com/pulumi/pulumi-registrygeoreplication/sdk/go/registrygeoreplication", 43 "generateExtraInputTypes": true 44 }, 45 "nodejs": { 46 "dependencies": { 47 "@pulumi/pulumi": "^3.7.0", 48 "@pulumi/azure-native": "^1.28.0" 49 }, 50 "devDependencies": { 51 "typescript": "^3.7.0" 52 } 53 }, 54 "python": { 55 "requires": { 56 "pulumi": ">=3.0.0,<4.0.0", 57 "pulumi-azure-native": ">=1.0.0,<2.0.0" 58 } 59 } 60 } 61 }