diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000000..0f6076afa596 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,27 @@ +--- +name: Bug Report +about: Report bugs. +--- +### Bug Report + + + +- What is your query? + +- What is the link if your query contain a github spec PR? + +- What is the problem? + +- What is your expectation? + +- What is the Screenshot if have? + +- What is the link to your post in Teams Channel? + +- Anything we should know about your environment. + + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000000..3ba13e0cec6c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false diff --git a/README.md b/README.md index 838227728eb7..011b74adb726 100644 --- a/README.md +++ b/README.md @@ -180,3 +180,5 @@ External Contributors can read [Getting Started with OpenAPI Specifications](htt --- _This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments._ + +test pr 5 diff --git a/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2023-05-01-preview/apimallpolicies.json b/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2023-05-01-preview/apimallpolicies.json index 4111c5fb47b4..fdd396a26888 100644 --- a/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2023-05-01-preview/apimallpolicies.json +++ b/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2023-05-01-preview/apimallpolicies.json @@ -2,7 +2,7 @@ "swagger": "2.0", "info": { "title": "ApiManagementClient", - "description": "REST API for getting policy status in an Azure API Management deployment.", + "description": "REST API for getting policy status in an Azure API Management deployment. test", "version": "2023-05-01-preview" }, "host": "management.azure.com", diff --git a/specification/compute/resource-manager/sdk-suppressions.yml b/specification/compute/resource-manager/sdk-suppressions.yml new file mode 100644 index 000000000000..6f4c3446273e --- /dev/null +++ b/specification/compute/resource-manager/sdk-suppressions.yml @@ -0,0 +1,30 @@ +suppressions: + - azure-sdk-for-go: + - package: armcognitiveservices + breaking-changes: + - Function `*LocalRulestacksClient.ListAppIDs` has been removed + - Function `*LocalRulestacksClient.ListCountries` has been removed + - Function `*LocalRulestacksClient.ListPredefinedURLCategories` has been removed + - package: armcompute + breaking-changes: + - Type of `CloudServiceExtensionProperties.ProtectedSettings` has been changed from `any` to `interface{} + - Function `NewClientFactory` has been removed + - Function `*LocalRulestacksClient.ListPredefinedURLCategories` has been removed + - package: armresourcemover + breaking-changes: + - "Type of `OperationStatus.Properties` has been changed from `map[string]interface{}` to `interface{}`" + - "Type of `OperationsDiscovery.Properties` has been changed from `map[string]interface{}` to `interface{}`" + + - azure-sdk-for-js: + - package: arm-operationalinsights + breaking-changes: + - "Removed operation group Schema" + - "Removed operation Tables.create" + - package: arm-subscriptions + breaking-changes: + - "Interface CanceledSubscriptionId no longer has parameter value" + - "Interface EnabledSubscriptionId no longer has parameter value" + - azure-sdk-for-python-track2: + - package: track2_azure-mgmt-sql + breaking-changes: + - "Removed operation ReplicationLinksOperations.delete" diff --git a/specificationRepositoryConfiguration.json b/specificationRepositoryConfiguration.json index 0ddbbe026169..b7baebd03c0d 100644 --- a/specificationRepositoryConfiguration.json +++ b/specificationRepositoryConfiguration.json @@ -43,6 +43,48 @@ } }, "overrides": { + "test-repo-billy/azure-rest-api-specs": { + "sdkRepositoryMappings": { + "azure-sdk-for-go": { + "mainRepository": "openapi-env-test/azure-sdk-for-go", + "mainBranch": "main", + "configFilePath": "eng/swagger_to_sdk_config.json" + }, + "azure-sdk-for-python-track2": { + "mainRepository": "openapi-env-test/azure-sdk-for-python", + "mainBranch": "main" + }, + "azure-sdk-for-net-track2": { + "mainRepository": "openapi-env-test/azure-sdk-for-net", + "mainBranch": "main", + "configFilePath": "eng/swagger_to_sdk_config.json" + }, + "azure-sdk-for-net": { + "mainRepository": "openapi-env-test/azure-sdk-for-net" + }, + "azure-sdk-for-python": { + "mainRepository": "openapi-env-test/azure-sdk-for-python", + "mainBranch": "main" + }, + "azure-sdk-for-js": { + "mainRepository": "openapi-env-test/azure-sdk-for-js", + "mainBranch": "main" + }, + "azure-sdk-for-java": { + "mainRepository": "test-repo-billy/azure-sdk-for-java", + "mainBranch": "eng_migrate-tsp-client", + "configFilePath": "eng/mgmt/automation/swagger_to_sdk_config.json" + }, + "azure-resource-manager-schemas": { + "integrationRepository": "azure-sdk/azure-resource-manager-schemas", + "mainRepository": "Azure/azure-resource-manager-schemas" + }, + "azure-powershell": { + "integrationRepository": "azure-sdk/azure-powershell", + "mainRepository": "Azure/azure-powershell" + } + } + }, "Azure/azure-rest-api-specs-pr": { "sdkRepositoryMappings": { "azure-sdk-for-go": {