Skip to content

Commit

Permalink
Update ARM Specs (#610)
Browse files Browse the repository at this point in the history
Automated PR generated by the ARM Spec Updater action
  • Loading branch information
lawrencegripper authored Dec 12, 2024
2 parents 9681439 + 9633195 commit 8ed8d2f
Show file tree
Hide file tree
Showing 95 changed files with 42,701 additions and 1,586 deletions.
1,215 changes: 997 additions & 218 deletions internal/pkg/expanders/swagger-armspecs.generated.go

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -731,10 +731,10 @@
"type": "string",
"description": "Used to guarantee real-time consistency between requests."
},
"x-ms-client-request-id": {
"x-ms-request-id": {
"type": "string",
"format": "uuid",
"description": "An opaque, globally-unique, client-generated string identifier for the request."
"description": "An opaque, globally-unique, server-generated string identifier for the request."
}
}
},
Expand Down Expand Up @@ -2257,10 +2257,10 @@
"type": "string",
"description": "Used to guarantee real-time consistency between requests."
},
"x-ms-client-request-id": {
"x-ms-request-id": {
"type": "string",
"format": "uuid",
"description": "An opaque, globally-unique, client-generated string identifier for the request."
"description": "An opaque, globally-unique, server-generated string identifier for the request."
}
}
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"swagger": "2.0",
"info": {
"version": "2023-11-01-preview",
"version": "2024-11-01-preview",
"title": "ContainerRegistryManagementClient"
},
"host": "management.azure.com",
Expand Down Expand Up @@ -2520,6 +2520,9 @@
},
"RegistryCreateZoneRedundant": {
"$ref": "./examples/RegistryCreateZoneRedundant.json"
},
"RegistryCreateDomainNameLabelScope": {
"$ref": "./examples/RegistryCreateDomainNameLabelScope.json"
}
},
"x-ms-long-running-operation": true,
Expand Down Expand Up @@ -4484,6 +4487,9 @@
"items": {
"type": "string"
}
},
"garbageCollection": {
"$ref": "#/definitions/GarbageCollectionProperties"
}
}
},
Expand Down Expand Up @@ -4692,6 +4698,20 @@
}
}
},
"GarbageCollectionProperties": {
"description": "The garbage collection properties of the connected registry.",
"type": "object",
"properties": {
"enabled": {
"description": "Indicates whether garbage collection is enabled for the connected registry.",
"type": "boolean"
},
"schedule": {
"description": "The cron expression indicating the schedule that the connected registry will run garbage collection.",
"type": "string"
}
}
},
"ConnectedRegistryUpdateParameters": {
"description": "The parameters for updating a connected registry.",
"type": "object",
Expand Down Expand Up @@ -4728,6 +4748,9 @@
"items": {
"type": "string"
}
},
"garbageCollection": {
"$ref": "#/definitions/GarbageCollectionProperties"
}
}
},
Expand Down Expand Up @@ -5642,13 +5665,39 @@
"name": "ContainerRegistryResourceType",
"modelAsString": false
}
},
"resourceGroupName": {
"description": "The resource group name of the container registry.",
"maxLength": 90,
"minLength": 1,
"type": "string"
},
"autoGeneratedDomainNameLabelScope": {
"description": "The auto generated domain name label of the container registry. This value defaults to \"Unsecure\".",
"default": "Unsecure",
"enum": [
"Unsecure",
"TenantReuse",
"SubscriptionReuse",
"ResourceGroupReuse",
"NoReuse"
],
"type": "string",
"x-ms-enum": {
"name": "AutoGeneratedDomainNameLabelScope",
"modelAsString": true
}
}
}
},
"RegistryNameStatus": {
"description": "The result of a request to check the availability of a container registry name.",
"type": "object",
"properties": {
"availableLoginServerName": {
"description": "The complete login server name with domain name label (DNL) hash, if available",
"type": "string"
},
"nameAvailable": {
"description": "The value that indicates whether the name is available.",
"type": "boolean"
Expand Down Expand Up @@ -6204,6 +6253,22 @@
"name": "MetadataSearch",
"modelAsString": true
}
},
"autoGeneratedDomainNameLabelScope": {
"description": "Determines the domain name label reuse scope.",
"default": "Unsecure",
"enum": [
"Unsecure",
"TenantReuse",
"SubscriptionReuse",
"ResourceGroupReuse",
"NoReuse"
],
"type": "string",
"x-ms-enum": {
"name": "AutoGeneratedDomainNameLabelScope",
"modelAsString": true
}
}
}
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"addition_input_file_paths": [], "input_files": ["Microsoft.ContainerRegistry/preview/2023-11-01-preview/containerregistry.json"], "name": "package-2023-11-preview-only"}
{"addition_input_file_paths": [], "input_files": ["Microsoft.ContainerRegistry/preview/2024-11-01-preview/containerregistry.json"], "name": "package-2024-11-preview-only"}
Loading

0 comments on commit 8ed8d2f

Please sign in to comment.