Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
# Release History

## 1.1.0-beta.1 (Unreleased)
## 1.1.0 (2025-09-12)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes
- Updated the Computeschedule RP api-version from `2024-10-01` to the first stable version `2025-05-01`.

## 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_0d644380f9"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.1.0-beta.1</Version>
<Version>1.1.0</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>1.0.0</ApiCompatVersion>
<PackageId>Azure.ResourceManager.ComputeSchedule</PackageId>
Expand Down

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