Closed renovate[bot] closed 6 days ago
✓ no_errors{server:node-http,mode:no-schema}
✓ expected_result{server:node-http,mode:no-schema}
✓ no_errors{server:node-http,mode:json-schema}
✓ expected_result{server:node-http,mode:json-schema}
✓ no_errors{server:uWebSockets,mode:no-schema}
✓ expected_result{server:uWebSockets,mode:no-schema}
✓ no_errors{server:uWebSockets,mode:json-schema}
✓ expected_result{server:uWebSockets,mode:json-schema}
checks......................................: 100.00% ✓ 896558 ✗ 0
data_received...............................: 81 MB 677 kB/s
data_sent...................................: 57 MB 474 kB/s
http_req_blocked............................: avg=1.59µs min=932ns med=1.54µs max=252.03µs p(90)=2.01µs p(95)=2.21µs
http_req_connecting.........................: avg=1ns min=0s med=0s max=138.68µs p(90)=0s p(95)=0s
http_req_duration...........................: avg=187.35µs min=119.5µs med=175.86µs max=11.41ms p(90)=203.85µs p(95)=213.29µs
{ expected_response:true }................: avg=187.35µs min=119.5µs med=175.86µs max=11.41ms p(90)=203.85µs p(95)=213.29µs
✓ { server:node-http,mode:json-schema }.....: avg=206.36µs min=146.92µs med=193.55µs max=10.08ms p(90)=216.83µs p(95)=225.37µs
✓ { server:node-http,mode:no-schema }.......: avg=196.49µs min=137.74µs med=181.59µs max=11.41ms p(90)=204.82µs p(95)=214.82µs
✓ { server:uWebSockets,mode:json-schema }...: avg=178.77µs min=125.44µs med=168.66µs max=9.22ms p(90)=189.99µs p(95)=196.51µs
✓ { server:uWebSockets,mode:no-schema }.....: avg=170.92µs min=119.5µs med=160.58µs max=8.95ms p(90)=181.58µs p(95)=188.35µs
http_req_failed.............................: 0.00% ✓ 0 ✗ 448279
http_req_receiving..........................: avg=23.64µs min=12.73µs med=23.19µs max=5.43ms p(90)=28.6µs p(95)=30.62µs
http_req_sending............................: avg=9.1µs min=5.39µs med=9.16µs max=8.06ms p(90)=11.97µs p(95)=13.32µs
http_req_tls_handshaking....................: avg=0s min=0s med=0s max=0s p(90)=0s p(95)=0s
http_req_waiting............................: avg=154.6µs min=96.09µs med=143.57µs max=11.32ms p(90)=169.12µs p(95)=178.4µs
http_reqs...................................: 448279 3735.613751/s
iteration_duration..........................: avg=262.82µs min=182.28µs med=250.31µs max=11.58ms p(90)=281.65µs p(95)=293.31µs
iterations..................................: 448279 3735.613751/s
vus.........................................: 1 min=1 max=1
vus_max.....................................: 2 min=2 max=2
This PR contains the following updates:
2.71.0
->2.73.1
Release Notes
pulumi/pulumi-azure-native (@pulumi/azure-native)
### [`v2.73.1`](https://redirect.github.com/pulumi/pulumi-azure-native/releases/tag/v2.73.1) [Compare Source](https://redirect.github.com/pulumi/pulumi-azure-native/compare/v2.73.0...v2.73.1) ##### Does the PR have any schema changes? Looking good! No breaking changes found. No new resources/functions. #### What's Changed - Use shared key auth for custom blob resource so we don't need RBAC by [@thomas11](https://redirect.github.com/thomas11) in [https://github.com/pulumi/pulumi-azure-native/pull/3719](https://redirect.github.com/pulumi/pulumi-azure-native/pull/3719) - azcore fix: POST responses can be any type by [@thomas11](https://redirect.github.com/thomas11) in [https://github.com/pulumi/pulumi-azure-native/pull/3721](https://redirect.github.com/pulumi/pulumi-azure-native/pull/3721) **Full Changelog**: https://github.com/pulumi/pulumi-azure-native/compare/v2.73.0...v2.73.1 ### [`v2.73.0`](https://redirect.github.com/pulumi/pulumi-azure-native/releases/tag/v2.73.0) [Compare Source](https://redirect.github.com/pulumi/pulumi-azure-native/compare/v2.72.0...v2.73.0) ##### Does the PR have any schema changes? Found 2 breaking changes: ##### Types - "azure-native:authorization:PolicyDefinitionReferenceResponse": required: - `🟢` "effectiveDefinitionVersion" property has changed to Required - `🟢` "latestDefinitionVersion" property has changed to Required ##### New resources: - `app.HttpRouteConfig` - `app.MaintenanceConfiguration` - `containerinstance.CGProfile` - `documentdb.TableResourceTableRoleAssignment` - `documentdb.TableResourceTableRoleDefinition` - `workloads.Alert` ##### New functions: - `app.getHttpRouteConfig` - `app.getMaintenanceConfiguration` - `containerinstance.getCGProfile` - `documentdb.getTableResourceTableRoleAssignment` - `documentdb.getTableResourceTableRoleDefinition` - `workloads.getAlert` #### What's Changed - Change nightly azcore test to autorest by [@thomas11](https://redirect.github.com/thomas11) in [https://github.com/pulumi/pulumi-azure-native/pull/3705](https://redirect.github.com/pulumi/pulumi-azure-native/pull/3705) - Add force replacement for SqlResourceSqlRoleAssignment by [@thomas11](https://redirect.github.com/thomas11) in [https://github.com/pulumi/pulumi-azure-native/pull/3711](https://redirect.github.com/pulumi/pulumi-azure-native/pull/3711) - Refactor versioning process by [@danielrbradley](https://redirect.github.com/danielrbradley) in [https://github.com/pulumi/pulumi-azure-native/pull/3714](https://redirect.github.com/pulumi/pulumi-azure-native/pull/3714) - Correctly handle blob MD5 sums in custom blob resource, need to be base64-encoded by [@thomas11](https://redirect.github.com/thomas11) in [https://github.com/pulumi/pulumi-azure-native/pull/3718](https://redirect.github.com/pulumi/pulumi-azure-native/pull/3718) **Full Changelog**: https://github.com/pulumi/pulumi-azure-native/compare/v2.72.0...v2.73.0 ### [`v2.72.0`](https://redirect.github.com/pulumi/pulumi-azure-native/releases/tag/v2.72.0) [Compare Source](https://redirect.github.com/pulumi/pulumi-azure-native/compare/v2.71.0...v2.72.0) ##### Does the PR have any schema changes? Found 29 breaking changes: ##### Resources - `🔴` "azure-native:mobilepacketcore:AmfDeployment" missing - `🔴` "azure-native:mobilepacketcore:ClusterService" missing - `🔴` "azure-native:mobilepacketcore:NetworkFunction" missing - `🔴` "azure-native:mobilepacketcore:NrfDeployment" missing - `🔴` "azure-native:mobilepacketcore:NssfDeployment" missing - `🔴` "azure-native:mobilepacketcore:ObservabilityService" missing - `🔴` "azure-native:mobilepacketcore:SmfDeployment" missing - `🔴` "azure-native:mobilepacketcore:UpfDeployment" missing ##### Functions - `🔴` "azure-native:mobilepacketcore:getAmfDeployment" missing - `🔴` "azure-native:mobilepacketcore:getClusterService" missing - `🔴` "azure-native:mobilepacketcore:getNetworkFunction" missing - `🔴` "azure-native:mobilepacketcore:getNrfDeployment" missing - `🔴` "azure-native:mobilepacketcore:getNssfDeployment" missing - `🔴` "azure-native:mobilepacketcore:getObservabilityService" missing - `🔴` "azure-native:mobilepacketcore:getSmfDeployment" missing - `🔴` "azure-native:mobilepacketcore:getUpfDeployment" missing ##### Types - `🔴` "azure-native:mobilepacketcore:ClusterServiceAksClusterData" missing - `🔴` "azure-native:mobilepacketcore:ClusterServiceAksClusterDataResponse" missing - `🔴` "azure-native:mobilepacketcore:ClusterServiceNexusAksClusterData" missing - `🔴` "azure-native:mobilepacketcore:ClusterServiceNexusAksClusterDataResponse" missing - `🔴` "azure-native:mobilepacketcore:ClusterType" missing - `🔴` "azure-native:mobilepacketcore:NetworkFunctionAdministrativeState" missing - `🔴` "azure-native:mobilepacketcore:NetworkFunctionType" missing - `🔴` "azure-native:mobilepacketcore:OperationalStatusResponse" missing - `🔴` "azure-native:mobilepacketcore:QualifiedComponentDeploymentParameters" missing - `🔴` "azure-native:mobilepacketcore:QualifiedComponentDeploymentParametersResponse" missing - `🔴` "azure-native:mobilepacketcore:SkuDefinitions" missing - `🔴` "azure-native:mobilepacketcore:SkuDeploymentType" missing - `🔴` "azure-native:mobilepacketcore:SystemDataResponse" missing ##### New resources: - `apicenter.ApiSource` - `durabletask.Scheduler` - `durabletask.TaskHub` - `impact.Connector` - `impact.Insight` - `impact.WorkloadImpact` ##### New functions: - `apicenter.getApiSource` - `durabletask.getScheduler` - `durabletask.getTaskHub` - `impact.getConnector` - `impact.getInsight` - `impact.getWorkloadImpact` - `kusto.listClusterCalloutPolicies` #### What's Changed - Port custom blob and static website resources to current SDK, azcore, and azidentity by [@thomas11](https://redirect.github.com/thomas11) in [https://github.com/pulumi/pulumi-azure-native/pull/3698](https://redirect.github.com/pulumi/pulumi-azure-native/pull/3698) - Add docs about MachineLearningServices ServerlessEndpoint requiring a MarketplaceSubscription by [@thomas11](https://redirect.github.com/thomas11) in [https://github.com/pulumi/pulumi-azure-native/pull/3704](https://redirect.github.com/pulumi/pulumi-azure-native/pull/3704) **Full Changelog**: https://github.com/pulumi/pulumi-azure-native/compare/v2.71.0...v2.72.0Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.