Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automated SDK generation @ azure-rest-api-specs 953b92957eccb04c99f075e7015fb396d3f7fad3 #3923

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion azure-rest-api-specs
Submodule azure-rest-api-specs updated 69 files
+2 −0 .github/dependabot.yml
+11 −7 eng/common/pipelines/templates/jobs/prepare-pipelines.yml
+16 −0 eng/common/pipelines/templates/steps/sparse-checkout.yml
+1 −1 eng/common/pipelines/templates/steps/validate-all-packages.yml
+1 −1 eng/common/scripts/Helpers/DevOps-WorkItem-Helpers.ps1
+3 −3 eng/common/scripts/Helpers/PSModule-Helpers.ps1
+4 −4 package-lock.json
+1 −1 package.json
+3 −0 specification/chaos/Chaos.Management/capability.models.tsp
+8 −0 specification/chaos/Chaos.Management/capabilityType.models.tsp
+55 −0 specification/chaos/Chaos.Management/examples/2025-01-01/Capabilities_CreateOrUpdate.json
+18 −0 specification/chaos/Chaos.Management/examples/2025-01-01/Capabilities_Delete.json
+34 −0 specification/chaos/Chaos.Management/examples/2025-01-01/Capabilities_Get.json
+38 −0 specification/chaos/Chaos.Management/examples/2025-01-01/Capabilities_List.json
+42 −0 specification/chaos/Chaos.Management/examples/2025-01-01/CapabilityTypes_Get.json
+46 −0 specification/chaos/Chaos.Management/examples/2025-01-01/CapabilityTypes_List.json
+18 −0 specification/chaos/Chaos.Management/examples/2025-01-01/Experiments_Cancel.json
+196 −0 specification/chaos/Chaos.Management/examples/2025-01-01/Experiments_CreateOrUpdate.json
+19 −0 specification/chaos/Chaos.Management/examples/2025-01-01/Experiments_Delete.json
+66 −0 specification/chaos/Chaos.Management/examples/2025-01-01/Experiments_ExecutionDetails.json
+72 −0 specification/chaos/Chaos.Management/examples/2025-01-01/Experiments_Get.json
+26 −0 specification/chaos/Chaos.Management/examples/2025-01-01/Experiments_GetExecution.json
+77 −0 specification/chaos/Chaos.Management/examples/2025-01-01/Experiments_List.json
+76 −0 specification/chaos/Chaos.Management/examples/2025-01-01/Experiments_ListAll.json
+40 −0 specification/chaos/Chaos.Management/examples/2025-01-01/Experiments_ListAllExecutions.json
+18 −0 specification/chaos/Chaos.Management/examples/2025-01-01/Experiments_Start.json
+100 −0 specification/chaos/Chaos.Management/examples/2025-01-01/Experiments_Update.json
+20 −0 specification/chaos/Chaos.Management/examples/2025-01-01/OperationStatuses_Get.json
+27 −0 specification/chaos/Chaos.Management/examples/2025-01-01/Operations_List.json
+29 −0 specification/chaos/Chaos.Management/examples/2025-01-01/TargetTypes_Get.json
+34 −0 specification/chaos/Chaos.Management/examples/2025-01-01/TargetTypes_List.json
+44 −0 specification/chaos/Chaos.Management/examples/2025-01-01/Targets_CreateOrUpdate.json
+17 −0 specification/chaos/Chaos.Management/examples/2025-01-01/Targets_Delete.json
+37 −0 specification/chaos/Chaos.Management/examples/2025-01-01/Targets_Get.json
+42 −0 specification/chaos/Chaos.Management/examples/2025-01-01/Targets_List.json
+2 −0 specification/chaos/Chaos.Management/experiment.models.tsp
+4 −0 specification/chaos/Chaos.Management/experimentExecution.models.tsp
+7 −0 specification/chaos/Chaos.Management/main.tsp
+2 −0 specification/chaos/Chaos.Management/privateAccess.tsp
+2 −1 specification/chaos/Chaos.Management/privateEndpointConnection.tsp
+85 −0 specification/chaos/Chaos.Management/sdk-suppressions.yaml
+55 −0 ...fication/chaos/resource-manager/Microsoft.Chaos/stable/2025-01-01/examples/Capabilities_CreateOrUpdate.json
+18 −0 specification/chaos/resource-manager/Microsoft.Chaos/stable/2025-01-01/examples/Capabilities_Delete.json
+34 −0 specification/chaos/resource-manager/Microsoft.Chaos/stable/2025-01-01/examples/Capabilities_Get.json
+38 −0 specification/chaos/resource-manager/Microsoft.Chaos/stable/2025-01-01/examples/Capabilities_List.json
+42 −0 specification/chaos/resource-manager/Microsoft.Chaos/stable/2025-01-01/examples/CapabilityTypes_Get.json
+46 −0 specification/chaos/resource-manager/Microsoft.Chaos/stable/2025-01-01/examples/CapabilityTypes_List.json
+18 −0 specification/chaos/resource-manager/Microsoft.Chaos/stable/2025-01-01/examples/Experiments_Cancel.json
+196 −0 ...ification/chaos/resource-manager/Microsoft.Chaos/stable/2025-01-01/examples/Experiments_CreateOrUpdate.json
+19 −0 specification/chaos/resource-manager/Microsoft.Chaos/stable/2025-01-01/examples/Experiments_Delete.json
+66 −0 ...ication/chaos/resource-manager/Microsoft.Chaos/stable/2025-01-01/examples/Experiments_ExecutionDetails.json
+72 −0 specification/chaos/resource-manager/Microsoft.Chaos/stable/2025-01-01/examples/Experiments_Get.json
+26 −0 specification/chaos/resource-manager/Microsoft.Chaos/stable/2025-01-01/examples/Experiments_GetExecution.json
+77 −0 specification/chaos/resource-manager/Microsoft.Chaos/stable/2025-01-01/examples/Experiments_List.json
+76 −0 specification/chaos/resource-manager/Microsoft.Chaos/stable/2025-01-01/examples/Experiments_ListAll.json
+40 −0 ...cation/chaos/resource-manager/Microsoft.Chaos/stable/2025-01-01/examples/Experiments_ListAllExecutions.json
+18 −0 specification/chaos/resource-manager/Microsoft.Chaos/stable/2025-01-01/examples/Experiments_Start.json
+100 −0 specification/chaos/resource-manager/Microsoft.Chaos/stable/2025-01-01/examples/Experiments_Update.json
+20 −0 specification/chaos/resource-manager/Microsoft.Chaos/stable/2025-01-01/examples/OperationStatuses_Get.json
+27 −0 specification/chaos/resource-manager/Microsoft.Chaos/stable/2025-01-01/examples/Operations_List.json
+29 −0 specification/chaos/resource-manager/Microsoft.Chaos/stable/2025-01-01/examples/TargetTypes_Get.json
+34 −0 specification/chaos/resource-manager/Microsoft.Chaos/stable/2025-01-01/examples/TargetTypes_List.json
+44 −0 specification/chaos/resource-manager/Microsoft.Chaos/stable/2025-01-01/examples/Targets_CreateOrUpdate.json
+17 −0 specification/chaos/resource-manager/Microsoft.Chaos/stable/2025-01-01/examples/Targets_Delete.json
+37 −0 specification/chaos/resource-manager/Microsoft.Chaos/stable/2025-01-01/examples/Targets_Get.json
+42 −0 specification/chaos/resource-manager/Microsoft.Chaos/stable/2025-01-01/examples/Targets_List.json
+2,803 −0 specification/chaos/resource-manager/Microsoft.Chaos/stable/2025-01-01/openapi.json
+34 −1 specification/chaos/resource-manager/readme.md
+33 −0 specification/keyvault/Security.KeyVault.Keys/client.tsp
25 changes: 17 additions & 8 deletions provider/cmd/pulumi-resource-azure-native/schema.json

Large diffs are not rendered by default.

12 changes: 8 additions & 4 deletions reports/allResourceVersionsByResource.json
Original file line number Diff line number Diff line change
Expand Up @@ -5203,7 +5203,8 @@
"2023-11-01",
"2024-01-01",
"2024-03-22-preview",
"2024-11-01-preview"
"2024-11-01-preview",
"2025-01-01"
],
"Experiment": [
"2021-09-15-preview",
Expand All @@ -5216,7 +5217,8 @@
"2023-11-01",
"2024-01-01",
"2024-03-22-preview",
"2024-11-01-preview"
"2024-11-01-preview",
"2025-01-01"
],
"PrivateAccess": [
"2023-10-27-preview",
Expand All @@ -5234,13 +5236,15 @@
"2023-11-01",
"2024-01-01",
"2024-03-22-preview",
"2024-11-01-preview"
"2024-11-01-preview",
"2025-01-01"
],
"getExperimentExecutionDetails": [
"2023-11-01",
"2024-01-01",
"2024-03-22-preview",
"2024-11-01-preview"
"2024-11-01-preview",
"2025-01-01"
]
},
"Cloudngfw": {
Expand Down
26 changes: 26 additions & 0 deletions reports/allResourcesByVersion.json
Original file line number Diff line number Diff line change
Expand Up @@ -24693,6 +24693,32 @@
"ResourceUri": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Chaos/experiments/{experimentName}/executions/{executionId}/getExecutionDetails",
"RpNamespace": "Microsoft.Chaos"
}
},
"2025-01-01": {
"Capability": {
"ApiVersion": "2025-01-01",
"SpecFilePath": "specification/chaos/resource-manager/Microsoft.Chaos/stable/2025-01-01/openapi.json",
"ResourceUri": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{parentProviderNamespace}/{parentResourceType}/{parentResourceName}/providers/Microsoft.Chaos/targets/{targetName}/capabilities/{capabilityName}",
"RpNamespace": "Microsoft.Chaos"
},
"Experiment": {
"ApiVersion": "2025-01-01",
"SpecFilePath": "specification/chaos/resource-manager/Microsoft.Chaos/stable/2025-01-01/openapi.json",
"ResourceUri": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Chaos/experiments/{experimentName}",
"RpNamespace": "Microsoft.Chaos"
},
"Target": {
"ApiVersion": "2025-01-01",
"SpecFilePath": "specification/chaos/resource-manager/Microsoft.Chaos/stable/2025-01-01/openapi.json",
"ResourceUri": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{parentProviderNamespace}/{parentResourceType}/{parentResourceName}/providers/Microsoft.Chaos/targets/{targetName}",
"RpNamespace": "Microsoft.Chaos"
},
"getExperimentExecutionDetails": {
"ApiVersion": "2025-01-01",
"SpecFilePath": "specification/chaos/resource-manager/Microsoft.Chaos/stable/2025-01-01/openapi.json",
"ResourceUri": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Chaos/experiments/{experimentName}/executions/{executionId}/getExecutionDetails",
"RpNamespace": "Microsoft.Chaos"
}
}
},
"Cloudngfw": {
Expand Down
3 changes: 2 additions & 1 deletion reports/pending.json
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,8 @@
"2023-11-01",
"2024-01-01",
"2024-03-22-preview",
"2024-11-01-preview"
"2024-11-01-preview",
"2025-01-01"
],
"Cloudngfw": [
"2023-09-01-preview",
Expand Down
3 changes: 3 additions & 0 deletions reports/tokenPaths.json
Original file line number Diff line number Diff line change
Expand Up @@ -2384,6 +2384,9 @@
"azure-native:chaos/v20241101preview:Experiment": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Chaos/experiments/{experimentName}",
"azure-native:chaos/v20241101preview:PrivateAccess": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Chaos/privateAccesses/{privateAccessName}",
"azure-native:chaos/v20241101preview:Target": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{parentProviderNamespace}/{parentResourceType}/{parentResourceName}/providers/Microsoft.Chaos/targets/{targetName}",
"azure-native:chaos/v20250101:Capability": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{parentProviderNamespace}/{parentResourceType}/{parentResourceName}/providers/Microsoft.Chaos/targets/{targetName}/capabilities/{capabilityName}",
"azure-native:chaos/v20250101:Experiment": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Chaos/experiments/{experimentName}",
"azure-native:chaos/v20250101:Target": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{parentProviderNamespace}/{parentResourceType}/{parentResourceName}/providers/Microsoft.Chaos/targets/{targetName}",
"azure-native:chaos:Capability": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{parentProviderNamespace}/{parentResourceType}/{parentResourceName}/providers/Microsoft.Chaos/targets/{targetName}/capabilities/{capabilityName}",
"azure-native:chaos:Experiment": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Chaos/experiments/{experimentName}",
"azure-native:chaos:PrivateAccess": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Chaos/privateAccesses/{privateAccessName}",
Expand Down
3 changes: 2 additions & 1 deletion sdk/dotnet/Chaos/Capability.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace Pulumi.AzureNative.Chaos
/// Model that represents a Capability resource.
/// Azure REST API version: 2023-04-15-preview. Prior API version in Azure Native 1.x: 2021-09-15-preview.
///
/// Other available API versions: 2023-09-01-preview, 2023-10-27-preview, 2023-11-01, 2024-01-01, 2024-03-22-preview, 2024-11-01-preview.
/// Other available API versions: 2023-09-01-preview, 2023-10-27-preview, 2023-11-01, 2024-01-01, 2024-03-22-preview, 2024-11-01-preview, 2025-01-01.
/// </summary>
[AzureNativeResourceType("azure-native:chaos:Capability")]
public partial class Capability : global::Pulumi.CustomResource
Expand Down Expand Up @@ -78,6 +78,7 @@ private static CustomResourceOptions MakeResourceOptions(CustomResourceOptions?
new global::Pulumi.Alias { Type = "azure-native:chaos/v20240101:Capability" },
new global::Pulumi.Alias { Type = "azure-native:chaos/v20240322preview:Capability" },
new global::Pulumi.Alias { Type = "azure-native:chaos/v20241101preview:Capability" },
new global::Pulumi.Alias { Type = "azure-native:chaos/v20250101:Capability" },
},
};
var merged = CustomResourceOptions.Merge(defaultOptions, options);
Expand Down
3 changes: 2 additions & 1 deletion sdk/dotnet/Chaos/Experiment.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace Pulumi.AzureNative.Chaos
/// Model that represents a Experiment resource.
/// Azure REST API version: 2023-04-15-preview. Prior API version in Azure Native 1.x: 2021-09-15-preview.
///
/// Other available API versions: 2023-09-01-preview, 2023-10-27-preview, 2023-11-01, 2024-01-01, 2024-03-22-preview, 2024-11-01-preview.
/// Other available API versions: 2023-09-01-preview, 2023-10-27-preview, 2023-11-01, 2024-01-01, 2024-03-22-preview, 2024-11-01-preview, 2025-01-01.
/// </summary>
[AzureNativeResourceType("azure-native:chaos:Experiment")]
public partial class Experiment : global::Pulumi.CustomResource
Expand Down Expand Up @@ -96,6 +96,7 @@ private static CustomResourceOptions MakeResourceOptions(CustomResourceOptions?
new global::Pulumi.Alias { Type = "azure-native:chaos/v20240101:Experiment" },
new global::Pulumi.Alias { Type = "azure-native:chaos/v20240322preview:Experiment" },
new global::Pulumi.Alias { Type = "azure-native:chaos/v20241101preview:Experiment" },
new global::Pulumi.Alias { Type = "azure-native:chaos/v20250101:Experiment" },
},
};
var merged = CustomResourceOptions.Merge(defaultOptions, options);
Expand Down
6 changes: 3 additions & 3 deletions sdk/dotnet/Chaos/GetCapability.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public static class GetCapability
/// Get a Capability resource that extends a Target resource.
/// Azure REST API version: 2023-04-15-preview.
///
/// Other available API versions: 2023-09-01-preview, 2023-10-27-preview, 2023-11-01, 2024-01-01, 2024-03-22-preview, 2024-11-01-preview.
/// Other available API versions: 2023-09-01-preview, 2023-10-27-preview, 2023-11-01, 2024-01-01, 2024-03-22-preview, 2024-11-01-preview, 2025-01-01.
/// </summary>
public static Task<GetCapabilityResult> InvokeAsync(GetCapabilityArgs args, InvokeOptions? options = null)
=> global::Pulumi.Deployment.Instance.InvokeAsync<GetCapabilityResult>("azure-native:chaos:getCapability", args ?? new GetCapabilityArgs(), options.WithDefaults());
Expand All @@ -24,7 +24,7 @@ public static Task<GetCapabilityResult> InvokeAsync(GetCapabilityArgs args, Invo
/// Get a Capability resource that extends a Target resource.
/// Azure REST API version: 2023-04-15-preview.
///
/// Other available API versions: 2023-09-01-preview, 2023-10-27-preview, 2023-11-01, 2024-01-01, 2024-03-22-preview, 2024-11-01-preview.
/// Other available API versions: 2023-09-01-preview, 2023-10-27-preview, 2023-11-01, 2024-01-01, 2024-03-22-preview, 2024-11-01-preview, 2025-01-01.
/// </summary>
public static Output<GetCapabilityResult> Invoke(GetCapabilityInvokeArgs args, InvokeOptions? options = null)
=> global::Pulumi.Deployment.Instance.Invoke<GetCapabilityResult>("azure-native:chaos:getCapability", args ?? new GetCapabilityInvokeArgs(), options.WithDefaults());
Expand All @@ -33,7 +33,7 @@ public static Output<GetCapabilityResult> Invoke(GetCapabilityInvokeArgs args, I
/// Get a Capability resource that extends a Target resource.
/// Azure REST API version: 2023-04-15-preview.
///
/// Other available API versions: 2023-09-01-preview, 2023-10-27-preview, 2023-11-01, 2024-01-01, 2024-03-22-preview, 2024-11-01-preview.
/// Other available API versions: 2023-09-01-preview, 2023-10-27-preview, 2023-11-01, 2024-01-01, 2024-03-22-preview, 2024-11-01-preview, 2025-01-01.
/// </summary>
public static Output<GetCapabilityResult> Invoke(GetCapabilityInvokeArgs args, InvokeOutputOptions options)
=> global::Pulumi.Deployment.Instance.Invoke<GetCapabilityResult>("azure-native:chaos:getCapability", args ?? new GetCapabilityInvokeArgs(), options.WithDefaults());
Expand Down
6 changes: 3 additions & 3 deletions sdk/dotnet/Chaos/GetExperiment.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public static class GetExperiment
/// Get a Experiment resource.
/// Azure REST API version: 2023-04-15-preview.
///
/// Other available API versions: 2023-09-01-preview, 2023-10-27-preview, 2023-11-01, 2024-01-01, 2024-03-22-preview, 2024-11-01-preview.
/// Other available API versions: 2023-09-01-preview, 2023-10-27-preview, 2023-11-01, 2024-01-01, 2024-03-22-preview, 2024-11-01-preview, 2025-01-01.
/// </summary>
public static Task<GetExperimentResult> InvokeAsync(GetExperimentArgs args, InvokeOptions? options = null)
=> global::Pulumi.Deployment.Instance.InvokeAsync<GetExperimentResult>("azure-native:chaos:getExperiment", args ?? new GetExperimentArgs(), options.WithDefaults());
Expand All @@ -24,7 +24,7 @@ public static Task<GetExperimentResult> InvokeAsync(GetExperimentArgs args, Invo
/// Get a Experiment resource.
/// Azure REST API version: 2023-04-15-preview.
///
/// Other available API versions: 2023-09-01-preview, 2023-10-27-preview, 2023-11-01, 2024-01-01, 2024-03-22-preview, 2024-11-01-preview.
/// Other available API versions: 2023-09-01-preview, 2023-10-27-preview, 2023-11-01, 2024-01-01, 2024-03-22-preview, 2024-11-01-preview, 2025-01-01.
/// </summary>
public static Output<GetExperimentResult> Invoke(GetExperimentInvokeArgs args, InvokeOptions? options = null)
=> global::Pulumi.Deployment.Instance.Invoke<GetExperimentResult>("azure-native:chaos:getExperiment", args ?? new GetExperimentInvokeArgs(), options.WithDefaults());
Expand All @@ -33,7 +33,7 @@ public static Output<GetExperimentResult> Invoke(GetExperimentInvokeArgs args, I
/// Get a Experiment resource.
/// Azure REST API version: 2023-04-15-preview.
///
/// Other available API versions: 2023-09-01-preview, 2023-10-27-preview, 2023-11-01, 2024-01-01, 2024-03-22-preview, 2024-11-01-preview.
/// Other available API versions: 2023-09-01-preview, 2023-10-27-preview, 2023-11-01, 2024-01-01, 2024-03-22-preview, 2024-11-01-preview, 2025-01-01.
/// </summary>
public static Output<GetExperimentResult> Invoke(GetExperimentInvokeArgs args, InvokeOutputOptions options)
=> global::Pulumi.Deployment.Instance.Invoke<GetExperimentResult>("azure-native:chaos:getExperiment", args ?? new GetExperimentInvokeArgs(), options.WithDefaults());
Expand Down
6 changes: 3 additions & 3 deletions sdk/dotnet/Chaos/GetExperimentExecutionDetails.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public static class GetExperimentExecutionDetails
/// Execution details of an experiment resource.
/// Azure REST API version: 2023-11-01.
///
/// Other available API versions: 2024-01-01, 2024-03-22-preview, 2024-11-01-preview.
/// Other available API versions: 2024-01-01, 2024-03-22-preview, 2024-11-01-preview, 2025-01-01.
/// </summary>
public static Task<GetExperimentExecutionDetailsResult> InvokeAsync(GetExperimentExecutionDetailsArgs args, InvokeOptions? options = null)
=> global::Pulumi.Deployment.Instance.InvokeAsync<GetExperimentExecutionDetailsResult>("azure-native:chaos:getExperimentExecutionDetails", args ?? new GetExperimentExecutionDetailsArgs(), options.WithDefaults());
Expand All @@ -24,7 +24,7 @@ public static Task<GetExperimentExecutionDetailsResult> InvokeAsync(GetExperimen
/// Execution details of an experiment resource.
/// Azure REST API version: 2023-11-01.
///
/// Other available API versions: 2024-01-01, 2024-03-22-preview, 2024-11-01-preview.
/// Other available API versions: 2024-01-01, 2024-03-22-preview, 2024-11-01-preview, 2025-01-01.
/// </summary>
public static Output<GetExperimentExecutionDetailsResult> Invoke(GetExperimentExecutionDetailsInvokeArgs args, InvokeOptions? options = null)
=> global::Pulumi.Deployment.Instance.Invoke<GetExperimentExecutionDetailsResult>("azure-native:chaos:getExperimentExecutionDetails", args ?? new GetExperimentExecutionDetailsInvokeArgs(), options.WithDefaults());
Expand All @@ -33,7 +33,7 @@ public static Output<GetExperimentExecutionDetailsResult> Invoke(GetExperimentEx
/// Execution details of an experiment resource.
/// Azure REST API version: 2023-11-01.
///
/// Other available API versions: 2024-01-01, 2024-03-22-preview, 2024-11-01-preview.
/// Other available API versions: 2024-01-01, 2024-03-22-preview, 2024-11-01-preview, 2025-01-01.
/// </summary>
public static Output<GetExperimentExecutionDetailsResult> Invoke(GetExperimentExecutionDetailsInvokeArgs args, InvokeOutputOptions options)
=> global::Pulumi.Deployment.Instance.Invoke<GetExperimentExecutionDetailsResult>("azure-native:chaos:getExperimentExecutionDetails", args ?? new GetExperimentExecutionDetailsInvokeArgs(), options.WithDefaults());
Expand Down
6 changes: 3 additions & 3 deletions sdk/dotnet/Chaos/GetTarget.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public static class GetTarget
/// Get a Target resource that extends a tracked regional resource.
/// Azure REST API version: 2023-04-15-preview.
///
/// Other available API versions: 2023-09-01-preview, 2023-10-27-preview, 2023-11-01, 2024-01-01, 2024-03-22-preview, 2024-11-01-preview.
/// Other available API versions: 2023-09-01-preview, 2023-10-27-preview, 2023-11-01, 2024-01-01, 2024-03-22-preview, 2024-11-01-preview, 2025-01-01.
/// </summary>
public static Task<GetTargetResult> InvokeAsync(GetTargetArgs args, InvokeOptions? options = null)
=> global::Pulumi.Deployment.Instance.InvokeAsync<GetTargetResult>("azure-native:chaos:getTarget", args ?? new GetTargetArgs(), options.WithDefaults());
Expand All @@ -24,7 +24,7 @@ public static Task<GetTargetResult> InvokeAsync(GetTargetArgs args, InvokeOption
/// Get a Target resource that extends a tracked regional resource.
/// Azure REST API version: 2023-04-15-preview.
///
/// Other available API versions: 2023-09-01-preview, 2023-10-27-preview, 2023-11-01, 2024-01-01, 2024-03-22-preview, 2024-11-01-preview.
/// Other available API versions: 2023-09-01-preview, 2023-10-27-preview, 2023-11-01, 2024-01-01, 2024-03-22-preview, 2024-11-01-preview, 2025-01-01.
/// </summary>
public static Output<GetTargetResult> Invoke(GetTargetInvokeArgs args, InvokeOptions? options = null)
=> global::Pulumi.Deployment.Instance.Invoke<GetTargetResult>("azure-native:chaos:getTarget", args ?? new GetTargetInvokeArgs(), options.WithDefaults());
Expand All @@ -33,7 +33,7 @@ public static Output<GetTargetResult> Invoke(GetTargetInvokeArgs args, InvokeOpt
/// Get a Target resource that extends a tracked regional resource.
/// Azure REST API version: 2023-04-15-preview.
///
/// Other available API versions: 2023-09-01-preview, 2023-10-27-preview, 2023-11-01, 2024-01-01, 2024-03-22-preview, 2024-11-01-preview.
/// Other available API versions: 2023-09-01-preview, 2023-10-27-preview, 2023-11-01, 2024-01-01, 2024-03-22-preview, 2024-11-01-preview, 2025-01-01.
/// </summary>
public static Output<GetTargetResult> Invoke(GetTargetInvokeArgs args, InvokeOutputOptions options)
=> global::Pulumi.Deployment.Instance.Invoke<GetTargetResult>("azure-native:chaos:getTarget", args ?? new GetTargetInvokeArgs(), options.WithDefaults());
Expand Down
3 changes: 2 additions & 1 deletion sdk/dotnet/Chaos/Target.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace Pulumi.AzureNative.Chaos
/// Model that represents a Target resource.
/// Azure REST API version: 2023-04-15-preview. Prior API version in Azure Native 1.x: 2021-09-15-preview.
///
/// Other available API versions: 2023-09-01-preview, 2023-10-27-preview, 2023-11-01, 2024-01-01, 2024-03-22-preview, 2024-11-01-preview.
/// Other available API versions: 2023-09-01-preview, 2023-10-27-preview, 2023-11-01, 2024-01-01, 2024-03-22-preview, 2024-11-01-preview, 2025-01-01.
/// </summary>
[AzureNativeResourceType("azure-native:chaos:Target")]
public partial class Target : global::Pulumi.CustomResource
Expand Down Expand Up @@ -84,6 +84,7 @@ private static CustomResourceOptions MakeResourceOptions(CustomResourceOptions?
new global::Pulumi.Alias { Type = "azure-native:chaos/v20240101:Target" },
new global::Pulumi.Alias { Type = "azure-native:chaos/v20240322preview:Target" },
new global::Pulumi.Alias { Type = "azure-native:chaos/v20241101preview:Target" },
new global::Pulumi.Alias { Type = "azure-native:chaos/v20250101:Target" },
},
};
var merged = CustomResourceOptions.Merge(defaultOptions, options);
Expand Down
1 change: 1 addition & 0 deletions sdk/dotnet/Chaos/V20230415Preview/Capability.cs
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ private static CustomResourceOptions MakeResourceOptions(CustomResourceOptions?
new global::Pulumi.Alias { Type = "azure-native:chaos/v20240101:Capability" },
new global::Pulumi.Alias { Type = "azure-native:chaos/v20240322preview:Capability" },
new global::Pulumi.Alias { Type = "azure-native:chaos/v20241101preview:Capability" },
new global::Pulumi.Alias { Type = "azure-native:chaos/v20250101:Capability" },
new global::Pulumi.Alias { Type = "azure-native:chaos:Capability" },
},
};
Expand Down
1 change: 1 addition & 0 deletions sdk/dotnet/Chaos/V20230415Preview/Experiment.cs
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ private static CustomResourceOptions MakeResourceOptions(CustomResourceOptions?
new global::Pulumi.Alias { Type = "azure-native:chaos/v20240101:Experiment" },
new global::Pulumi.Alias { Type = "azure-native:chaos/v20240322preview:Experiment" },
new global::Pulumi.Alias { Type = "azure-native:chaos/v20241101preview:Experiment" },
new global::Pulumi.Alias { Type = "azure-native:chaos/v20250101:Experiment" },
new global::Pulumi.Alias { Type = "azure-native:chaos:Experiment" },
},
};
Expand Down
Loading
Loading