This repository has been archived by the owner on Oct 12, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
To improve the visibility of which types are in which version, generate a `versions_matrix.md` file in the root folder for each service, detailing which types exist in which version. For `microsoft.powerbi` the matrix is simple: | | v20160129 | |------------------------------------|-----------| | AzureSku | v20160129 | | AzureSkuName | v20160129 | | AzureSkuStatusName | v20160129 | | AzureSkuStatusTier | v20160129 | | AzureSkuTier | v20160129 | | AzureSku_Status | v20160129 | | WorkspaceCollection | v20160129 | | WorkspaceCollection_Status | v20160129 | | WorkspaceCollectionsSpecApiVersion | v20160129 | | WorkspaceCollectionsSpecType | v20160129 | | WorkspaceCollections_Spec | v20160129 | For `microsoft.authorization` it's quite informative: | | v20150101 | v20160901 | v20170901 | v20180301 | v20180501 | v20190101 | v20190601 | v20190901 | |-------------------------------------------------|-----------|-----------|-----------|-----------|-----------|-----------|-----------|-----------| | Identity | | | | | v20180501 | v20190101 | v20190601 | v20190901 | | IdentityStatusType | | | | | v20180501 | v20190101 | v20190601 | v20190901 | | IdentityType | | | | | v20180501 | v20190101 | v20190601 | v20190901 | | Identity_Status | | | | | v20180501 | v20190101 | v20190601 | v20190901 | | Lock | v20150101 | v20160901 | | | | | | | | LocksSpecApiVersion | v20150101 | v20160901 | | | | | | | | LocksSpecPropertiesLevel | v20150101 | | | | | | | | | LocksSpecType | v20150101 | v20160901 | | | | | | | | Locks_Spec | v20150101 | v20160901 | | | | | | | | Locks_Spec_Properties | v20150101 | | | | | | | | | ManagementLockObject_Status | v20150101 | v20160901 | | | | | | | | ManagementLockOwner_Status | | v20160901 | | | | | | | | ManagementLockProperties | | v20160901 | | | | | | | | ManagementLockPropertiesLevel | | v20160901 | | | | | | | | ManagementLockPropertiesStatusLevel | v20150101 | v20160901 | | | | | | | | ManagementLockProperties_Status | v20150101 | v20160901 | | | | | | | | ParameterValuesValue_Status | | | | | | | | v20190901 | | Permission | | | v20170901 | | | | | | | PolicyAssignment | | | | v20180301 | v20180501 | v20190101 | v20190601 | v20190901 | | PolicyAssignmentProperties | | | | v20180301 | v20180501 | v20190101 | v20190601 | v20190901 | | PolicyAssignmentPropertiesEnforcementMode | | | | | | | v20190601 | v20190901 | | PolicyAssignmentPropertiesStatusEnforcementMode | | | | | | | v20190601 | v20190901 | | PolicyAssignmentProperties_Status | | | | v20180301 | v20180501 | v20190101 | v20190601 | v20190901 | | PolicyAssignment_Status | | | | v20180301 | v20180501 | v20190101 | v20190601 | v20190901 | | PolicyAssignmentsSpecApiVersion | | | | v20180301 | v20180501 | v20190101 | v20190601 | v20190901 | | PolicyAssignmentsSpecType | | | | v20180301 | v20180501 | v20190101 | v20190601 | v20190901 | | PolicyAssignments_Spec | | | | v20180301 | v20180501 | v20190101 | v20190601 | v20190901 | | PolicySku | | | | v20180301 | v20180501 | v20190101 | v20190601 | v20190901 | | PolicySku_Status | | | | v20180301 | v20180501 | v20190101 | v20190601 | v20190901 | | RoleAssignment | | | v20170901 | | | | | | | RoleAssignmentProperties | | | v20170901 | | | | | | | RoleAssignmentsSpecApiVersion | | | v20170901 | | | | | | | RoleAssignmentsSpecType | | | v20170901 | | | | | | | RoleAssignments_Spec | | | v20170901 | | | | | | | RoleDefinition | | | v20170901 | | | | | | | RoleDefinitionProperties | | | v20170901 | | | | | | | RoleDefinitionsSpecApiVersion | | | v20170901 | | | | | | | RoleDefinitionsSpecType | | | v20170901 | | | | | | | RoleDefinitions_Spec | | | v20170901 | | | | | | For `microsoft.network`, less so: 😁 ![image](https://user-images.githubusercontent.com/1272094/100169550-a21dee80-2f28-11eb-94fb-81a499424dae.png)
- Loading branch information