Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion ARM_VERSION

This file was deleted.

62 changes: 62 additions & 0 deletions GEMS_TO_RELEASE
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
{
"rollup": ["azure_sdk"],
"management": [
"azure_mgmt_analysis_services",
"azure_mgmt_authorization",
"azure_mgmt_automation",
"azure_mgmt_batch",
"azure_mgmt_billing",
"azure_mgmt_cdn",
"azure_mgmt_cognitive_services",
"azure_mgmt_commerce",
"azure_mgmt_compute",
"azure_mgmt_consumption",
"azure_mgmt_container_instance",
"azure_mgmt_container_registry",
"azure_mgmt_container_service",
"azure_mgmt_customer_insights",
"azure_mgmt_datalake_analytics",
"azure_mgmt_datalake_store",
"azure_mgmt_devtestlabs",
"azure_mgmt_dns",
"azure_mgmt_event_grid",
"azure_mgmt_event_hub",
"azure_mgmt_features",
"azure_mgmt_graph",
"azure_mgmt_iot_hub",
"azure_mgmt_key_vault",
"azure_mgmt_links",
"azure_mgmt_locks",
"azure_mgmt_logic",
"azure_mgmt_machine_learning",
"azure_mgmt_managed_applications",
"azure_mgmt_marketplace_ordering",
"azure_mgmt_media_services",
"azure_mgmt_mobile_engagement",
"azure_mgmt_monitor",
"azure_mgmt_network",
"azure_mgmt_notification_hubs",
"azure_mgmt_operational_insights",
"azure_mgmt_policy",
"azure_mgmt_powerbi_embedded",
"azure_mgmt_recovery_services",
"azure_mgmt_recovery_services_backup",
"azure_mgmt_recovery_services_site_recovery",
"azure_mgmt_redis",
"azure_mgmt_relay",
"azure_mgmt_resources",
"azure_mgmt_resources_management",
"azure_mgmt_scheduler",
"azure_mgmt_search",
"azure_mgmt_server_management",
"azure_mgmt_service_bus",
"azure_mgmt_service_fabric",
"azure_mgmt_sql",
"azure_mgmt_stor_simple8000_series",
"azure_mgmt_storage",
"azure_mgmt_stream_analytics",
"azure_mgmt_subscriptions",
"azure_mgmt_traffic_manager",
"azure_mgmt_web"
]
}
64 changes: 64 additions & 0 deletions GEM_VERSIONS
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
{

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could we track all gem versions in the "config.json" file with package_version and eliminate this file?
If necessary config.json, could have a "more general" version, so we don't need to specify it for each api-version, which is actually kind of redundant (was done that way to simplify format of the file at least initially)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The missing piece if we remove this file would be azure_sdk, but I believe we could 1) have a version file in the azure_sdk folder for this "special" gem, 2) add it to config.json changing the format of the file a bit.

"rollup": {
"azure_sdk": "0.15.0"
},
"management" : {
"azure_mgmt_analysis_services": "0.15.0",
"azure_mgmt_authorization": "0.15.0",
"azure_mgmt_automation": "0.15.0",
"azure_mgmt_batch": "0.15.0",
"azure_mgmt_billing": "0.15.0",
"azure_mgmt_cdn": "0.15.0",
"azure_mgmt_cognitive_services": "0.15.0",
"azure_mgmt_commerce": "0.15.0",
"azure_mgmt_compute": "0.15.0",
"azure_mgmt_consumption": "0.15.0",
"azure_mgmt_container_instance": "0.15.0",
"azure_mgmt_container_registry": "0.15.0",
"azure_mgmt_container_service": "0.15.0",
"azure_mgmt_customer_insights": "0.15.0",
"azure_mgmt_datalake_analytics": "0.15.0",
"azure_mgmt_datalake_store": "0.15.0",
"azure_mgmt_devtestlabs": "0.15.0",
"azure_mgmt_dns": "0.15.0",
"azure_mgmt_event_grid": "0.15.0",
"azure_mgmt_event_hub": "0.15.0",
"azure_mgmt_features": "0.15.0",
"azure_mgmt_graph": "0.15.0",
"azure_mgmt_iot_hub": "0.15.0",
"azure_mgmt_key_vault": "0.15.0",
"azure_mgmt_links": "0.15.0",
"azure_mgmt_locks": "0.15.0",
"azure_mgmt_logic": "0.15.0",
"azure_mgmt_machine_learning": "0.15.0",
"azure_mgmt_managed_applications": "0.15.0",
"azure_mgmt_marketplace_ordering": "0.15.0",
"azure_mgmt_media_services": "0.15.0",
"azure_mgmt_mobile_engagement": "0.15.0",
"azure_mgmt_monitor": "0.15.0",
"azure_mgmt_network": "0.15.0",
"azure_mgmt_notification_hubs": "0.15.0",
"azure_mgmt_operational_insights": "0.15.0",
"azure_mgmt_policy": "0.15.0",
"azure_mgmt_powerbi_embedded": "0.15.0",
"azure_mgmt_recovery_services": "0.15.0",
"azure_mgmt_recovery_services_backup": "0.15.0",
"azure_mgmt_recovery_services_site_recovery": "0.15.0",
"azure_mgmt_redis": "0.15.0",
"azure_mgmt_relay": "0.15.0",
"azure_mgmt_resources": "0.15.0",
"azure_mgmt_resources_management": "0.15.0",
"azure_mgmt_scheduler": "0.15.0",
"azure_mgmt_search": "0.15.0",
"azure_mgmt_server_management": "0.15.0",
"azure_mgmt_service_bus": "0.15.0",
"azure_mgmt_service_fabric": "0.15.0",
"azure_mgmt_sql": "0.15.0",
"azure_mgmt_stor_simple8000_series": "0.15.0",
"azure_mgmt_storage": "0.15.0",
"azure_mgmt_stream_analytics": "0.15.0",
"azure_mgmt_subscriptions": "0.15.0",
"azure_mgmt_traffic_manager": "0.15.0",
"azure_mgmt_web": "0.15.0"
}
}
Loading