chore(deps): bump azure-mgmt-resource from 23.0.1 to 23.1.0
Bumps azure-mgmt-resource from 23.0.1 to 23.1.0.
Release notes
Sourced from azure-mgmt-resource's releases.
azure-mgmt-resource_23.1.0
23.1.0 (2024-05-06)
Features Added
- Added operation group DeploymentStacksOperations
- Added operation group PolicyDefinitionVersionsOperations
- Added operation group PolicySetDefinitionVersionsOperations
- Model ContainerConfiguration has a new parameter subnet_ids
- Model Location has a new parameter availability_zone_mappings
- Model LocationMetadata has a new parameter geography
- Model Operation has a new parameter action_type
- Model Operation has a new parameter is_data_action
- Model Operation has a new parameter origin
- Model OperationAutoGenerated has a new parameter action_type
- Model OperationAutoGenerated has a new parameter is_data_action
- Model OperationAutoGenerated has a new parameter origin
- Model OperationDisplayAutoGenerated has a new parameter description
- Model ParameterDefinitionsValue has a new parameter schema
- Model PolicyDefinition has a new parameter version
- Model PolicyDefinition has a new parameter versions
- Model PolicySetDefinition has a new parameter version
- Model PolicySetDefinition has a new parameter versions
Commits
23b0a50Update assets.json (#35491)02e9c9ccode and test (#35489)b8671d6compatible for more date format (#35487)6704033Users/singankit/evaluator crud (#35001)8e6ed95[Storage] Addconcatfunction to crc64 extension (#35441)62d3e2d[Monitor] Enable sovereign cloud testing (#35209)b64cfddWe don't support sni cert for aio. Remove the doc. (#35475)dcf9d90[CognitiveServices] remove deprecated packages from ci (#35477)6c3a7c8[ML] tests: Add e2etests for index (#35474)c7bf17c[ML] chore: Mark IndexOperations as experimental. (#35439)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
@puchy22 could you please take a look at this? Thanks!
The problem with the new version is that PolicyClient has changed the default API version to v2023_04_01. The main problem with this new version is that the constructor requires three positional arguments: 'policy_definition_name', 'policy_definition_version', and 'policy_set_definition_name', this is incompatible with the way that Prowler set the clients in the AzureService class.
This version is very new and it is not even in the official documentation yet. The best solution is follow the comments of the class and specify the version of API used in the Prowler service.
Superseded by #3975.