Skip to content

Commit 950c3ef

Browse files
committed
Rename sandbox preview API
1 parent 0deae2a commit 950c3ef

24 files changed

Lines changed: 791 additions & 819 deletions

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## Unreleased
99

10-
- Added activity execution lifecycle hooks used by Azure Managed on-demand
11-
sandbox workers to report active activity counts while work is running.
10+
- Added activity execution lifecycle hooks used by Azure Managed sandbox
11+
workers to report active activity counts while work is running.
1212

1313
## v1.5.0
1414

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ gen-proto:
1212
curl -H "Accept: application/vnd.github.v3+json" "https://api.github.com/repos/microsoft/durabletask-protobuf/commits?path=protos/orchestrator_service.proto&sha=main&per_page=1" | jq -r '.[0].sha' > durabletask/internal/PROTO_SOURCE_COMMIT_HASH
1313
python3 -m grpc_tools.protoc --proto_path=. --python_out=. --pyi_out=. --grpc_python_out=. ./durabletask/internal/orchestrator_service.proto
1414
rm durabletask/internal/*.proto
15-
ON_DEMAND_SANDBOX_PROTO_SOURCE_COMMIT_HASH=$$(cat durabletask-azuremanaged/durabletask/azuremanaged/internal/ON_DEMAND_SANDBOX_PROTO_SOURCE_COMMIT_HASH); \
16-
curl -o durabletask-azuremanaged/durabletask/azuremanaged/internal/on_demand_sandbox_activities_service.proto https://raw.githubusercontent.com/microsoft/durabletask-protobuf/$${ON_DEMAND_SANDBOX_PROTO_SOURCE_COMMIT_HASH}/protos/serverless_activities_service.proto
17-
python3 -m grpc_tools.protoc --proto_path=. --python_out=. --pyi_out=. --grpc_python_out=. ./durabletask-azuremanaged/durabletask/azuremanaged/internal/on_demand_sandbox_activities_service.proto
15+
SANDBOX_PROTO_SOURCE_COMMIT_HASH=$$(cat durabletask-azuremanaged/durabletask/azuremanaged/internal/SANDBOX_PROTO_SOURCE_COMMIT_HASH); \
16+
curl -o durabletask-azuremanaged/durabletask/azuremanaged/internal/sandbox_service.proto https://raw.githubusercontent.com/microsoft/durabletask-protobuf/$${SANDBOX_PROTO_SOURCE_COMMIT_HASH}/protos/sandbox_service.proto
17+
python3 -m grpc_tools.protoc --proto_path=durabletask-azuremanaged --python_out=durabletask-azuremanaged --pyi_out=durabletask-azuremanaged --grpc_python_out=durabletask-azuremanaged ./durabletask-azuremanaged/durabletask/azuremanaged/internal/sandbox_service.proto
1818
rm durabletask-azuremanaged/durabletask/azuremanaged/internal/*.proto
1919

2020
.PHONY: init test gen-proto install

durabletask-azuremanaged/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88
## Unreleased
99

1010
- Updates base dependency to durabletask v1.6.0.
11-
- Added preview `durabletask.azuremanaged.preview.on_demand_sandbox` APIs for
12-
declaring Durable Task Scheduler on-demand sandbox activities, registering
11+
- Added preview `durabletask.azuremanaged.preview.sandboxes` APIs for
12+
declaring Durable Task Scheduler sandbox activities, registering
1313
worker profiles, and running sandbox activity workers.
1414

1515
## v1.5.0

durabletask-azuremanaged/durabletask/azuremanaged/internal/ON_DEMAND_SANDBOX_PROTO_SOURCE_COMMIT_HASH

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
67da3dbdb4a567c8892c7133246706358a53e1e8

durabletask-azuremanaged/durabletask/azuremanaged/internal/on_demand_sandbox_activities_service_pb2.py

Lines changed: 0 additions & 53 deletions
This file was deleted.

durabletask-azuremanaged/durabletask/azuremanaged/internal/sandbox_service_pb2.py

Lines changed: 53 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)