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

remove pkg.go.dev link in readme #23708

Merged
merged 3 commits into from
Nov 12, 2024
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
8 changes: 3 additions & 5 deletions sdk/resourcemanager/aad/armaad/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Azure Active Directory Module for Go

[![PkgGoDev](https://pkg.go.dev/badge/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/aad/armaad)](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/aad/armaad)

The `armaad` module provides operations for working with Azure Active Directory.

[Source code](https://github.com/Azure/azure-sdk-for-go/tree/main/sdk/resourcemanager/aad/armaad)
Expand All @@ -25,7 +23,7 @@ go get github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/aad/armaad

## Authorization

When creating a client, you will need to provide a credential for authenticating with Azure Active Directory. The `azidentity` module provides facilities for various ways of authenticating with Azure including client/secret, certificate, managed identity, and more.
When creating a client, you will need to provide a credential for authenticating with Azure Active Directory. The `azidentity` module provides facilities for various ways of authenticating with Azure including client/secret, certificate, managed identity, and more.

```go
cred, err := azidentity.NewDefaultAzureCredential(nil)
Expand Down Expand Up @@ -54,7 +52,7 @@ clientFactory, err := armaad.NewClientFactory(<subscription ID>, cred, &options)

## Clients

A client groups a set of related APIs, providing access to its functionality. Create one or more clients to access the APIs you require using client factory.
A client groups a set of related APIs, providing access to its functionality. Create one or more clients to access the APIs you require using client factory.

```go
client := clientFactory.NewPrivateLinkResourcesClient()
Expand Down Expand Up @@ -89,4 +87,4 @@ This project has adopted the
For more information, see the
[Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/)
or contact [[email protected]](mailto:[email protected]) with any
additional questions or comments.
additional questions or comments.
8 changes: 3 additions & 5 deletions sdk/resourcemanager/addons/armaddons/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Azure Addons Module for Go

[![PkgGoDev](https://pkg.go.dev/badge/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/addons/armaddons)](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/addons/armaddons)

The `armaddons` module provides operations for working with Azure Addons.

[Source code](https://github.com/Azure/azure-sdk-for-go/tree/main/sdk/resourcemanager/addons/armaddons)
Expand All @@ -25,7 +23,7 @@ go get github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/addons/armaddons

## Authorization

When creating a client, you will need to provide a credential for authenticating with Azure Addons. The `azidentity` module provides facilities for various ways of authenticating with Azure including client/secret, certificate, managed identity, and more.
When creating a client, you will need to provide a credential for authenticating with Azure Addons. The `azidentity` module provides facilities for various ways of authenticating with Azure including client/secret, certificate, managed identity, and more.

```go
cred, err := azidentity.NewDefaultAzureCredential(nil)
Expand Down Expand Up @@ -54,7 +52,7 @@ clientFactory, err := armaddons.NewClientFactory(<subscription ID>, cred, &optio

## Clients

A client groups a set of related APIs, providing access to its functionality. Create one or more clients to access the APIs you require using client factory.
A client groups a set of related APIs, providing access to its functionality. Create one or more clients to access the APIs you require using client factory.

```go
client := clientFactory.NewSupportPlanTypesClient()
Expand Down Expand Up @@ -89,4 +87,4 @@ This project has adopted the
For more information, see the
[Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/)
or contact [[email protected]](mailto:[email protected]) with any
additional questions or comments.
additional questions or comments.
8 changes: 3 additions & 5 deletions sdk/resourcemanager/advisor/armadvisor/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Azure Advisor Module for Go

[![PkgGoDev](https://pkg.go.dev/badge/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/advisor/armadvisor)](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/advisor/armadvisor)

The `armadvisor` module provides operations for working with Azure Advisor.

[Source code](https://github.com/Azure/azure-sdk-for-go/tree/main/sdk/resourcemanager/advisor/armadvisor)
Expand All @@ -25,7 +23,7 @@ go get github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/advisor/armadvisor

## Authorization

When creating a client, you will need to provide a credential for authenticating with Azure Advisor. The `azidentity` module provides facilities for various ways of authenticating with Azure including client/secret, certificate, managed identity, and more.
When creating a client, you will need to provide a credential for authenticating with Azure Advisor. The `azidentity` module provides facilities for various ways of authenticating with Azure including client/secret, certificate, managed identity, and more.

```go
cred, err := azidentity.NewDefaultAzureCredential(nil)
Expand Down Expand Up @@ -54,7 +52,7 @@ clientFactory, err := armadvisor.NewClientFactory(<subscription ID>, cred, &opti

## Clients

A client groups a set of related APIs, providing access to its functionality. Create one or more clients to access the APIs you require using client factory.
A client groups a set of related APIs, providing access to its functionality. Create one or more clients to access the APIs you require using client factory.

```go
client := clientFactory.NewSuppressionsClient()
Expand Down Expand Up @@ -89,4 +87,4 @@ This project has adopted the
For more information, see the
[Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/)
or contact [[email protected]](mailto:[email protected]) with any
additional questions or comments.
additional questions or comments.
8 changes: 3 additions & 5 deletions sdk/resourcemanager/agrifood/armagrifood/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Azure AgriFood Module for Go

[![PkgGoDev](https://pkg.go.dev/badge/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/agrifood/armagrifood)](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/agrifood/armagrifood)

The `armagrifood` module provides operations for working with Azure AgriFood.

[Source code](https://github.com/Azure/azure-sdk-for-go/tree/main/sdk/resourcemanager/agrifood/armagrifood)
Expand All @@ -25,7 +23,7 @@ go get github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/agrifood/armagrifoo

## Authorization

When creating a client, you will need to provide a credential for authenticating with Azure AgriFood. The `azidentity` module provides facilities for various ways of authenticating with Azure including client/secret, certificate, managed identity, and more.
When creating a client, you will need to provide a credential for authenticating with Azure AgriFood. The `azidentity` module provides facilities for various ways of authenticating with Azure including client/secret, certificate, managed identity, and more.

```go
cred, err := azidentity.NewDefaultAzureCredential(nil)
Expand Down Expand Up @@ -54,7 +52,7 @@ clientFactory, err := armagrifood.NewClientFactory(<subscription ID>, cred, &opt

## Clients

A client groups a set of related APIs, providing access to its functionality. Create one or more clients to access the APIs you require using client factory.
A client groups a set of related APIs, providing access to its functionality. Create one or more clients to access the APIs you require using client factory.

```go
client := clientFactory.NewExtensionsClient()
Expand Down Expand Up @@ -89,4 +87,4 @@ This project has adopted the
For more information, see the
[Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/)
or contact [[email protected]](mailto:[email protected]) with any
additional questions or comments.
additional questions or comments.
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Azure Alerts Management Module for Go

[![PkgGoDev](https://pkg.go.dev/badge/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/alertsmanagement/armalertsmanagement)](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/alertsmanagement/armalertsmanagement)

The `armalertsmanagement` module provides operations for working with Azure Alerts Management.

[Source code](https://github.com/Azure/azure-sdk-for-go/tree/main/sdk/resourcemanager/alertsmanagement/armalertsmanagement)
Expand All @@ -25,7 +23,7 @@ go get github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/alertsmanagement/ar

## Authorization

When creating a client, you will need to provide a credential for authenticating with Azure Alerts Management. The `azidentity` module provides facilities for various ways of authenticating with Azure including client/secret, certificate, managed identity, and more.
When creating a client, you will need to provide a credential for authenticating with Azure Alerts Management. The `azidentity` module provides facilities for various ways of authenticating with Azure including client/secret, certificate, managed identity, and more.

```go
cred, err := azidentity.NewDefaultAzureCredential(nil)
Expand Down Expand Up @@ -54,7 +52,7 @@ clientFactory, err := armalertsmanagement.NewClientFactory(<subscription ID>, cr

## Clients

A client groups a set of related APIs, providing access to its functionality. Create one or more clients to access the APIs you require using client factory.
A client groups a set of related APIs, providing access to its functionality. Create one or more clients to access the APIs you require using client factory.

```go
client := clientFactory.NewAlertProcessingRulesClient()
Expand Down Expand Up @@ -89,4 +87,4 @@ This project has adopted the
For more information, see the
[Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/)
or contact [[email protected]](mailto:[email protected]) with any
additional questions or comments.
additional questions or comments.
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Azure Analysis Services Module for Go

[![PkgGoDev](https://pkg.go.dev/badge/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/analysisservices/armanalysisservices)](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/analysisservices/armanalysisservices)

The `armanalysisservices` module provides operations for working with Azure Analysis Services.

[Source code](https://github.com/Azure/azure-sdk-for-go/tree/main/sdk/resourcemanager/analysisservices/armanalysisservices)
Expand All @@ -25,7 +23,7 @@ go get github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/analysisservices/ar

## Authorization

When creating a client, you will need to provide a credential for authenticating with Azure Analysis Services. The `azidentity` module provides facilities for various ways of authenticating with Azure including client/secret, certificate, managed identity, and more.
When creating a client, you will need to provide a credential for authenticating with Azure Analysis Services. The `azidentity` module provides facilities for various ways of authenticating with Azure including client/secret, certificate, managed identity, and more.

```go
cred, err := azidentity.NewDefaultAzureCredential(nil)
Expand Down Expand Up @@ -54,7 +52,7 @@ clientFactory, err := armanalysisservices.NewClientFactory(<subscription ID>, cr

## Clients

A client groups a set of related APIs, providing access to its functionality. Create one or more clients to access the APIs you require using client factory.
A client groups a set of related APIs, providing access to its functionality. Create one or more clients to access the APIs you require using client factory.

```go
client := clientFactory.NewServersClient()
Expand Down Expand Up @@ -89,4 +87,4 @@ This project has adopted the
For more information, see the
[Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/)
or contact [[email protected]](mailto:[email protected]) with any
additional questions or comments.
additional questions or comments.
8 changes: 3 additions & 5 deletions sdk/resourcemanager/apicenter/armapicenter/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Azure Apicenter Module for Go

[![PkgGoDev](https://pkg.go.dev/badge/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/apicenter/armapicenter)](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/apicenter/armapicenter)

The `armapicenter` module provides operations for working with Azure Apicenter.

[Source code](https://github.com/Azure/azure-sdk-for-go/tree/main/sdk/resourcemanager/apicenter/armapicenter)
Expand All @@ -25,7 +23,7 @@ go get github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/apicenter/armapicen

## Authorization

When creating a client, you will need to provide a credential for authenticating with Azure Apicenter. The `azidentity` module provides facilities for various ways of authenticating with Azure including client/secret, certificate, managed identity, and more.
When creating a client, you will need to provide a credential for authenticating with Azure Apicenter. The `azidentity` module provides facilities for various ways of authenticating with Azure including client/secret, certificate, managed identity, and more.

```go
cred, err := azidentity.NewDefaultAzureCredential(nil)
Expand Down Expand Up @@ -54,7 +52,7 @@ client, err := armapicenter.NewClientFactory(<subscription ID>, cred, &options)

## Clients

A client groups a set of related APIs, providing access to its functionality. Create one or more clients to access the APIs you require using client factory.
A client groups a set of related APIs, providing access to its functionality. Create one or more clients to access the APIs you require using client factory.

```go
client := clientFactory.NewAPIDefinitionsClient()
Expand Down Expand Up @@ -89,4 +87,4 @@ This project has adopted the
For more information, see the
[Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/)
or contact [[email protected]](mailto:[email protected]) with any
additional questions or comments.
additional questions or comments.
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Azure API Management Module for Go

[![PkgGoDev](https://pkg.go.dev/badge/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/apimanagement/armapimanagement/v2)](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/apimanagement/armapimanagement/v2)

The `armapimanagement` module provides operations for working with Azure API Management.

[Source code](https://github.com/Azure/azure-sdk-for-go/tree/main/sdk/resourcemanager/apimanagement/armapimanagement)
Expand All @@ -25,7 +23,7 @@ go get github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/apimanagement/armap

## Authorization

When creating a client, you will need to provide a credential for authenticating with Azure API Management. The `azidentity` module provides facilities for various ways of authenticating with Azure including client/secret, certificate, managed identity, and more.
When creating a client, you will need to provide a credential for authenticating with Azure API Management. The `azidentity` module provides facilities for various ways of authenticating with Azure including client/secret, certificate, managed identity, and more.

```go
cred, err := azidentity.NewDefaultAzureCredential(nil)
Expand Down Expand Up @@ -54,7 +52,7 @@ clientFactory, err := armapimanagement.NewClientFactory(<subscription ID>, cred,

## Clients

A client groups a set of related APIs, providing access to its functionality. Create one or more clients to access the APIs you require using client factory.
A client groups a set of related APIs, providing access to its functionality. Create one or more clients to access the APIs you require using client factory.

```go
client := clientFactory.NewServiceClient()
Expand Down Expand Up @@ -105,4 +103,4 @@ This project has adopted the
For more information, see the
[Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/)
or contact [[email protected]](mailto:[email protected]) with any
additional questions or comments.
additional questions or comments.
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Azure Appcomplianceautomation Module for Go

[![PkgGoDev](https://pkg.go.dev/badge/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/appcomplianceautomation/armappcomplianceautomation)](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/appcomplianceautomation/armappcomplianceautomation)

The `armappcomplianceautomation` module provides operations for working with Azure Appcomplianceautomation.

[Source code](https://github.com/Azure/azure-sdk-for-go/tree/main/sdk/resourcemanager/appcomplianceautomation/armappcomplianceautomation)
Expand All @@ -25,7 +23,7 @@ go get github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/appcomplianceautoma

## Authorization

When creating a client, you will need to provide a credential for authenticating with Azure Appcomplianceautomation. The `azidentity` module provides facilities for various ways of authenticating with Azure including client/secret, certificate, managed identity, and more.
When creating a client, you will need to provide a credential for authenticating with Azure Appcomplianceautomation. The `azidentity` module provides facilities for various ways of authenticating with Azure including client/secret, certificate, managed identity, and more.

```go
cred, err := azidentity.NewDefaultAzureCredential(nil)
Expand Down Expand Up @@ -54,7 +52,7 @@ clientFactory, err := armappcomplianceautomation.NewClientFactory(<subscription

## Clients

A client groups a set of related APIs, providing access to its functionality. Create one or more clients to access the APIs you require using client factory.
A client groups a set of related APIs, providing access to its functionality. Create one or more clients to access the APIs you require using client factory.

```go
client := clientFactory.NewSnapshotClient()
Expand Down Expand Up @@ -89,4 +87,4 @@ This project has adopted the
For more information, see the
[Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/)
or contact [[email protected]](mailto:[email protected]) with any
additional questions or comments.
additional questions or comments.
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Azure App Configuration Module for Go

[![PkgGoDev](https://pkg.go.dev/badge/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/appconfiguration/armappconfiguration/v2)](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/appconfiguration/armappconfiguration/v2)

The `armappconfiguration` module provides operations for working with Azure App Configuration.

[Source code](https://github.com/Azure/azure-sdk-for-go/tree/main/sdk/resourcemanager/appconfiguration/armappconfiguration)
Expand All @@ -25,7 +23,7 @@ go get github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/appconfiguration/ar

## Authorization

When creating a client, you will need to provide a credential for authenticating with Azure App Configuration. The `azidentity` module provides facilities for various ways of authenticating with Azure including client/secret, certificate, managed identity, and more.
When creating a client, you will need to provide a credential for authenticating with Azure App Configuration. The `azidentity` module provides facilities for various ways of authenticating with Azure including client/secret, certificate, managed identity, and more.

```go
cred, err := azidentity.NewDefaultAzureCredential(nil)
Expand Down Expand Up @@ -54,7 +52,7 @@ clientFactory, err := armappconfiguration.NewClientFactory(<subscription ID>, cr

## Clients

A client groups a set of related APIs, providing access to its functionality. Create one or more clients to access the APIs you require using client factory.
A client groups a set of related APIs, providing access to its functionality. Create one or more clients to access the APIs you require using client factory.

```go
client := clientFactory.NewConfigurationStoresClient()
Expand Down Expand Up @@ -89,4 +87,4 @@ This project has adopted the
For more information, see the
[Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/)
or contact [[email protected]](mailto:[email protected]) with any
additional questions or comments.
additional questions or comments.
Loading
Loading