Azure / Azure/azure-powershell
Set-AzLogicApp does not work well
- Dominant language
- C#
- Stars
- 4.8k
- Forks
- 4.3k
- Avg merge
- 3d 14h
- Merged PRs (30d)
- 54
Description
### Description
"Set-AzLogicApp" does not work well.
- Set-AzLogicApp
https://learn.microsoft.com/en-US/powershell/module/az.logicapp/set-azlogicapp?view=azps-10.1.0
According to this docs, I got code view (JSON data) and run "Set-AzLogicApp -ResourceGroupName "test_resource1" -Name "test_app22" -DefinitionFilePath "C:\Users\metakahashi\test_app22.json"" but got an error.
- Quickstart: Create and manage workflows with Azure PowerShell in Azure Logic Apps # Update logic apps from PowerShell
https://learn.microsoft.com/en-US/azure/logic-apps/quickstart-logic-apps-azure-powershell#update-logic-apps-from-powershell

Set-AzLogicApp : The request content is not valid and could not be deserialized: 'Could not find member 'definition' on object of type 'FlowTemplate'. Path 'properties.definition.definition', line 8, position 19.'.
発生場所 行:1 文字:1
+ Set-AzLogicApp -ResourceGroupName "test_resource1" -Name "test_app22" ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : CloseError: (:) [Set-AzLogicApp]、CloudException
+ FullyQualifiedErrorId : Microsoft.Azure.Commands.LogicApp.Cmdlets.UpdateAzureLogicAppCommand
### Issue script & Debug output
```PowerShell
PS C:\Users\metakahashi> $DebugPreference='Continue'
PS C:\Users\metakahashi> Set-AzLogicApp -ResourceGroupName "test_resource1" -Name "test_app22" -DefinitionFilePath "C:\Users\metakahashi\test_app22.json"
デバッグ: 16:13:34 - UpdateAzureLogicAppCommand begin processing with ParameterSet 'Consumption'.
デバッグ: 16:13:34 - using account id '{accountId}'...
確認
Are you sure you want to update the 'Microsoft.Logic/workflows' 'test_app22'.
[Y] はい(Y) [N] いいえ(N) [S] 中断(S) [?] ヘルプ (既定値は "Y"): Y
デバッグ: [Common.Authentication]: Authenticating using Account: '{accountId}', environment:
'AzureCloud', tenant: '{TenantId}'
デバッグ: 16:13:34 - [SilentAuthenticator] Calling SharedTokenCacheCredential.GetTokenAsync -
TenantId:'{TenantId}', Scopes:'https://management.core.windows.net//.default',
AuthorityHost:'https://login.microsoftonline.com/', UserId:'{accountId}'
デバッグ: SharedTokenCacheCredential.GetToken invoked. Scopes: [ https://management.core.windows.net//.default ]
ParentRequestId:
デバッグ: (False) MSAL 4.30.1.0 MSAL.Desktop Windows 10 Enterprise [07/31/2023 07:13:34 - ] Azure region was not
configured or could not be discovered. Not using a regional authority.
デバッグ: (False) MSAL 4.30.1.0 MSAL.Desktop Windows 10 Enterprise [07/31/2023 07:13:34] Found 1 cache accounts and 0
broker accounts
デバッグ: (False) MSAL 4.30.1.0 MSAL.Desktop Windows 10 Enterprise [07/31/2023 07:13:34] Returning 1 accounts
デバッグ: (False) MSAL 4.30.1.0 MSAL.Desktop Windows 10 Enterprise [07/31/2023 07:13:34 - ] MSAL MSAL.Desktop with
assembly version '4.30.1.0'. CorrelationId(489cc91d-c193-4cd1-a0d1-0015ecee985f)
デバッグ: (False) MSAL 4.30.1.0 MSAL.Desktop Windows 10 Enterprise [07/31/2023 07:13:34 - ] === AcquireTokenSilent
Parameters ===
デバッグ: (False) MSAL 4.30.1.0 MSAL.Desktop Windows 10 Enterprise [07/31/2023 07:13:34 - ] LoginHint provided: False
デバッグ: (False) MSAL 4.30.1.0 MSAL.Desktop Windows 10 Enterprise [07/31/2023 07:13:34 - ] Account provided: True
デバッグ: (False) MSAL 4.30.1.0 MSAL.Desktop Windows 10 Enterprise [07/31/2023 07:13:34 - ] ForceRefresh: False
デバッグ: (False) MSAL 4.30.1.0 MSAL.Desktop Windows 10 Enterprise [07/31/2023 07:13:34 - ]
=== 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 - 489cc91d-c193-4cd1-a0d1-0015ecee985f
デバッグ: (False) MSAL 4.30.1.0 MSAL.Desktop Windows 10 Enterprise [07/31/2023 07:13:34 - ] === Token Acquisition
(SilentRequest) started:
Authority Host: login.microsoftonline.com
デバッグ: (False) MSAL 4.30.1.0 MSAL.Desktop Windows 10 Enterprise [07/31/2023 07:13:34 - ] Azure region was not
configured or could not be discovered. Not using a regional authority.
デバッグ: (False) MSAL 4.30.1.0 MSAL.Desktop Windows 10 Enterprise [07/31/2023 07:13:34 - ] Access token has expired or
about to expire. [Current time (07/31/2023 07:13:34) - Expiration Time (07/28/2023 16:00:30 +00:00) - Extended
Expiration Time (07/28/2023 16:00:30 +00:00)]
デバッグ: (False) MSAL 4.30.1.0 MSAL.Desktop Windows 10 Enterprise [07/31/2023 07:13:34 - ] Azure region was not
configured or could not be discovered. Not using a regional authority.
デバッグ: (False) MSAL 4.30.1.0 MSAL.Desktop Windows 10 Enterprise [07/31/2023 07:13:34 - ] Azure region was not
configured or could not be discovered. Not using a regional authority.
デバッグ: (False) MSAL 4.30.1.0 MSAL.Desktop Windows 10 Enterprise [07/31/2023 07:13:34 - ] Refresh token found in the
cache? - True
デバッグ: (False) MSAL 4.30.1.0 MSAL.Desktop Windows 10 Enterprise [07/31/2023 07:13:34 - ] Azure region was not
configured or could not be discovered. Not using a regional authority.
デバッグ: (False) MSAL 4.30.1.0 MSAL.Desktop Windows 10 Enterprise [07/31/2023 07:13:34 - ] Resolving authority
endpoints... Already resolved? - FALSE
デバッグ: Request [ba57b965-1a31-41c0-b846-09e785ddf4cf] POST
https://login.microsoftonline.com/{TenantId}/oauth2/v2.0/token
x-client-SKU:REDACTED
x-client-Ver:REDACTED
x-client-CPU:REDACTED
x-client-OS:REDACTED
x-client-current-telemetry:REDACTED
x-client-last-telemetry:REDACTED
x-ms-lib-capability:REDACTED
client-request-id:REDACTED
return-client-request-id:REDACTED
x-app-name:REDACTED
x-app-ver:REDACTED
Content-Type:application/x-www-form-urlencoded
x-ms-client-request-id:ba57b965-1a31-41c0-b846-09e785ddf4cf
x-ms-return-client-request-id:true
User-Agent:azsdk-net-Identity/1.5.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )
client assembly: Azure.Identity
デバッグ: Response [ba57b965-1a31-41c0-b846-09e785ddf4cf] 200 OK (00.4s)
Pragma:no-cache
Strict-Transport-Security:REDACTED
X-Content-Type-Options:REDACTED
client-request-id:REDACTED
x-ms-request-id:9cb1aa96-8222-412a-a9ff-76edf6e67100
x-ms-ests-server:REDACTED
x-ms-clitelem:REDACTED
X-XSS-Protection:REDACTED
Cache-Control:no-store, no-cache
Content-Type:application/json; charset=utf-8
Expires:-1
P3P:REDACTED
Set-Cookie:REDACTED
Date:Mon, 31 Jul 2023 07:13:34 GMT
Content-Length:5222
デバッグ: (False) MSAL 4.30.1.0 MSAL.Desktop Windows 10 Enterprise [07/31/2023 07:13:35 - ] Checking client info
returned from the server..
デバッグ: (False) MSAL 4.30.1.0 MSAL.Desktop Windows 10 Enterprise [07/31/2023 07:13:35 - ] Saving Token Response to
cache..
デバッグ: (False) MSAL 4.30.1.0 MSAL.Desktop Windows 10 Enterprise [07/31/2023 07:13:35 - ] Subject not present in Id
token
デバッグ: (False) MSAL 4.30.1.0 MSAL.Desktop Windows 10 Enterprise [07/31/2023 07:13:35 - ] Azure region was not
configured or could not be discovered. Not using a regional authority.
デバッグ: (False) MSAL 4.30.1.0 MSAL.Desktop Windows 10 Enterprise [07/31/2023 07:13:35 - ] Saving AT in cache and
removing overlapping ATs...
デバッグ: (False) MSAL 4.30.1.0 MSAL.Desktop Windows 10 Enterprise [07/31/2023 07:13:35 - ] Looking for scopes for the
authority in the cache which intersect with https://management.core.windows.net//.default
デバッグ: (False) MSAL 4.30.1.0 MSAL.Desktop Windows 10 Enterprise [07/31/2023 07:13:35 - ] Intersecting scope entries
count - 1
デバッグ: (False) MSAL 4.30.1.0 MSAL.Desktop Windows 10 Enterprise [07/31/2023 07:13:35 - ] Matching entries after
filtering by user - 1
デバッグ: (False) MSAL 4.30.1.0 MSAL.Desktop Windows 10 Enterprise [07/31/2023 07:13:35 - ] Saving Id Token and Account
in cache ...
デバッグ: (False) MSAL 4.30.1.0 MSAL.Desktop Windows 10 Enterprise [07/31/2023 07:13:35 - ] Saving RT in cache...
デバッグ: (False) MSAL 4.30.1.0 MSAL.Desktop Windows 10 Enterprise [07/31/2023 07:13:35] Not writing FRT in ADAL legacy
cache.
デバッグ: (False) MSAL 4.30.1.0 MSAL.Desktop Windows 10 Enterprise [07/31/2023 07:13:35 - ] Fetched access token from
host login.microsoftonline.com.
デバッグ: (False) MSAL 4.30.1.0 MSAL.Desktop Windows 10 Enterprise [07/31/2023 07:13:35 - ] === Token Acquisition
finished successfully. An access token was returned with Expiration Time: 07/31/2023 08:16:09 +00:00 and Scopes
https://management.core.windows.net//user_impersonation https://management.core.windows.net//.default
デバッグ: SharedTokenCacheCredential.GetToken succeeded. Scopes: [ https://management.core.windows.net//.default ]
ParentRequestId: ExpiresOn: 2023-07-31T08:16:09.0000000+00:00
デバッグ: [Common.Authentication]: Received token with LoginType 'User', Tenant:
'{TenantId}', UserId: '{accountId}'
デバッグ: ============================ HTTP REQUEST ============================
HTTP Method:
GET
Absolute Uri:
https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/test_resource1/providers
/Microsoft.Logic/workflows/test_app22?api-version=2018-07-01-preview
Headers:
x-ms-client-request-id : 928d0781-7427-4de9-a092-7024af681d21
accept-language : en-US
Body:
デバッグ: ============================ HTTP RESPONSE ============================
Status Code:
OK
Headers:
Pragma : no-cache
Vary : Accept-Encoding
x-ms-request-id : japaneast:412966fb-f18c-44f5-9584-ffae3d025573
Strict-Transport-Security : max-age=31536000; includeSubDomains
x-ms-ratelimit-remaining-subscription-resource-requests: 19999
x-ms-correlation-request-id : 672eb5b5-2447-4f5f-b10b-cf799f963e5d
x-ms-routing-request-id : JAPANEAST:20230731T071334Z:672eb5b5-2447-4f5f-b10b-cf799f963e5d
X-Content-Type-Options : nosniff
Cache-Control : no-cache
Date : Mon, 31 Jul 2023 07:13:34 GMT
Body:
{
"properties": {
"provisioningState": "Succeeded",
"createdTime": "2021-09-01T01:45:27.0473821Z",
"changedTime": "2023-07-31T05:51:55.4471552Z",
"state": "Enabled",
"version": "08585108241700443915",
"accessEndpoint": "https://prod-07.japaneast.logic.azure.com:443/workflows/{workflowId}",
"integrationAccount": {
"name": "testIntegrationAccount01",
"id":
"/subscriptions/{subscriptionId}/resourceGroups/test_resource1/providers/Microsoft.Logic/integratio
nAccounts/testIntegrationAccount01",
"type": "Microsoft.Logic/integrationAccounts"
},
"definition": {
"$schema":
"https://schema.management.azure.com/providers/Microsoft.Logic/schemas/2016-06-01/workflowdefinition.json#",
"contentVersion": "1.0.0.0",
"parameters": {},
"triggers": {
"manual": {
"type": "Request",
"kind": "Http",
"inputs": {}
}
},
"actions": {
"変数を初期化する": {
"runAfter": {},
"type": "InitializeVariable",
"inputs": {
"variables": [
{
"name": "test",
"type": "string",
"value": "@{convertFromUtc(utcNow(), 'Tokyo Standard Time', 'yyyyMMddHHmmss')}"
}
]
}
}
},
"outputs": {}
},
"parameters": {},
"accessControl": {},
"endpointsConfiguration": {
"workflow": {
"outgoingIpAddresses": [
{-}
],
"accessEndpointIpAddresses": [
{-}
]
},
"connector": {
"outgoingIpAddresses": [
{-}
]
}
},
"runtimeConfiguration": {
"lifetime": {
"unit": "Day",
"count": 7
}
}
},
"id":
"/subscriptions/{subscriptionId}/resourceGroups/test_resource1/providers/Microsoft.Logic/workflows/
test_app22",
"name": "test_app22",
"type": "Microsoft.Logic/workflows",
"location": "japaneast",
"tags": {},
"identity": {
"type": "SystemAssigned",
"principalId": "{principalId}",
"tenantId": "{TenantId}"
}
}
デバッグ: [Common.Authentication]: Authenticating using Account: '{accountId}', environment:
'AzureCloud', tenant: '{TenantId}'
デバッグ: 16:13:38 - [SilentAuthenticator] Calling SharedTokenCacheCredential.GetTokenAsync -
TenantId:'{TenantId}', Scopes:'https://management.core.windows.net//.default',
AuthorityHost:'https://login.microsoftonline.com/', UserId:'{accountId}'
デバッグ: SharedTokenCacheCredential.GetToken invoked. Scopes: [ https://management.core.windows.net//.default ]
ParentRequestId:
デバッグ: (False) MSAL 4.30.1.0 MSAL.Desktop Windows 10 Enterprise [07/31/2023 07:13:38 - ] Azure region was not
configured or could not be discovered. Not using a regional authority.
デバッグ: (False) MSAL 4.30.1.0 MSAL.Desktop Windows 10 Enterprise [07/31/2023 07:13:38] Found 1 cache accounts and 0
broker accounts
デバッグ: (False) MSAL 4.30.1.0 MSAL.Desktop Windows 10 Enterprise [07/31/2023 07:13:38] Returning 1 accounts
デバッグ: (False) MSAL 4.30.1.0 MSAL.Desktop Windows 10 Enterprise [07/31/2023 07:13:38 - ] MSAL MSAL.Desktop with
assembly version '4.30.1.0'. CorrelationId(75d0a166-8976-4ebc-a55c-7b8016f5e407)
デバッグ: (False) MSAL 4.30.1.0 MSAL.Desktop Windows 10 Enterprise [07/31/2023 07:13:38 - ] === AcquireTokenSilent
Parameters ===
デバッグ: (False) MSAL 4.30.1.0 MSAL.Desktop Windows 10 Enterprise [07/31/2023 07:13:38 - ] LoginHint provided: False
デバッグ: (False) MSAL 4.30.1.0 MSAL.Desktop Windows 10 Enterprise [07/31/2023 07:13:38 - ] Account provided: True
デバッグ: (False) MSAL 4.30.1.0 MSAL.Desktop Windows 10 Enterprise [07/31/2023 07:13:38 - ] ForceRefresh: False
デバッグ: (False) MSAL 4.30.1.0 MSAL.Desktop Windows 10 Enterprise [07/31/2023 07:13:38 - ]
=== 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 - 75d0a166-8976-4ebc-a55c-7b8016f5e407
デバッグ: (False) MSAL 4.30.1.0 MSAL.Desktop Windows 10 Enterprise [07/31/2023 07:13:38 - ] === Token Acquisition
(SilentRequest) started:
Authority Host: login.microsoftonline.com
デバッグ: (False) MSAL 4.30.1.0 MSAL.Desktop Windows 10 Enterprise [07/31/2023 07:13:38 - ] Azure region was not
configured or could not be discovered. Not using a regional authority.
デバッグ: (False) MSAL 4.30.1.0 MSAL.Desktop Windows 10 Enterprise [07/31/2023 07:13:38 - ] Access token is not
expired. Returning the found cache entry. [Current time (07/31/2023 07:13:38) - Expiration Time (07/31/2023 08:16:09
+00:00) - Extended Expiration Time (07/31/2023 08:16:09 +00:00)]
デバッグ: (False) MSAL 4.30.1.0 MSAL.Desktop Windows 10 Enterprise [07/31/2023 07:13:38 - ] Returning access token
found in cache. RefreshOn exists ? False
デバッグ: (False) MSAL 4.30.1.0 MSAL.Desktop Windows 10 Enterprise [07/31/2023 07:13:38 - ] Fetched access token from
host login.microsoftonline.com.
デバッグ: (False) MSAL 4.30.1.0 MSAL.Desktop Windows 10 Enterprise [07/31/2023 07:13:38 - ] === Token Acquisition
finished successfully. An access token was returned with Expiration Time: 07/31/2023 08:16:09 +00:00 and Scopes
https://management.core.windows.net//user_impersonation https://management.core.windows.net//.default
デバッグ: SharedTokenCacheCredential.GetToken succeeded. Scopes: [ https://management.core.windows.net//.default ]
ParentRequestId: ExpiresOn: 2023-07-31T08:16:09.0000000+00:00
デバッグ: [Common.Authentication]: Received token with LoginType 'User', Tenant:
'{TenantId}', UserId: '{accountId}'
デバッグ: ============================ HTTP REQUEST ============================
HTTP Method:
PUT
Absolute Uri:
https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/test_resource1/providers
/Microsoft.Logic/workflows/test_app22?api-version=2018-07-01-preview
Headers:
x-ms-client-request-id : 928d0781-7427-4de9-a092-7024af681d21
accept-language : en-US
Body:
{
"properties": {
"state": "Enabled",
"integrationAccount": {
"id":
"/subscriptions/{subscriptionId}/resourceGroups/test_resource1/providers/Microsoft.Logic/integratio
nAccounts/testIntegrationAccount01"
},
"definition": {
"definition": {
"$schema":
"https://schema.management.azure.com/providers/Microsoft.Logic/schemas/2016-06-01/workflowdefinition.json#",
"actions": {
"変数を初期化する": {
"inputs": {
"variables": [
{
"name": "test",
"type": "string",
"value": "b"
}
]
},
"runAfter": {},
"type": "InitializeVariable"
}
},
"contentVersion": "1.0.0.0",
"outputs": {},
"parameters": {},
"triggers": {
"manual": {
"inputs": {},
"kind": "Http",
"type": "Request"
}
}
},
"parameters": {}
},
"parameters": {}
},
"location": "japaneast",
"tags": {}
}
デバッグ: ============================ HTTP RESPONSE ============================
Status Code:
BadRequest
Headers:
Pragma : no-cache
x-ms-request-id : japaneast:34e6fa6b-2437-4c34-9757-cdd01d882243
Strict-Transport-Security : max-age=31536000; includeSubDomains
x-ms-ratelimit-remaining-subscription-writes: 1199
x-ms-correlation-request-id : 4758a7bc-1907-4e6b-bfc8-60981035c317
x-ms-routing-request-id : JAPANEAST:20230731T071337Z:4758a7bc-1907-4e6b-bfc8-60981035c317
X-Content-Type-Options : nosniff
Cache-Control : no-cache
Date : Mon, 31 Jul 2023 07:13:37 GMT
Body:
{
"error": {
"code": "InvalidRequestContent",
"message": "The request content is not valid and could not be deserialized: 'Could not find member 'definition' on
object of type 'FlowTemplate'. Path 'properties.definition.definition', line 8, position 19.'."
}
}
Set-AzLogicApp : The request content is not valid and could not be deserialized: 'Could not find member 'definition' on
object of type 'FlowTemplate'. Path 'properties.definition.definition', line 8, position 19.'.
発生場所 行:1 文字:1
+ Set-AzLogicApp -ResourceGroupName "test_resource1" -Name "test_app22" ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : CloseError: (:) [Set-AzLogicApp]、CloudException
+ FullyQualifiedErrorId : Microsoft.Azure.Commands.LogicApp.Cmdlets.UpdateAzureLogicAppCommand
デバッグ: AzureQoSEvent: Module: Az.LogicApp:1.5.0; CommandName: Set-AzLogicApp; PSVersion: 5.1.22621.1778; IsSuccess:
False; Duration: 00:00:01.3629641; Exception: The request content is not valid and could not be deserialized: 'Could
not find member 'definition' on object of type 'FlowTemplate'. Path 'properties.definition.definition', line 8,
position 19.'.;
デバッグ: Finish sending metric.
デバッグ: 16:13:39 - UpdateAzureLogicAppCommand end processing.
```
### Environment data
```PowerShell
PS C:\WINDOWS\system32> $PSVersionTable
Name Value
---- -----
PSVersion 5.1.22621.1778
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.22621.1778
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
```
### Module versions
```PowerShell
PS C:\WINDOWS\system32> Get-Module -ListAvailable
ディレクトリ: C:\Users\metakahashi\Documents\WindowsPowerShell\Modules
ModuleType Version Name ExportedCommands
---------- ------- ---- ----------------
Script 2.7.6 Az.Accounts {Disable-AzDataCollection, Disable-AzContextAutosave, Enab...
Script 1.1.2 Az.Advisor {Get-AzAdvisorRecommendation, Enable-AzAdvisorRecommendati...
Script 3.1.3 Az.Aks {Get-AzAksCluster, New-AzAksCluster, Remove-AzAksCluster, ...
Script 1.1.4 Az.AnalysisServices {Resume-AzAnalysisServicesServer, Suspend-AzAnalysisServic...
Script 2.3.2 Az.ApiManagement {Add-AzApiManagementApiToGateway, Add-AzApiManagementApiTo...
Script 1.1.0 Az.AppConfiguration {Get-AzAppConfigurationStore, Get-AzAppConfigurationStoreK...
Script 1.3.1 Az.ApplicationInsights {Get-AzApplicationInsights, New-AzApplicationInsights, Rem...
Script 1.0.0 Az.Attestation {New-AzAttestation, Get-AzAttestation, Remove-AzAttestatio...
Script 1.7.3 Az.Automation {Get-AzAutomationHybridWorkerGroup, Remove-AzAutomationHyb...
Script 3.2.0 Az.Batch {Remove-AzBatchAccount, Get-AzBatchAccount, Get-AzBatchAcc...
Script 2.0.0 Az.Billing {Get-AzBillingInvoice, Get-AzBillingPeriod, Get-AzEnrollme...
Script 1.8.3 Az.Cdn {Get-AzCdnProfile, Get-AzCdnProfileSsoUrl, New-AzCdnProfil...
Script 1.1.0 Az.CloudService {Get-AzCloudService, Get-AzCloudServiceInstanceView, Get-A...
Script 1.11.0 Az.CognitiveServices {Get-AzCognitiveServicesAccount, Get-AzCognitiveServicesAc...
Script 4.26.0 Az.Compute {Remove-AzAvailabilitySet, Get-AzAvailabilitySet, New-AzAv...
Script 3.1.0 Az.ContainerInstance {Add-AzContainerInstanceOutput, Get-AzContainerGroup, Get-...
Script 2.2.3 Az.ContainerRegistry {New-AzContainerRegistry, Get-AzContainerRegistry, Update-...
Script 1.7.0 Az.CosmosDB {Get-AzCosmosDBSqlContainer, Get-AzCosmosDBSqlContainerThr...
Script 1.1.0 Az.DataBoxEdge {Get-AzDataBoxEdgeJob, Get-AzDataBoxEdgeDevice, Invoke-AzD...
Script 1.2.0 Az.Databricks {Get-AzDatabricksOutboundNetworkDependenciesEndpoint, Get-...
Script 1.16.6 Az.DataFactory {Set-AzDataFactoryV2, Update-AzDataFactoryV2, Get-AzDataFa...
Script 1.0.2 Az.DataLakeAnalytics {Get-AzDataLakeAnalyticsDataSource, New-AzDataLakeAnalytic...
Script 1.3.0 Az.DataLakeStore {Get-AzDataLakeStoreTrustedIdProvider, Remove-AzDataLakeSt...
Script 1.0.1 Az.DataShare {New-AzDataShareAccount, Get-AzDataShareAccount, Remove-Az...
Script 1.1.0 Az.DeploymentManager {Get-AzDeploymentManagerArtifactSource, New-AzDeploymentMa...
Script 3.1.0 Az.DesktopVirtualization {Disconnect-AzWvdUserSession, Expand-AzWvdMsixImage, Get-A...
Script 1.0.2 Az.DevTestLabs {Get-AzDtlAllowedVMSizesPolicy, Get-AzDtlAutoShutdownPolic...
Script 1.1.2 Az.Dns {Get-AzDnsRecordSet, New-AzDnsRecordConfig, Remove-AzDnsRe...
Script 1.3.0 Az.EventGrid {New-AzEventGridTopic, Get-AzEventGridTopic, Set-AzEventGr...
Script 1.11.1 Az.EventHub {New-AzEventHubNamespace, Get-AzEventHubNamespace, Set-AzE...
Script 1.9.0 Az.FrontDoor {New-AzFrontDoor, Get-AzFrontDoor, Set-AzFrontDoor, Remove...
Script 4.0.2 Az.Functions {Get-AzFunctionApp, Get-AzFunctionAppAvailableLocation, Ge...
Script 5.0.1 Az.HDInsight {Get-AzHDInsightJob, New-AzHDInsightSqoopJobDefinition, Wa...
Script 1.3.2 Az.HealthcareApis {New-AzHealthcareApisService, Remove-AzHealthcareApisServi...
Script 2.7.4 Az.IotHub {Add-AzIotHubKey, Get-AzIotHubEventHubConsumerGroup, Get-A...
Script 4.4.0 Az.KeyVault {Add-AzKeyVaultCertificate, Update-AzKeyVaultCertificate, ...
Script 2.1.0 Az.Kusto {Add-AzKustoClusterLanguageExtension, Add-AzKustoDatabaseP...
Script 1.5.0 Az.LogicApp {Get-AzIntegrationAccountAgreement, Get-AzIntegrationAccou...
Script 1.1.3 Az.MachineLearning {Move-AzMlCommitmentAssociation, Get-AzMlCommitmentAssocia...
Script 1.2.0 Az.Maintenance {Get-AzApplyUpdate, Get-AzConfigurationAssignment, Get-AzM...
Script 3.0.0 Az.ManagedServices {Get-AzManagedServicesAssignment, Get-AzManagedServicesDef...
Script 1.0.2 Az.MarketplaceOrdering {Get-AzMarketplaceTerms, Set-AzMarketplaceTerms}
Script 1.1.1 Az.Media {Sync-AzMediaServiceStorageKey, Set-AzMediaServiceKey, Get...
Script 1.1.2 Az.Migrate {Get-AzMigrateDiscoveredServer, Get-AzMigrateJob, Get-AzMi...
Script 3.0.1 Az.Monitor {Get-AzMetricDefinition, Get-AzMetric, Remove-AzLogProfile...
Script 1.0.0 Az.MySql {Get-AzMySqlConfiguration, Get-AzMySqlConnectionString, Ge...
Script 4.16.1 Az.Network {Add-AzApplicationGatewayAuthenticationCertificate, Get-Az...
Script 1.1.1 Az.NotificationHubs {Get-AzNotificationHub, Get-AzNotificationHubAuthorization...
Script 3.1.0 Az.OperationalInsights {New-AzOperationalInsightsAzureActivityLogDataSource, New-...
Script 1.5.0 Az.PolicyInsights {Get-AzPolicyEvent, Get-AzPolicyState, Get-AzPolicyStateSu...
Script 1.1.0 Az.PostgreSql {Get-AzPostgreSqlConfiguration, Get-AzPostgreSqlConnection...
Script 1.1.2 Az.PowerBIEmbedded {Remove-AzPowerBIWorkspaceCollection, Get-AzPowerBIWorkspa...
Script 1.0.3 Az.PrivateDns {Get-AzPrivateDnsZone, Remove-AzPrivateDnsZone, Set-AzPriv...
Script 5.3.1 Az.RecoveryServices {Get-AzRecoveryServicesBackupProperty, Get-AzRecoveryServi...
Script 1.6.0 Az.RedisCache {Remove-AzRedisCachePatchSchedule, New-AzRedisCacheSchedul...
Script 1.0.0 Az.RedisEnterpriseCache {Export-AzRedisEnterpriseCache, Get-AzRedisEnterpriseCache...
Script 1.0.3 Az.Relay {New-AzRelayNamespace, Get-AzRelayNamespace, Set-AzRelayNa...
Script 1.1.0 Az.ResourceMover {Add-AzResourceMoverMoveResource, Get-AzResourceMoverMoveC...
Script 5.6.0 Az.Resources {Get-AzProviderOperation, Remove-AzRoleAssignment, Get-AzR...
Script 1.2.0 Az.Security {Get-AzSecurityAlert, Set-AzSecurityAlert, Get-AzSecurityA...
Script 1.1.0 Az.SecurityInsights {Get-AzSentinelAlertRuleAction, New-AzSentinelAlertRuleAct...
Script 1.8.1 Az.ServiceBus {New-AzServiceBusNamespace, Get-AzServiceBusNamespace, Set...
Script 3.0.2 Az.ServiceFabric {Add-AzServiceFabricClientCertificate, Add-AzServiceFabric...
Script 1.4.1 Az.SignalR {New-AzSignalR, Get-AzSignalR, Get-AzSignalRKey, New-AzSig...
Script 3.8.0 Az.Sql {Get-AzSqlDatabaseTransparentDataEncryption, Get-AzSqlData...
Script 1.1.0 Az.SqlVirtualMachine {New-AzSqlVM, Get-AzSqlVM, Update-AzSqlVM, Remove-AzSqlVM...}
Script 1.1.1 Az.StackHCI {Register-AzStackHCI, Unregister-AzStackHCI, Test-AzStackH...
Script 4.5.0 Az.Storage {Get-AzStorageAccount, Get-AzStorageAccountKey, New-AzStor...
Script 1.7.0 Az.StorageSync {Invoke-AzStorageSyncCompatibilityCheck, New-AzStorageSync...
Script 2.0.0 Az.StreamAnalytics {Get-AzStreamAnalyticsCluster, Get-AzStreamAnalyticsCluste...
Script 1.0.0 Az.Support {Get-AzSupportService, Get-AzSupportProblemClassification,...
Script 1.3.0 Az.Synapse {Get-AzSynapseSparkJob, Stop-AzSynapseSparkJob, Submit-AzS...
Script 1.1.0 Az.TrafficManager {Add-AzTrafficManagerCustomHeaderToEndpoint, Remove-AzTraf...
Script 2.11.1 Az.Websites {Get-AzAppServicePlan, Set-AzAppServicePlan, New-AzAppServ...
ディレクトリ: C:\Program Files\WindowsPowerShell\Modules
ModuleType Version Name ExportedCommands
---------- ------- ---- ----------------
Script 2.12.4 Az.Accounts {Disable-AzDataCollection, Disable-AzContextAutosave, Enab...
Script 2.8.0 Az.Accounts {Disable-AzDataCollection, Disable-AzContextAutosave, Enab...
Script 2.0.0 Az.Advisor {Disable-AzAdvisorRecommendation, Enable-AzAdvisorRecommen...
Script 5.5.1 Az.Aks {Get-AzAksCluster, New-AzAksCluster, Remove-AzAksCluster, ...
Script 4.1.0 Az.Aks {Get-AzAksCluster, New-AzAksCluster, Remove-AzAksCluster, ...
Script 1.1.4 Az.AnalysisServices {Resume-AzAnalysisServicesServer, Suspend-AzAnalysisServic...
Script 4.0.2 Az.ApiManagement {Add-AzApiManagementApiToGateway, Add-AzApiManagementApiTo...
Script 3.0.0 Az.ApiManagement {Add-AzApiManagementApiToGateway, Add-AzApiManagementApiTo...
Script 1.2.0 Az.AppConfiguration {Get-AzAppConfigurationStore, Get-AzAppConfigurationStoreK...
Script 2.2.2 Az.ApplicationInsights {Get-AzApplicationInsights, Get-AzApplicationInsightsApiKe...
Script 2.0.0 Az.ApplicationInsights {Get-AzApplicationInsights, Get-AzApplicationInsightsApiKe...
Script 2.0.0 Az.Attestation {Get-AzAttestationPolicy, Set-AzAttestationPolicy, Reset-A...
Script 1.0.0 Az.Automanage {Get-AzAutomanageBestPractice, Get-AzAutomanageConfigProfi...
Script 1.9.1 Az.Automation {Set-AzAutomationPython3Package, New-AzAutomationPython3Pa...
Script 3.4.0 Az.Batch {Remove-AzBatchAccount, Get-AzBatchAccount, Get-AzBatchAcc...
Script 2.0.3 Az.Billing {Get-AzBillingInvoice, Get-AzBillingPeriod, Get-AzEnrollme...
Script 3.1.0 Az.Cdn {Clear-AzCdnEndpointContent, Clear-AzFrontDoorCdnEndpointC...
Script 2.1.0 Az.Cdn {Clear-AzCdnEndpointContent, Clear-AzFrontDoorCdnEndpointC...
Script 1.2.0 Az.CloudService {Get-AzCloudService, Get-AzCloudServiceInstanceView, Get-A...
Script 1.14.0 Az.CognitiveServices {Get-AzCognitiveServicesAccount, Get-AzCognitiveServicesAc...
Script 6.1.0 Az.Compute {Remove-AzAvailabilitySet, Get-AzAvailabilitySet, New-AzAv...
Script 4.27.0 Az.Compute {Remove-AzAvailabilitySet, Get-AzAvailabilitySet, New-AzAv...
Script 1.0.0 Az.ConfidentialLedger {Get-AzConfidentialLedger, New-AzConfidentialLedger, New-A...
Script 3.2.0 Az.ContainerInstance {Add-AzContainerInstanceOutput, Get-AzContainerGroup, Get-...
Script 4.0.0 Az.ContainerRegistry {Connect-AzContainerRegistry, Get-AzContainerRegistryRepos...
Script 3.0.0 Az.ContainerRegistry {New-AzContainerRegistry, Get-AzContainerRegistry, Update-...
Script 1.11.1 Az.CosmosDB {Get-AzCosmosDBSqlContainer, Get-AzCosmosDBSqlContainerThr...
Script 1.8.0 Az.CosmosDB {Get-AzCosmosDBSqlContainer, Get-AzCosmosDBSqlContainerThr...
Script 1.1.0 Az.DataBoxEdge {Get-AzDataBoxEdgeJob, Get-AzDataBoxEdgeDevice, Invoke-AzD...
Script 1.6.0 Az.Databricks {Get-AzDatabricksAccessConnector, Get-AzDatabricksOutbound...
Script 1.16.13 Az.DataFactory {Set-AzDataFactoryV2, Update-AzDataFactoryV2, Get-AzDataFa...
Script 1.16.7 Az.DataFactory {Set-AzDataFactoryV2, Update-AzDataFactoryV2, Get-AzDataFa...
Script 1.0.2 Az.DataLakeAnalytics {Get-AzDataLakeAnalyticsDataSource, New-AzDataLakeAnalytic...
Script 1.3.0 Az.DataLakeStore {Get-AzDataLakeStoreTrustedIdProvider, Remove-AzDataLakeSt...
Script 2.0.0 Az.DataProtection {Backup-AzDataProtectionBackupInstanceAdhoc, Edit-AzDataPr...
Script 1.0.1 Az.DataShare {New-AzDataShareAccount, Get-AzDataShareAccount, Remove-Az...
Script 1.1.0 Az.DeploymentManager {Get-AzDeploymentManagerArtifactSource, New-AzDeploymentMa...
Script 4.0.0 Az.DesktopVirtualization {Disconnect-AzWvdUserSession, Expand-AzWvdMsixImage, Get-A...
Script 1.0.2 Az.DevTestLabs {Get-AzDtlAllowedVMSizesPolicy, Get-AzDtlAutoShutdownPolic...
Script 1.1.2 Az.Dns {Get-AzDnsRecordSet, New-AzDnsRecordConfig, Remove-AzDnsRe...
Script 1.6.0 Az.EventGrid {New-AzEventGridTopic, Get-AzEventGridTopic, Set-AzEventGr...
Script 4.0.0 Az.EventHub {New-AzEventHubAuthorizationRuleSASToken, Approve-AzEventH...
Script 2.0.0 Az.EventHub {New-AzEventHubNamespace, Get-AzEventHubNamespace, Set-AzE...
Script 1.10.0 Az.FrontDoor {New-AzFrontDoor, Get-AzFrontDoor, Set-AzFrontDoor, Remove...
Script 4.0.6 Az.Functions {Get-AzFunctionApp, Get-AzFunctionAppAvailableLocation, Ge...
Script 4.0.3 Az.Functions {Get-AzFunctionApp, Get-AzFunctionAppAvailableLocation, Ge...
Script 6.0.0 Az.HDInsight {Get-AzHDInsightJob, New-AzHDInsightSqoopJobDefinition, Wa...
Script 2.0.0 Az.HealthcareApis {Get-AzHealthcareApisService, Get-AzHealthcareApisWorkspac...
Script 2.7.5 Az.IotHub {Add-AzIotHubKey, Get-AzIotHubEventHubConsumerGroup, Get-A...
Script 4.10.0 Az.KeyVault {Add-AzKeyVaultCertificate, Update-AzKeyVaultCertificate, ...
Script 4.5.0 Az.KeyVault {Add-AzKeyVaultCertificate, Update-AzKeyVaultCertificate, ...
Script 2.2.0 Az.Kusto {Add-AzKustoClusterLanguageExtension, Add-AzKustoDatabaseP...
Script 1.0.0 Az.LoadTesting {Get-AzLoad, New-AzLoad, Remove-AzLoad, Update-AzLoad}
Script 1.5.0 Az.LogicApp {Get-AzIntegrationAccountAgreement, Get-AzIntegrationAccou...
Script 1.1.3 Az.MachineLearning {Move-AzMlCommitmentAssociation, Get-AzMlCommitmentAssocia...
Script 1.0.0 Az.MachineLearningServices {Get-AzMLServiceQuota, Get-AzMLServiceUsage, Get-AzMLServi...
Script 1.2.1 Az.Maintenance {Get-AzApplyUpdate, Get-AzConfigurationAssignment, Get-AzM...
Script 1.1.1 Az.ManagedServiceIdentity {Get-AzFederatedIdentityCredentials, Get-AzSystemAssignedI...
Script 1.0.0 Az.ManagedServiceIdentity {Get-AzSystemAssignedIdentity, Get-AzUserAssignedIdentity,...
Script 3.0.0 Az.ManagedServices {Get-AzManagedServicesAssignment, Get-AzManagedServicesDef...
Script 2.0.0 Az.MarketplaceOrdering {Get-AzMarketplaceTerms, Invoke-AzMarketplaceSignTerms, Se...
Script 1.1.1 Az.Media {Sync-AzMediaServiceStorageKey, Set-AzMediaServiceKey, Get...
Script 2.2.0 Az.Migrate {Get-AzMigrateDiscoveredServer, Get-AzMigrateJob, Get-AzMi...
Script 4.5.0 Az.Monitor {Get-AzMetricDefinition, Get-AzMetric, Remove-AzLogProfile...
Script 1.1.1 Az.MySql {Get-AzMySqlConfiguration, Get-AzMySqlConnectionString, Ge...
Script 6.1.0 Az.Network {Add-AzApplicationGatewayAuthenticationCertificate, Get-Az...
Script 4.17.0 Az.Network {Add-AzApplicationGatewayAuthenticationCertificate, Get-Az...
Script 1.1.1 Az.NotificationHubs {Get-AzNotificationHub, Get-AzNotificationHubAuthorization...
Script 3.2.0 Az.OperationalInsights {New-AzOperationalInsightsAzureActivityLogDataSource, New-...
Script 1.6.1 Az.PolicyInsights {Get-AzPolicyEvent, Get-AzPolicyState, Get-AzPolicyStateSu...
Script 1.1.0 Az.PostgreSql {Get-AzPostgreSqlConfiguration, Get-AzPostgreSqlConnection...
Script 1.2.1 Az.PowerBIEmbedded {Remove-AzPowerBIWorkspaceCollection, Get-AzPowerBIWorkspa...
Script 1.0.3 Az.PrivateDns {Get-AzPrivateDnsZone, Remove-AzPrivateDnsZone, Set-AzPriv...
Script 6.5.0 Az.RecoveryServices {Get-AzRecoveryServicesBackupProperty, Get-AzRecoveryServi...
Script 5.4.0 Az.RecoveryServices {Get-AzRecoveryServicesBackupProperty, Get-AzRecoveryServi...
Script 1.8.0 Az.RedisCache {Remove-AzRedisCachePatchSchedule, New-AzRedisCacheSchedul...
Script 1.2.0 Az.RedisEnterpriseCache {Export-AzRedisEnterpriseCache, Get-AzRedisEnterpriseCache...
Script 2.0.0 Az.Relay {Get-AzRelayAuthorizationRule, Get-AzRelayHybridConnection...
Script 1.1.0 Az.ResourceMover {Add-AzResourceMoverMoveResource, Get-AzResourceMoverMoveC...
Script 6.8.0 Az.Resources {Get-AzProviderOperation, Remove-AzRoleAssignment, Get-AzR...
Script 6.0.0 Az.Resources {Get-AzProviderOperation, Remove-AzRoleAssignment, Get-AzR...
Script 1.4.0 Az.Security {Get-AzSecuritySolution, Get-AzSecuritySolutionsReferenceD...
Script 1.3.0 Az.Security {Get-AzSecuritySolution, Get-AzSecuritySolutionsReferenceD...
Script 3.0.1 Az.SecurityInsights {Get-AzSentinelAlertRule, Get-AzSentinelAlertRuleAction, G...
Script 3.0.0 Az.ServiceBus {New-AzServiceBusAuthorizationRuleSASToken, Test-AzService...
Script 1.9.0 Az.ServiceBus {New-AzServiceBusNamespace, Get-AzServiceBusNamespace, Set...
Script 3.2.0 Az.ServiceFabric {Add-AzServiceFabricClientCertificate, Add-AzServiceFabric...
Script 2.0.0 Az.SignalR {New-AzSignalR, Get-AzSignalR, Get-AzSignalRKey, New-AzSig...
Script 4.8.0 Az.Sql {Invoke-AzSqlServerExternalGovernanceStatusRefresh, Get-Az...
Script 3.9.0 Az.Sql {Get-AzSqlDatabaseTransparentDataEncryption, Get-AzSqlData...
Script 2.0.0 Az.SqlVirtualMachine {Get-AzAvailabilityGroupListener, Get-AzSqlVM, Get-AzSqlVM...
Script 2.0.0 Az.StackHCI {Add-AzStackHCIVMAttestation, Disable-AzStackHCIAttestatio...
Script 5.8.0 Az.Storage {Get-AzStorageAccount, Get-AzStorageAccountKey, New-AzStor...
Script 4.6.0 Az.Storage {Get-AzStorageAccount, Get-AzStorageAccountKey, New-AzStor...
Script 1.0.1 Az.StorageMover {Get-AzStorageMover, Get-AzStorageMoverAgent, Get-AzStorag...
Script 2.0.0 Az.StorageSync {Invoke-AzStorageSyncCompatibilityCheck, New-AzStorageSync...
Script 2.0.0 Az.StreamAnalytics {Get-AzStreamAnalyticsCluster, Get-AzStreamAnalyticsCluste...
Script 1.0.0 Az.Support {Get-AzSupportService, Get-AzSupportProblemClassification,...
Script 3.0.1 Az.Synapse {Get-AzSynapseSparkJob, Stop-AzSynapseSparkJob, Submit-AzS...
Script 1.4.0 Az.Synapse {Get-AzSynapseSparkJob, Stop-AzSynapseSparkJob, Submit-AzS...
Script 1.2.1 Az.TrafficManager {Add-AzTrafficManagerCustomHeaderToEndpoint, Remove-AzTraf...
Script 3.0.1 Az.Websites {Get-AzAppServicePlan, Set-AzAppServicePlan, New-AzAppServ...
Script 2.11.2 Az.Websites {Get-AzAppServicePlan, Set-AzAppServicePlan, New-AzAppServ...
Script 5.1.2 Azure {Get-AzureAutomationCertificate, Get-AzureAutomationConnec...
Manifest 0.5.0 Azure.AnalysisServices {Add-AzureAnalysisServicesAccount, Restart-AzureAnalysisSe...
Script 4.2.1 Azure.Storage {Get-AzureStorageTable, New-AzureStorageTableSASToken, New...
Script 5.7.0 AzureRM
Script 0.6.6 AzureRM.AnalysisServices {Resume-AzureRmAnalysisServicesServer, Suspend-AzureRmAnal...
Script 5.1.2 AzureRM.ApiManagement {Add-AzureRmApiManagementRegion, Get-AzureRmApiManagementS...
Script 0.1.3 AzureRM.ApplicationInsights {Get-AzureRmApplicationInsights, New-AzureRmApplicationIns...
Script 4.3.2 AzureRM.Automation {Get-AzureRMAutomationHybridWorkerGroup, Get-AzureRmAutoma...
Script 4.0.4 AzureRM.Backup {Backup-AzureRmBackupItem, Enable-AzureRmBackupContainerRe...
Script 4.0.6 AzureRM.Batch {Remove-AzureRmBatchAccount, Get-AzureRmBatchAccount, Get-...
Script 0.14.1 AzureRM.Billing {Get-AzureRmBillingInvoice, Get-AzureRmBillingPeriod, Get-...
Script 4.2.2 AzureRM.Cdn {Get-AzureRmCdnProfile, Get-AzureRmCdnProfileSsoUrl, New-A...
Script 0.9.4 AzureRM.CognitiveServices {Get-AzureRmCognitiveServicesAccount, Get-AzureRmCognitive...
Script 4.6.0 AzureRM.Compute {Remove-AzureRmAvailabilitySet, Get-AzureRmAvailabilitySet...
Script 0.3.1 AzureRM.Consumption Get-AzureRmConsumptionUsageDetail
Script 0.2.5 AzureRM.ContainerInstance {New-AzureRmContainerGroup, Get-AzureRmContainerGroup, Rem...
Script 1.0.4 AzureRM.ContainerRegistry {New-AzureRmContainerRegistry, Get-AzureRmContainerRegistr...
Script 4.2.2 AzureRM.DataFactories {Remove-AzureRmDataFactory, Get-AzureRmDataFactoryRun, Get...
Script 0.5.3 AzureRM.DataFactoryV2 {Set-AzureRmDataFactoryV2, Update-AzureRmDataFactoryV2, Ge...
Script 4.2.3 AzureRM.DataLakeAnalytics {Get-AzureRmDataLakeAnalyticsDataSource, New-AzureRmDataLa...
Script 5.2.0 AzureRM.DataLakeStore {Get-AzureRmDataLakeStoreTrustedIdProvider, Remove-AzureRm...
Script 4.0.4 AzureRM.DevTestLabs {Get-AzureRmDtlAllowedVMSizesPolicy, Get-AzureRmDtlAutoShu...
Script 4.1.2 AzureRM.Dns {Get-AzureRmDnsRecordSet, New-AzureRmDnsRecordConfig, Remo...
Script 0.3.2 AzureRM.EventGrid {New-AzureRmEventGridTopic, Get-AzureRmEventGridTopic, Set...
Script 0.6.3 AzureRM.EventHub {New-AzureRmEventHubNamespace, Get-AzureRmEventHubNamespac...
Script 4.1.2 AzureRM.HDInsight {Get-AzureRmHDInsightJob, New-AzureRmHDInsightSqoopJobDefi...
Script 4.0.4 AzureRM.Insights {Get-AzureRmMetricDefinition, Get-AzureRmMetric, Remove-Az...
Script 3.1.2 AzureRM.IotHub {Add-AzureRmIotHubKey, Get-AzureRmIotHubEventHubConsumerGr...
Script 4.3.0 AzureRM.KeyVault {Add-AzureKeyVaultCertificate, Set-AzureKeyVaultCertificat...
Script 4.0.3 AzureRM.LogicApp {Get-AzureRmIntegrationAccountAgreement, Get-AzureRmIntegr...
Script 0.17.2 AzureRM.MachineLearning {Move-AzureRmMlCommitmentAssociation, Get-AzureRmMlCommitm...
Script 0.4.2 AzureRM.MachineLearningCompute {Get-AzureRmMlOpCluster, Get-AzureRmMlOpClusterKey, Test-A...
Script 0.2.1 AzureRM.MarketplaceOrdering {Get-AzureRmMarketplaceTerms, Set-AzureRmMarketplaceTerms}
Script 0.9.2 AzureRM.Media {Sync-AzureRmMediaServiceStorageKeys, Set-AzureRmMediaServ...
Script 5.4.2 AzureRM.Network {Add-AzureRmApplicationGatewayAuthenticationCertificate, G...
Script 4.1.1 AzureRM.NotificationHubs {Get-AzureRmNotificationHub, Get-AzureRmNotificationHubAut...
Script 4.3.2 AzureRM.OperationalInsights {New-AzureRmOperationalInsightsAzureActivityLogDataSource,...
Script 4.1.4 AzureRM.PowerBIEmbedded {Remove-AzureRmPowerBIWorkspaceCollection, Get-AzureRmPowe...
Script 4.6.0 AzureRM.Profile {Disable-AzureRmDataCollection, Disable-AzureRmContextAuto...
Script 4.1.2 AzureRM.RecoveryServices {Get-AzureRmRecoveryServicesBackupProperty, Get-AzureRmRec...
Script 4.1.2 AzureRM.RecoveryServices.Backup {Backup-AzureRmRecoveryServicesBackupItem, Get-AzureRmReco...
Script 0.2.4 AzureRM.RecoveryServices.SiteRec... {Edit-AzureRmRecoveryServicesAsrRecoveryPlan, Get-AzureRmR...
Script 4.1.2 AzureRM.RedisCache {Remove-AzureRmRedisCachePatchSchedule, New-AzureRmRedisCa...
Script 0.3.3 AzureRM.Relay {New-AzureRmRelayNamespace, Get-AzureRmRelayNamespace, Set...
Script 5.5.2 AzureRM.Resources {Get-AzureRmProviderOperation, Remove-AzureRmRoleAssignmen...
Script 0.16.3 AzureRM.Scheduler {Disable-AzureRmSchedulerJobCollection, Enable-AzureRmSche...
Script 4.1.2 AzureRM.ServerManagement {Invoke-AzureRmServerManagementPowerShellCommand, Get-Azur...
Script 0.6.4 AzureRM.ServiceBus {New-AzureRmServiceBusNamespace, Get-AzureRmServiceBusName...
Script 0.3.4 AzureRM.ServiceFabric {Add-AzureRmServiceFabricApplicationCertificate, Add-Azure...
Script 5.0.6 AzureRM.SiteRecovery {Get-AzureRmSiteRecoveryFabric, New-AzureRmSiteRecoveryFab...
Script 4.4.0 AzureRM.Sql {Get-AzureRmSqlDatabaseTransparentDataEncryption, Get-Azur...
Script 4.2.3 AzureRM.Storage {Get-AzureRmStorageAccount, Get-AzureRmStorageAccountKey, ...
Script 4.0.4 AzureRM.StreamAnalytics {Get-AzureRmStreamAnalyticsFunction, Get-AzureRmStreamAnal...
Script 4.0.1 AzureRM.Tags {Remove-AzureRmTag, Get-AzureRmTag, New-AzureRmTag}
Script 4.0.3 AzureRM.TrafficManager {Disable-AzureRmTrafficManagerEndpoint, Enable-AzureRmTraf...
Script 4.0.2 AzureRM.UsageAggregates Get-UsageAggregates
Script 4.2.2 AzureRM.Websites {Get-AzureRmAppServicePlan, Set-AzureRmAppServicePlan, New...
Script 1.0.1 Microsoft.PowerShell.Operation.V... {Get-OperationValidation, Invoke-OperationValidation}
Binary 1.0.0.1 PackageManagement {Find-Package, Get-Package, Get-PackageProvider, Get-Packa...
Script 3.4.0 Pester {Describe, Context, It, Should...}
Script 1.0.0.1 PowerShellGet {Install-Module, Find-Module, Save-Module, Update-Module...}
Script 2.0.0 PSReadLine {Get-PSReadLineKeyHandler, Set-PSReadLineKeyHandler, Remov...
Manifest 2.0 SQLite mount-sqlite
ディレクトリ: C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules
ModuleType Version Name ExportedCommands
---------- ------- ---- ----------------
Manifest 1.0.0.0 AppBackgroundTask {Disable-AppBackgroundTaskDiagnosticLog, Enable-AppBackgro...
Manifest 2.0.0.0 AppLocker {Get-AppLockerFileInformation, Get-AppLockerPolicy, New-Ap...
Manifest 1.0.0.0 AppvClient {Add-AppvClientConnectionGroup, Add-AppvClientPackage, Add...
Manifest 2.0.1.0 Appx {Add-AppxPackage, Get-AppxPackage, Get-AppxPackageAutoUpda...
Script 1.0.0.0 AssignedAccess {Clear-AssignedAccess, Get-AssignedAccess, Set-AssignedAcc...
Manifest 1.0.0.0 BitLocker {Unlock-BitLocker, Suspend-BitLocker, Resume-BitLocker, Re...
Script 2.0.0.0 BitsTransfer {Add-BitsFile, Complete-BitsTransfer, Get-BitsTransfer, Re...
Manifest 1.0.0.0 BranchCache {Add-BCDataCacheExtension, Clear-BCCache, Disable-BC, Disa...
Manifest 1.0.0.0 CimCmdlets {Get-CimAssociatedInstance, Get-CimClass, Get-CimInstance,...
Manifest 1.0 ConfigCI {Get-SystemDriver, New-CIPolicyRule, New-CIPolicy, Get-CIP...
Manifest 1.0 ConfigDefender {Get-MpPreference, Set-MpPreference, Add-MpPreference, Rem...
Manifest 1.0 ConfigDefenderPerformance {New-MpPerformanceRecording, Get-MpPerformanceReport}
Manifest 1.0 Defender {Get-MpPreference, Set-MpPreference, Add-MpPreference, Rem...
Manifest 1.0 DefenderPerformance {New-MpPerformanceRecording, Get-MpPerformanceReport}
Manifest 1.0.3.0 DeliveryOptimization {Get-DeliveryOptimizationLog, Get-DeliveryOptimizationLogA...
Manifest 1.0.0.0 DirectAccessClientComponents {Disable-DAManualEntryPointSelection, Enable-DAManualEntry...
Script 3.0 Dism {Add-AppProvisionedSharedPackageContainer, Add-AppxProvisi...
Manifest 1.0.0.0 DnsClient {Resolve-DnsName, Clear-DnsClientCache, Get-DnsClient, Get...
Manifest 1.0.0.0 EventTracingManagement {Start-EtwTraceSession, New-EtwTraceSession, Get-EtwTraceS...
Script 2022.3.... Get-NetView Get-NetView
Manifest 1.0.0.0 HgsClient {Get-HgsAttestationBaselinePolicy, Get-HgsClientConfigurat...
Manifest 1.0.0.0 HgsDiagnostics {New-HgsTraceTarget, Get-HgsTrace, Get-HgsTraceFileData, T...
Binary 1.0.0.0 HostComputeService {Get-ComputeProcess, Stop-ComputeProcess}
Manifest 1.0.0.1 HostNetworkingService {Get-HnsNamespace, Remove-HnsNetwork, Remove-HnsNamespace,...
Manifest 2.0.0.0 Hyper-V {Add-VMAssignableDevice, Add-VMDvdDrive, Add-VMFibreChanne...
Manifest 1.1 Hyper-V {Add-VMDvdDrive, Add-VMFibreChannelHba, Add-VMHardDiskDriv...
Script 1.1.0.0 IISAdministration {Get-IISAppPool, Start-IISCommitDelay, Stop-IISCommitDelay...
Manifest 2.1.0.0 International {Copy-UserInternationalSettingsToSystem, Get-WinDefaultInp...
Manifest 1.0.0.0 iSCSI {Get-IscsiTargetPortal, New-IscsiTargetPortal, Remove-Iscs...
Script 1.0.0.0 ISE {New-IseSnippet, Import-IseSnippet, Get-IseSnippet}
Manifest 1.0.0.0 Kds {Add-KdsRootKey, Get-KdsRootKey, Test-KdsRootKey, Set-KdsC...
Manifest 1.0 LanguagePackManagement {Install-Language, Uninstall-Language, Get-InstalledLangua...
Script 1.0.0.0 LAPS {Find-LapsADExtendedRights, Get-LapsADPassword, Invoke-Lap...
Manifest 1.0.1.0 Microsoft.PowerShell.Archive {Compress-Archive, Expand-Archive}
Manifest 3.0.0.0 Microsoft.PowerShell.Diagnostics {Get-WinEvent, Get-Counter, Import-Counter, Export-Counter...
Manifest 3.0.0.0 Microsoft.PowerShell.Host {Start-Transcript, Stop-Transcript}
Manifest 1.0.0.0 Microsoft.PowerShell.LocalAccounts {Add-LocalGroupMember, Disable-LocalUser, Enable-LocalUser...
Manifest 3.1.0.0 Microsoft.PowerShell.Management {Add-Content, Clear-Content, Clear-ItemProperty, Join-Path...
Script 1.0 Microsoft.PowerShell.ODataUtils Export-ODataEndpointProxy
Manifest 3.0.0.0 Microsoft.PowerShell.Security {Get-Acl, Set-Acl, Get-PfxCertificate, Get-Credential...}
Manifest 3.1.0.0 Microsoft.PowerShell.Utility {Format-List, Format-Custom, Format-Table, Format-Wide...}
Manifest 1.0.0 Microsoft.Windows.Bcd.Cmdlets {Copy-BcdEntry, Disable-BcdElementBootDebug, Disable-BcdEl...
Manifest 3.0.0.0 Microsoft.WSMan.Management {Disable-WSManCredSSP, Enable-WSManCredSSP, Get-WSManCredS...
Manifest 1.0 MMAgent {Disable-MMAgent, Enable-MMAgent, Set-MMAgent, Get-MMAgent...
Manifest 1.0.0.0 MsDtc {New-DtcDiagnosticTransaction, Complete-DtcDiagnosticTrans...
Manifest 0.0 MSMQ
Manifest 2.0.0.0 NetAdapter {Disable-NetAdapter, Disable-NetAdapterBinding, Disable-Ne...
Manifest 2.0.0.0 NetConnection {Get-NetConnectionProfile, Set-NetConnectionProfile}
Manifest 1.0.0.0 NetEventPacketCapture {New-NetEventSession, Remove-NetEventSession, Get-NetEvent...
Manifest 2.0.0.0 NetLbfo {Add-NetLbfoTeamMember, Add-NetLbfoTeamNic, Get-NetLbfoTea...
Manifest 1.0.0.0 NetNat {Get-NetNat, Get-NetNatExternalAddress, Get-NetNatStaticMa...
Manifest 2.0.0.0 NetQos {Get-NetQosPolicy, Set-NetQosPolicy, Remove-NetQosPolicy, ...
Manifest 2.0.0.0 NetSecurity {Get-DAPolicyChange, New-NetIPsecAuthProposal, New-NetIPse...
Manifest 1.0.0.0 NetSwitchTeam {New-NetSwitchTeam, Remove-NetSwitchTeam, Get-NetSwitchTea...
Manifest 1.0.0.0 NetTCPIP {Get-NetIPAddress, Get-NetIPInterface, Get-NetIPv4Protocol...
Manifest 1.0.0.0 NetworkConnectivityStatus {Get-DAConnectionStatus, Get-NCSIPolicyConfiguration, Rese...
Manifest 1.0.0.0 NetworkSwitchManager {Disable-NetworkSwitchEthernetPort, Enable-NetworkSwitchEt...
Manifest 1.0.0.0 NetworkTransition {Add-NetIPHttpsCertBinding, Disable-NetDnsTransitionConfig...
Manifest 1.0.0.0 PcsvDevice {Get-PcsvDevice, Start-PcsvDevice, Stop-PcsvDevice, Restar...
Binary 1.0.0.0 PersistentMemory {Get-PmemDisk, Get-PmemPhysicalDevice, Get-PmemUnusedRegio...
Manifest 1.0.0.0 PKI {Add-CertificateEnrollmentPolicyServer, Export-Certificate...
Manifest 1.0.0.0 PnpDevice {Get-PnpDevice, Get-PnpDeviceProperty, Enable-PnpDevice, D...
Manifest 1.1 PrintManagement {Add-Printer, Add-PrinterDriver, Add-PrinterPort, Get-Prin...
Binary 1.0.12 ProcessMitigations {Get-ProcessMitigation, Set-ProcessMitigation, ConvertTo-P...
Script 3.0 Provisioning {Install-ProvisioningPackage, Export-ProvisioningPackage, ...
Manifest 1.1 PSDesiredStateConfiguration {Set-DscLocalConfigurationManager, Start-DscConfiguration,...
Script 1.0.0.0 PSDiagnostics {Disable-PSTrace, Disable-PSWSManCombinedTrace, Disable-WS...
Binary 1.1.0.0 PSScheduledJob {New-JobTrigger, Add-JobTrigger, Remove-JobTrigger, Get-Jo...
Manifest 2.0.0.0 PSWorkflow {New-PSWorkflowExecutionOption, New-PSWorkflowSession, nwsn}
Manifest 1.0.0.0 PSWorkflowUtility Invoke-AsWorkflow
Manifest 1.0.0.0 ScheduledTasks {Get-ScheduledTask, Set-ScheduledTask, Register-ScheduledT...
Manifest 2.0.0.0 SecureBoot {Confirm-SecureBootUEFI, Set-SecureBootUEFI, Get-SecureBoo...
Manifest 2.0.0.0 SmbShare {Get-SmbShare, Remove-SmbShare, Set-SmbShare, Block-SmbSha...
Manifest 2.0.0.0 SmbWitness {Get-SmbWitnessClient, Move-SmbWitnessClient, gsmbw, msmbw...
Manifest 1.0.0.1 StartLayout {Export-StartLayout, Import-StartLayout, Export-StartLayou...
Manifest 2.0.0.0 Storage {Add-InitiatorIdToMaskingSet, Add-PartitionAccessPath, Add...
Manifest 1.0.0.0 StorageBusCache {Clear-StorageBusDisk, Disable-StorageBusCache, Disable-St...
Manifest 2.0.0.0 TLS {New-TlsSessionTicketKey, Enable-TlsSessionTicketKey, Disa...
Manifest 1.0.0.0 TroubleshootingPack {Get-TroubleshootingPack, Invoke-TroubleshootingPack}
Manifest 2.0.0.0 TrustedPlatformModule {Get-Tpm, Initialize-Tpm, Clear-Tpm, Unblock-Tpm...}
Binary 2.1.639.0 UEV {Clear-UevConfiguration, Clear-UevAppxPackage, Restore-Uev...
Script 1.0.0.0 VMDirectStorage {Get-VMDirectVirtualDisk, Add-VMDirectVirtualDisk, Remove-...
Manifest 2.0.0.0 VpnClient {Add-VpnConnection, Set-VpnConnection, Remove-VpnConnectio...
Manifest 1.0.0.0 Wdac {Get-OdbcDriver, Set-OdbcDriver, Get-OdbcDsn, Add-OdbcDsn...}
Manifest 1.0.0.0 WebAdministration {Start-WebCommitDelay, Stop-WebCommitDelay, Get-WebConfigu...
Manifest 2.0.0.0 Whea {Get-WheaMemoryPolicy, Set-WheaMemoryPolicy}
Manifest 1.0.0.0 WindowsDeveloperLicense {Get-WindowsDeveloperLicense, Unregister-WindowsDeveloperL...
Script 1.0 WindowsErrorReporting {Enable-WindowsErrorReporting, Disable-WindowsErrorReporti...
Manifest 1.0.0.0 WindowsSearch {Get-WindowsSearchSetting, Set-WindowsSearchSetting}
Manifest 1.0.0.0 WindowsUpdate Get-WindowsUpdateLog
Script 1.0.0.0 WinHttpProxy {Get-WinhttpProxy, Export-WinhttpProxy, Reset-WinhttpProxy...
ディレクトリ: C:\Program Files (x86)\Microsoft Azure Information Protection\Powershell
ModuleType Version Name ExportedCommands
---------- ------- ---- ----------------
Binary 2.13.49.0 AzureInformationProtection {Start-AIPScannerDiagnostics, Get-MIPNetworkDiscoveryStatu...
```
### Error output
_No response_
Contributor guide
Research direction
Start by reproducing Set-AzLogicApp with the documented DefinitionFilePath example and compare the input JSON with the workflow returned by the GET request in the debug output. Trace the Set-AzLogicApp entry point and request serialization to identify why properties.definition is nested incorrectly. Done means the documented JSON updates the Logic App without the FlowTemplate deserialization error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, powershell
- Domain
- cli, cloud
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100