Updated with new Azure icon set (Nov '22)

pull/696/head
Akshay Ranjan 3 years ago
parent 23b64f0247
commit 23db328120

@ -1,5 +1,3 @@
""" """
Azure provides a set of services for Microsoft Azure provider. Azure provides a set of services for Microsoft Azure provider.
""" """

@ -8,6 +8,14 @@ class _Ai_Ml(_Azure):
_icon_dir = "resources/azure/ai_ml" _icon_dir = "resources/azure/ai_ml"
class AppliedAI(_Ai_Ml):
_icon = "applied-ai.png"
class BatchAI(_Ai_Ml):
_icon = "batch-ai.png"
class BotServices(_Ai_Ml): class BotServices(_Ai_Ml):
_icon = "bot-services.png" _icon = "bot-services.png"
@ -16,6 +24,22 @@ class CognitiveServices(_Ai_Ml):
_icon = "cognitive-services.png" _icon = "cognitive-services.png"
class ExperimentationStudio(_Ai_Ml):
_icon = "experimentation-studio.png"
class GenomicsAccounts(_Ai_Ml):
_icon = "genomics-accounts.png"
class Genomics(_Ai_Ml):
_icon = "genomics.png"
class LanguageServices(_Ai_Ml):
_icon = "language-services.png"
class MachineLearningStudioClassicWebServices(_Ai_Ml): class MachineLearningStudioClassicWebServices(_Ai_Ml):
_icon = "machine-learning-studio-classic-web-services.png" _icon = "machine-learning-studio-classic-web-services.png"
@ -28,6 +52,14 @@ class MachineLearningStudioWorkspaces(_Ai_Ml):
_icon = "machine-learning-studio-workspaces.png" _icon = "machine-learning-studio-workspaces.png"
class MachineLearning(_Ai_Ml):
_icon = "machine-learning.png"
class ObjectUnderstanding(_Ai_Ml):
_icon = "object-understanding.png"
class TranslatorText(_Ai_Ml): class TranslatorText(_Ai_Ml):
_icon = "translator-text.png" _icon = "translator-text.png"

@ -12,6 +12,10 @@ class AnalysisServices(_Analytics):
_icon = "analysis-services.png" _icon = "analysis-services.png"
class DataLakeAnalytics(_Analytics):
_icon = "data-lake-analytics.png"
class DataLakeStoreGen1(_Analytics): class DataLakeStoreGen1(_Analytics):
_icon = "data-lake-store-gen1.png" _icon = "data-lake-store-gen1.png"
@ -20,6 +24,10 @@ class Databricks(_Analytics):
_icon = "databricks.png" _icon = "databricks.png"
class EndpointAnalytics(_Analytics):
_icon = "endpoint-analytics.png"
class EventHubClusters(_Analytics): class EventHubClusters(_Analytics):
_icon = "event-hub-clusters.png" _icon = "event-hub-clusters.png"
@ -44,4 +52,8 @@ class SynapseAnalytics(_Analytics):
_icon = "synapse-analytics.png" _icon = "synapse-analytics.png"
class Workbooks(_Analytics):
_icon = "workbooks.png"
# Aliases # Aliases

@ -0,0 +1,23 @@
# This module is automatically generated by autogen.sh. DO NOT EDIT.
from . import _Azure
class _Azure_Ecosystem(_Azure):
_type = "azure_ecosystem"
_icon_dir = "resources/azure/azure_ecosystem"
class Applens(_Azure_Ecosystem):
_icon = "applens.png"
class CollaborativeService(_Azure_Ecosystem):
_icon = "collaborative-service.png"
class HybridCenter(_Azure_Ecosystem):
_icon = "hybrid-center.png"
# Aliases

@ -12,6 +12,10 @@ class AbsMember(_Blockchain):
_icon = "abs-member.png" _icon = "abs-member.png"
class BlockchainApplications(_Blockchain):
_icon = "blockchain-applications.png"
class BlockchainService(_Blockchain): class BlockchainService(_Blockchain):
_icon = "blockchain-service.png" _icon = "blockchain-service.png"

@ -28,6 +28,10 @@ class CloudServicesClassic(_Compute):
_icon = "cloud-services-classic.png" _icon = "cloud-services-classic.png"
class ComputeGalleries(_Compute):
_icon = "compute-galleries.png"
class ContainerInstances(_Compute): class ContainerInstances(_Compute):
_icon = "container-instances.png" _icon = "container-instances.png"
@ -56,10 +60,22 @@ class FunctionApps(_Compute):
_icon = "function-apps.png" _icon = "function-apps.png"
class HostGroups(_Compute):
_icon = "host-groups.png"
class Hosts(_Compute):
_icon = "hosts.png"
class ImageDefinitions(_Compute): class ImageDefinitions(_Compute):
_icon = "image-definitions.png" _icon = "image-definitions.png"
class ImageTemplates(_Compute):
_icon = "image-templates.png"
class ImageVersions(_Compute): class ImageVersions(_Compute):
_icon = "image-versions.png" _icon = "image-versions.png"
@ -72,14 +88,34 @@ class KubernetesServices(_Compute):
_icon = "kubernetes-services.png" _icon = "kubernetes-services.png"
class MaintenanceConfiguration(_Compute):
_icon = "maintenance-configuration.png"
class ManagedServiceFabric(_Compute):
_icon = "managed-service-fabric.png"
class MeshApplications(_Compute): class MeshApplications(_Compute):
_icon = "mesh-applications.png" _icon = "mesh-applications.png"
class MetricsAdvisor(_Compute):
_icon = "metrics-advisor.png"
class OsImagesClassic(_Compute): class OsImagesClassic(_Compute):
_icon = "os-images-classic.png" _icon = "os-images-classic.png"
class RestorePointsCollections(_Compute):
_icon = "restore-points-collections.png"
class RestorePoints(_Compute):
_icon = "restore-points.png"
class ServiceFabricClusters(_Compute): class ServiceFabricClusters(_Compute):
_icon = "service-fabric-clusters.png" _icon = "service-fabric-clusters.png"

@ -36,6 +36,10 @@ class DatabaseMysqlServer(_Databases):
_icon = "database-mysql-server.png" _icon = "database-mysql-server.png"
class DatabasePostgresqlServerGroup(_Databases):
_icon = "database-postgresql-server-group.png"
class DatabasePostgresqlServer(_Databases): class DatabasePostgresqlServer(_Databases):
_icon = "database-postgresql-server.png" _icon = "database-postgresql-server.png"
@ -52,6 +56,10 @@ class ManagedDatabase(_Databases):
_icon = "managed-database.png" _icon = "managed-database.png"
class PurviewAccounts(_Databases):
_icon = "purview-accounts.png"
class SQLDataWarehouses(_Databases): class SQLDataWarehouses(_Databases):
_icon = "sql-data-warehouses.png" _icon = "sql-data-warehouses.png"
@ -60,6 +68,10 @@ class SQLDatabase(_Databases):
_icon = "sql-database.png" _icon = "sql-database.png"
class SQLEdge(_Databases):
_icon = "sql-edge.png"
class SQLElasticPools(_Databases): class SQLElasticPools(_Databases):
_icon = "sql-elastic-pools.png" _icon = "sql-elastic-pools.png"
@ -68,6 +80,10 @@ class SQLManagedInstance(_Databases):
_icon = "sql-managed-instance.png" _icon = "sql-managed-instance.png"
class SQLServerRegistries(_Databases):
_icon = "sql-server-registries.png"
class SQLServerStretchDatabases(_Databases): class SQLServerStretchDatabases(_Databases):
_icon = "sql-server-stretch-databases.png" _icon = "sql-server-stretch-databases.png"

@ -12,6 +12,10 @@ class ApplicationInsights(_Devops):
_icon = "application-insights.png" _icon = "application-insights.png"
class Cloudtest(_Devops):
_icon = "cloudtest.png"
class Devops(_Devops): class Devops(_Devops):
_icon = "devops.png" _icon = "devops.png"

@ -0,0 +1,23 @@
# This module is automatically generated by autogen.sh. DO NOT EDIT.
from . import _Azure
class _Ecosystem(_Azure):
_type = "ecosystem"
_icon_dir = "resources/azure/ecosystem"
class Applens(_Ecosystem):
_icon = "applens.png"
class CollaborativeService(_Ecosystem):
_icon = "collaborative-service.png"
class HybridCenter(_Ecosystem):
_icon = "hybrid-center.png"
# Aliases

@ -152,10 +152,6 @@ class GlobeWarning(_General):
_icon = "globe-warning.png" _icon = "globe-warning.png"
class Globe(_General):
_icon = "globe.png"
class Guide(_General): class Guide(_General):
_icon = "guide.png" _icon = "guide.png"
@ -248,6 +244,10 @@ class Powershell(_General):
_icon = "powershell.png" _icon = "powershell.png"
class PreviewFeatures(_General):
_icon = "preview-features.png"
class Preview(_General): class Preview(_General):
_icon = "preview.png" _icon = "preview.png"
@ -268,6 +268,10 @@ class Recent(_General):
_icon = "recent.png" _icon = "recent.png"
class RegionManagement(_General):
_icon = "region-management.png"
class Reservations(_General): class Reservations(_General):
_icon = "reservations.png" _icon = "reservations.png"
@ -308,10 +312,6 @@ class ServerFarm(_General):
_icon = "server-farm.png" _icon = "server-farm.png"
class ServiceBus(_General):
_icon = "service-bus.png"
class ServiceHealth(_General): class ServiceHealth(_General):
_icon = "service-health.png" _icon = "service-health.png"
@ -348,6 +348,10 @@ class Tags(_General):
_icon = "tags.png" _icon = "tags.png"
class Templates(_General):
_icon = "templates.png"
class TfsVcRepository(_General): class TfsVcRepository(_General):
_icon = "tfs-vc-repository.png" _icon = "tfs-vc-repository.png"
@ -356,6 +360,10 @@ class Toolbox(_General):
_icon = "toolbox.png" _icon = "toolbox.png"
class Troubleshoot(_General):
_icon = "troubleshoot.png"
class Versions(_General): class Versions(_General):
_icon = "versions.png" _icon = "versions.png"

@ -8,6 +8,10 @@ class _Identity(_Azure):
_icon_dir = "resources/azure/identity" _icon_dir = "resources/azure/identity"
class AadLicenses(_Identity):
_icon = "aad-licenses.png"
class ActiveDirectoryConnectHealth(_Identity): class ActiveDirectoryConnectHealth(_Identity):
_icon = "active-directory-connect-health.png" _icon = "active-directory-connect-health.png"
@ -28,10 +32,18 @@ class ADIdentityProtection(_Identity):
_icon = "ad-identity-protection.png" _icon = "ad-identity-protection.png"
class ADPrivilegeIdentityManagement(_Identity):
_icon = "ad-privilege-identity-management.png"
class AppRegistrations(_Identity): class AppRegistrations(_Identity):
_icon = "app-registrations.png" _icon = "app-registrations.png"
class CustomAzureADRoles(_Identity):
_icon = "custom-azure-ad-roles.png"
class EnterpriseApplications(_Identity): class EnterpriseApplications(_Identity):
_icon = "enterprise-applications.png" _icon = "enterprise-applications.png"
@ -44,12 +56,28 @@ class IdentityGovernance(_Identity):
_icon = "identity-governance.png" _icon = "identity-governance.png"
class InformationProtection(_Identity):
_icon = "information-protection.png"
class ManagedIdentities(_Identity): class ManagedIdentities(_Identity):
_icon = "managed-identities.png" _icon = "managed-identities.png"
class Pim(_Identity):
_icon = "pim.png"
class TenantProperties(_Identity):
_icon = "tenant-properties.png"
class Users(_Identity): class Users(_Identity):
_icon = "users.png" _icon = "users.png"
class VerifiableCredentials(_Identity):
_icon = "verifiable-credentials.png"
# Aliases # Aliases

@ -16,6 +16,10 @@ class APIManagementServices(_Integration):
_icon = "api-management-services.png" _icon = "api-management-services.png"
class AppConfiguration(_Integration):
_icon = "app-configuration.png"
class DataCatalog(_Integration): class DataCatalog(_Integration):
_icon = "data-catalog.png" _icon = "data-catalog.png"
@ -36,10 +40,26 @@ class IntegrationAccounts(_Integration):
_icon = "integration-accounts.png" _icon = "integration-accounts.png"
class IntegrationServiceEnvironments(_Integration):
_icon = "integration-service-environments.png"
class LogicAppsCustomConnector(_Integration):
_icon = "logic-apps-custom-connector.png"
class LogicApps(_Integration): class LogicApps(_Integration):
_icon = "logic-apps.png" _icon = "logic-apps.png"
class PartnerNamespace(_Integration):
_icon = "partner-namespace.png"
class PartnerRegistration(_Integration):
_icon = "partner-registration.png"
class PartnerTopic(_Integration): class PartnerTopic(_Integration):
_icon = "partner-topic.png" _icon = "partner-topic.png"
@ -48,6 +68,14 @@ class Relays(_Integration):
_icon = "relays.png" _icon = "relays.png"
class SendgridAccounts(_Integration):
_icon = "sendgrid-accounts.png"
class ServiceBus(_Integration):
_icon = "service-bus.png"
class SoftwareAsAService(_Integration): class SoftwareAsAService(_Integration):
_icon = "software-as-a-service.png" _icon = "software-as-a-service.png"

@ -8,8 +8,8 @@ class _Internet_Of_Things(_Azure):
_icon_dir = "resources/azure/internet_of_things" _icon_dir = "resources/azure/internet_of_things"
class DigitalTwins(_Internet_Of_Things): class LogicApps(_Internet_Of_Things):
_icon = "digital-twins.png" _icon = "logic-apps.png"
class TimeSeriesInsightsAccessPolicies(_Internet_Of_Things): class TimeSeriesInsightsAccessPolicies(_Internet_Of_Things):

@ -12,6 +12,22 @@ class ADRolesAndAdministrators(_Intune):
_icon = "ad-roles-and-administrators.png" _icon = "ad-roles-and-administrators.png"
class ClientApps(_Intune):
_icon = "client-apps.png"
class DeviceCompliance(_Intune):
_icon = "device-compliance.png"
class DeviceConfiguration(_Intune):
_icon = "device-configuration.png"
class DeviceEnrollment(_Intune):
_icon = "device-enrollment.png"
class DeviceSecurityApple(_Intune): class DeviceSecurityApple(_Intune):
_icon = "device-security-apple.png" _icon = "device-security-apple.png"
@ -24,6 +40,22 @@ class DeviceSecurityWindows(_Intune):
_icon = "device-security-windows.png" _icon = "device-security-windows.png"
class Devices(_Intune):
_icon = "devices.png"
class Ebooks(_Intune):
_icon = "ebooks.png"
class ExchangeAccess(_Intune):
_icon = "exchange-access.png"
class IntuneAppProtection(_Intune):
_icon = "intune-app-protection.png"
class IntuneForEducation(_Intune): class IntuneForEducation(_Intune):
_icon = "intune-for-education.png" _icon = "intune-for-education.png"
@ -32,4 +64,20 @@ class Intune(_Intune):
_icon = "intune.png" _icon = "intune.png"
class Mindaro(_Intune):
_icon = "mindaro.png"
class SecurityBaselines(_Intune):
_icon = "security-baselines.png"
class SoftwareUpdates(_Intune):
_icon = "software-updates.png"
class TenantStatus(_Intune):
_icon = "tenant-status.png"
# Aliases # Aliases

@ -12,6 +12,10 @@ class DeviceProvisioningServices(_Iot):
_icon = "device-provisioning-services.png" _icon = "device-provisioning-services.png"
class DigitalTwins(_Iot):
_icon = "digital-twins.png"
class EventHubs(_Iot): class EventHubs(_Iot):
_icon = "event-hubs.png" _icon = "event-hubs.png"
@ -20,10 +24,18 @@ class FunctionApps(_Iot):
_icon = "function-apps.png" _icon = "function-apps.png"
class IndustrialIot(_Iot):
_icon = "industrial-iot.png"
class IotCentralApplications(_Iot): class IotCentralApplications(_Iot):
_icon = "iot-central-applications.png" _icon = "iot-central-applications.png"
class IotEdge(_Iot):
_icon = "iot-edge.png"
class IotHub(_Iot): class IotHub(_Iot):
_icon = "iot-hub.png" _icon = "iot-hub.png"
@ -44,6 +56,10 @@ class StreamAnalyticsJobs(_Iot):
_icon = "stream-analytics-jobs.png" _icon = "stream-analytics-jobs.png"
class TimeSeriesDataSets(_Iot):
_icon = "time-series-data-sets.png"
class TimeSeriesInsightsEnvironments(_Iot): class TimeSeriesInsightsEnvironments(_Iot):
_icon = "time-series-insights-environments.png" _icon = "time-series-insights-environments.png"
@ -52,4 +68,8 @@ class TimeSeriesInsightsEventSources(_Iot):
_icon = "time-series-insights-event-sources.png" _icon = "time-series-insights-event-sources.png"
class Windows10CoreServices(_Iot):
_icon = "windows10-core-services.png"
# Aliases # Aliases

@ -44,6 +44,10 @@ class CostManagementAndBilling(_Management_Governance):
_icon = "cost-management-and-billing.png" _icon = "cost-management-and-billing.png"
class CustomerLockboxForMicrosoftAzure(_Management_Governance):
_icon = "customer-lockbox-for-microsoft-azure.png"
class DiagnosticsSettings(_Management_Governance): class DiagnosticsSettings(_Management_Governance):
_icon = "diagnostics-settings.png" _icon = "diagnostics-settings.png"
@ -68,6 +72,10 @@ class ManagedApplicationsCenter(_Management_Governance):
_icon = "managed-applications-center.png" _icon = "managed-applications-center.png"
class ManagedDesktop(_Management_Governance):
_icon = "managed-desktop.png"
class Metrics(_Management_Governance): class Metrics(_Management_Governance):
_icon = "metrics.png" _icon = "metrics.png"
@ -96,6 +104,14 @@ class ResourceGraphExplorer(_Management_Governance):
_icon = "resource-graph-explorer.png" _icon = "resource-graph-explorer.png"
class SchedulerJobCollections(_Management_Governance):
_icon = "scheduler-job-collections.png"
class ServiceCatalogMad(_Management_Governance):
_icon = "service-catalog-mad.png"
class ServiceProviders(_Management_Governance): class ServiceProviders(_Management_Governance):
_icon = "service-providers.png" _icon = "service-providers.png"
@ -104,6 +120,10 @@ class Solutions(_Management_Governance):
_icon = "solutions.png" _icon = "solutions.png"
class UniversalPrint(_Management_Governance):
_icon = "universal-print.png"
class UserPrivacy(_Management_Governance): class UserPrivacy(_Management_Governance):
_icon = "user-privacy.png" _icon = "user-privacy.png"

@ -0,0 +1,15 @@
# This module is automatically generated by autogen.sh. DO NOT EDIT.
from . import _Azure
class _Menu(_Azure):
_type = "menu"
_icon_dir = "resources/azure/menu"
class Keys(_Menu):
_icon = "keys.png"
# Aliases

@ -12,4 +12,8 @@ class RemoteRendering(_Mixed_Reality):
_icon = "remote-rendering.png" _icon = "remote-rendering.png"
class SpatialAnchorAccounts(_Mixed_Reality):
_icon = "spatial-anchor-accounts.png"
# Aliases # Aliases

@ -12,6 +12,10 @@ class ApplicationGateways(_Networking):
_icon = "application-gateways.png" _icon = "application-gateways.png"
class Bastions(_Networking):
_icon = "bastions.png"
class CDNProfiles(_Networking): class CDNProfiles(_Networking):
_icon = "cdn-profiles.png" _icon = "cdn-profiles.png"
@ -24,6 +28,10 @@ class DDOSProtectionPlans(_Networking):
_icon = "ddos-protection-plans.png" _icon = "ddos-protection-plans.png"
class DNSPrivateResolver(_Networking):
_icon = "dns-private-resolver.png"
class DNSZones(_Networking): class DNSZones(_Networking):
_icon = "dns-zones.png" _icon = "dns-zones.png"
@ -48,6 +56,10 @@ class IpGroups(_Networking):
_icon = "ip-groups.png" _icon = "ip-groups.png"
class LoadBalancerHub(_Networking):
_icon = "load-balancer-hub.png"
class LoadBalancers(_Networking): class LoadBalancers(_Networking):
_icon = "load-balancers.png" _icon = "load-balancers.png"
@ -72,6 +84,14 @@ class NetworkWatcher(_Networking):
_icon = "network-watcher.png" _icon = "network-watcher.png"
class OnPremisesDataGateways(_Networking):
_icon = "on-premises-data-gateways.png"
class PrivateLinkHub(_Networking):
_icon = "private-link-hub.png"
class PrivateLinkService(_Networking): class PrivateLinkService(_Networking):
_icon = "private-link-service.png" _icon = "private-link-service.png"
@ -100,6 +120,10 @@ class ReservedIpAddressesClassic(_Networking):
_icon = "reserved-ip-addresses-classic.png" _icon = "reserved-ip-addresses-classic.png"
class ResourceManagementPrivateLink(_Networking):
_icon = "resource-management-private-link.png"
class RouteFilters(_Networking): class RouteFilters(_Networking):
_icon = "route-filters.png" _icon = "route-filters.png"
@ -112,6 +136,14 @@ class ServiceEndpointPolicies(_Networking):
_icon = "service-endpoint-policies.png" _icon = "service-endpoint-policies.png"
class SpotVM(_Networking):
_icon = "spot-vm.png"
class SpotVmss(_Networking):
_icon = "spot-vmss.png"
class TrafficManagerProfiles(_Networking): class TrafficManagerProfiles(_Networking):
_icon = "traffic-manager-profiles.png" _icon = "traffic-manager-profiles.png"
@ -128,6 +160,10 @@ class VirtualNetworks(_Networking):
_icon = "virtual-networks.png" _icon = "virtual-networks.png"
class VirtualRouter(_Networking):
_icon = "virtual-router.png"
class VirtualWans(_Networking): class VirtualWans(_Networking):
_icon = "virtual-wans.png" _icon = "virtual-wans.png"

@ -0,0 +1,191 @@
# This module is automatically generated by autogen.sh. DO NOT EDIT.
from . import _Azure
class _New_Icons(_Azure):
_type = "new_icons"
_icon_dir = "resources/azure/new_icons"
class AcsSolutionsBuilder(_New_Icons):
_icon = "acs-solutions-builder.png"
class APIProxy(_New_Icons):
_icon = "api-proxy.png"
class Aquila(_New_Icons):
_icon = "aquila.png"
class AvsVM(_New_Icons):
_icon = "avs-vm.png"
class Azureattestation(_New_Icons):
_icon = "azureattestation.png"
class Azurite(_New_Icons):
_icon = "azurite.png"
class Ceres(_New_Icons):
_icon = "ceres.png"
class ComplianceCenter(_New_Icons):
_icon = "compliance-center.png"
class ConfidentialLedger(_New_Icons):
_icon = "confidential-ledger.png"
class ConnectedCache(_New_Icons):
_icon = "connected-cache.png"
class ConnectedVehiclePlatform(_New_Icons):
_icon = "connected-vehicle-platform.png"
class ContainerAppEnvironments(_New_Icons):
_icon = "container-app-environments.png"
class CustomIpPrefix(_New_Icons):
_icon = "custom-ip-prefix.png"
class DashboardHub(_New_Icons):
_icon = "dashboard-hub.png"
class DedicatedHsm(_New_Icons):
_icon = "dedicated-hsm.png"
class EdgeHardwareCenter(_New_Icons):
_icon = "edge-hardware-center.png"
class EdgeManagement(_New_Icons):
_icon = "edge-management.png"
class ExchangeOnPremisesAccess(_New_Icons):
_icon = "exchange-on-premises-access.png"
class Fiji(_New_Icons):
_icon = "fiji.png"
class Grafana(_New_Icons):
_icon = "grafana.png"
class HpcWorkbench(_New_Icons):
_icon = "hpc-workbench.png"
class ImageDefinition(_New_Icons):
_icon = "image-definition.png"
class ImageVersion(_New_Icons):
_icon = "image-version.png"
class IntuneTrends(_New_Icons):
_icon = "intune-trends.png"
class LoadTesting(_New_Icons):
_icon = "load-testing.png"
class MarketplaceManagement(_New_Icons):
_icon = "marketplace-management.png"
class MissionLandingZone(_New_Icons):
_icon = "mission-landing-zone.png"
class ModularDataCenter(_New_Icons):
_icon = "modular-data-center.png"
class MonitorDashboard(_New_Icons):
_icon = "monitor-dashboard.png"
class NetworkManager(_New_Icons):
_icon = "network-manager.png"
class PrivateMobileNetwork(_New_Icons):
_icon = "private-mobile-network.png"
class ReservedCapacityGroups(_New_Icons):
_icon = "reserved-capacity-groups.png"
class ReservedCapacity(_New_Icons):
_icon = "reserved-capacity.png"
class SavingsPlan(_New_Icons):
_icon = "savings-plan.png"
class SonicDash(_New_Icons):
_icon = "sonic-dash.png"
class Sphere(_New_Icons):
_icon = "sphere.png"
class StorageTasks(_New_Icons):
_icon = "storage-tasks.png"
class SupportCenterBlue(_New_Icons):
_icon = "support-center-blue.png"
class UpdateCenter(_New_Icons):
_icon = "update-center.png"
class VMApplicationDefinition(_New_Icons):
_icon = "vm-application-definition.png"
class VMApplicationVersion(_New_Icons):
_icon = "vm-application-version.png"
class WebAppDatabase(_New_Icons):
_icon = "web-app-database.png"
class WebJobs(_New_Icons):
_icon = "web-jobs.png"
class WindowsNotificationServices(_New_Icons):
_icon = "windows-notification-services.png"
class WorkerContainerApp(_New_Icons):
_icon = "worker-container-app.png"
# Aliases

@ -12,8 +12,32 @@ class BackupCenter(_Other):
_icon = "backup-center.png" _icon = "backup-center.png"
class Detonation(_Other): class BareMetalInfrastructure(_Other):
_icon = "detonation.png" _icon = "bare-metal-infrastructure.png"
class ChaosStudio(_Other):
_icon = "chaos-studio.png"
class CloudServicesExtendedSupport(_Other):
_icon = "cloud-services-extended-support.png"
class CloudShell(_Other):
_icon = "cloud-shell.png"
class CommunicationServices(_Other):
_icon = "communication-services.png"
class DeviceUpdateIotHub(_Other):
_icon = "device-update-iot-hub.png"
class DiskPool(_Other):
_icon = "disk-pool.png"
class ExpressrouteDirect(_Other): class ExpressrouteDirect(_Other):
@ -28,18 +52,46 @@ class InternetAnalyzerProfiles(_Other):
_icon = "internet-analyzer-profiles.png" _icon = "internet-analyzer-profiles.png"
class LoadTesting(_Other):
_icon = "load-testing.png"
class LocalNetworkGateways(_Other): class LocalNetworkGateways(_Other):
_icon = "local-network-gateways.png" _icon = "local-network-gateways.png"
class ManagedInstanceApacheCassandra(_Other):
_icon = "managed-instance-apache-cassandra.png"
class NetworkFunctionManager(_Other):
_icon = "network-function-manager.png"
class OpenSupplyChainPlatform(_Other):
_icon = "open-supply-chain-platform.png"
class Orbital(_Other):
_icon = "orbital.png"
class PeeringService(_Other): class PeeringService(_Other):
_icon = "peering-service.png" _icon = "peering-service.png"
class Quotas(_Other):
_icon = "quotas.png"
class ResourceMover(_Other): class ResourceMover(_Other):
_icon = "resource-mover.png" _icon = "resource-mover.png"
class Rtos(_Other):
_icon = "rtos.png"
class SshKeys(_Other): class SshKeys(_Other):
_icon = "ssh-keys.png" _icon = "ssh-keys.png"
@ -48,8 +100,12 @@ class TemplateSpecs(_Other):
_icon = "template-specs.png" _icon = "template-specs.png"
class UniversalPrint(_Other): class TestBase(_Other):
_icon = "universal-print.png" _icon = "test-base.png"
class Wac(_Other):
_icon = "wac.png"
class WindowsVirtualDesktop(_Other): class WindowsVirtualDesktop(_Other):

@ -16,8 +16,8 @@ class ConditionalAccess(_Security):
_icon = "conditional-access.png" _icon = "conditional-access.png"
class Defender(_Security): class Detonation(_Security):
_icon = "defender.png" _icon = "detonation.png"
class Extendedsecurityupdates(_Security): class Extendedsecurityupdates(_Security):
@ -28,8 +28,12 @@ class KeyVaults(_Security):
_icon = "key-vaults.png" _icon = "key-vaults.png"
class SecurityCenter(_Security): class MicrosoftDefenderForCloud(_Security):
_icon = "security-center.png" _icon = "microsoft-defender-for-cloud.png"
class MicrosoftDefender(_Security):
_icon = "microsoft-defender.png"
class Sentinel(_Security): class Sentinel(_Security):

@ -28,6 +28,10 @@ class DataShares(_Storage):
_icon = "data-shares.png" _icon = "data-shares.png"
class Fileshare(_Storage):
_icon = "fileshare.png"
class HcpCache(_Storage): class HcpCache(_Storage):
_icon = "hcp-cache.png" _icon = "hcp-cache.png"
@ -56,6 +60,10 @@ class StorageAccounts(_Storage):
_icon = "storage-accounts.png" _icon = "storage-accounts.png"
class StorageExplorer(_Storage):
_icon = "storage-explorer.png"
class StorageSyncServices(_Storage): class StorageSyncServices(_Storage):
_icon = "storage-sync-services.png" _icon = "storage-sync-services.png"

@ -8,6 +8,10 @@ class _Web(_Azure):
_icon_dir = "resources/azure/web" _icon_dir = "resources/azure/web"
class APIConnections(_Web):
_icon = "api-connections.png"
class MediaService(_Web): class MediaService(_Web):
_icon = "media-service.png" _icon = "media-service.png"
@ -16,4 +20,12 @@ class NotificationHubNamespaces(_Web):
_icon = "notification-hub-namespaces.png" _icon = "notification-hub-namespaces.png"
class Signalr(_Web):
_icon = "signalr.png"
class StaticApps(_Web):
_icon = "static-apps.png"
# Aliases # Aliases

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.1 KiB

After

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.9 KiB

After

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.5 KiB

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 KiB

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.3 KiB

After

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.9 KiB

After

Width:  |  Height:  |  Size: 9.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.2 KiB

After

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.7 KiB

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.9 KiB

After

Width:  |  Height:  |  Size: 9.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.6 KiB

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.6 KiB

After

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.4 KiB

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.0 KiB

After

Width:  |  Height:  |  Size: 8.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.8 KiB

After

Width:  |  Height:  |  Size: 9.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 KiB

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.2 KiB

After

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.7 KiB

After

Width:  |  Height:  |  Size: 9.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.3 KiB

After

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.2 KiB

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.3 KiB

After

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.8 KiB

After

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save