Skip to content

Commit

Permalink
CodeGen from PR 29907 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge cd1c0ac697c38752202e270d9dc898ff8deb701c into 90fcec87cf1892a1aae071e7c50317398f45e92c
  • Loading branch information
SDKAuto committed Jul 30, 2024
1 parent e5eb6f4 commit 6302e49
Show file tree
Hide file tree
Showing 68 changed files with 52 additions and 31,030 deletions.
9 changes: 9 additions & 0 deletions sdk/resourcemanager/appservice/armappservice/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Release History

## 4.0.0 (2024-07-30)
### Breaking Changes

- Type of `FunctionsAlwaysReadyConfig.InstanceCount` has been changed from `*float32` to `*int32`
- Type of `FunctionsScaleAndConcurrency.InstanceMemoryMB` has been changed from `*float32` to `*int32`
- Type of `FunctionsScaleAndConcurrency.MaximumInstanceCount` has been changed from `*float32` to `*int32`
- Type of `FunctionsScaleAndConcurrencyTriggersHTTP.PerInstanceConcurrency` has been changed from `*float32` to `*int32`


## 3.0.0 (2024-06-21)
### Breaking Changes

Expand Down
4 changes: 2 additions & 2 deletions sdk/resourcemanager/appservice/armappservice/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Azure App Service Module for Go

[![PkgGoDev](https://pkg.go.dev/badge/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/appservice/armappservice/v3)](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/appservice/armappservice/v3)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/appservice/armappservice/v4)](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/appservice/armappservice/v4)

The `armappservice` module provides operations for working with Azure App Service.

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

```sh
go get github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/appservice/armappservice/v3
go get github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/appservice/armappservice/v4
```

## Authorization
Expand Down
7 changes: 3 additions & 4 deletions sdk/resourcemanager/appservice/armappservice/autorest.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
``` yaml
azure-arm: true
require:
- https://github.com/Azure/azure-rest-api-specs/blob/de1f3772629b6f4d3ac01548a5f6d719bfb97c9e/specification/web/resource-manager/readme.md
- https://github.com/Azure/azure-rest-api-specs/blob/de1f3772629b6f4d3ac01548a5f6d719bfb97c9e/specification/web/resource-manager/readme.go.md
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/web/resource-manager/readme.md
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/web/resource-manager/readme.go.md
license-header: MICROSOFT_MIT_NO_VERSION
module-version: 3.0.0
tag: package-2023-12
module-version: 4.0.0
```

This file was deleted.

This file was deleted.

Loading

0 comments on commit 6302e49

Please sign in to comment.