-
Notifications
You must be signed in to change notification settings - Fork 374
Hide ListOperatingSystemAccounts in intellisense #5304
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
ashok672
merged 3 commits into
main
from
asram/hide-listoperatingsystemaccount-in-intellisense
May 30, 2025
Merged
Hide ListOperatingSystemAccounts in intellisense #5304
ashok672
merged 3 commits into
main
from
asram/hide-listoperatingsystemaccount-in-intellisense
May 30, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DharshanBJ
approved these changes
May 29, 2025
xinyuxu1026
reviewed
May 29, 2025
xinyuxu1026
approved these changes
May 29, 2025
neha-bhargava
approved these changes
May 30, 2025
This was referenced Jul 25, 2025
This was referenced Aug 5, 2025
lilyydu
pushed a commit
to microsoft/teams-ai
that referenced
this pull request
Aug 5, 2025
#minor Updated [Azure.Identity](https://github.com/Azure/azure-sdk-for-net) from 1.13.2 to 1.14.2. <details> <summary>Release notes</summary> _Sourced from [Azure.Identity's releases](https://github.com/Azure/azure-sdk-for-net/releases)._ No release notes found for this version range. Commits viewable in [compare view](https://github.com/Azure/azure-sdk-for-net/commits). </details> Updated [Microsoft.Identity.Client](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet) from 4.67.2 to 4.74.1. <details> <summary>Release notes</summary> _Sourced from [Microsoft.Identity.Client's releases](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/releases)._ ## 4.74.1 ### Bug fixes * When you configure MSAL with WithOidcAuthority(), the library now confirms that the issuer returned by the OIDC discovery endpoint matches the expected authority (including CIAM patterns) and throws an exception if it does not. AzureAD/microsoft-authentication-library-for-dotnet#5358 * Re-expose public AuthenticationResult constructor. A public, test-friendly constructor of AuthenticationResult was inadvertently hidden behind [Obsolete] and [EditorBrowsable(Never)]. The constructor is now publicly available again. AzureAD/microsoft-authentication-library-for-dotnet#5392 ## 4.74.0 ### Features * Deprecate ROPC flow in Public Client Applications AzureAD/microsoft-authentication-library-for-dotnet#5355. * AuthenticationResult exposes a new BindingCertificate property that returns the X.509 certificate bound to the access token in mTLS-PoP scenarios. AzureAD/microsoft-authentication-library-for-dotnet#5370. ### Bug fixes * MSAL now honors the DEFAULT_IDENTITY_CLIENT_ID environment variable when acquiring tokens from Azure Machine Learning managed-identity endpoint. AzureAD/microsoft-authentication-library-for-dotnet#5350. ## 4.73.1 ## What's Changed * Deprecate AcquireTokenByIntegratedWindowsAuth API by @ashok672 in AzureAD/microsoft-authentication-library-for-dotnet#5345 * Update native interop to 0.19.2 by @fengga in AzureAD/microsoft-authentication-library-for-dotnet#5362 * update the deprecated openURL(:) api to openURL(:options:completionHandler) by @DharshanBJ in AzureAD/microsoft-authentication-library-for-dotnet#5354 **Full Changelog**: AzureAD/microsoft-authentication-library-for-dotnet@4.73.0...4.73.1 ## 4.73.0 ## What's Changed * Add mac broker console app support by @fengga in AzureAD/microsoft-authentication-library-for-dotnet#5274 * Use HTTP 2 on .NET where possible by @bgavrilMS in AzureAD/microsoft-authentication-library-for-dotnet#5314 * Expose access token cache count by @bgavrilMS in AzureAD/microsoft-authentication-library-for-dotnet#5330 * Add an extensibility API - WithFmiPathForClientAssertion … by @bgavrilMS in AzureAD/microsoft-authentication-library-for-dotnet#5347 * Hide ListOperatingSystemAccounts in intellisense by @ashok672 in AzureAD/microsoft-authentication-library-for-dotnet#5304 * Reworked retry policy functionality & Created IMDS retry policy by @Robbie-Microsoft in AzureAD/microsoft-authentication-library-for-dotnet#5231 **Full Changelog**: AzureAD/microsoft-authentication-library-for-dotnet@4.72.1...4.73.0 ## 4.72.1 4.72.1 ======= ### Bug Fixes - Ensure instance of IMsalHttpClientFactory passed by the user is used for managed identity flows that do not require cert validation. See [Issue #5286](AzureAD/microsoft-authentication-library-for-dotnet#5286) - Fix a URL typo in the API comments. See AzureAD/microsoft-authentication-library-for-dotnet#5277 **Full Changelog**: AzureAD/microsoft-authentication-library-for-dotnet@4.72.0...4.72.1 ## 4.72.0 4.72.0 ======= ### Features - Added MacOs Broker support. See [Issue #5051](AzureAD/microsoft-authentication-library-for-dotnet#5051) ### Bug Fixes - Ensure additional cache parameters are persisted in cache serialization[Issue #5261](AzureAD/microsoft-authentication-library-for-dotnet#5261) ## 4.71.1 ### Bug Fixes - Pass the validate function to the http manager. See [Issue #5242](AzureAD/microsoft-authentication-library-for-dotnet#5242) - Change the resource id param for IMDS. See [Issue #5238](AzureAD/microsoft-authentication-library-for-dotnet#5238) **Full Changelog**: AzureAD/microsoft-authentication-library-for-dotnet@4.71.0...4.71.1 ## 4.71.0 ### Bug Fixes - Enable the Service Fabric flow to get a `httpClient` from the factory with ssl validation callback. See [Issue #5220](AzureAD/microsoft-authentication-library-for-dotnet#5220) Full changelog: [4.70.2 .. 4.71.0](AzureAD/microsoft-authentication-library-for-dotnet@4.70.2...4.71.0) ## 4.70.2 ## What's Changed * Updated MSIv1 Token Revocation's token_sha256_to_refresh param to use sha256's HEX representation by @gladjohn in AzureAD/microsoft-authentication-library-for-dotnet#5229 **Full Changelog**: AzureAD/microsoft-authentication-library-for-dotnet@4.70.1...4.70.2 ## 4.70.1 ## What's Changed * Fix Machine Learning Source to Use "clientid" Instead of "client_id" by @gladjohn in AzureAD/microsoft-authentication-library-for-dotnet#5193 * Fixing IsCommonOrOrganizationsTenant check to not return true for consumers by @trwalke in AzureAD/microsoft-authentication-library-for-dotnet#5195 * Fix logger message to accurately reflect skipCache condition by @gladjohn in AzureAD/microsoft-authentication-library-for-dotnet#5201 * Removing experimental feature Flag from WithFmiPath by @trwalke in AzureAD/microsoft-authentication-library-for-dotnet#5206 * Fix for 5223 - env var to disable ESTS-R by @bgavrilMS in AzureAD/microsoft-authentication-library-for-dotnet#5224 **Full Changelog**: AzureAD/microsoft-authentication-library-for-dotnet@4.70.0...4.70.1 ## 4.70.0 ### Features - Added a .WithAccessTokenSha256ToRefresh() method to AcquireTokenForClientParameterBuilder for ConfidentialClientApplication, allowing finer control over token refresh scenarios. [Issue #5111](AzureAD/microsoft-authentication-library-for-dotnet#5111), PR #5179 - Added `TokenCacheNotificationArgs.NoDistributedCacheUseReason` in order to indicate that the configured serialized cache should not be a distributed cache to prevent issues when acquiring tokens. [Issue #5199](AzureAD/microsoft-authentication-library-for-dotnet#5199) ### Bug Fixes - Removed invalid tenant checks (/organizations or /common) in MTLS flows for AAD/dSTS authorities. [Issue #5093](AzureAD/microsoft-authentication-library-for-dotnet#5093) - Fixed an issue where specifying a null service config region in MTLS scenarios did not correctly throw an exception. [Issue #5181](AzureAD/microsoft-authentication-library-for-dotnet#5181) ## 4.69.1 4.69.1 ========== ### Features - Enabled broker support on the Linux platform. See [Issue #5086](AzureAD/microsoft-authentication-library-for-dotnet#5086) - Added a `WithCertificate(..., bool associateTokensWithCertificateSerialNumber)` overload to enable the use of the certificate's serial number as part of the cache key for tokens. [Issue #5150](AzureAD/microsoft-authentication-library-for-dotnet#5150) ### Bug Fixes - MSAL will now stop replacing "%20" with "+" since it is obsolete. See [Issue #5061](AzureAD/microsoft-authentication-library-for-dotnet#5061) - Exposed client capabilities in AssertionRequestOptions for MSI FIC scenarios [Issue #4948](AzureAD/microsoft-authentication-library-for-dotnet#4948) - Added the missing claims in SignedAssertion when using the AssertionRequestOptions Delegate [Issue #5143](AzureAD/microsoft-authentication-library-for-dotnet#5143) ## 4.68.0 ### Features - Added WithFmiPath() api to support FMI scenarios in MSAL. See [Issue #5110](AzureAD/microsoft-authentication-library-for-dotnet#5110) - MSAL will now pass Client sku and Version to MsalRuntime for MSAL Runtime's client telemetry. See [Issue #5103](AzureAD/microsoft-authentication-library-for-dotnet#5103) ### Bug Fixes - Reordered the condition for ManagedIdentitySource.MachineLearning to be checked after ManagedIdentitySource.AppService instead of before it. See [Issue #5077](AzureAD/microsoft-authentication-library-for-dotnet#5077) - Improved Managed Identity Source Detection Logging for Debugging. See [Issue #5097](AzureAD/microsoft-authentication-library-for-dotnet#5097) - When a 404 error occurs, MSAL will now include the endpoint and authority URLs in the exception message for better debugging. See [Issue #4769](AzureAD/microsoft-authentication-library-for-dotnet#4769) - MSAL will now set `UseShellExecute` to `false` in OpenLinuxBrowser. See [Issue #5075](AzureAD/microsoft-authentication-library-for-dotnet#5075) - Fixed a threading exception when using ExtraQueryParameters. See [Issue #5108](AzureAD/microsoft-authentication-library-for-dotnet#5108) Commits viewable in [compare view](AzureAD/microsoft-authentication-library-for-dotnet@4.67.2...4.74.1). </details> Updated [Microsoft.ML.Tokenizers.Data.Cl100kBase](https://github.com/dotnet/machinelearning) from 1.0.1 to 1.0.2. <details> <summary>Release notes</summary> _Sourced from [Microsoft.ML.Tokenizers.Data.Cl100kBase's releases](https://github.com/dotnet/machinelearning/releases)._ No release notes found for this version range. Commits viewable in [compare view](https://github.com/dotnet/machinelearning/commits). </details> Updated [Microsoft.ML.Tokenizers.Data.O200kBase](https://github.com/dotnet/machinelearning) from 1.0.1 to 1.0.2. <details> <summary>Release notes</summary> _Sourced from [Microsoft.ML.Tokenizers.Data.O200kBase's releases](https://github.com/dotnet/machinelearning/releases)._ No release notes found for this version range. Commits viewable in [compare view](https://github.com/dotnet/machinelearning/commits). </details> Updated [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.12.0 to 17.14.1. <details> <summary>Release notes</summary> _Sourced from [Microsoft.NET.Test.Sdk's releases](https://github.com/microsoft/vstest/releases)._ ## 17.14.1 ## What's Changed * Error on unsupported target frameworks to prevent silently not running tests by @nohwnd in microsoft/vstest#15072 and microsoft/vstest#15078 * Revert writing additional properties to TRX by @nohwnd in microsoft/vstest@47eb51b **Full Changelog**: microsoft/vstest@v17.14.0...v17.14.1 ## 17.14.0 ## What's Changed ### .NET versions updated This version of VS Test upgraded .NET to net8 and net9. All projects targeting net6.0 (or other end-of-life .NET target frameworks) should pin their version of Microsoft.NET.Test.SDK to 17.13.0, or update the projects to net8 or newer. We remain backwards compatible with previous versions of Microsoft.NET.Test.SDK. This change does **NOT** prevent you from: - Updating to the latest VS, and running tests from net6.0 test projects. - Updating to the latest .NET SDK, and running tests from net6.0 test projects. It also has no impact on .NET Framework projects, where we continue targeting .NET Framework 4.6.2. * Drop unsupported frameworks by @nohwnd in microsoft/vstest#10565 ### Changes * Adding Process Query Flag For UWP .NET 9 Support by @adstep in microsoft/vstest#15003 * Fix builds on WinUI and UWP .NET 9 projects by @Sergio0694 in microsoft/vstest#15004 * don't report communication error on discovery abort by @nohwnd in microsoft/vstest#14992 * Add dump minitool to vsix by @nohwnd in microsoft/vstest#14707 * Make test runners long-path aware (#5179) by @peetw in microsoft/vstest#15014 * Fix trace in DataCollectionRequestSender.cs by @stan-sz in microsoft/vstest#15025 * Fix/readme grammar parallelism by @dellch in microsoft/vstest#15030 * Add binding redirects by @nohwnd in microsoft/vstest#15041 * Write props of tests into trx by @nohwnd in microsoft/vstest#14905 ### Internal version updates and fixes * Update io.redist by @nohwnd in microsoft/vstest#13872 * Use preview image for public build by @nohwnd in microsoft/vstest#13888 * Remove xcopy-msbuild by @nohwnd in microsoft/vstest#14138 * Move to macos14 by @nohwnd in microsoft/vstest#14137 * Update diagnose.md by @nohwnd in microsoft/vstest#14776 * hash with sha2 for mutex lock by @nohwnd in microsoft/vstest#14777 * Update test projects for vmr by @nohwnd in microsoft/vstest#14894 * 17.14 branding by @nohwnd in microsoft/vstest#14903 * Update filter.md for NUnit by @OsirisTerje in microsoft/vstest#14987 * Flag netstandard1.x dependencies in source-build by @ViktorHofer in microsoft/vstest#14986 * Use VS dependencies versions from release VS to have archived symbols by @nohwnd in microsoft/vstest#14991 * Remove extra ; by @nohwnd in microsoft/vstest#14995 * Use dependencymodel 6.0.2 by @nohwnd in microsoft/vstest#14996 * Make Testhost packable only on Windows by @mmitche in microsoft/vstest#15001 * Add system text json to vsix by @nohwnd in microsoft/vstest#15034 * Add more files to vsix by @nohwnd in microsoft/vstest#15038 * Remove unnecessary CA2022 suppressions by @Winniexu01 in microsoft/vstest#15035 * Update package project url by @mmitche in microsoft/vstest#15040 ## New Contributors * @OsirisTerje made their first contribution in microsoft/vstest#14987 * @adstep made their first contribution in microsoft/vstest#15003 ... (truncated) ## 17.14.0-preview-25107-01 ## What's Changed ### .NET versions updated This version of VS Test upgraded .NET to net8 and net9. All projects targeting net6.0 (or other end-of-life .NET target frameworks) should pin their version of Microsoft.NET.Test.SDK to 17.13.0, or update the projects to net8 or newer. We remain backwards compatible with previous versions of Microsoft.NET.Test.SDK. This change does **NOT** prevent you from: - Updating to the latest VS, and running tests from net6.0 test projects. - Updating to the latest .NET SDK, and running tests from net6.0 test projects. It also has no impact on .NET Framework projects, where we continue targeting .NET Framework 4.6.2. * Drop unsupported frameworks by @nohwnd in microsoft/vstest#10565 ### Changes * Adding Process Query Flag For UWP .NET 9 Support by @adstep in microsoft/vstest#15003 * Fix builds on WinUI and UWP .NET 9 projects by @Sergio0694 in microsoft/vstest#15004 * don't report communication error on discovery abort by @nohwnd in microsoft/vstest#14992 * Add dump minitool to vsix by @nohwnd in microsoft/vstest#14707 ### Internal version updates and fixes * Update io.redist by @nohwnd in microsoft/vstest#13872 * Use preview image for public build by @nohwnd in microsoft/vstest#13888 * Remove xcopy-msbuild by @nohwnd in microsoft/vstest#14138 * Move to macos14 by @nohwnd in microsoft/vstest#14137 * Update diagnose.md by @nohwnd in microsoft/vstest#14776 * hash with sha2 for mutex lock by @nohwnd in microsoft/vstest#14777 * Update test projects for vmr by @nohwnd in microsoft/vstest#14894 * 17.14 branding by @nohwnd in microsoft/vstest#14903 * Update filter.md for NUnit by @OsirisTerje in microsoft/vstest#14987 * Flag netstandard1.x dependencies in source-build by @ViktorHofer in microsoft/vstest#14986 * Use VS dependencies versions from release VS to have archived symbols by @nohwnd in microsoft/vstest#14991 * Remove extra ; by @nohwnd in microsoft/vstest#14995 * Use dependencymodel 6.0.2 by @nohwnd in microsoft/vstest#14996 * Make Testhost packable only on Windows by @mmitche in microsoft/vstest#15001 ### Will probably revert before release: * Write props of tests into trx by @nohwnd in microsoft/vstest#14905 ## New Contributors * @OsirisTerje made their first contribution in microsoft/vstest#14987 * @adstep made their first contribution in microsoft/vstest#15003 * @Sergio0694 made their first contribution in microsoft/vstest#15004 **Full Changelog**: microsoft/vstest@v17.13.0...v17.14.0-preview-25107-01 ## 17.13.0 ## What's Changed * Add letter number among valid identifiers in class name by @nohwnd in microsoft/vstest#13868 * Fix formatting in Runner by @mthalman in microsoft/vstest#13871 * Downgrade xunit skip warning to info by @nohwnd in microsoft/vstest#10381 * Add msdia for arm64 into nuget by @nohwnd in microsoft/vstest#10382 * Enable native debugging for vstest.console by @ocitrev in microsoft/vstest#10401 * Fix RFCs links by @Youssef1313 in microsoft/vstest#10424 * Convert to auto property by @nohwnd in microsoft/vstest#10365 * Update Versions.props by @nohwnd in microsoft/vstest#10378 * Enable TSA by @jakubch1 in microsoft/vstest#10385 * Arm64 dia by @nohwnd in microsoft/vstest#10390 * Update source-build team references by @MichaelSimons in microsoft/vstest#10388 * Exclude .signature.p7s from nupkg file count by @ellahathaway in microsoft/vstest#10418 * Set NetCurrent so that it doesn't roll forward automatically by @ViktorHofer in microsoft/vstest#10622 ## New Contributors * @ocitrev made their first contribution in microsoft/vstest#10401 * @Youssef1313 made their first contribution in microsoft/vstest#10424 **Full Changelog**: microsoft/vstest@v17.12.0...v17.13.0 Commits viewable in [compare view](microsoft/vstest@v17.12.0...v17.14.1). </details> Updated [OpenAI](https://github.com/openai/openai-dotnet) from 2.1.0-beta.1 to 2.3.0. <details> <summary>Release notes</summary> _Sourced from [OpenAI's releases](https://github.com/openai/openai-dotnet/releases)._ No release notes found for this version range. Commits viewable in [compare view](https://github.com/openai/openai-dotnet/commits). </details> Updated [System.Linq.Async](https://github.com/dotnet/reactive) from 6.0.1 to 6.0.3. <details> <summary>Release notes</summary> _Sourced from [System.Linq.Async's releases](https://github.com/dotnet/reactive/releases)._ No release notes found for this version range. Commits viewable in [compare view](https://github.com/dotnet/reactive/commits). </details> Updated [System.Text.Json](https://github.com/dotnet/runtime) from 8.0.5 to 8.0.6. <details> <summary>Release notes</summary> _Sourced from [System.Text.Json's releases](https://github.com/dotnet/runtime/releases)._ ## 8.0.6 [Release](https://github.com/dotnet/core/releases/tag/v8.0.6) Commits viewable in [compare view](dotnet/runtime@v8.0.5...v8.0.6). </details> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This was referenced Aug 18, 2025
Closed
Can I ask why will this property be deprecated? |
This was referenced Sep 8, 2025
This was referenced Sep 15, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #4945
Changes proposed in this request
This update hides ListOperatingSystemAccounts from IntelliSense to discourage its usage by developers. The API is planned for deprecation in the future, and this change is a step toward that goal.