Skip to content

Commit 83792f9

Browse files
committed
Export template with SDK #1
1 parent d20505e commit 83792f9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Resources/ResourceManager/SdkClient/ResourceManagerSdkClient.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,11 @@ private ResourceGroup CreateOrUpdateResourceGroup(string name, string location,
178178
return result;
179179
}
180180

181+
private ResourceGroupExportResult ExportResourceGroup(string resourceGroupName, ExportTemplateRequest properties)
182+
{
183+
return ResourceManagementClient.ResourceGroups.ExportTemplate(resourceGroupName, properties);
184+
}
185+
181186
private void WriteVerbose(string progress)
182187
{
183188
if (VerboseLogger != null)

0 commit comments

Comments
 (0)