Skip to content

Commit

Permalink
Upgrade upstream specs (#3669)
Browse files Browse the repository at this point in the history
Fixes #3662

- Ignore the next version of IoTOperations as it also causes breaking
changes.
- Ignore some local auto-generated files to avoid them getting
committed.
  • Loading branch information
danielrbradley authored Oct 28, 2024
1 parent 5056b3d commit 12fc10e
Show file tree
Hide file tree
Showing 2,337 changed files with 159,517 additions and 4,760 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,5 @@ DEBUG_CODEGEN_EXAMPLE_HCL

p-examples/
.mono
go.work*
*.sln
2 changes: 1 addition & 1 deletion azure-rest-api-specs
675 changes: 568 additions & 107 deletions provider/cmd/pulumi-resource-azure-native/schema.json

Large diffs are not rendered by default.

89 changes: 89 additions & 0 deletions reports/allEndpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -38107,6 +38107,57 @@
}
}
},
"Edge": {
"Operations": {
"/providers/Microsoft.Edge/operations": {
"Path": "/providers/Microsoft.Edge/operations",
"FilePath": "specification/edge/resource-manager/Microsoft.Edge/edge/preview/2024-02-01-preview/operations.json",
"HttpVerbs": [
"GET"
]
}
},
"Sites": {
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Edge/sites": {
"Path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Edge/sites",
"FilePath": "specification/edge/resource-manager/Microsoft.Edge/sites/preview/2024-02-01-preview/sites.json",
"HttpVerbs": [
"GET"
]
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Edge/sites/{siteName}": {
"Path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Edge/sites/{siteName}",
"FilePath": "specification/edge/resource-manager/Microsoft.Edge/sites/preview/2024-02-01-preview/sites.json",
"HttpVerbs": [
"DELETE",
"GET",
"PATCH",
"PUT"
],
"Added": true
}
},
"SitesBySubscription": {
"/subscriptions/{subscriptionId}/providers/Microsoft.Edge/sites": {
"Path": "/subscriptions/{subscriptionId}/providers/Microsoft.Edge/sites",
"FilePath": "specification/edge/resource-manager/Microsoft.Edge/sites/preview/2024-02-01-preview/sites.json",
"HttpVerbs": [
"GET"
]
},
"/subscriptions/{subscriptionId}/providers/Microsoft.Edge/sites/{siteName}": {
"Path": "/subscriptions/{subscriptionId}/providers/Microsoft.Edge/sites/{siteName}",
"FilePath": "specification/edge/resource-manager/Microsoft.Edge/sites/preview/2024-02-01-preview/sites.json",
"HttpVerbs": [
"DELETE",
"GET",
"PATCH",
"PUT"
],
"Added": true
}
}
},
"EdgeMarketplace": {
"Offers": {
"/subscriptions/{subscriptionId}/providers/Microsoft.EdgeMarketplace/offers": {
Expand Down Expand Up @@ -66876,6 +66927,14 @@
"GET"
]
},
"/providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Quota/groupQuotas/{groupQuotaName}/resourceProviders/{resourceProviderName}/groupQuotaLimits/{location}": {
"Path": "/providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Quota/groupQuotas/{groupQuotaName}/resourceProviders/{resourceProviderName}/groupQuotaLimits/{location}",
"FilePath": "specification/quota/resource-manager/Microsoft.Quota/preview/2024-10-15-preview/groupquota.json",
"HttpVerbs": [
"GET",
"PATCH"
]
},
"/providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Quota/groupQuotas/{groupQuotaName}/resourceProviders/{resourceProviderName}/groupQuotaLimits/{resourceName}": {
"Path": "/providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Quota/groupQuotas/{groupQuotaName}/resourceProviders/{resourceProviderName}/groupQuotaLimits/{resourceName}",
"FilePath": "specification/quota/resource-manager/Microsoft.Quota/preview/2023-06-01-preview/groupquota.json",
Expand Down Expand Up @@ -66940,6 +66999,14 @@
"HttpVerbs": [
"GET"
]
},
"/providers/Microsoft.Management/managementGroups/{managementGroupId}/subscriptions/{subscriptionId}/providers/Microsoft.Quota/groupQuotas/{groupQuotaName}/resourceProviders/{resourceProviderName}/quotaAllocations/{location}": {
"Path": "/providers/Microsoft.Management/managementGroups/{managementGroupId}/subscriptions/{subscriptionId}/providers/Microsoft.Quota/groupQuotas/{groupQuotaName}/resourceProviders/{resourceProviderName}/quotaAllocations/{location}",
"FilePath": "specification/quota/resource-manager/Microsoft.Quota/preview/2024-10-15-preview/groupquota.json",
"HttpVerbs": [
"GET",
"PATCH"
]
}
},
"GroupQuotaSubscriptionAllocationRequest": {
Expand All @@ -66957,6 +67024,13 @@
"GET"
]
},
"/providers/Microsoft.Management/managementGroups/{managementGroupId}/subscriptions/{subscriptionId}/providers/Microsoft.Quota/groupQuotas/{groupQuotaName}/resourceProviders/{resourceProviderName}/quotaAllocationRequests/{allocationId}": {
"Path": "/providers/Microsoft.Management/managementGroups/{managementGroupId}/subscriptions/{subscriptionId}/providers/Microsoft.Quota/groupQuotas/{groupQuotaName}/resourceProviders/{resourceProviderName}/quotaAllocationRequests/{allocationId}",
"FilePath": "specification/quota/resource-manager/Microsoft.Quota/preview/2024-10-15-preview/groupquota.json",
"HttpVerbs": [
"GET"
]
},
"/providers/Microsoft.Management/managementGroups/{managementGroupId}/subscriptions/{subscriptionId}/providers/Microsoft.Quota/groupQuotas/{groupQuotaName}/resourceProviders/{resourceProviderName}/quotaAllocationRequests/{resourceName}": {
"Path": "/providers/Microsoft.Management/managementGroups/{managementGroupId}/subscriptions/{subscriptionId}/providers/Microsoft.Quota/groupQuotas/{groupQuotaName}/resourceProviders/{resourceProviderName}/quotaAllocationRequests/{resourceName}",
"FilePath": "specification/quota/resource-manager/Microsoft.Quota/preview/2023-06-01-preview/groupquota.json",
Expand Down Expand Up @@ -72588,9 +72662,24 @@
"FilePath": "specification/security/resource-manager/Microsoft.Security/preview/2022-12-01-preview/defenderForStorageSettings.json",
"HttpVerbs": [
"GET",
"POST",
"PUT"
],
"PostOperations": [
"startMalwareScan"
],
"Added": true
},
"/{resourceId}/providers/Microsoft.Security/defenderForStorageSettings/{settingName}/malwareScans/{scanId}": {
"Path": "/{resourceId}/providers/Microsoft.Security/defenderForStorageSettings/{settingName}/malwareScans/{scanId}",
"FilePath": "specification/security/resource-manager/Microsoft.Security/preview/2024-10-01-preview/defenderForStorageSettings.json",
"HttpVerbs": [
"GET",
"POST"
],
"PostOperations": [
"cancelMalwareScan"
]
}
},
"DevOpsConfigurations": {
Expand Down
Loading

0 comments on commit 12fc10e

Please sign in to comment.