Microsoft.ChangeAnalysis (preview:2020-04-01)

2025/09/19 • 5 new, 5 deleted methods

ConfigurationProfile_Get (new)
Description Gets the configuration profile for the Microsoft.ChangeAnalysis resource provider. The profile name should be always set to 'default'.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.ChangeAnalysis/profile/{profileName}
{
subscriptionId: string ,
profileName: string ,
api-version: string ,
}

⚐ Response (200)

{
identity:
{
type: enum ,
principalId: string ,
tenantId: string ,
}
,
properties:
{
notifications:
{
azureMonitorWorkspaceProperties:
{
workspaceId: string ,
workspaceResourceId: string ,
includeChangeDetails: enum ,
}
,
activationState: enum ,
}
,
}
,
location: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
ConfigurationProfile_Create (new)
Description Updates configuration profile for for the Microsoft.ChangeAnalysis resource provider. The profile name should be always set to 'default'.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/providers/Microsoft.ChangeAnalysis/profile/{profileName}
{
subscriptionId: string ,
profileName: string ,
api-version: string ,
body:
{
identity:
{
type: enum ,
principalId: string ,
tenantId: string ,
}
,
properties:
{
notifications:
{
azureMonitorWorkspaceProperties:
{
workspaceId: string ,
workspaceResourceId: string ,
includeChangeDetails: enum ,
}
,
activationState: enum ,
}
,
}
,
location: string ,
}
,
}

⚐ Response (200)

{
identity:
{
type: enum ,
principalId: string ,
tenantId: string ,
}
,
properties:
{
notifications:
{
azureMonitorWorkspaceProperties:
{
workspaceId: string ,
workspaceResourceId: string ,
includeChangeDetails: enum ,
}
,
activationState: enum ,
}
,
}
,
location: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
ConfigurationProfile_Update (new)
Description Updates a configuration profile with the specified parameters. The profile name should be always set to 'default'
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/providers/Microsoft.ChangeAnalysis/profile/{profileName}
{
subscriptionId: string ,
profileName: string ,
api-version: string ,
body:
{
identity:
{
type: enum ,
principalId: string ,
tenantId: string ,
}
,
properties:
{
notifications:
{
azureMonitorWorkspaceProperties:
{
workspaceId: string ,
workspaceResourceId: string ,
includeChangeDetails: enum ,
}
,
activationState: enum ,
}
,
}
,
location: string ,
}
,
}

⚐ Response (200)

{
identity:
{
type: enum ,
principalId: string ,
tenantId: string ,
}
,
properties:
{
notifications:
{
azureMonitorWorkspaceProperties:
{
workspaceId: string ,
workspaceResourceId: string ,
includeChangeDetails: enum ,
}
,
activationState: enum ,
}
,
}
,
location: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
ConfigurationProfile_Delete (new)
Description Deletes existing configuration profile. The profile name should be always set to 'default'
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/providers/Microsoft.ChangeAnalysis/profile/{profileName}
{
subscriptionId: string ,
profileName: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Operations_List (new)
Description Lists all the supported operations by the Microsoft.ChangeAnalysis resource provider along with their descriptions.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.ChangeAnalysis/operations
{
api-version: string ,
$skipToken: string ,
}

⚐ Response (200)

{
value:
[
{
name: string ,
display:
{
provider: string ,
resource: string ,
operation: string ,
description: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
ConfigurationProfile_Get (removed)
Description Gets the configuration profile for the Microsoft.ChangeAnalysis resource provider. The profile name should be always set to 'default'.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.ChangeAnalysis/profile/{profileName}
{
subscriptionId: string ,
profileName: string ,
api-version: string ,
}

⚐ Response (200)

{
identity:
{
type: enum ,
principalId: string ,
tenantId: string ,
}
,
properties:
{
notifications:
{
azureMonitorWorkspaceProperties:
{
workspaceId: string ,
workspaceResourceId: string ,
includeChangeDetails: enum ,
}
,
activationState: enum ,
}
,
}
,
location: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
ConfigurationProfile_Create (removed)
Description Updates configuration profile for for the Microsoft.ChangeAnalysis resource provider. The profile name should be always set to 'default'.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/providers/Microsoft.ChangeAnalysis/profile/{profileName}
{
subscriptionId: string ,
profileName: string ,
api-version: string ,
body:
{
identity:
{
type: enum ,
principalId: string ,
tenantId: string ,
}
,
properties:
{
notifications:
{
azureMonitorWorkspaceProperties:
{
workspaceId: string ,
workspaceResourceId: string ,
includeChangeDetails: enum ,
}
,
activationState: enum ,
}
,
}
,
location: string ,
}
,
}

⚐ Response (200)

{
identity:
{
type: enum ,
principalId: string ,
tenantId: string ,
}
,
properties:
{
notifications:
{
azureMonitorWorkspaceProperties:
{
workspaceId: string ,
workspaceResourceId: string ,
includeChangeDetails: enum ,
}
,
activationState: enum ,
}
,
}
,
location: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
ConfigurationProfile_Update (removed)
Description Updates a configuration profile with the specified parameters. The profile name should be always set to 'default'
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/providers/Microsoft.ChangeAnalysis/profile/{profileName}
{
subscriptionId: string ,
profileName: string ,
api-version: string ,
body:
{
identity:
{
type: enum ,
principalId: string ,
tenantId: string ,
}
,
properties:
{
notifications:
{
azureMonitorWorkspaceProperties:
{
workspaceId: string ,
workspaceResourceId: string ,
includeChangeDetails: enum ,
}
,
activationState: enum ,
}
,
}
,
location: string ,
}
,
}

⚐ Response (200)

{
identity:
{
type: enum ,
principalId: string ,
tenantId: string ,
}
,
properties:
{
notifications:
{
azureMonitorWorkspaceProperties:
{
workspaceId: string ,
workspaceResourceId: string ,
includeChangeDetails: enum ,
}
,
activationState: enum ,
}
,
}
,
location: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
ConfigurationProfile_Delete (removed)
Description Deletes existing configuration profile. The profile name should be always set to 'default'
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/providers/Microsoft.ChangeAnalysis/profile/{profileName}
{
subscriptionId: string ,
profileName: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Operations_List (removed)
Description Lists all the supported operations by the Microsoft.ChangeAnalysis resource provider along with their descriptions.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.ChangeAnalysis/operations
{
api-version: string ,
$skipToken: string ,
}

⚐ Response (200)

{
value:
[
{
name: string ,
display:
{
provider: string ,
resource: string ,
operation: string ,
description: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}