File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
src/ServiceManagement/Compute/Commands.ServiceManagement/IaaS/Extensions/DSC Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -32,10 +32,6 @@ namespace Microsoft.WindowsAzure.Commands.ServiceManagement.IaaS.Extensions
32
32
OutputType ( typeof ( VirtualMachineDscExtensionContext ) ) ]
33
33
public class GetAzureVMDscExtensionCommand : VirtualMachineDscExtensionCmdletBase
34
34
{
35
-
36
- [ Parameter ( Position = 1 , ValueFromPipelineByPropertyName = true ) ]
37
- public override string Version { get ; set ; }
38
-
39
35
internal void ExecuteCommand ( )
40
36
{
41
37
List < ResourceExtensionReference > extensionRefs = GetPredicateExtensionList ( ) ;
Original file line number Diff line number Diff line change @@ -271,7 +271,7 @@ private ConfigurationUris UploadConfigurationDataToBlob()
271
271
{
272
272
SharedAccessExpiryTime =
273
273
DateTime . UtcNow . AddHours ( 1 ) ,
274
- Permissions = SharedAccessBlobPermissions . Read
274
+ Permissions = SharedAccessBlobPermissions . Read | SharedAccessBlobPermissions . Delete
275
275
} ;
276
276
277
277
var configurationBlobName = this . ConfigurationArchive ;
You can’t perform that action at this time.
0 commit comments