MCPcopy Create free account

hub / github.com/Azure/azure-resource-manager-schemas / functions

Functions185 in github.com/Azure/azure-resource-manager-schemas

MethodCleanOutputFolderForFullGeneration
(string outputFolder)
src/TemplateSchemaGenerator/MainGenerator.cs:110
MethodCollectNamedTypes
(TypeBase type, string resourceTypeName)
src/TemplateSchemaGenerator/Generators/JsonSchemaGenerator.cs:244
MethodConvertDiscriminatedObjectType
(DiscriminatedObjectType discType, HashSet<TypeBase> stack)
src/TemplateSchemaGenerator/Generators/JsonSchemaGenerator.cs:736
MethodConvertDiscriminatedObjectTypeResourceBody
(DiscriminatedObjectType discriminatedBody, string resourceTypeName, string apiVersion)
src/TemplateSchemaGenerator/Generators/JsonSchemaGenerator.cs:416
MethodConvertObjectType
(ObjectType objectType, HashSet<TypeBase> stack)
src/TemplateSchemaGenerator/Generators/JsonSchemaGenerator.cs:713
MethodConvertObjectTypeResourceBody
(ObjectType bodyType, string resourceTypeName, string apiVersion)
src/TemplateSchemaGenerator/Generators/JsonSchemaGenerator.cs:393
MethodConvertUnionType
(UnionType unionType, HashSet<TypeBase> stack)
src/TemplateSchemaGenerator/Generators/JsonSchemaGenerator.cs:663
MethodConvertWritableProperties
(IEnumerable<KeyValuePair<string, ObjectTypeProperty>> properties, HashSet<TypeBase> stack)
src/TemplateSchemaGenerator/Generators/JsonSchemaGenerator.cs:684
MethodCreateEnumSchema
(params string[] values)
src/TemplateSchemaGenerator/Generators/JsonSchemaGenerator.cs:811
MethodDfs
(string node)
src/TemplateSchemaGenerator.Tests/JsonSchemaGeneratorTests.cs:224
MethodEnsureRequiredIfPresent
(JsonObject properties, JsonArray required, string propertyName)
src/TemplateSchemaGenerator/Generators/JsonSchemaGenerator.cs:473
MethodEnumerateLocalDefinitionRefs
(JsonNode? node)
src/TemplateSchemaGenerator.Tests/JsonSchemaGeneratorTests.cs:165
MethodExportAsTemplate_should_produce_expected_results
(EmbeddedFile resourcesFile)
src/TemplateSchemaGenerator.Tests/ExportTemplateEngineScenarioTests.cs:153
MethodFetchSchema
(string fileName)
src/TemplateSchemaGenerator.Tests/ExportTemplateEngineScenarioTests.cs:71
MethodFindCycles
(IReadOnlyDictionary<string, HashSet<string>> edgesByDefinition)
src/TemplateSchemaGenerator.Tests/JsonSchemaGeneratorTests.cs:207
MethodFindMostRecentLocationInsensitiveRegistration
(string subscriptionId, string resourceProviderNamespace, string resourceType, string? oboToken = null, string
src/TemplateSchemaGenerator.Tests/ExportTemplateEngineScenarioTests.cs:94
MethodFindMostSpecificRegistration
(string subscriptionId, string resourceProviderNamespace, string resourceType, string location, string apiVers
src/TemplateSchemaGenerator.Tests/ExportTemplateEngineScenarioTests.cs:99
MethodFindRegistrationsForSubscription
(string subscriptionId, string resourceProviderNamespace, string? oboToken = null, string? oboCorrelationId =
src/TemplateSchemaGenerator.Tests/ExportTemplateEngineScenarioTests.cs:104
MethodFull_generation_preserves_hand_authored_schemas
()
src/TemplateSchemaGenerator.Tests/OutputPreservationTests.cs:19
MethodGenerate
(ImmutableArray<ResourceRef> resourceRefs)
src/TemplateSchemaGenerator/Generators/AutogeneratedResourcesGenerator.cs:16
MethodGetApiVersionForRoutingResourceType
(string subscriptionId, string resourceId, string apiProfileId, string? oboToken = null, string? oboCorrelatio
src/TemplateSchemaGenerator.Tests/ExportTemplateEngineScenarioTests.cs:118
MethodGetArmResourceDefinitionKey_sanitizes_unsafe_characters
()
src/TemplateSchemaGenerator.Tests/JsonSchemaGeneratorTests.cs:134
MethodGetContentStreamAtPath
(string path)
src/TemplateSchemaGenerator/ResourceTypeProvider.cs:63
MethodGetDeploymentSettings
()
src/TemplateSchemaGenerator.Tests/ExportTemplateEngineScenarioTests.cs:196
MethodGetGroupedTypes
(Options options)
src/TemplateSchemaGenerator/MainGenerator.cs:33
MethodGetReferencedTypes
(TypeBase type, HashSet<TypeBase> types)
src/TemplateSchemaGenerator/Generators/JsonSchemaGenerator.cs:270
MethodGetRelativeSchemaPath
(string schemaId)
src/TemplateSchemaGenerator.Tests/TestSchemaCache.cs:83
MethodGetRelativeSchemaPath
(string schemaId)
src/DeploymentsSchemaTests/TestSchemaCache.cs:87
MethodGetResourceProvidersToRegister
(string subscriptionId, DeploymentResource[] deploymentResources, string? oboToken = null, string? oboCorrelat
src/TemplateSchemaGenerator.Tests/ExportTemplateEngineScenarioTests.cs:123
MethodGetSchemasForProvider
<inheritdoc/>
src/DeploymentsSchemaTests/TestSchemaCache.cs:153
MethodGetSchemasForResourceType
<inheritdoc/>
src/TemplateSchemaGenerator.Tests/TestSchemaCache.cs:160
MethodGetSchemasForResourceType
<inheritdoc/>
src/DeploymentsSchemaTests/TestSchemaCache.cs:164
MethodGetScopeResourceDefinitionsKey
(ScopeType scopeType)
src/TemplateSchemaGenerator/Generators/JsonSchemaGenerator.cs:336
MethodGetSubscriptionRegistrationState
(string subscriptionId, string resourceProviderNamespace, string? oboToken = null, string? oboCorrelationId =
src/TemplateSchemaGenerator.Tests/ExportTemplateEngineScenarioTests.cs:128
MethodIsPlainStringSchema
(JsonObject schema)
src/TemplateSchemaGenerator/Generators/JsonSchemaGenerator.cs:796
MethodIsRegistrationRequired
(string subscriptionId, string resourceProviderNamespace, string? oboToken = null, string? oboCorrelationId =
src/TemplateSchemaGenerator.Tests/ExportTemplateEngineScenarioTests.cs:133
MethodJsonPointerEscape
(string segment)
src/TemplateSchemaGenerator/Generators/JsonSchemaGenerator.cs:808
MethodJsonSchemaConverter
(ISet<string> defNames)
src/TemplateSchemaGenerator/Generators/JsonSchemaGenerator.cs:376
MethodListFiles
()
src/TemplateSchemaGenerator.Tests/ExportTemplateEngineScenarioTests.cs:81
MethodLoadNamespaceFunctionType
(CrossFileTypeReference reference)
src/TemplateSchemaGenerator.Tests/OutputPreservationTests.cs:79
MethodLoadResourceFunctionType
(CrossFileTypeReference reference)
src/TemplateSchemaGenerator.Tests/OutputPreservationTests.cs:62
MethodLoadType
(CrossFileTypeReference reference)
src/TemplateSchemaGenerator.Tests/OutputPreservationTests.cs:77
MethodMain
(string[] args)
src/TemplateSchemaGenerator/Program.cs:12
MethodOfflineSchema
(string providerNamespace, string apiVersion, JToken schemaContent)
src/TemplateSchemaGenerator.Tests/TestSchemaCache.cs:67
MethodOfflineSchema
(string providerNamespace, string apiVersion, JToken schemaContent)
src/DeploymentsSchemaTests/TestSchemaCache.cs:71
MethodParseResourceTypeName
(string name)
src/TemplateSchemaGenerator/Generators/JsonSchemaGenerator.cs:233
MethodPerformExport
(ResourceProxyDefinition[] resources)
src/TemplateSchemaGenerator.Tests/ExportTemplateEngineScenarioTests.cs:170
MethodRefToDef
(string name)
src/TemplateSchemaGenerator/Generators/JsonSchemaGenerator.cs:793
MethodResourceTypeProvider
(IFileSystem fileSystem, string sourceFolder)
src/TemplateSchemaGenerator/ResourceTypeProvider.cs:19
MethodRewriteNameEnumToFullNamePattern
(JsonObject properties, string typeName)
src/TemplateSchemaGenerator/Generators/JsonSchemaGenerator.cs:488
MethodSanitizeArmSchemaKey
(string value)
src/TemplateSchemaGenerator/Generators/JsonSchemaGenerator.cs:230
MethodSchema_definitions_do_not_contain_ref_cycles
(EmbeddedFile embeddedFile)
src/TemplateSchemaGenerator.Tests/JsonSchemaGeneratorTests.cs:44
MethodSchema_generation_does_not_emit_Type_or_ApiVersion_case_variants
()
src/TemplateSchemaGenerator.Tests/JsonSchemaGeneratorTests.cs:143
MethodSchema_generation_works
(EmbeddedFile embeddedFile)
src/TemplateSchemaGenerator.Tests/JsonSchemaGeneratorTests.cs:19
MethodShouldBreakCycle
(string providerNamespace, string jsonPath)
src/TemplateSchemaGenerator/Generators/JsonSchemaGenerator.cs:66
MethodShouldPreserveFile
(string filePath)
src/TemplateSchemaGenerator/MainGenerator.cs:124
MethodSortKeysRecursive
(JsonObject obj)
src/TemplateSchemaGenerator/Generators/JsonSchemaGenerator.cs:346
MethodSortKeysRecursiveCore
(JsonNode? node)
src/TemplateSchemaGenerator/Generators/JsonSchemaGenerator.cs:353
MethodTestResourceTypeRegistrationProvider
(INormalizedSchemaCache schemaCache)
src/TemplateSchemaGenerator.Tests/ExportTemplateEngineScenarioTests.cs:89
MethodTestSchemaCache
(ResultWithErrors<ResourceTypeSchema[]> schemaResults)
src/TemplateSchemaGenerator.Tests/TestSchemaCache.cs:40
MethodTestSchemaCache
(ResultWithErrors<ResourceTypeSchema[]> schemaResults)
src/DeploymentsSchemaTests/TestSchemaCache.cs:44
MethodTestSchemaLoader
()
src/TemplateSchemaGenerator.Tests/DeploymentsTests.cs:11
MethodTestSchemaLoader
()
src/DeploymentsSchemaTests/DeploymentsTests.cs:14
MethodToRef
(ResourceRef resourceRef, ScopeType targetScope)
src/TemplateSchemaGenerator/Generators/AutogeneratedResourcesGenerator.cs:44
MethodTryConvertToDefinitionRef
(TypeBase type, out JsonObject? schema)
src/TemplateSchemaGenerator/Generators/JsonSchemaGenerator.cs:539
MethodValidateDeploymentLocationAcceptable
(IDeploymentRequestContext deploymentContext, string deploymentLocation, string? oboToken = null, string? oboC
src/TemplateSchemaGenerator.Tests/ExportTemplateEngineScenarioTests.cs:138
MethodWriteJsonFile
(Options options, string path, JsonNode content)
src/TemplateSchemaGenerator/MainGenerator.cs:26
FunctiongetBasePathString
(localPath: string, basePath: string)
generator/specs.ts:49
FunctionpostProcessor
(namespace, apiVersion, schema)
generator/processors/Microsoft.Resources.ts:63
FunctionpostProcessor
(namespace, apiVersion, schema)
generator/processors/Microsoft.SecurityInsights.ts:6
FunctionpostProcessor
(namespace, apiVersion, schema)
generator/processors/Microsoft.ServiceFabric.ts:6
FunctionpostProcessor
(namespace, apiVersion, schema)
generator/processors/Microsoft.AwsConnector.ts:6
FunctionpostProcessor
(namespace, apiVersion, schema)
generator/processors/Microsoft.MachineLearningServices.ts:6
FunctionpostProcessor
(namespace, apiVersion, schema)
generator/processors/Microsoft.Network.ts:6
FunctionpostProcessor
(namespace, apiVersion, schema)
generator/processors/Microsoft.Insights.Application.ts:5
FunctionpostProcessor
(namespace, apiVersion, schema)
generator/processors/Microsoft.MachineLearning.ts:6
FunctionpostProcessor
(namespace, apiVersion, schema)
generator/processors/Microsoft.Storage.ts:5
FunctionpostProcessor
(namespace, apiVersion, schema)
generator/processors/Microsoft.Authorization.ts:5
FunctionpostProcessor
(namespace, apiVersion, schema)
generator/processors/Microsoft.Kusto.ts:143
FunctionpostProcessor
(namespace, apiVersion, schema, onSave)
generator/processors/Microsoft.Compute.ts:5
FunctionpostProcessor
(namespace, apiVersion, schema)
generator/processors/Microsoft.CostManagement.ts:6
FunctionpostProcessor
(namespace, apiVersion, schema)
generator/processors/Microsoft.Resources.Deployments.ts:30
FunctionpostProcessor
(namespace, apiVersion, schema)
generator/processors/Microsoft.ProviderHub.ts:6
FunctionpostProcessor
(namespace, apiVersion, schema)
generator/processors/Microsoft.AzureStackHCI.ts:6
FunctionschemaRefComparer
(schemaRefA: string, schemaRefB: string)
generator/generate.ts:325
← previous101–185 of 185, ranked by callers