Kevin Williamson

Results 10 issues of Kevin Williamson

### Description of the new feature When calling Get-AzSubscription using the SubscriptionId parameter: `Get-AzSubscription -SubscriptionId "123582cb-b98a-4200-a7a5-edee9045a123"` Internally, this executes [(GetAzureRMSubscription.cs):](https://github.com/Azure/azure-powershell/blob/4668bff1cc4ed6510d9b0d4c6ec289ab27f04241/src/Accounts/Accounts/Subscription/GetAzureRMSubscription.cs#L91) `this._client.TryGetSubscriptionById(TenantId, this.SubscriptionId, out result)` TryGetSubscriptionById then executes [(RMProfileClient.cs)](https://github.com/Azure/azure-powershell/blob/18b119bb1a2a2582ade4970bfdb9991307edb865/src/Accounts/Accounts/Models/RMProfileClient.cs#L408) `var subscriptionList...

feature-request
Accounts

In C#, the context.IsReplaying property would reflect the replaying status up to that line of code. But in Powershell, once the first activity function is called, then the value of...

feature:durable functions

I am trying to use https://docs.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-diagnostics?tabs=csharp to trace my Powershell durable functions, but the instanceId is always* null so these queries don’t work, and it is extremely difficult to trace...

feature:durable functions
investigation

If you have the default input binding for an Activity Function: ``` { "bindings": [ { "name": "name", "type": "activityTrigger", "direction": "in" } ] } ``` But the run.ps1 is...

P2

Repro steps 1. Create new Functions project 2. Add 2 TimerTrigger functions, both with `"schedule": "*/1 * * * * *"` 3. Add `Start-Sleep -Seconds 5` into the code for...

investigation
P1

### Description of the new feature Remove-AzPolicyAssignment does not support the -Force parameter, but all of the other Remove-AzPolicy* cmdlets do. Add -Force parameter for consistency. ### Proposed implementation details...

feature-request

We have a service which manages cost and security governance across several thousand tenants. This service runs in Azure Functions, which scales out by creating additional Powershell runspaces. The challenge...

Request: Feature
Environment: Azure Functions

In the portal, if deletion of an event hub fails, the Summary shown in the activity logs is: ``` Error code: MetadataDRCannotDeleteWhenAliasPresentConflict Message: DR config cannot be deleted because replication...

event-hubs/svc
triaged
assigned-to-author
product-feedback
Pri2

### Description Register-AzProviderFeature does not support the -Force parameter, making it inconsistent with the rest of the Az modules. ### Issue script & Debug output ```PowerShell PS C:\Users\kwill\Source\FunctionsPowershell> Register-AzProviderFeature -ProviderNamespace...

bug

### Description New-AzManagementGroupSubscription first tries to register the Microsoft.Management resource provider in the target subscription (the call to PreregisterSubscription in NewAzureRmManagementGroupSubscription.cs). Once that is successful then it moves the subscription...

Service Attention
bug
Management Groups