Skip to content
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

Regenerate code with the latest spec #43182

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public MapsGeolocationClient(AzureKeyCredential credential, MapsGeolocationClien

/// <summary> Initializes a new instance of MapsGeolocationClient. </summary>
/// <param name="credential"> A credential used to authenticate to an Azure Maps Geolocation Service. </param>
/// <param name="clientId"> Specifies which account is intended for usage in conjunction with the Azure AD security model. It represents a unique ID for the Azure Maps account and can be retrieved from the Azure Maps management plane Account API. To use Azure AD security in Azure Maps see the following <see href="https://aka.ms/amauthdetails">articles</see> for guidance. </param>
/// <param name="clientId"> Specifies which account is intended for usage in conjunction with the Microsoft Entra ID security model. It represents a unique ID for the Azure Maps account and can be retrieved from the Azure Maps management plane Account API. To use Microsoft Entra ID security in Azure Maps see the following <see href="https://aka.ms/amauthdetails">articles</see> for guidance. </param>
/// <exception cref="ArgumentNullException"> <paramref name="credential"/> or <paramref name="clientId"/> is null. </exception>
public MapsGeolocationClient(TokenCredential credential, string clientId)
{
Expand All @@ -81,7 +81,7 @@ public MapsGeolocationClient(TokenCredential credential, string clientId)

/// <summary> Initializes a new instance of MapsGeolocationClient. </summary>
/// <param name="credential"> A credential used to authenticate to an Azure Maps Geolocation Service. </param>
/// <param name="clientId"> Specifies which account is intended for usage in conjunction with the Azure AD security model. It represents a unique ID for the Azure Maps account and can be retrieved from the Azure Maps management plane Account API. To use Azure AD security in Azure Maps see the following <see href="https://aka.ms/amauthdetails">articles</see> for guidance. </param>
/// <param name="clientId"> Specifies which account is intended for usage in conjunction with the Microsoft Entra ID security model. It represents a unique ID for the Azure Maps account and can be retrieved from the Azure Maps management plane Account API. To use Microsoft Entra ID security in Azure Maps see the following <see href="https://aka.ms/amauthdetails">articles</see> for guidance. </param>
/// <param name="options"> The options for configuring the client. </param>
/// <exception cref="ArgumentNullException"> <paramref name="credential"/> or <paramref name="clientId"/> is null. </exception>
public MapsGeolocationClient(TokenCredential credential, string clientId, MapsGeolocationClientOptions options)
Expand Down
2 changes: 1 addition & 1 deletion sdk/maps/Azure.Maps.Geolocation/src/autorest.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Run `dotnet build /t:GenerateCode` to generate code.

``` yaml
input-file:
- https://github.com/Azure/azure-rest-api-specs/blob/e686ed79e9b0bbc10355fd8d7ba36d1a07e4ba28/specification/maps/data-plane/Geolocation/preview/1.0/geolocation.json
- https://github.com/Azure/azure-rest-api-specs/blob/3e81da30a1358b6ffcbc7ff222aae5f483971d32/specification/maps/data-plane/Geolocation/preview/1.0/geolocation.json
title: MapsGeolocationClient
openapi-type: data-plane
tag: 1.0
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading