From fa2214584ce6ddda2c41d8bbe86f99c68f1ca5e3 Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Thu, 23 Jan 2025 17:45:08 -0800 Subject: [PATCH] fix up missing periods --- docs/azure/key-azure-services.md | 6 +- docs/azure/migration/vm.md | 2 +- docs/azure/sdk/resource-management.md | 4 +- .../aspnet-core/6.0/obsolete-removed-apis.md | 2 +- .../prepare-libraries-for-trimming.md | 2 +- .../trimming/trim-warnings/il2016.md | 4 +- .../trimming/trim-warnings/il2017.md | 4 +- docs/core/diagnostics/built-in-metrics.md | 2 +- docs/core/diagnostics/compare-metric-apis.md | 3 +- docs/core/diagnostics/debug-stackoverflow.md | 8 +- docs/core/diagnostics/event-counters.md | 8 +- .../eventsource-getting-started.md | 2 +- .../eventsource-instrumentation.md | 5 +- docs/core/docker/container-images.md | 4 +- .../extensions/custom-logging-provider.md | 2 +- docs/core/extensions/logging.md | 4 +- docs/core/extensions/options.md | 2 +- docs/core/install/windows.md | 2 +- docs/core/porting/modernize.md | 2 +- .../porting/net-framework-tech-unavailable.md | 2 +- .../upgrade-assistant-how-to-analyze.md | 4 +- .../upgrade-assistant-how-to-upgrade.md | 4 +- .../core/porting/upgrade-assistant-install.md | 4 +- docs/core/project-sdk/overview.md | 2 +- ...esting-platform-architecture-extensions.md | 2 +- .../testing/unit-testing-platform-intro.md | 2 +- .../tools/dotnet-environment-variables.md | 2 +- docs/core/tools/dotnet-new-details.md | 2 +- docs/core/tools/dotnet-new-install.md | 8 +- docs/core/tools/dotnet-tool-list.md | 4 +- docs/core/tools/local-tools-how-to-use.md | 2 +- docs/core/tools/sdk-errors/netsdk1079.md | 4 +- docs/core/tools/troubleshoot-usage-issues.md | 2 +- .../reflection-and-attributes/index.md | 2 +- .../builtin-types/struct.md | 4 +- .../language-reference/keywords/interface.md | 6 +- .../language-reference/statements/yield.md | 8 +- .../named-and-optional-arguments.md | 18 ++--- .../dotnet-cli-and-continuous-integration.md | 2 +- docs/devops/github-actions-overview.md | 4 +- docs/fsharp/tools/development-tools.md | 2 +- .../diagnostics/runtime-contention-events.md | 48 ++++++------ .../diagnostics/runtime-exception-events.md | 2 +- .../runtime-garbage-collection-events.md | 2 +- .../diagnostics/runtime-interop-events.md | 2 +- .../runtime-loader-binder-events.md | 2 +- .../diagnostics/runtime-method-events.md | 2 +- .../diagnostics/runtime-thread-events.md | 2 +- .../runtime-tiered-compilation-events.md | 2 +- .../diagnostics/runtime-type-events.md | 2 +- docs/orleans/deployment/consul-deployment.md | 2 +- docs/orleans/deployment/kubernetes.md | 2 +- docs/orleans/grains/grain-placement.md | 2 +- docs/orleans/migration-guide.md | 10 +-- docs/orleans/overview.md | 2 +- .../overview-helloworld.md | 8 +- .../tutorials-and-samples/tutorial-1.md | 2 +- .../event-based-asynchronous-pattern-eap.md | 78 +++++++++---------- .../comwrappers-source-generation.md | 2 +- .../task-based-asynchronous-programming.md | 6 +- .../system-text-json/customize-properties.md | 2 +- 61 files changed, 167 insertions(+), 171 deletions(-) diff --git a/docs/azure/key-azure-services.md b/docs/azure/key-azure-services.md index 7c766415848a3..347c630743840 100644 --- a/docs/azure/key-azure-services.md +++ b/docs/azure/key-azure-services.md @@ -22,8 +22,8 @@ While Azure contains over 100 services, the following Azure services are the ser | ![Azure Service Bus Icon](./media/service-bus.svg) | **Azure Service Bus** | Azure Service Bus is a fully managed enterprise message broker supporting both point to point and publish-subscribe integrations. It is ideal for building decoupled applications, queue based load leveling, or facilitating communication between microservices. | | ![Azure Key Vault Icon](./media/azure-key-vault.svg) | **Azure Key Vault** | Every application has application secrets like connection strings and API keys it must store. Azure Key Vault helps you store and access those secrets securely, in an encrypted vault with restricted access to make sure your secrets and your application are not compromised. | -For the full list of Azure products and services, visit the [Azure documentation home page](/azure/?product=all) +For the full list of Azure products and services, visit the [Azure documentation home page](/azure/?product=all). -### Next steps +## Next steps -Start configuring your Azure development environment by [Creating an Azure Account](create-azure-account.md) +Start configuring your Azure development environment by [Creating an Azure Account](create-azure-account.md). diff --git a/docs/azure/migration/vm.md b/docs/azure/migration/vm.md index f444f40458691..3faa8a728c7b4 100644 --- a/docs/azure/migration/vm.md +++ b/docs/azure/migration/vm.md @@ -52,7 +52,7 @@ Azure Virtual Networks enable you to: - Connect your VM to your on-premises network using one of several [connectivity options](/azure/vpn-gateway/vpn-gateway-about-vpngateways#s2smulti) - Integrate your virtual machine into your on-premises network using [ExpressRoute](https://azure.microsoft.com/services/expressroute/) -To get started, see the [Virtual Network documentation](/azure/virtual-network/) +To get started, see the [Virtual Network documentation](/azure/virtual-network/). ### Active Directory diff --git a/docs/azure/sdk/resource-management.md b/docs/azure/sdk/resource-management.md index ad282af92a552..8419e5df42750 100644 --- a/docs/azure/sdk/resource-management.md +++ b/docs/azure/sdk/resource-management.md @@ -18,13 +18,13 @@ Those packages follow the [new Azure SDK guidelines](https://azure.github.io/azu - Distributed tracing. > [!NOTE] -> You may notice that some packages are still pre-release version, phased releases of additional Azure services' management plane libraries are in process. If you are looking for a stable version package for a particular azure resource and currently only a pre-release version is available, please raise an issue in [Azure SDK for .NET Github repo](https://github.com/Azure/azure-sdk-for-net/issues/new?assignees=&labels=&template=02_feature_request.yml&title=%5BFEATURE+REQ%5D) +> You might notice that some packages are still prerelease version. Phased releases of additional Azure services' management plane libraries are in process. If you're looking for a stable version package for a particular Azure resource and currently only a prerelease version is available, please raise an issue in [Azure SDK for .NET GitHub repo](https://github.com/Azure/azure-sdk-for-net/issues/new?assignees=&labels=&template=02_feature_request.yml&title=%5BFEATURE+REQ%5D). ## Get started ### Prerequisites -- An [Azure subscription](https://azure.microsoft.com/free/dotnet/) +- An [Azure subscription](https://azure.microsoft.com/free/dotnet/). - A [TokenCredential](/dotnet/api/azure.core.tokencredential?view=azure-dotnet&preserve-view=false) implementation, such as an [Azure Identity library credential type](/dotnet/api/overview/azure/Identity-readme#credential-classes). ### Install the package diff --git a/docs/core/compatibility/aspnet-core/6.0/obsolete-removed-apis.md b/docs/core/compatibility/aspnet-core/6.0/obsolete-removed-apis.md index a77d24f5ea271..7d6647d88c6cf 100644 --- a/docs/core/compatibility/aspnet-core/6.0/obsolete-removed-apis.md +++ b/docs/core/compatibility/aspnet-core/6.0/obsolete-removed-apis.md @@ -38,7 +38,7 @@ Use the recommended replacement APIs. * Removed the constructor [Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor](/dotnet/api/microsoft.aspnetcore.mvc.infrastructure.objectresultexecutor.-ctor?view=aspnetcore-3.1&preserve-view=true#Microsoft_AspNetCore_Mvc_Infrastructure_ObjectResultExecutor__ctor_Microsoft_AspNetCore_Mvc_Infrastructure_OutputFormatterSelector_Microsoft_AspNetCore_Mvc_Infrastructure_IHttpResponseStreamWriterFactory_Microsoft_Extensions_Logging_ILoggerFactory_). Use instead. * Removed [Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ValidationVisitor.AllowShortCircuitingValidationWhenNoValidatorsArePresent](/dotnet/api/microsoft.aspnetcore.mvc.modelbinding.validation.validationvisitor.allowshortcircuitingvalidationwhennovalidatorsarepresent?view=aspnetcore-3.1&preserve-view=true#Microsoft_AspNetCore_Mvc_ModelBinding_Validation_ValidationVisitor_AllowShortCircuitingValidationWhenNoValidatorsArePresent). * Removed [Microsoft.AspNetCore.Mvc.ViewFeatures.ViewComponentResultExecutor](/dotnet/api/microsoft.aspnetcore.mvc.viewfeatures.viewcomponentresultexecutor.-ctor?view=aspnetcore-3.1&preserve-view=true#Microsoft_AspNetCore_Mvc_ViewFeatures_ViewComponentResultExecutor__ctor_Microsoft_Extensions_Options_IOptions_Microsoft_AspNetCore_Mvc_MvcViewOptions__Microsoft_Extensions_Logging_ILoggerFactory_System_Text_Encodings_Web_HtmlEncoder_Microsoft_AspNetCore_Mvc_ModelBinding_IModelMetadataProvider_Microsoft_AspNetCore_Mvc_ViewFeatures_ITempDataDictionaryFactory_). Use instead. -* Obsoleted [CompatibilityVersion](/dotnet/api/microsoft.aspnetcore.mvc.compatibilityversion?view=aspnetcore-3.1&preserve-view=true) +* Obsoleted [CompatibilityVersion](/dotnet/api/microsoft.aspnetcore.mvc.compatibilityversion?view=aspnetcore-3.1&preserve-view=true).