From 317c559fccf01d8725152a19581e28d8839ed02d Mon Sep 17 00:00:00 2001 From: SDK Automation Date: Fri, 13 Dec 2019 07:32:05 +0000 Subject: [PATCH] Generated from 40fc925e3f08f02ba73b7f975b13ed344cc691a6 Add new auth type for REST health checks --- .../SdkInfo_AzureDeploymentManager.cs | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 sdk/deploymentmanager/Microsoft.Azure.Management.DeploymentManager/src/Generated/SdkInfo_AzureDeploymentManager.cs diff --git a/sdk/deploymentmanager/Microsoft.Azure.Management.DeploymentManager/src/Generated/SdkInfo_AzureDeploymentManager.cs b/sdk/deploymentmanager/Microsoft.Azure.Management.DeploymentManager/src/Generated/SdkInfo_AzureDeploymentManager.cs new file mode 100644 index 000000000000..4f26bfa0c884 --- /dev/null +++ b/sdk/deploymentmanager/Microsoft.Azure.Management.DeploymentManager/src/Generated/SdkInfo_AzureDeploymentManager.cs @@ -0,0 +1,33 @@ + +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.DeploymentManager +{ + using System; + using System.Collections.Generic; + using System.Linq; + + internal static partial class SdkInfo + { + public static IEnumerable> ApiInfo_AzureDeploymentManager + { + get + { + return new Tuple[] + { + new Tuple("DeploymentManager", "ArtifactSources", "2019-11-01-preview"), + new Tuple("DeploymentManager", "Operations", "2019-11-01-preview"), + new Tuple("DeploymentManager", "Rollouts", "2019-11-01-preview"), + new Tuple("DeploymentManager", "ServiceTopologies", "2019-11-01-preview"), + new Tuple("DeploymentManager", "ServiceUnits", "2019-11-01-preview"), + new Tuple("DeploymentManager", "Services", "2019-11-01-preview"), + new Tuple("DeploymentManager", "Steps", "2019-11-01-preview"), + }.AsEnumerable(); + } + } + } +}