Skip to content

Commit

Permalink
[AppService] Bump api version to 2023-12-01 (Azure#43706)
Browse files Browse the repository at this point in the history
  • Loading branch information
HarveyLink authored and tejasm-microsoft committed Jul 22, 2024
1 parent 3bf5bb3 commit 380ae0b
Show file tree
Hide file tree
Showing 705 changed files with 86,539 additions and 3,996 deletions.
6 changes: 5 additions & 1 deletion .vscode/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -1327,7 +1327,11 @@
"Guage",
"Plex",
"Vstsrm",
"Localizable"
"Localizable",
"Dapr",
"TLSAES",
"Unregistering",
"Diffie"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.ResourceManager.AppSe
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.ResourceManager.AppService.Tests", "tests\Azure.ResourceManager.AppService.Tests.csproj", "{738C0769-57F8-439C-8078-54498A030BA0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.Core.TestFramework", "..\..\core\Azure.Core.TestFramework\src\Azure.Core.TestFramework.csproj", "{DF15D10D-3646-447E-B00B-49506D142322}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.ResourceManager.AppService.Samples", "samples\Azure.ResourceManager.AppService.Samples.csproj", "{C5B419AD-A4F3-45D1-AD7E-6D85595169A8}"
EndProject
Global
Expand Down Expand Up @@ -44,18 +42,6 @@ Global
{738C0769-57F8-439C-8078-54498A030BA0}.Release|x64.Build.0 = Release|Any CPU
{738C0769-57F8-439C-8078-54498A030BA0}.Release|x86.ActiveCfg = Release|Any CPU
{738C0769-57F8-439C-8078-54498A030BA0}.Release|x86.Build.0 = Release|Any CPU
{DF15D10D-3646-447E-B00B-49506D142322}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF15D10D-3646-447E-B00B-49506D142322}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF15D10D-3646-447E-B00B-49506D142322}.Debug|x64.ActiveCfg = Debug|Any CPU
{DF15D10D-3646-447E-B00B-49506D142322}.Debug|x64.Build.0 = Debug|Any CPU
{DF15D10D-3646-447E-B00B-49506D142322}.Debug|x86.ActiveCfg = Debug|Any CPU
{DF15D10D-3646-447E-B00B-49506D142322}.Debug|x86.Build.0 = Debug|Any CPU
{DF15D10D-3646-447E-B00B-49506D142322}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DF15D10D-3646-447E-B00B-49506D142322}.Release|Any CPU.Build.0 = Release|Any CPU
{DF15D10D-3646-447E-B00B-49506D142322}.Release|x64.ActiveCfg = Release|Any CPU
{DF15D10D-3646-447E-B00B-49506D142322}.Release|x64.Build.0 = Release|Any CPU
{DF15D10D-3646-447E-B00B-49506D142322}.Release|x86.ActiveCfg = Release|Any CPU
{DF15D10D-3646-447E-B00B-49506D142322}.Release|x86.Build.0 = Release|Any CPU
{C5B419AD-A4F3-45D1-AD7E-6D85595169A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5B419AD-A4F3-45D1-AD7E-6D85595169A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5B419AD-A4F3-45D1-AD7E-6D85595169A8}.Debug|x64.ActiveCfg = Debug|Any CPU
Expand Down
26 changes: 14 additions & 12 deletions sdk/websites/Azure.ResourceManager.AppService/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,35 @@
# Release History

## 1.1.0-beta.6 (Unreleased)
## 1.2.0 (2024-07-19)

### Features Added

### Breaking Changes
- Fix null Id deserialization problem for 'WebSiteResource.GetAllHybridConnectionDataAsync()' and 'WebSiteSlotResource.GetAllHybridConnectionSlotDataAsync()', to use 'WebSiteResource.GetHybridConnectionsAsync()' and 'WebSiteSlotResource.GetHybridConnectionsSlotAsync()' instead.

### Bugs Fixed
- Added `ArmOperation.Rehydrate` and `ArmOperation.Rehydrate<T>` static methods to rehydrate a long-running operation.
- Upgraded api-version tag from 'package-2021-02' to 'package-2023-12'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/928047803788f7377fa003a26ba2bdc2e0fcccc0/specification/web/resource-manager/readme.md

### Other Changes

- Upgraded Azure.Core from 1.31.0 to 1.41.0
- Upgraded Azure.ResourceManager from 1.5.0 to 1.12.0

## 1.1.0-beta.5 (2024-04-19)

### Features Added

- Enable the new model serialization by using the System.ClientModel, refer this [document](https://aka.ms/azsdk/net/mrw) for more details.
- Enabled the new model serialization by using the System.ClientModel, refer this [document](https://aka.ms/azsdk/net/mrw) for more details.

### Bugs Fixed

- Add `200` to the response code of the `SyncFunctionTriggers`
- Added `200` to the response code of the `SyncFunctionTriggers`
- SiteFunctionResource.GetFunctionKeysAsync /SiteSlotFunctionResource.GetFunctionKeysSlotAsync fixed: can not populated with function keys
- Add more enum values for `TriggeredWebJobStatus`
- Added more enum values for `TriggeredWebJobStatus`

## 1.1.0-beta.4 (2023-11-30)

### Features Added

- Enable mocking for extension methods, refer this [document](https://aka.ms/azsdk/net/mocking) for more details.
- Enabled mocking for extension methods, refer this [document](https://aka.ms/azsdk/net/mocking) for more details.

### Other ChangesGetHybridConnectionsAsync

- Upgraded dependent `Azure.ResourceManager` to 1.9.0.
Expand All @@ -36,7 +38,7 @@

### Bugs Fixed

- Due to `HealthCheckUri` not being a valid URI, add a new property `HealthCheckUriString` to replace it in order to fix the URI format issue.
- Due to `HealthCheckUri` not being a valid URI, added a new property `HealthCheckUriString` to replace it in order to fix the URI format issue.

## 1.1.0-beta.2 (2023-09-06)

Expand All @@ -50,7 +52,7 @@

### Features Added

- Enable the model factory feature for model mocking, more information can be found [here](https://azure.github.io/azure-sdk/dotnet_introduction.html#dotnet-mocking-factory-builder).
- Enabled the model factory feature for model mocking, more information can be found [here](https://azure.github.io/azure-sdk/dotnet_introduction.html#dotnet-mocking-factory-builder).
- Added `AppCertificateData.ThumbprintString` to return the hexadecimal string representation of the SHA-1 hash of the certificate.
`AppCertificateData.Thumbprint` has been hidden but is still available.
- Added `AppServiceVirtualNetworkData.CertThumbprintString` to return the hexadecimal string representation of the SHA-1 hash of the certificate.
Expand Down Expand Up @@ -303,4 +305,4 @@ This package follows the [new Azure SDK guidelines](https://azure.github.io/azur

This package is a Public Preview version, so expect incompatible changes in subsequent releases as we improve the product. To provide feedback, submit an issue in our [Azure SDK for .NET GitHub repo](https://github.com/Azure/azure-sdk-for-net/issues).

> NOTE: For more information about unified authentication, please refer to [Microsoft Azure Identity documentation for .NET](https://docs.microsoft.com//dotnet/api/overview/azure/identity-readme?view=azure-dotnet).
> NOTE: For more information about unified authentication, please refer to [Microsoft Azure Identity documentation for .NET](https://docs.microsoft.com//dotnet/api/overview/azure/identity-readme?view=azure-dotnet).
Loading

0 comments on commit 380ae0b

Please sign in to comment.