Skip to content

Commit 09d8b44

Browse files
author
SDKAuto
committed
CodeGen from PR 21452 in Azure/azure-rest-api-specs
Merge fe8518a30954942a6f94747f0a2ef7a9b9f58338 into 894645e485d2f01e83999480d440e1bace3fec9b
1 parent 3194fdc commit 09d8b44

File tree

4 files changed

+3
-8
lines changed

4 files changed

+3
-8
lines changed

sdk/dataprotection/Azure.ResourceManager.DataProtectionBackup/api/Azure.ResourceManager.DataProtectionBackup.netstandard2.0.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -887,7 +887,7 @@ public partial class DataProtectionBackupVaultProperties
887887
{
888888
public DataProtectionBackupVaultProperties(System.Collections.Generic.IEnumerable<Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionBackupStorageSetting> storageSettings) { }
889889
public Azure.ResourceManager.DataProtectionBackup.Models.AzureMonitorAlertsState? AlertSettingsForAllJobFailures { get { throw null; } set { } }
890-
public bool? IsVaultProtectedByResourceGuard { get { throw null; } set { } }
890+
public bool? IsVaultProtectedByResourceGuard { get { throw null; } }
891891
public Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionBackupProvisioningState? ProvisioningState { get { throw null; } }
892892
public Azure.ResourceManager.DataProtectionBackup.Models.BackupVaultResourceMoveDetails ResourceMoveDetails { get { throw null; } }
893893
public Azure.ResourceManager.DataProtectionBackup.Models.BackupVaultResourceMoveState? ResourceMoveState { get { throw null; } }

sdk/dataprotection/Azure.ResourceManager.DataProtectionBackup/src/Generated/Models/DataProtectionBackupVaultProperties.Serialization.cs

-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/dataprotection/Azure.ResourceManager.DataProtectionBackup/src/Generated/Models/DataProtectionBackupVaultProperties.cs

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/dataprotection/Azure.ResourceManager.DataProtectionBackup/src/autorest.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ azure-arm: true
88
csharp: true
99
library-name: DataProtectionBackup
1010
namespace: Azure.ResourceManager.DataProtectionBackup
11-
require: https://github.com/Azure/azure-rest-api-specs/blob/33d5054122e52490eef9925d6cbe801f28b88e18/specification/dataprotection/resource-manager/readme.md
11+
require: /mnt/vss/_work/1/s/azure-rest-api-specs/specification/dataprotection/resource-manager/readme.md
1212
tag: package-2022-05
1313
output-folder: $(this-folder)/Generated
1414
clear-output-folder: true

0 commit comments

Comments
 (0)