Skip to content
Merged
Show file tree
Hide file tree
Changes from 16 commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
472210f
initial commit after tests are succeeding
NneOkeke Aug 9, 2025
f59acce
add cancelandtrigger test
NneOkeke Aug 11, 2025
3bcbf26
update cancel test
NneOkeke Aug 13, 2025
981ed91
update tsplocation
NneOkeke Aug 25, 2025
7a97ef1
Merge branch 'main' into aa-public-version
NneOkeke Aug 25, 2025
23a5572
add changes for other tests
NneOkeke Aug 27, 2025
eee748d
update changelog
NneOkeke Aug 27, 2025
3b3c169
address comments in PR
NneOkeke Aug 28, 2025
83e1873
minor fix
NneOkeke Aug 28, 2025
332e8d7
fix spellcheck error
NneOkeke Aug 28, 2025
b593c27
rename model to pass tests
NneOkeke Aug 28, 2025
8e0b42f
update model
NneOkeke Aug 28, 2025
754ca80
update based on comment
NneOkeke Aug 28, 2025
bd7b9a1
update changelog
NneOkeke Aug 29, 2025
55dff32
add fix for changelog
NneOkeke Aug 29, 2025
7725d44
update changelog
NneOkeke Sep 2, 2025
db693c1
update sdk changes with new model
NneOkeke Sep 8, 2025
9c5f690
Merge remote-tracking branch 'upstream/main' into pr/52284
HarveyLink Sep 10, 2025
e751ee2
fix -1
HarveyLink Sep 10, 2025
337fa96
fix - 2
HarveyLink Sep 10, 2025
4205d16
Add coment
HarveyLink Sep 10, 2025
4ccca5e
Merge branch 'main' into aa-public-version
NneOkeke Sep 11, 2025
dfd2ae2
update tests and apply api changes
NneOkeke Sep 11, 2025
f58a6d9
update
ArthurMa1978 Sep 11, 2025
4d92046
update
ArthurMa1978 Sep 11, 2025
b929cd5
update
ArthurMa1978 Sep 11, 2025
3f0c013
update
ArthurMa1978 Sep 11, 2025
a72c76a
update
ArthurMa1978 Sep 11, 2025
5fd7a66
update
ArthurMa1978 Sep 11, 2025
93d1e58
update tests
ArthurMa1978 Sep 11, 2025
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
1 change: 1 addition & 0 deletions .vscode/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
"centralus",
"Colls",
"contoso",
"correlationid",
"cpus",
"cref",
"Dapr",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,26 @@
# Release History

## 1.1.0-beta.1 (Unreleased)
## 1.1.0-beta.1 (2025-08-29)

### Features Added

### Breaking Changes
New endpoints were added for the recurring scheduledactions feature which will allow customers create recurring scheduledactions to perform actions on their virtual machines. These actions include:
- Creating and deleting of recurring starts, deallocates and hibernates on virtual machines
- Attaching and detaching virtual machines from recurring scheduledactions
- Cancelling and delaying scheduled/unscheduled occurrences of start/deallocate/hibernates on attached virtual machines attached to recurring scheduledactions

### Bugs Fixed
This package follows the [new Azure SDK guidelines](https://azure.github.io/azure-sdk/general_introduction.html), and provides many core capabilities:

- Support MSAL.NET, Azure.Identity is out of box for supporting MSAL.NET.
- Support [OpenTelemetry](https://opentelemetry.io/) for distributed tracing.
- HTTP pipeline with custom policies.
- Better error-handling.
- Support uniform telemetry across all languages.

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://learn.microsoft.com/dotnet/api/overview/azure/identity-readme?view=azure-dotnet).

### Other Changes

## 1.0.0 (2025-01-24)

Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"AssetsRepo": "Azure/azure-sdk-assets",
"AssetsRepoPrefixPath": "net",
"TagPrefix": "net/computeschedule/Azure.ResourceManager.ComputeSchedule",
"Tag": "net/computeschedule/Azure.ResourceManager.ComputeSchedule_dba73cf477"
"Tag": "net/computeschedule/Azure.ResourceManager.ComputeSchedule_8a4461543d"
}

Large diffs are not rendered by default.

Large diffs are not rendered by default.

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

Loading