Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
update
  • Loading branch information
ArthurMa1978 committed Sep 11, 2025
commit 4d920466f3749d6c03e914232fcec26d2c17063a
1 change: 0 additions & 1 deletion .vscode/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@
"centralus",
"Colls",
"contoso",
"correlationid",
"cpus",
"cref",
"Dapr",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
### Features Added

- Updated the Computeschedule RP api-version from `2024-10-01` to the first stable version `2025-05-01`.
-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

## 1.0.0 (2025-01-24)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ public static partial class ArmComputeScheduleModelFactory
public static Azure.ResourceManager.ComputeSchedule.Models.DeallocateResourceOperationResult DeallocateResourceOperationResult(string description = null, string resourceType = null, Azure.Core.AzureLocation location = default(Azure.Core.AzureLocation), System.Collections.Generic.IEnumerable<Azure.ResourceManager.ComputeSchedule.Models.ResourceOperationResult> results = null) { throw null; }
public static Azure.ResourceManager.ComputeSchedule.Models.DeleteResourceOperationResult DeleteResourceOperationResult(string description = null, string type = null, Azure.Core.AzureLocation location = default(Azure.Core.AzureLocation), System.Collections.Generic.IEnumerable<Azure.ResourceManager.ComputeSchedule.Models.ResourceOperationResult> results = null) { throw null; }
public static Azure.ResourceManager.ComputeSchedule.Models.ExecuteCreateContent ExecuteCreateContent(Azure.ResourceManager.ComputeSchedule.Models.ResourceProvisionPayload resourceConfigParameters = null, Azure.ResourceManager.ComputeSchedule.Models.ScheduledActionExecutionParameterDetail executionParameters = null, string correlationid = null) { throw null; }
public static Azure.ResourceManager.ComputeSchedule.Models.ExecuteDeleteContent ExecuteDeleteContent(Azure.ResourceManager.ComputeSchedule.Models.ScheduledActionExecutionParameterDetail executionParameters = null, System.Collections.Generic.IEnumerable<Azure.Core.ResourceIdentifier> resourcesIds = null, string correlationid = null, bool? forceDeletion = default(bool?)) { throw null; }
public static Azure.ResourceManager.ComputeSchedule.Models.ExecuteDeleteContent ExecuteDeleteContent(Azure.ResourceManager.ComputeSchedule.Models.ScheduledActionExecutionParameterDetail executionParameters = null, System.Collections.Generic.IEnumerable<Azure.Core.ResourceIdentifier> resourcesIds = null, string correlationId = null, bool? isForceDeletion = default(bool?)) { throw null; }
public static Azure.ResourceManager.ComputeSchedule.Models.GetOperationErrorsResult GetOperationErrorsResult(System.Collections.Generic.IEnumerable<Azure.ResourceManager.ComputeSchedule.Models.OperationErrorsResult> results = null) { throw null; }
public static Azure.ResourceManager.ComputeSchedule.Models.GetOperationStatusResult GetOperationStatusResult(System.Collections.Generic.IEnumerable<Azure.ResourceManager.ComputeSchedule.Models.ResourceOperationResult> results = null) { throw null; }
public static Azure.ResourceManager.ComputeSchedule.Models.HibernateResourceOperationResult HibernateResourceOperationResult(string description = null, string resourceType = null, Azure.Core.AzureLocation location = default(Azure.Core.AzureLocation), System.Collections.Generic.IEnumerable<Azure.ResourceManager.ComputeSchedule.Models.ResourceOperationResult> results = null) { throw null; }
Expand Down Expand Up @@ -249,9 +249,9 @@ protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer
public partial class ExecuteDeleteContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ComputeSchedule.Models.ExecuteDeleteContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ComputeSchedule.Models.ExecuteDeleteContent>
{
public ExecuteDeleteContent(Azure.ResourceManager.ComputeSchedule.Models.ScheduledActionExecutionParameterDetail executionParameters, Azure.ResourceManager.ComputeSchedule.Models.UserRequestResources resources) { }
public string Correlationid { get { throw null; } set { } }
public string CorrelationId { get { throw null; } set { } }
public Azure.ResourceManager.ComputeSchedule.Models.ScheduledActionExecutionParameterDetail ExecutionParameters { get { throw null; } }
public bool? ForceDeletion { get { throw null; } set { } }
public bool? IsForceDeletion { get { throw null; } set { } }
public System.Collections.Generic.IList<Azure.Core.ResourceIdentifier> ResourcesIds { get { throw null; } }
protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
Azure.ResourceManager.ComputeSchedule.Models.ExecuteDeleteContent System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ComputeSchedule.Models.ExecuteDeleteContent>.Create(ref System.Text.Json.Utf8JsonReader reader, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ public static partial class ArmComputeScheduleModelFactory
public static Azure.ResourceManager.ComputeSchedule.Models.DeallocateResourceOperationResult DeallocateResourceOperationResult(string description = null, string resourceType = null, Azure.Core.AzureLocation location = default(Azure.Core.AzureLocation), System.Collections.Generic.IEnumerable<Azure.ResourceManager.ComputeSchedule.Models.ResourceOperationResult> results = null) { throw null; }
public static Azure.ResourceManager.ComputeSchedule.Models.DeleteResourceOperationResult DeleteResourceOperationResult(string description = null, string type = null, Azure.Core.AzureLocation location = default(Azure.Core.AzureLocation), System.Collections.Generic.IEnumerable<Azure.ResourceManager.ComputeSchedule.Models.ResourceOperationResult> results = null) { throw null; }
public static Azure.ResourceManager.ComputeSchedule.Models.ExecuteCreateContent ExecuteCreateContent(Azure.ResourceManager.ComputeSchedule.Models.ResourceProvisionPayload resourceConfigParameters = null, Azure.ResourceManager.ComputeSchedule.Models.ScheduledActionExecutionParameterDetail executionParameters = null, string correlationid = null) { throw null; }
public static Azure.ResourceManager.ComputeSchedule.Models.ExecuteDeleteContent ExecuteDeleteContent(Azure.ResourceManager.ComputeSchedule.Models.ScheduledActionExecutionParameterDetail executionParameters = null, System.Collections.Generic.IEnumerable<Azure.Core.ResourceIdentifier> resourcesIds = null, string correlationid = null, bool? forceDeletion = default(bool?)) { throw null; }
public static Azure.ResourceManager.ComputeSchedule.Models.ExecuteDeleteContent ExecuteDeleteContent(Azure.ResourceManager.ComputeSchedule.Models.ScheduledActionExecutionParameterDetail executionParameters = null, System.Collections.Generic.IEnumerable<Azure.Core.ResourceIdentifier> resourcesIds = null, string correlationId = null, bool? isForceDeletion = default(bool?)) { throw null; }
public static Azure.ResourceManager.ComputeSchedule.Models.GetOperationErrorsResult GetOperationErrorsResult(System.Collections.Generic.IEnumerable<Azure.ResourceManager.ComputeSchedule.Models.OperationErrorsResult> results = null) { throw null; }
public static Azure.ResourceManager.ComputeSchedule.Models.GetOperationStatusResult GetOperationStatusResult(System.Collections.Generic.IEnumerable<Azure.ResourceManager.ComputeSchedule.Models.ResourceOperationResult> results = null) { throw null; }
public static Azure.ResourceManager.ComputeSchedule.Models.HibernateResourceOperationResult HibernateResourceOperationResult(string description = null, string resourceType = null, Azure.Core.AzureLocation location = default(Azure.Core.AzureLocation), System.Collections.Generic.IEnumerable<Azure.ResourceManager.ComputeSchedule.Models.ResourceOperationResult> results = null) { throw null; }
Expand Down Expand Up @@ -249,9 +249,9 @@ protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer
public partial class ExecuteDeleteContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ComputeSchedule.Models.ExecuteDeleteContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ComputeSchedule.Models.ExecuteDeleteContent>
{
public ExecuteDeleteContent(Azure.ResourceManager.ComputeSchedule.Models.ScheduledActionExecutionParameterDetail executionParameters, Azure.ResourceManager.ComputeSchedule.Models.UserRequestResources resources) { }
public string Correlationid { get { throw null; } set { } }
public string CorrelationId { get { throw null; } set { } }
public Azure.ResourceManager.ComputeSchedule.Models.ScheduledActionExecutionParameterDetail ExecutionParameters { get { throw null; } }
public bool? ForceDeletion { get { throw null; } set { } }
public bool? IsForceDeletion { get { throw null; } set { } }
public System.Collections.Generic.IList<Azure.Core.ResourceIdentifier> ResourcesIds { get { throw null; } }
protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
Azure.ResourceManager.ComputeSchedule.Models.ExecuteDeleteContent System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ComputeSchedule.Models.ExecuteDeleteContent>.Create(ref System.Text.Json.Utf8JsonReader reader, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
Expand Down

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.

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

Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
directory: specification/computeschedule/ComputeSchedule.Management
commit: 5e768c12cf63abe0ed3d9d920f3e35e8ece3c0a1
commit: fc629ee07346982cfff677a2ae750e0955d96f60
repo: Azure/azure-rest-api-specs
Loading