Skip to content

Commit

Permalink
CodeGen from PR 27555 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 15ead2aa0516bb3765a266cf48b1b7584d6fa756 into 3efb341e0472b4b1d85f9c015666a715d9f5fa5a
  • Loading branch information
SDKAuto committed Jan 31, 2024
1 parent 00f2b8b commit b1f3181
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 2,572 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History

## 2.0.1 (2024-01-31)
### Other Changes


## 2.0.0 (2023-12-22)
### Breaking Changes

Expand Down
6 changes: 3 additions & 3 deletions sdk/resourcemanager/servicefabric/armservicefabric/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Azure Service Fabric Module for Go

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

The `armservicefabric` module provides operations for working with Azure Service Fabric.

Expand All @@ -20,7 +20,7 @@ This project uses [Go modules](https://github.com/golang/go/wiki/Modules) for ve
Install the Azure Service Fabric module:

```sh
go get github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/servicefabric/armservicefabric
go get github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/servicefabric/armservicefabric/v2
```

## Authorization
Expand Down Expand Up @@ -57,7 +57,7 @@ clientFactory, err := armservicefabric.NewClientFactory(<subscription ID>, cred,
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.NewServicesClient()
client := clientFactory.NewApplicationTypeVersionsClient()
```

## Fakes
Expand Down

This file was deleted.

Loading

0 comments on commit b1f3181

Please sign in to comment.