Skip to content

Commit

Permalink
[Release] sdk/resourcemanager/operationalinsights/armoperationalinsig…
Browse files Browse the repository at this point in the history
…hts/2.0.0-beta.4 (#23348)

* [Release] sdk/resourcemanager/operationalinsights/armoperationalinsights/2.0.0-beta.4 generation from spec commit: 4ce13e8353a25125a41bc01705c0a7794dac32a7

* update assets.json
  • Loading branch information
Alancere authored Aug 19, 2024
1 parent b7fc503 commit 82dc18b
Show file tree
Hide file tree
Showing 75 changed files with 5,414 additions and 314 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release History

## 2.0.0-beta.4 (2024-08-19)
### Features Added

- New function `*QueryPacksClient.CreateOrUpdateWithoutName(context.Context, string, LogAnalyticsQueryPack, *QueryPacksClientCreateOrUpdateWithoutNameOptions) (QueryPacksClientCreateOrUpdateWithoutNameResponse, error)`


## 1.2.0 (2023-11-24)
### Features Added

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Azure Operational Insights Module for Go

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

The `armoperationalinsights` module provides operations for working with Azure Operational Insights.

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

```sh
go get github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/operationalinsights/armoperationalinsights
go get github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/operationalinsights/armoperationalinsights/v2
```

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

## Fakes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"AssetsRepo": "Azure/azure-sdk-assets",
"AssetsRepoPrefixPath": "go",
"TagPrefix": "go/resourcemanager/operationalinsights/armoperationalinsights",
"Tag": "go/resourcemanager/operationalinsights/armoperationalinsights_02f242b5fb"
"Tag": "go/resourcemanager/operationalinsights/armoperationalinsights_647c35dab2"
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
``` yaml
azure-arm: true
require:
- https://github.com/Azure/azure-rest-api-specs/blob/c767823fdfd9d5e96bad245e3ea4d14d94a716bb/specification/operationalinsights/resource-manager/readme.md
- https://github.com/Azure/azure-rest-api-specs/blob/c767823fdfd9d5e96bad245e3ea4d14d94a716bb/specification/operationalinsights/resource-manager/readme.go.md
- https://github.com/Azure/azure-rest-api-specs/blob/4ce13e8353a25125a41bc01705c0a7794dac32a7/specification/operationalinsights/resource-manager/readme.md
- https://github.com/Azure/azure-rest-api-specs/blob/4ce13e8353a25125a41bc01705c0a7794dac32a7/specification/operationalinsights/resource-manager/readme.go.md
license-header: MICROSOFT_MIT_NO_VERSION
module-version: 1.2.0
tag: package-2021-06
module-version: 2.0.0-beta.4
tag: package-2022-02
```

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

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

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

Loading

0 comments on commit 82dc18b

Please # to comment.