Skip to content

Commit 49cbb21

Browse files
[create-pull-request] automated change
1 parent 4b9f6d9 commit 49cbb21

4 files changed

Lines changed: 26 additions & 18 deletions

File tree

src/Aspire.Hosting.Azure.Network/api/Aspire.Hosting.Azure.Network.ats.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,25 +13,25 @@ Aspire.Hosting.Azure.Network/Aspire.Hosting.Azure.AzureVirtualNetworkResource
1313
# DTO Types
1414
Aspire.Hosting.Azure.Network/Aspire.Hosting.Azure.AzureNspAccessRule # Represents an access rule configuration for an Azure Network Security Perimeter.
1515
AddressPrefixes?: Aspire.Hosting/List<string> # Gets the list of inbound address prefixes (CIDR ranges) allowed by this rule.
16-
AddressPrefixReferences?: Aspire.Hosting/List<Aspire.Hosting/Aspire.Hosting.ApplicationModel.ReferenceExpression> # Gets the list of inbound address prefixes (CIDR ranges) values allowed by this rule.
16+
AddressPrefixReferences?: Aspire.Hosting/List<Aspire.Hosting/Aspire.Hosting.ApplicationModel.ReferenceExpression> # Gets the list of inbound address prefixes (CIDR ranges) `ReferenceExpression` values allowed by this rule.
1717
Direction: enum:Azure.Provisioning.Network.NetworkSecurityPerimeterAccessRuleDirection # Gets or sets the direction of the rule.
18-
FullyQualifiedDomainNameReferences?: Aspire.Hosting/List<Aspire.Hosting/Aspire.Hosting.ApplicationModel.ReferenceExpression> # Gets the fully qualified domain name values allowed by this rule.
18+
FullyQualifiedDomainNameReferences?: Aspire.Hosting/List<Aspire.Hosting/Aspire.Hosting.ApplicationModel.ReferenceExpression> # Gets the fully qualified domain name `ReferenceExpression` values allowed by this rule.
1919
FullyQualifiedDomainNames?: Aspire.Hosting/List<string> # Gets the list of fully qualified domain names (FQDNs) allowed by this rule.
2020
Name: string # Gets or sets the name of the access rule. This name must be unique within the perimeter profile.
21-
SubscriptionReferences?: Aspire.Hosting/List<Aspire.Hosting/Aspire.Hosting.ApplicationModel.ReferenceExpression> # Gets the subscription resource ID values allowed by this rule.
21+
SubscriptionReferences?: Aspire.Hosting/List<Aspire.Hosting/Aspire.Hosting.ApplicationModel.ReferenceExpression> # Gets the subscription resource ID `ReferenceExpression` values allowed by this rule.
2222
Subscriptions?: Aspire.Hosting/List<string> # Gets the list of subscription IDs allowed by this rule.
2323
Aspire.Hosting.Azure.Network/Aspire.Hosting.Azure.AzureSecurityRule # Represents a security rule configuration for an Azure Network Security Group.
2424
Access: enum:Azure.Provisioning.Network.SecurityRuleAccess # Gets or sets whether network traffic is allowed or denied.
2525
Description: string # Gets or sets an optional description for the security rule.
2626
DestinationAddressPrefix: string # Gets or sets the destination address prefix. Defaults to "*" (any).
27-
DestinationAddressPrefixReference: Aspire.Hosting/Aspire.Hosting.ApplicationModel.ReferenceExpression # Gets or sets a whose value is resolved at deploy time and used as the destination address prefix for the rule. Takes precedence over .
27+
DestinationAddressPrefixReference: Aspire.Hosting/Aspire.Hosting.ApplicationModel.ReferenceExpression # Gets or sets a `ReferenceExpression` whose value is resolved at deploy time and used as the destination address prefix for the rule. Takes precedence over `DestinationAddressPrefix`.
2828
DestinationPortRange: string # Gets or sets the destination port range. Use "*" for any, or a range like "80-443".
2929
Direction: enum:Azure.Provisioning.Network.SecurityRuleDirection # Gets or sets the direction of the rule.
3030
Name: string # Gets or sets the name of the security rule. This name must be unique within the Network Security Group.
3131
Priority: number # Gets or sets the priority of the rule. Valid values are between 100 and 4096. Lower numbers have higher priority.
3232
Protocol: enum:Azure.Provisioning.Network.SecurityRuleProtocol # Gets or sets the network protocol this rule applies to.
3333
SourceAddressPrefix: string # Gets or sets the source address prefix. Defaults to "*" (any).
34-
SourceAddressPrefixReference: Aspire.Hosting/Aspire.Hosting.ApplicationModel.ReferenceExpression # Gets or sets a whose value is resolved at deploy time and used as the source address prefix for the rule. Takes precedence over .
34+
SourceAddressPrefixReference: Aspire.Hosting/Aspire.Hosting.ApplicationModel.ReferenceExpression # Gets or sets a `ReferenceExpression` whose value is resolved at deploy time and used as the source address prefix for the rule. Takes precedence over `SourceAddressPrefix`.
3535
SourcePortRange: string # Gets or sets the source port range. Defaults to "*" (any).
3636

3737
# Exported Values

src/Aspire.Hosting.Azure.ServiceBus/api/Aspire.Hosting.Azure.ServiceBus.ats.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Aspire.Hosting.Azure.ServiceBus/Aspire.Hosting.Azure.AzureServiceBusCorrelationF
2020
SendTo: string # Address to send to.
2121
SessionId: string # Session identifier.
2222
Subject: string # Application specific label.
23-
Aspire.Hosting.Azure.ServiceBus/Aspire.Hosting.Azure.AzureServiceBusRule # Represents a Service Bus Rule. Initializes a new instance of the class.
23+
Aspire.Hosting.Azure.ServiceBus/Aspire.Hosting.Azure.AzureServiceBusRule # Represents a Service Bus Rule. Initializes a new instance of the `AzureServiceBusRule` class.
2424
CorrelationFilter: Aspire.Hosting.Azure.ServiceBus/Aspire.Hosting.Azure.AzureServiceBusCorrelationFilter # Properties of correlation filter.
2525
FilterType: enum:Aspire.Hosting.Azure.AzureServiceBusFilterType # Filter type that is evaluated against a BrokeredMessage.
2626
Name: string # The rule name.

src/Aspire.Hosting.Docker/api/Aspire.Hosting.Docker.ats.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,12 @@ Aspire.Hosting.Docker.Resources/ComposeFile.setVersion(context: Aspire.Hosting.D
208208
Aspire.Hosting.Docker.Resources/ComposeFile.setVolumes(context: Aspire.Hosting.Docker/Aspire.Hosting.Docker.Resources.ComposeFile, value: Aspire.Hosting/Dict<string,Aspire.Hosting.Docker/Aspire.Hosting.Docker.Resources.ServiceNodes.Volume>) -> Aspire.Hosting.Docker/Aspire.Hosting.Docker.Resources.ComposeFile
209209
Aspire.Hosting.Docker.Resources/ComposeFile.version(context: Aspire.Hosting.Docker/Aspire.Hosting.Docker.Resources.ComposeFile) -> string
210210
Aspire.Hosting.Docker.Resources/ComposeFile.volumes(context: Aspire.Hosting.Docker/Aspire.Hosting.Docker.Resources.ComposeFile) -> Aspire.Hosting/Dict<string,Aspire.Hosting.Docker/Aspire.Hosting.Docker.Resources.ServiceNodes.Volume>
211+
Aspire.Hosting.Docker/addComposeFileConfig(name: string, file?: string, content?: string, external?: boolean, configure?: callback) -> Aspire.Hosting.Docker/Aspire.Hosting.Docker.Resources.ComposeFile
212+
Aspire.Hosting.Docker/addComposeFileNetwork(name: string, driver?: string, external?: boolean, configure?: callback) -> Aspire.Hosting.Docker/Aspire.Hosting.Docker.Resources.ComposeFile
213+
Aspire.Hosting.Docker/addComposeFileSecret(name: string, file?: string, external?: boolean, configure?: callback) -> Aspire.Hosting.Docker/Aspire.Hosting.Docker.Resources.ComposeFile
214+
Aspire.Hosting.Docker/addComposeFileService(name: string, image?: string, configure?: callback) -> Aspire.Hosting.Docker/Aspire.Hosting.Docker.Resources.ComposeFile
215+
Aspire.Hosting.Docker/addComposeFileVolume(name: string, driver?: string, external?: boolean, configure?: callback) -> Aspire.Hosting.Docker/Aspire.Hosting.Docker.Resources.ComposeFile
216+
Aspire.Hosting.Docker/addComposeServiceVolume(source: string, target: string, type?: string, isReadOnly?: boolean, configure?: callback) -> Aspire.Hosting.Docker/Aspire.Hosting.Docker.Resources.ComposeNodes.Service
211217
Aspire.Hosting.Docker/addDockerComposeEnvironment(name: string) -> Aspire.Hosting.Docker/Aspire.Hosting.Docker.DockerComposeEnvironmentResource
212218
Aspire.Hosting.Docker/asEnvironmentPlaceholder(dockerComposeService: Aspire.Hosting.Docker/Aspire.Hosting.Docker.DockerComposeServiceResource) -> string
213219
Aspire.Hosting.Docker/CapturedEnvironmentVariable.defaultValue(context: Aspire.Hosting.Docker/Aspire.Hosting.Docker.CapturedEnvironmentVariable) -> string

src/Aspire.Hosting/api/Aspire.Hosting.ats.txt

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Aspire.Hosting/Aspire.Hosting.ApplicationModel.EnvironmentEditor
2929
Aspire.Hosting/Aspire.Hosting.ApplicationModel.ExecutableResource
3030
Aspire.Hosting/Aspire.Hosting.ApplicationModel.ExecuteCommandContext [ExposeProperties]
3131
Aspire.Hosting/Aspire.Hosting.ApplicationModel.IAspireStore [interface, ExposeProperties]
32+
Aspire.Hosting/Aspire.Hosting.ApplicationModel.IComputeEnvironmentResource [interface]
3233
Aspire.Hosting/Aspire.Hosting.ApplicationModel.IExecutionConfigurationBuilder [interface]
3334
Aspire.Hosting/Aspire.Hosting.ApplicationModel.IExecutionConfigurationResult [interface]
3435
Aspire.Hosting/Aspire.Hosting.ApplicationModel.IExpressionValue [interface]
@@ -95,22 +96,22 @@ Aspire.Hosting/Aspire.Hosting.ApplicationModel.CertificateTrustExecutionConfigur
9596
CertificateDirectoriesPath: Aspire.Hosting/Aspire.Hosting.ApplicationModel.ReferenceExpression # The path(s) to the certificate directories in the resource context (e.g., container filesystem).
9697
IsContainer: boolean # Is this request being generated for a container resource (i.e. does it require Linux style paths?).
9798
RootCertificatesPath: string # The root path certificates will be written to in the resource context (e.g., container filesystem).
98-
Aspire.Hosting/Aspire.Hosting.ApplicationModel.CommandOptions # Optional configuration for resource commands added with .
99+
Aspire.Hosting/Aspire.Hosting.ApplicationModel.CommandOptions # Optional configuration for resource commands added with `WithCommand``1`.
99100
Arguments: Aspire.Hosting/Aspire.Hosting.InteractionInput[] # Gets or sets the invocation arguments accepted by the command.
100101
ConfirmationMessage: string # When a confirmation message is specified, the UI will prompt with an OK/Cancel dialog and the confirmation message before starting the command.
101102
Description: string # Optional description of the command, to be shown in the UI. Could be used as a tooltip. May be localized.
102103
IconName: string # The icon name for the command. The name should be a valid FluentUI icon name from .
103104
IconVariant?: enum:Aspire.Hosting.ApplicationModel.IconVariant # The icon variant.
104105
IsHighlighted: boolean # A flag indicating whether the command is highlighted in the UI.
105106
Parameter: any # Obsolete optional parameter that configures the command in some way. Clients must return any value provided by the server when invoking the command.
106-
UpdateState: callback # A callback that is used to update the command state. The callback is executed when the command's resource snapshot is updated.If a callback isn't specified, the command is always enabled.
107+
UpdateState: callback # A callback that is used to update the command state. The callback is executed when the command's resource snapshot is updated. If a callback isn't specified, the command is always enabled.
107108
ValidateArguments: callback # Gets or sets the callback that validates invocation arguments before the command callback is executed.
108109
Visibility: enum:Aspire.Hosting.ApplicationModel.ResourceCommandVisibility # Gets or sets where the command is visible to users and clients.
109110
Aspire.Hosting/Aspire.Hosting.ApplicationModel.CommandResultData # Represents a value produced by a command.
110-
DisplayImmediately: boolean # When , the dashboard will immediately display the value in a dialog when the command completes.
111-
Format: enum:Aspire.Hosting.ApplicationModel.CommandResultFormat # The format of the data.
111+
DisplayImmediately: boolean # When `true`, the dashboard will immediately display the value in a dialog when the command completes.
112+
Format: enum:Aspire.Hosting.ApplicationModel.CommandResultFormat # The format of the `Value` data.
112113
Value: string # The value data.
113-
Aspire.Hosting/Aspire.Hosting.ApplicationModel.ExecuteCommandResult # The result of executing a command. Returned from .
114+
Aspire.Hosting/Aspire.Hosting.ApplicationModel.ExecuteCommandResult # The result of executing a command. Returned from `ExecuteCommand`.
114115
Canceled: boolean # A flag that indicates whether the command was canceled by the user.
115116
Data: Aspire.Hosting/Aspire.Hosting.ApplicationModel.CommandResultData # An optional value produced by the command.
116117
ErrorMessage: string # An optional error message that can be set when the command is unsuccessful.
@@ -166,9 +167,9 @@ Aspire.Hosting/Aspire.Hosting.ApplicationModel.ProcessCommandSpecExportData # AT
166167
StandardInputContent: string # Standard input content to write to the process after it starts.
167168
WorkingDirectory: string # The working directory for the process.
168169
Aspire.Hosting/Aspire.Hosting.ApplicationModel.ResourceUrlAnnotation # A URL that should be displayed for a resource.
169-
DisplayLocation: enum:Aspire.Hosting.ApplicationModel.UrlDisplayLocation # Locations where this URL should be shown on the dashboard. Defaults to .
170+
DisplayLocation: enum:Aspire.Hosting.ApplicationModel.UrlDisplayLocation # Locations where this URL should be shown on the dashboard. Defaults to `SummaryAndDetails`.
170171
DisplayText: string # The name of the URL. When rendered as a link this will be used as the linked text.
171-
Endpoint: Aspire.Hosting/Aspire.Hosting.ApplicationModel.EndpointReference # The endpoint associated with this URL. Can be null if this URL is not associated with an endpoint.
172+
Endpoint: Aspire.Hosting/Aspire.Hosting.ApplicationModel.EndpointReference # The endpoint associated with this URL. Can be `null` if this URL is not associated with an endpoint.
172173
Url: string # The URL. When rendered as a link this will be used as the link target.
173174
Aspire.Hosting/Aspire.Hosting.Ats.AddContainerOptions # Options for configuring a container image in polyglot apphosts.
174175
Image: string # The container image name.
@@ -211,16 +212,16 @@ Aspire.Hosting/Aspire.Hosting.Ats.ResourceEventDto # DTO for resource events ret
211212
State: string # The current state text.
212213
StateStyle: string # The state style (e.g., "success", "warn", "error").
213214
Aspire.Hosting/Aspire.Hosting.InteractionInput # Represents an input for an interaction.
214-
AllowCustomChoice: boolean # Gets a value indicating whether a custom choice is allowed. Only used by inputs.
215+
AllowCustomChoice: boolean # Gets a value indicating whether a custom choice is allowed. Only used by `Choice` inputs.
215216
Description: string # Gets or sets the description for the input.
216-
Disabled: boolean # Gets or sets a value indicating whether a custom choice is allowed. Only used by inputs.
217-
DynamicLoading: Aspire.Hosting/Aspire.Hosting.InputLoadOptions # Gets the for the input. Dynamic loading is used to load data and update inputs after a prompt has started. It can also be used to reload data and update inputs after a dependant input has changed.
218-
EnableDescriptionMarkdown: boolean # Gets or sets a value indicating whether the description should be rendered as Markdown. Setting this to true allows a description to contain Markdown elements such as links, text decoration and lists.
217+
Disabled: boolean # Gets or sets a value indicating whether a custom choice is allowed. Only used by `Choice` inputs.
218+
DynamicLoading: Aspire.Hosting/Aspire.Hosting.InputLoadOptions # Gets the `InputLoadOptions` for the input. Dynamic loading is used to load data and update inputs after a prompt has started. It can also be used to reload data and update inputs after a dependant input has changed.
219+
EnableDescriptionMarkdown: boolean # Gets or sets a value indicating whether the description should be rendered as Markdown. Setting this to `true` allows a description to contain Markdown elements such as links, text decoration and lists.
219220
InputType: enum:Aspire.Hosting.InputType # Gets or sets the type of the input.
220221
Label: string # Gets or sets the label for the input. If not specified, the name will be used as the label.
221222
MaxLength?: number # gets or sets the maximum length for text inputs.
222223
Name: string # Gets or sets the name for the input. Used for accessing inputs by name from a keyed collection.
223-
Options: System.Private.CoreLib/System.Collections.Generic.KeyValuePair`2[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]][] # Gets or sets the options for the input. Only used by inputs.
224+
Options: System.Private.CoreLib/System.Collections.Generic.KeyValuePair`2[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]][] # Gets or sets the options for the input. Only used by `Choice` inputs.
224225
Placeholder: string # Gets the placeholder text for the input.
225226
Required: boolean # Gets or sets a value indicating whether the input is required.
226227
Value: string # Gets or sets the value of the input.
@@ -579,6 +580,7 @@ Aspire.Hosting/withBuilderRelationship(resourceBuilder: Aspire.Hosting/Aspire.Ho
579580
Aspire.Hosting/withCertificateTrustConfig(configContextFactory: callback) -> Aspire.Hosting/Aspire.Hosting.ApplicationModel.IExecutionConfigurationBuilder
580581
Aspire.Hosting/withCertificateTrustScope(scope: enum:Aspire.Hosting.ApplicationModel.CertificateTrustScope) -> Aspire.Hosting/Aspire.Hosting.ApplicationModel.IResourceWithEnvironment
581582
Aspire.Hosting/withCommand(name: string, displayName: string, executeCommand: callback, commandOptions?: Aspire.Hosting/Aspire.Hosting.ApplicationModel.CommandOptions) -> Aspire.Hosting/Aspire.Hosting.ApplicationModel.IResource
583+
Aspire.Hosting/withComputeEnvironment(computeEnvironmentResource: Aspire.Hosting/Aspire.Hosting.ApplicationModel.IComputeEnvironmentResource) -> Aspire.Hosting/Aspire.Hosting.ApplicationModel.IComputeResource
582584
Aspire.Hosting/withConnectionProperty(name: string, value: string|Aspire.Hosting/Aspire.Hosting.ApplicationModel.ReferenceExpression) -> Aspire.Hosting/Aspire.Hosting.ApplicationModel.IResourceWithConnectionString
583585
Aspire.Hosting/withContainerCertificatePaths(customCertificatesDestination?: string, defaultCertificateBundlePaths?: string[], defaultCertificateDirectoryPaths?: string[]) -> Aspire.Hosting/Aspire.Hosting.ApplicationModel.ContainerResource
584586
Aspire.Hosting/withContainerFilesSource(sourcePath: string) -> Aspire.Hosting/Aspire.Hosting.IResourceWithContainerFiles

0 commit comments

Comments
 (0)