Azure / Azure/azure-powershell

Get/Set-AzLogicApp handles definition start time incorrectly

Open
#22,049 5 comments 0 reactions 0 assignees View on GitHub
act-observability-squad bug customer-reported Logic App Service Attention
Dominant language
C#
Stars
4.8k
Forks
4.3k
Avg merge
2d 17h
Merged PRs (30d)
51

Description

### Description

I have a logic app with a recurrence trigger set in Eastern Standard Time however when running Get-AzLogicApp or Set-AzLogicApp against the logic app the timezone is changed to UTC. Example of recurrence set correctly from Azure Resource Explorer:

```
"recurrence": {
"recurrence": {
"frequency": "Day",
"interval": 1,
"timeZone": "Eastern Standard Time",
"startTime": "2017-04-04T17:20:00"
},
"evaluatedRecurrence": {
"frequency": "Day",
"interval": 1,
"timeZone": "Eastern Standard Time",
"startTime": "2017-04-04T17:20:00"
},
"type": "Recurrence"
}
```

Example returned by Get-AzLogicApp (note the startTime value):

```
First : {"recurrence": {
"frequency": "Day",
"interval": 1,
"timeZone": "Eastern Standard Time",
"startTime": "2017-04-04T17:20:00Z"
} "evaluatedRecurrence": {
"frequency": "Day",
"interval": 1,
"timeZone": "Eastern Standard Time",
"startTime": "2017-04-04T17:20:00Z"
} "type": "Recurrence"}
Last : {"recurrence": {
"frequency": "Day",
"interval": 1,
"timeZone": "Eastern Standard Time",
"startTime": "2017-04-04T17:20:00Z"
} "evaluatedRecurrence": {
"frequency": "Day",
"interval": 1,
"timeZone": "Eastern Standard Time",
"startTime": "2017-04-04T17:20:00Z"
} "type": "Recurrence"}
```

This results in the schedule changing to UTC when modifying the Logic App with Set-AzLogicApp. Example in the debug output

### Issue script & Debug output

```PowerShell
PS C:\ Set-AzLogicApp -ResourceGroupName "REDACTED" -Name 'REDACTED' -State "Disabled" -Force
DEBUG: 12:06:21 - UpdateAzureLogicAppCommand begin processing with ParameterSet 'Consumption'.
DEBUG: 12:06:21 - using account id 'REDACTED'...
DEBUG: 12:06:21 - [ConfigManager] Got nothing from [DisplayBreakingChangeWarning], Module = [], Cmdlet = []. Returning
default value [True].
DEBUG: [Common.Authentication]: Authenticating using Account: 'REDACTED', environment:
'AzureCloud', tenant: 'REDACTED'
DEBUG: 12:06:21 - [ConfigManager] Got nothing from [EnableLoginByWam], Module = [], Cmdlet = []. Returning default
value [False].
DEBUG: 12:06:21 - [SilentAuthenticator] Calling SharedTokenCacheCredential.GetTokenAsync -
TenantId:'REDACTED', Scopes:'https://management.core.windows.net//.default',
AuthorityHost:'https://login.microsoftonline.com/', UserId:'REDACTED'
DEBUG: SharedTokenCacheCredential.GetToken invoked. Scopes: [ https://management.core.windows.net//.default ]
ParentRequestId:
DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-06-12 16:06:21Z -
a27e411d-4569-4383-8d23-7402ed180f55] IsLegacyAdalCacheEnabled: yes
DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-06-12 16:06:21Z -
a27e411d-4569-4383-8d23-7402ed180f55] [Region discovery] Not using a regional authority.
DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-06-12 16:06:21Z -
a27e411d-4569-4383-8d23-7402ed180f55] [Region discovery] Not using a regional authority.
DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-06-12 16:06:21Z -
a27e411d-4569-4383-8d23-7402ed180f55] IsLegacyAdalCacheEnabled: yes
DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-06-12 16:06:21Z -
a27e411d-4569-4383-8d23-7402ed180f55] IsLegacyAdalCacheEnabled: yes
DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-06-12 16:06:21Z] Found 1 cache
accounts and 0 broker accounts
DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-06-12 16:06:21Z] Returning 1 accounts
DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-06-12 16:06:21Z -
127c40dd-4db0-47ea-b67b-7c44c66271b6] MSAL MSAL.Desktop with assembly version '4.49.1.0'.
CorrelationId(127c40dd-4db0-47ea-b67b-7c44c66271b6)
DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-06-12 16:06:21Z -
127c40dd-4db0-47ea-b67b-7c44c66271b6] === AcquireTokenSilent Parameters ===
DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-06-12 16:06:21Z -
127c40dd-4db0-47ea-b67b-7c44c66271b6] LoginHint provided: False
DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-06-12 16:06:21Z -
127c40dd-4db0-47ea-b67b-7c44c66271b6] Account provided: True
DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-06-12 16:06:21Z -
127c40dd-4db0-47ea-b67b-7c44c66271b6] ForceRefresh: False
DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-06-12 16:06:21Z -
127c40dd-4db0-47ea-b67b-7c44c66271b6]
=== Request Data ===
Authority Provided? - True
Scopes - https://management.core.windows.net//.default
Extra Query Params Keys (space separated) -
ApiId - AcquireTokenSilent
IsConfidentialClient - False
SendX5C - False
LoginHint ? False
IsBrokerConfigured - False
HomeAccountId - False
CorrelationId - 127c40dd-4db0-47ea-b67b-7c44c66271b6
UserAssertion set: False
LongRunningOboCacheKey set: False
Region configured:
DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-06-12 16:06:21Z -
127c40dd-4db0-47ea-b67b-7c44c66271b6] === Token Acquisition (SilentRequest) started:
Scopes: https://management.core.windows.net//.default
Authority Host: login.microsoftonline.com
DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-06-12 16:06:21Z -
127c40dd-4db0-47ea-b67b-7c44c66271b6] [Region discovery] Not using a regional authority.
DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-06-12 16:06:21Z -
127c40dd-4db0-47ea-b67b-7c44c66271b6] Access token is not expired. Returning the found cache entry. [Current time
(06/12/2023 16:06:21) - Expiration Time (06/12/2023 17:12:10 +00:00) - Extended Expiration Time (06/12/2023 17:12:10
+00:00)]
DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-06-12 16:06:21Z -
127c40dd-4db0-47ea-b67b-7c44c66271b6] Returning access token found in cache. RefreshOn exists ? False
DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-06-12 16:06:21Z -
127c40dd-4db0-47ea-b67b-7c44c66271b6] [Region discovery] Not using a regional authority.
DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-06-12 16:06:21Z -
127c40dd-4db0-47ea-b67b-7c44c66271b6]
=== Token Acquisition finished successfully:
DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-06-12 16:06:21Z -
127c40dd-4db0-47ea-b67b-7c44c66271b6] AT expiration time: 6/12/2023 17:12:10 +00:00, scopes:
https://management.core.windows.net//user_impersonation https://management.core.windows.net//.default. source: Cache
DEBUG: SharedTokenCacheCredential.GetToken succeeded. Scopes: [ https://management.core.windows.net//.default ]
ParentRequestId: ExpiresOn: 2023-06-12T17:12:10.0000000+00:00
DEBUG: [Common.Authentication]: Received token with LoginType 'User', Tenant: 'REDACTED',
UserId: 'REDACTED'
DEBUG: ============================ HTTP REQUEST ============================

HTTP Method:
GET

Absolute Uri:
https://management.azure.com/subscriptions/REDACTED/resourceGroups/REDACTED/providers/Microsof
t.Logic/workflows/REDACTED?api-version=2018-07-01-preview

Headers:
x-ms-client-request-id : 823f65bf-98c7-4930-865f-f569dfd39565
accept-language : en-US

Body:

DEBUG: ============================ HTTP RESPONSE ============================

Status Code:
OK

Headers:
Pragma : no-cache
Vary : Accept-Encoding
x-ms-request-id : eastus:394691f2-6828-45d4-ad25-9d69d52eccc0
Strict-Transport-Security : max-age=31536000; includeSubDomains
x-ms-ratelimit-remaining-subscription-resource-requests: 19999
x-ms-correlation-request-id : 11f4fdd3-66e9-498b-b613-56c7ed8063e2
x-ms-routing-request-id : CANADAEAST:20230612T160622Z:11f4fdd3-66e9-498b-b613-56c7ed8063e2
X-Content-Type-Options : nosniff
Cache-Control : no-cache
Date : Mon, 12 Jun 2023 16:06:21 GMT

Body:
{
"properties": {
"provisioningState": "Succeeded",
"createdTime": "2022-04-21T18:18:29.6600482Z",
"changedTime": "2023-06-12T14:01:01.3440066Z",
"state": "Enabled",
"version": "08585150284241487195",
"accessEndpoint": "REDACTED",
"definition": {
"$schema":
"https://schema.management.azure.com/providers/Microsoft.Logic/schemas/2016-06-01/workflowdefinition.json#",
"contentVersion": "1.0.0.0",
"triggers": {
"recurrence": {
"recurrence": {
"frequency": "Day",
"interval": 1,
"timeZone": "Eastern Standard Time",
"startTime": "2017-04-04T17:20:00"
},
"evaluatedRecurrence": {
"frequency": "Day",
"interval": 1,
"timeZone": "Eastern Standard Time",
"startTime": "2017-04-04T17:20:00"
},
"type": "Recurrence"
}
},
"actions": {
"http": {
"type": "Http",
"inputs": {
"method": "POST",
"authentication": {
"username": "REDACTED",
"password": "REDACTED",
"type": "Basic"
},
"uri": "REDACTED"
}
}
}
},
"parameters": {},
"endpointsConfiguration": {
"workflow": {
"outgoingIpAddresses": [
{
"address": "13.92.98.111"
},
{
"address": "40.121.91.41"
},
{
"address": "40.114.82.191"
},
{
"address": "23.101.139.153"
},
{
"address": "23.100.29.190"
},
{
"address": "23.101.136.201"
},
{
"address": "104.45.153.81"
},
{
"address": "23.101.132.208"
},
{
"address": "52.226.216.197"
},
{
"address": "52.226.216.187"
},
{
"address": "40.76.151.25"
},
{
"address": "40.76.148.50"
},
{
"address": "20.84.29.29"
},
{
"address": "20.84.29.18"
},
{
"address": "40.76.174.83"
},
{
"address": "40.76.174.39"
}
],
"accessEndpointIpAddresses": [
{
"address": "137.135.106.54"
},
{
"address": "40.117.99.79"
},
{
"address": "40.117.100.228"
},
{
"address": "137.116.126.165"
},
{
"address": "52.226.216.209"
},
{
"address": "40.76.151.124"
},
{
"address": "20.84.29.150"
},
{
"address": "40.76.174.148"
}
]
},
"connector": {
"outgoingIpAddresses": [
{
"address": "40.71.249.139"
},
{
"address": "40.71.249.205"
},
{
"address": "40.114.40.132"
},
{
"address": "40.71.11.80/28"
},
{
"address": "40.71.15.160/27"
},
{
"address": "52.188.157.160"
},
{
"address": "20.88.153.176/28"
},
{
"address": "20.88.153.192/27"
},
{
"address": "52.151.221.184"
},
{
"address": "52.151.221.119"
}
]
}
}
},
"id":
"/subscriptions/REDACTED/resourceGroups/REDACTED/providers/Microsoft.Logic/workflows/REDACTED",
"name": "REDACTED",
"type": "Microsoft.Logic/workflows",
"location": "eastus",
"tags": {
"displayName": "REDACTED"
},
"identity": {
"type": "SystemAssigned",
"principalId": "REDACTED",
"tenantId": "REDACTED"
}
}

DEBUG: [Common.Authentication]: Authenticating using Account: 'REDACTED', environment:
'AzureCloud', tenant: 'REDACTED'
DEBUG: 12:06:22 - [ConfigManager] Got nothing from [EnableLoginByWam], Module = [], Cmdlet = []. Returning default
value [False].
DEBUG: 12:06:22 - [SilentAuthenticator] Calling SharedTokenCacheCredential.GetTokenAsync -
TenantId:'REDACTED', Scopes:'https://management.core.windows.net//.default',
AuthorityHost:'https://login.microsoftonline.com/', UserId:'REDACTED'
DEBUG: SharedTokenCacheCredential.GetToken invoked. Scopes: [ https://management.core.windows.net//.default ]
ParentRequestId:
DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-06-12 16:06:22Z -
1dee46b0-5fad-4a45-b3f5-073822da151a] IsLegacyAdalCacheEnabled: yes
DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-06-12 16:06:22Z -
1dee46b0-5fad-4a45-b3f5-073822da151a] [Region discovery] Not using a regional authority.
DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-06-12 16:06:22Z -
1dee46b0-5fad-4a45-b3f5-073822da151a] [Region discovery] Not using a regional authority.
DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-06-12 16:06:22Z -
1dee46b0-5fad-4a45-b3f5-073822da151a] IsLegacyAdalCacheEnabled: yes
DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-06-12 16:06:22Z -
1dee46b0-5fad-4a45-b3f5-073822da151a] IsLegacyAdalCacheEnabled: yes
DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-06-12 16:06:22Z] Found 1 cache
accounts and 0 broker accounts
DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-06-12 16:06:22Z] Returning 1 accounts
DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-06-12 16:06:22Z -
b0e7a0ad-702a-4239-a5eb-4f7127d8b708] MSAL MSAL.Desktop with assembly version '4.49.1.0'.
CorrelationId(b0e7a0ad-702a-4239-a5eb-4f7127d8b708)
DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-06-12 16:06:22Z -
b0e7a0ad-702a-4239-a5eb-4f7127d8b708] === AcquireTokenSilent Parameters ===
DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-06-12 16:06:22Z -
b0e7a0ad-702a-4239-a5eb-4f7127d8b708] LoginHint provided: False
DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-06-12 16:06:22Z -
b0e7a0ad-702a-4239-a5eb-4f7127d8b708] Account provided: True
DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-06-12 16:06:22Z -
b0e7a0ad-702a-4239-a5eb-4f7127d8b708] ForceRefresh: False
DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-06-12 16:06:22Z -
b0e7a0ad-702a-4239-a5eb-4f7127d8b708]
=== Request Data ===
Authority Provided? - True
Scopes - https://management.core.windows.net//.default
Extra Query Params Keys (space separated) -
ApiId - AcquireTokenSilent
IsConfidentialClient - False
SendX5C - False
LoginHint ? False
IsBrokerConfigured - False
HomeAccountId - False
CorrelationId - b0e7a0ad-702a-4239-a5eb-4f7127d8b708
UserAssertion set: False
LongRunningOboCacheKey set: False
Region configured:
DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-06-12 16:06:22Z -
b0e7a0ad-702a-4239-a5eb-4f7127d8b708] === Token Acquisition (SilentRequest) started:
Scopes: https://management.core.windows.net//.default
Authority Host: login.microsoftonline.com
DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-06-12 16:06:22Z -
b0e7a0ad-702a-4239-a5eb-4f7127d8b708] [Region discovery] Not using a regional authority.
DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-06-12 16:06:22Z -
b0e7a0ad-702a-4239-a5eb-4f7127d8b708] Access token is not expired. Returning the found cache entry. [Current time
(06/12/2023 16:06:22) - Expiration Time (06/12/2023 17:12:10 +00:00) - Extended Expiration Time (06/12/2023 17:12:10
+00:00)]
DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-06-12 16:06:22Z -
b0e7a0ad-702a-4239-a5eb-4f7127d8b708] Returning access token found in cache. RefreshOn exists ? False
DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-06-12 16:06:22Z -
b0e7a0ad-702a-4239-a5eb-4f7127d8b708] [Region discovery] Not using a regional authority.
DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-06-12 16:06:22Z -
b0e7a0ad-702a-4239-a5eb-4f7127d8b708]
=== Token Acquisition finished successfully:
DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-06-12 16:06:22Z -
b0e7a0ad-702a-4239-a5eb-4f7127d8b708] AT expiration time: 6/12/2023 17:12:10 +00:00, scopes:
https://management.core.windows.net//user_impersonation https://management.core.windows.net//.default. source: Cache
DEBUG: SharedTokenCacheCredential.GetToken succeeded. Scopes: [ https://management.core.windows.net//.default ]
ParentRequestId: ExpiresOn: 2023-06-12T17:12:10.0000000+00:00
DEBUG: [Common.Authentication]: Received token with LoginType 'User', Tenant: 'REDACTED',
UserId: 'REDACTED'
DEBUG: ============================ HTTP REQUEST ============================

HTTP Method:
PUT

Absolute Uri:
https://management.azure.com/subscriptions/REDACTED/resourceGroups/REDACTED/providers/Microsof
t.Logic/workflows/REDACTED?api-version=2018-07-01-preview

Headers:
x-ms-client-request-id : 823f65bf-98c7-4930-865f-f569dfd39565
accept-language : en-US

Body:
{
"properties": {
"state": "Disabled",
"definition": {
"$schema":
"https://schema.management.azure.com/providers/Microsoft.Logic/schemas/2016-06-01/workflowdefinition.json#",
"contentVersion": "1.0.0.0",
"triggers": {
"recurrence": {
"recurrence": {
"frequency": "Day",
"interval": 1,
"timeZone": "Eastern Standard Time",
"startTime": "2017-04-04T17:20:00Z"
},
"evaluatedRecurrence": {
"frequency": "Day",
"interval": 1,
"timeZone": "Eastern Standard Time",
"startTime": "2017-04-04T17:20:00Z"
},
"type": "Recurrence"
}
},
"actions": {
"http": {
"type": "Http",
"inputs": {
"method": "POST",
"authentication": {
"username": "REDACTED",
"password": "REDACTED",
"type": "Basic"
},
"uri": "REDACTED"
}
}
}
},
"parameters": {}
},
"location": "eastus",
"tags": {
"displayName": "REDACTED"
}
}

DEBUG: ============================ HTTP RESPONSE ============================

Status Code:
OK

Headers:
Pragma : no-cache
Vary : Accept-Encoding
x-ms-request-id : eastus:54b1105f-0c2a-47e3-894b-408895f6d447
Strict-Transport-Security : max-age=31536000; includeSubDomains
x-ms-ratelimit-remaining-subscription-writes: 1199
x-ms-correlation-request-id : 4a0827f1-66f2-4c65-8fe6-8d6a18350a9c
x-ms-routing-request-id : CANADAEAST:20230612T160624Z:4a0827f1-66f2-4c65-8fe6-8d6a18350a9c
X-Content-Type-Options : nosniff
Cache-Control : no-cache
Date : Mon, 12 Jun 2023 16:06:24 GMT

Body:
{
"properties": {
"provisioningState": "Succeeded",
"createdTime": "2023-06-12T16:06:23.8535684Z",
"changedTime": "2023-06-12T16:06:23.8295911Z",
"state": "Disabled",
"version": "08585150209017937394",
"accessEndpoint": "REDACTED",
"definition": {
"$schema":
"https://schema.management.azure.com/providers/Microsoft.Logic/schemas/2016-06-01/workflowdefinition.json#",
"contentVersion": "1.0.0.0",
"triggers": {
"recurrence": {
"recurrence": {
"frequency": "Day",
"interval": 1,
"timeZone": "Eastern Standard Time",
"startTime": "2017-04-04T17:20:00Z"
},
"evaluatedRecurrence": {
"frequency": "Day",
"interval": 1,
"timeZone": "Eastern Standard Time",
"startTime": "2017-04-04T17:20:00Z"
},
"type": "Recurrence"
}
},
"actions": {
"http": {
"type": "Http",
"inputs": {
"method": "POST",
"authentication": {
"username": "REDACTED",
"password": "REDACTED",
"type": "Basic"
},
"uri": "REDACTED"
}
}
}
},
"parameters": {},
"endpointsConfiguration": {
"workflow": {
"outgoingIpAddresses": [
{
"address": "13.92.98.111"
},
{
"address": "40.121.91.41"
},
{
"address": "40.114.82.191"
},
{
"address": "23.101.139.153"
},
{
"address": "23.100.29.190"
},
{
"address": "23.101.136.201"
},
{
"address": "104.45.153.81"
},
{
"address": "23.101.132.208"
},
{
"address": "52.226.216.197"
},
{
"address": "52.226.216.187"
},
{
"address": "40.76.151.25"
},
{
"address": "40.76.148.50"
},
{
"address": "20.84.29.29"
},
{
"address": "20.84.29.18"
},
{
"address": "40.76.174.83"
},
{
"address": "40.76.174.39"
}
],
"accessEndpointIpAddresses": [
{
"address": "137.135.106.54"
},
{
"address": "40.117.99.79"
},
{
"address": "40.117.100.228"
},
{
"address": "137.116.126.165"
},
{
"address": "52.226.216.209"
},
{
"address": "40.76.151.124"
},
{
"address": "20.84.29.150"
},
{
"address": "40.76.174.148"
}
]
},
"connector": {
"outgoingIpAddresses": [
{
"address": "40.71.249.139"
},
{
"address": "40.71.249.205"
},
{
"address": "40.114.40.132"
},
{
"address": "40.71.11.80/28"
},
{
"address": "40.71.15.160/27"
},
{
"address": "52.188.157.160"
},
{
"address": "20.88.153.176/28"
},
{
"address": "20.88.153.192/27"
},
{
"address": "52.151.221.184"
},
{
"address": "52.151.221.119"
}
]
}
}
},
"id":
"/subscriptions/REDACTED/resourceGroups/REDACTED/providers/Microsoft.Logic/workflows/REDACTED",
"name": "REDACTED",
"type": "Microsoft.Logic/workflows",
"location": "eastus",
"tags": {
"displayName": "REDACTED"
},
"identity": {
"type": "SystemAssigned",
"principalId": "REDACTED",
"tenantId": "REDACTED"
}
}
```

### Environment data

```PowerShell
Name Value
---- -----
PSVersion 5.1.19041.2673
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.19041.2673
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
```

### Module versions

```PowerShell
ModuleType Version Name ExportedCommands
---------- ------- ---- ----------------
Script 1.5.0 Az.LogicApp {Get-AzIntegrationAccountAgreement, Get-AzIntegrationAccou...
```

### Error output

_No response_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.