Remove-AzureRmUserAssignedIdentity Removes a User Assigned Identity. 警告 The AzureRM PowerShell module has been officially deprecated as of February 29, 2024. Users are advised to migrate from AzureRM to the Az PowerShell module to ensure continued support and updates. ...
rg.resource_group_name identity_type = "UserAssigned" identity_ids = [azurerm_user_assigned_identity.uami.id] namespace_parameters = { sku = "Premium" capacity = 1 } customer_managed_key = { key_vault_key_id = module.keyvault.key_vault_key_id[0] identity_id = azurerm_user_assigned...
新數據源:azurerm_user_assigned_identity(#3343) 新資源:azurerm_automation_variable_bool(#3310) 新資源:azurerm_automation_variable_datetime(#3310) 新資源:azurerm_automation_variable_int(#3310) 新資源:azurerm_automation_variable_string(#3310) 新資源:azurerm_api_management_api_operation_policy(...
azurerm_user_assigned_identity.this (resource) azurerm_virtual_machine_data_disk_attachment.this (resource) azurerm_virtual_machine_extension.this (resource) azurerm_windows_virtual_machine.this (resource) random_password.this (resource) tls_private_key.this (resource) azapi_client_config.current (...
类型: Nullable<T>[ResourceIdentityType] 接受的值: SystemAssigned, UserAssigned, SystemAssignedUserAssigned, None Position: Named 默认值: None 必需: True 接受管道输入: False 接受通配符: False -OsDiskWriteAccelerator 指定是否应在 OS 磁盘上启用或禁用 WriteAccelerator。 展开表 类型: Boolean Position:...
object({ key_vault_resource_id = optional(string) key_name = optional(string) key_version = optional(string, null) user_assigned_identity_resource_id = optional(string, null) }) Default: {} diagnostic_settings Description: A map of diagnostic settings to create on the Key Vault. The map...
user_assigned_identity- (Optional) An object representing a user-assigned identity with the following properties: resource_id- The resource ID of the user-assigned identity. Type: object({ key_vault_resource_id = string key_name = string key_version = optional(string, null) user_assigned_ident...
provider "azurerm" { features {} } resource "azurerm_static_site" "example" { name = "example-static-site" resource_group_name = "example-rg" location = "West US 2" identity { type = "SystemAssigned" } } 错误:列出静态站点的机密:(名称“example-static-site”/资源组“example-rg”)...
Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate[] systemCertificates = default, Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSslSetting sslSettings = default, bool createSystemResourceIdentity = false, string[] userAssignedIdentity = defaul...
id role_definition_name = "Storage Blob Data Contributor" principal_id = azurerm_user_assigned_identity.function_identity.principal_id } # Function app resource "azurerm_application_insights" "application_insights" { name = "application-insights" location = "Germany West Central" resource_group_...