You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
client_id: Optional[str] =field(default=None, metadata={'description': 'the client identifier of the Service Principal which this identity represents.'}) # fmt: skip
481
+
principal_id: Optional[str] =field(default=None, metadata={'description': 'the object identifier of the Service Principal which this identity represents.'}) # fmt: skip
principal_id: Optional[str] =field(default=None, metadata={'description': 'The Azure Active Directory principal id.'}) # fmt: skip
494
+
tenant_id: Optional[str] =field(default=None, metadata={"description": "The Azure Active Directory tenant id."})
495
+
type: Optional[str] =field(default=None, metadata={'description': 'The identity type. Set this to SystemAssigned in order to automatically create and assign an Azure Active Directory principal for the resource.'}) # fmt: skip
496
+
user_assigned_identities: Optional[Dict[str, AzureUserIdentity]] =field(default=None, metadata={'description': 'The resource ids of the user assigned identities to use'}) # fmt: skip
497
+
498
+
476
499
@define(eq=False, slots=False)
477
500
classAzurePrincipalClient:
478
501
kind: ClassVar[str] ="azure_principal_client"
@@ -589,6 +612,30 @@ class AzureSystemData:
589
612
last_modified_by_type: Optional[str] =field(default=None, metadata={'description': 'The type of identity that last modified the resource.'}) # fmt: skip
location: Optional[str] =field(default=None, metadata={'description': 'The geo-location where the resource lives'}) # fmt: skip
624
+
system_data: Optional[AzureSystemData] =field(default=None, metadata={'description': 'Metadata pertaining to creation and last modification of the resource.'}) # fmt: skip
625
+
type: Optional[str] =field(default=None, metadata={'description': 'The type of the resource. E.g. Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts '}) # fmt: skip
system_data: Optional[AzureSystemData] =field(default=None, metadata={'description': 'Metadata pertaining to creation and last modification of the resource.'}) # fmt: skip
636
+
type: Optional[str] =field(default=None, metadata={'description': 'The type of the resource. E.g. Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts '}) # fmt: skip
path=f"https://prices.azure.com/api/retail/prices?$filter=productName eq '{product_name}' and armRegionName eq '{location}' and unitOfMeasure eq '1/Month' and serviceFamily eq 'Storage' and type eq 'Consumption' and isPrimaryMeterRegion eq true",
@@ -1584,15 +1581,6 @@ class AzureRestorePointCollectionSourceProperties:
1584
1581
location: Optional[str] =field(default=None, metadata={'description': 'Location of the source resource used to create this restore point collection.'}) # fmt: skip
max_data_disk_count: Optional[int] =field(default=None, metadata={'description': 'The maximum number of data disks that can be attached to the virtual machine size.'}) # fmt: skip
@@ -3693,9 +3696,6 @@ class AzureVirtualMachineSize(MicrosoftResource, BaseInstanceType):
3693
3696
resource_disk_size_in_mb: Optional[int] =field(default=None, metadata={'description': 'The resource disk size, in mb, allowed by the virtual machine size.'}) # fmt: skip
id: Optional[str] =field(default=None, metadata={'description': 'Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'}) # fmt: skip
37
-
location: Optional[str] =field(default=None, metadata={'description': 'The geo-location where the resource lives'}) # fmt: skip
38
-
name: Optional[str] =field(default=None, metadata={"description": "The name of the resource"})
39
-
system_data: Optional[AzureSystemData] =field(default=None, metadata={'description': 'Metadata pertaining to creation and last modification of the resource.'}) # fmt: skip
type: Optional[str] =field(default=None, metadata={'description': 'The type of the resource. E.g. Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts '}) # fmt: skip
id: Optional[str] =field(default=None, metadata={'description': 'Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'}) # fmt: skip
928
-
name: Optional[str] =field(default=None, metadata={"description": "The name of the resource"})
929
-
system_data: Optional[AzureSystemData] =field(default=None, metadata={'description': 'Metadata pertaining to creation and last modification of the resource.'}) # fmt: skip
930
-
type: Optional[str] =field(default=None, metadata={'description': 'The type of the resource. E.g. Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts '}) # fmt: skip
0 commit comments