We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 414c3eb commit 603f204Copy full SHA for 603f204
src/Storage/Storage.Management/Models/PSStorageAccount.cs
@@ -168,7 +168,6 @@ public PSStorageAccount(StorageModels.StorageAccount storageAccount)
168
public PSImmutableStorageAccount ImmutableStorageWithVersioning { get; set; }
169
public PSStorageAccountSkuConversionStatus StorageAccountSkuConversionStatus { get; set; }
170
171
- public string AllowedCopyScope { get; set; }
172
public string DnsEndpointType { get; set; }
173
174
public static PSStorageAccount Create(StorageModels.StorageAccount storageAccount, IStorageManagementClient client)
0 commit comments