Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
2 changes: 1 addition & 1 deletion eng/automation/parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

SDK_ROOT = "../../" # related to file dir
AUTOREST_CORE_VERSION = "3.9.7"
AUTOREST_JAVA = "@autorest/[email protected].59"
AUTOREST_JAVA = "@autorest/[email protected].60"
DEFAULT_VERSION = "1.0.0-beta.1"
GROUP_ID = "com.azure.resourcemanager"
API_SPECS_FILE = "api-specs.yaml"
Expand Down
18 changes: 9 additions & 9 deletions sdk/resourcemanager/api-specs.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"dir": "../resources/azure-resourcemanager-resources",
"source": "specification/resources/resource-manager/readme.md",
"package": "com.azure.resourcemanager.resources",
"args": "--tag=package-features-2021-07 --graalvm-config-suffix=feature --enable-sync-stack=false"
"args": "--tag=package-features-2021-07 --metadata-suffix=feature --enable-sync-stack=false"
},
"features-hybrid": {
"dir": "../resourcemanagerhybrid/azure-resourcemanager-resources",
Expand All @@ -125,7 +125,7 @@
"dir": "azure-resourcemanager-authorization",
"source": "azure-resourcemanager-authorization/swagger/swagger.md",
"package": "com.azure.resourcemanager.authorization",
"args": "--tag=v1.0 --graalvm-config-suffix=msgraph --title=MicrosoftGraphClient --models-subpackage=fluent.models --enable-sync-stack=false"
"args": "--tag=v1.0 --metadata-suffix=msgraph --title=MicrosoftGraphClient --models-subpackage=fluent.models --enable-sync-stack=false"
},
"msgraph-hybrid": {
"dir": "../resourcemanagerhybrid/azure-resourcemanager-authorization",
Expand All @@ -150,7 +150,7 @@
"dir": "../resources/azure-resourcemanager-resources",
"source": "specification/resources/resource-manager/readme.md",
"package": "com.azure.resourcemanager.resources",
"args": "--tag=package-locks-2017-04 --graalvm-config-suffix=lock --enable-sync-stack=false"
"args": "--tag=package-locks-2017-04 --metadata-suffix=lock --enable-sync-stack=false"
},
"locks-hybrid": {
"dir": "../resourcemanagerhybrid/azure-resourcemanager-resources",
Expand Down Expand Up @@ -187,7 +187,7 @@
"dir": "../resources/azure-resourcemanager-resources",
"source": "specification/resources/resource-manager/readme.md",
"package": "com.azure.resourcemanager.resources",
"args": "--tag=package-policy-2023-04-java --graalvm-config-suffix=policy --rename-model=UserAssignedIdentitiesValue:IdentityUserAssignedIdentitiesValue --enable-sync-stack=false",
"args": "--tag=package-policy-2023-04-java --metadata-suffix=policy --rename-model=UserAssignedIdentitiesValue:IdentityUserAssignedIdentitiesValue --enable-sync-stack=false",
"note": "Remove policyVariables.json and policyVariableValues.json from tag, as they are still in preview."
},
"policy-hybrid": {
Expand Down Expand Up @@ -226,13 +226,13 @@
"dir": "../resources/azure-resourcemanager-resources",
"source": "specification/resources/resource-manager/Microsoft.Resources/deployments/readme.md",
"package": "com.azure.resourcemanager.resources",
"args": "--tag=package-2025-04 --title=DeploymentsManagementClient --add-inner=Deployment,Provider --graalvm-config-suffix=deployments --enable-sync-stack=false"
"args": "--tag=package-2025-04 --title=DeploymentsManagementClient --add-inner=Deployment,Provider --metadata-suffix=deployments --enable-sync-stack=false"
},
"deploymentstacks": {
"dir": "../resources/azure-resourcemanager-resources",
"source": "specification/resources/resource-manager/Microsoft.Resources/deploymentStacks/readme.md",
"package": "com.azure.resourcemanager.resources",
"args": "--tag=package-2024-03 --graalvm-config-suffix=deploymentstacks --enable-sync-stack=false"
"args": "--tag=package-2024-03 --metadata-suffix=deploymentstacks --enable-sync-stack=false"
},
"resources-hybrid": {
"dir": "../resourcemanagerhybrid/azure-resourcemanager-resources",
Expand Down Expand Up @@ -276,7 +276,7 @@
"dir": "../resources/azure-resourcemanager-resources",
"source": "specification/resources/resource-manager/readme.md",
"package": "com.azure.resourcemanager.resources",
"args": "--tag=package-subscriptions-2022-12 --graalvm-config-suffix=subscription --modelerfour.lenient-model-deduplication --name-for-ungrouped-operations=ResourceName --remove-operation-group=Operations --enable-sync-stack=false"
"args": "--tag=package-subscriptions-2022-12 --metadata-suffix=subscription --modelerfour.lenient-model-deduplication --name-for-ungrouped-operations=ResourceName --remove-operation-group=Operations --enable-sync-stack=false"
},
"subscriptions-hybrid": {
"dir": "../resourcemanagerhybrid/azure-resourcemanager-resources",
Expand All @@ -300,12 +300,12 @@
"dir": "../resources/azure-resourcemanager-resources",
"source": "specification/resources/resource-manager/readme.md",
"package": "com.azure.resourcemanager.resources",
"args": "--tag=package-changes-2022-05 --graalvm-config-suffix=change --rename-model=ChangeType:ResourceChangeType,PropertyChangeType:ResourcePropertyChangeType --enable-sync-stack=false"
"args": "--tag=package-changes-2022-05 --metadata-suffix=change --rename-model=ChangeType:ResourceChangeType,PropertyChangeType:ResourcePropertyChangeType --enable-sync-stack=false"
},
"databoundaries": {
"dir": "../resources/azure-resourcemanager-resources",
"source": "specification/resources/resource-manager/readme.md",
"package": "com.azure.resourcemanager.resources",
"args": "--tag=package-databoundaries-2024-08 --title=DataBoundariesManagementClient --graalvm-config-suffix=databoundary --remove-operation-group=Operations --enable-sync-stack=false"
"args": "--tag=package-databoundaries-2024-08 --title=DataBoundariesManagementClient --metadata-suffix=databoundary --remove-operation-group=Operations --enable-sync-stack=false"
}
}
Loading