Kai Walter

Results 21 comments of Kai Walter

What does "suppress this cmdlet" imply? Take it away? In my scenario I actually need this kind of operation / cmdlet to update obsolete policy assignment policies.

Same here - working on this PoC : `infra` is deployed like ``` Created Resource group: kw-pubsub-rg Created Key vault: keyvaultg6pq7pc4px2ge Created Storage account: stg6pq7pc4px2ge Created Log Analytics workspace: log-g6pq7pc4px2ge...

@pcai you are right - I already had `pkg-config` added in my target project but did not move it over

@AnjanaAK I added this to my project: ``` class GraphUserPrincipalNameCreationContext(GraphUserCreationContext): _attribute_map = { 'storage_key': {'key': 'storageKey', 'type': 'str'}, 'principal_name': {'key': 'principalName', 'type': 'str'} } def __init__(self, storage_key=None, principal_name=None): super(GraphUserPrincipalNameCreationContext, self).__init__()...

@tedchamb do you have any indication when the generator is fixed or point me to where I could help to add this sub-classes to the generator

@mo-saeed can you please check my script https://github.com/KaiWalter/azure-devops-principalName-migration/blob/b5cdae45f47bcdcfb9c70e3c4e0d7fd2d59eb89e/modules/rebuild.py#L150 - I do it with an own definition of `GraphUserOriginIdCreationContext` https://github.com/KaiWalter/azure-devops-principalName-migration/blob/b5cdae45f47bcdcfb9c70e3c4e0d7fd2d59eb89e/modules/rebuild.py#L196 maybe this helps

@fabistb this proposal would also make more sense for most of our state store scenarios

I was just listening to the discussion in the community call 71 and I would vote that Dapr keeps its own query language abstraction. If some of the component manifestations...

I upgraded to 1.12.3 but still have the problem: call ``` Update-MgEntitlementManagementAccessPackageAssignmentPolicy -AccessPackageAssignmentPolicyId $policy.Id ` -AccessPackageId $accessPackage.Id ` -RequestorSettings $requestorSettings ``` response ``` Line | 379 | … Update-MgEntitlementManagementAccessPackageAssignmentPoli …...

@MistaGil Had the same observation and already opened a case with MS support for this - sent Fiddler traces and all. Error is reproducible from PowerShell, Graph Explorer and even...