Skip to content

Commit

Permalink
Bump API reference version to 2021-12-01-preview (#37215)
Browse files Browse the repository at this point in the history
* Bump API reference version to 2021-12-01-preview

* Update samples

* Update recording test api version

* Fix typo

* Update variable naming by suggestion

* Update API file

* Update code based on comments and feedbacks

* Update interface

* Update interface according to discussion

* Update changelog content

---------

Co-authored-by: Charlie Chen <[email protected]>
  • Loading branch information
dubiety and dubiety authored Jun 29, 2023
1 parent 03bdede commit 764dde2
Show file tree
Hide file tree
Showing 42 changed files with 1,074 additions and 90 deletions.
10 changes: 3 additions & 7 deletions sdk/maps/Azure.ResourceManager.Maps/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
# Release History

## 1.1.0-beta.2 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed
## 1.1.0-beta.2 (2023-06-30)

### Other Changes

- Bump API version to 2021-12-01-preview

## 1.1.0-beta.1 (2023-05-30)

### Features Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ protected MapsAccountCollection() { }
public partial class MapsAccountData : Azure.ResourceManager.Models.TrackedResourceData
{
public MapsAccountData(Azure.Core.AzureLocation location, Azure.ResourceManager.Maps.Models.MapsSku sku) : base (default(Azure.Core.AzureLocation)) { }
public Azure.ResourceManager.Models.ManagedServiceIdentity Identity { get { throw null; } set { } }
public Azure.ResourceManager.Maps.Models.MapsAccountKind? Kind { get { throw null; } set { } }
public Azure.ResourceManager.Maps.Models.MapsAccountProperties Properties { get { throw null; } set { } }
public Azure.ResourceManager.Maps.Models.MapsSku Sku { get { throw null; } set { } }
Expand All @@ -40,6 +41,8 @@ protected MapsAccountResource() { }
public virtual Azure.Response<Azure.ResourceManager.Maps.MapsCreatorResource> GetMapsCreator(string creatorName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Maps.MapsCreatorResource>> GetMapsCreatorAsync(string creatorName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual Azure.ResourceManager.Maps.MapsCreatorCollection GetMapsCreators() { throw null; }
public virtual Azure.Response<Azure.ResourceManager.Maps.Models.MapsAccountSasToken> GetSas(Azure.ResourceManager.Maps.Models.MapsAccountSasContent content, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Maps.Models.MapsAccountSasToken>> GetSasAsync(Azure.ResourceManager.Maps.Models.MapsAccountSasContent content, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual Azure.Response<Azure.ResourceManager.Maps.Models.MapsAccountKeys> RegenerateKeys(Azure.ResourceManager.Maps.Models.MapsKeySpecification keySpecification, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Maps.Models.MapsAccountKeys>> RegenerateKeysAsync(Azure.ResourceManager.Maps.Models.MapsKeySpecification keySpecification, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual Azure.Response<Azure.ResourceManager.Maps.MapsAccountResource> RemoveTag(string key, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
Expand Down Expand Up @@ -104,9 +107,10 @@ namespace Azure.ResourceManager.Maps.Models
{
public static partial class ArmMapsModelFactory
{
public static Azure.ResourceManager.Maps.MapsAccountData MapsAccountData(Azure.Core.ResourceIdentifier id = null, string name = null, Azure.Core.ResourceType resourceType = default(Azure.Core.ResourceType), Azure.ResourceManager.Models.SystemData systemData = null, System.Collections.Generic.IDictionary<string, string> tags = null, Azure.Core.AzureLocation location = default(Azure.Core.AzureLocation), Azure.ResourceManager.Maps.Models.MapsSku sku = null, Azure.ResourceManager.Maps.Models.MapsAccountKind? kind = default(Azure.ResourceManager.Maps.Models.MapsAccountKind?), Azure.ResourceManager.Maps.Models.MapsAccountProperties properties = null) { throw null; }
public static Azure.ResourceManager.Maps.MapsAccountData MapsAccountData(Azure.Core.ResourceIdentifier id = null, string name = null, Azure.Core.ResourceType resourceType = default(Azure.Core.ResourceType), Azure.ResourceManager.Models.SystemData systemData = null, System.Collections.Generic.IDictionary<string, string> tags = null, Azure.Core.AzureLocation location = default(Azure.Core.AzureLocation), Azure.ResourceManager.Maps.Models.MapsSku sku = null, Azure.ResourceManager.Maps.Models.MapsAccountKind? kind = default(Azure.ResourceManager.Maps.Models.MapsAccountKind?), Azure.ResourceManager.Models.ManagedServiceIdentity identity = null, Azure.ResourceManager.Maps.Models.MapsAccountProperties properties = null) { throw null; }
public static Azure.ResourceManager.Maps.Models.MapsAccountKeys MapsAccountKeys(System.DateTimeOffset? primaryKeyLastUpdatedOn = default(System.DateTimeOffset?), string primaryKey = null, string secondaryKey = null, System.DateTimeOffset? secondaryKeyLastUpdatedOn = default(System.DateTimeOffset?)) { throw null; }
public static Azure.ResourceManager.Maps.Models.MapsAccountProperties MapsAccountProperties(System.Guid? uniqueId = default(System.Guid?), bool? disableLocalAuth = default(bool?), string provisioningState = null) { throw null; }
public static Azure.ResourceManager.Maps.Models.MapsAccountProperties MapsAccountProperties(System.Guid? uniqueId = default(System.Guid?), bool? disableLocalAuth = default(bool?), string provisioningState = null, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Maps.Models.MapsLinkedResource> linkedResources = null, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Maps.Models.MapsCorsRule> corsRulesValue = null) { throw null; }
public static Azure.ResourceManager.Maps.Models.MapsAccountSasToken MapsAccountSasToken(string accountSasToken = null) { throw null; }
public static Azure.ResourceManager.Maps.MapsCreatorData MapsCreatorData(Azure.Core.ResourceIdentifier id = null, string name = null, Azure.Core.ResourceType resourceType = default(Azure.Core.ResourceType), Azure.ResourceManager.Models.SystemData systemData = null, System.Collections.Generic.IDictionary<string, string> tags = null, Azure.Core.AzureLocation location = default(Azure.Core.AzureLocation), Azure.ResourceManager.Maps.Models.MapsCreatorProperties properties = null) { throw null; }
public static Azure.ResourceManager.Maps.Models.MapsCreatorProperties MapsCreatorProperties(string provisioningState = null, int storageUnits = 0) { throw null; }
public static Azure.ResourceManager.Maps.Models.MapsSku MapsSku(Azure.ResourceManager.Maps.Models.MapsSkuName name = default(Azure.ResourceManager.Maps.Models.MapsSkuName), string tier = null) { throw null; }
Expand Down Expand Up @@ -140,8 +144,11 @@ internal MapsAccountKeys() { }
public partial class MapsAccountPatch
{
public MapsAccountPatch() { }
public System.Collections.Generic.IList<Azure.ResourceManager.Maps.Models.MapsCorsRule> CorsRulesValue { get { throw null; } }
public bool? DisableLocalAuth { get { throw null; } set { } }
public Azure.ResourceManager.Models.ManagedServiceIdentity Identity { get { throw null; } set { } }
public Azure.ResourceManager.Maps.Models.MapsAccountKind? Kind { get { throw null; } set { } }
public System.Collections.Generic.IList<Azure.ResourceManager.Maps.Models.MapsLinkedResource> LinkedResources { get { throw null; } }
public string ProvisioningState { get { throw null; } }
public Azure.ResourceManager.Maps.Models.MapsSku Sku { get { throw null; } set { } }
public System.Collections.Generic.IDictionary<string, string> Tags { get { throw null; } }
Expand All @@ -150,10 +157,32 @@ public MapsAccountPatch() { }
public partial class MapsAccountProperties
{
public MapsAccountProperties() { }
public System.Collections.Generic.IList<Azure.ResourceManager.Maps.Models.MapsCorsRule> CorsRulesValue { get { throw null; } }
public bool? DisableLocalAuth { get { throw null; } set { } }
public System.Collections.Generic.IList<Azure.ResourceManager.Maps.Models.MapsLinkedResource> LinkedResources { get { throw null; } }
public string ProvisioningState { get { throw null; } }
public System.Guid? UniqueId { get { throw null; } }
}
public partial class MapsAccountSasContent
{
public MapsAccountSasContent(Azure.ResourceManager.Maps.Models.MapsSigningKey signingKey, string principalId, int maxRatePerSecond, string start, string expiry) { }
public string Expiry { get { throw null; } }
public int MaxRatePerSecond { get { throw null; } }
public string PrincipalId { get { throw null; } }
public System.Collections.Generic.IList<string> Regions { get { throw null; } }
public Azure.ResourceManager.Maps.Models.MapsSigningKey SigningKey { get { throw null; } }
public string Start { get { throw null; } }
}
public partial class MapsAccountSasToken
{
internal MapsAccountSasToken() { }
public string AccountSasToken { get { throw null; } }
}
public partial class MapsCorsRule
{
public MapsCorsRule(System.Collections.Generic.IEnumerable<string> allowedOrigins) { }
public System.Collections.Generic.IList<string> AllowedOrigins { get { throw null; } }
}
public partial class MapsCreatorPatch
{
public MapsCreatorPatch() { }
Expand Down Expand Up @@ -190,6 +219,30 @@ public MapsKeySpecification(Azure.ResourceManager.Maps.Models.MapsKeyType keyTyp
public static bool operator !=(Azure.ResourceManager.Maps.Models.MapsKeyType left, Azure.ResourceManager.Maps.Models.MapsKeyType right) { throw null; }
public override string ToString() { throw null; }
}
public partial class MapsLinkedResource
{
public MapsLinkedResource(string uniqueName, string id) { }
public string Id { get { throw null; } set { } }
public string UniqueName { get { throw null; } set { } }
}
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public readonly partial struct MapsSigningKey : System.IEquatable<Azure.ResourceManager.Maps.Models.MapsSigningKey>
{
private readonly object _dummy;
private readonly int _dummyPrimitive;
public MapsSigningKey(string value) { throw null; }
public static Azure.ResourceManager.Maps.Models.MapsSigningKey PrimaryKey { get { throw null; } }
public static Azure.ResourceManager.Maps.Models.MapsSigningKey SecondaryKey { get { throw null; } }
public bool Equals(Azure.ResourceManager.Maps.Models.MapsSigningKey other) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override bool Equals(object obj) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override int GetHashCode() { throw null; }
public static bool operator ==(Azure.ResourceManager.Maps.Models.MapsSigningKey left, Azure.ResourceManager.Maps.Models.MapsSigningKey right) { throw null; }
public static implicit operator Azure.ResourceManager.Maps.Models.MapsSigningKey (string value) { throw null; }
public static bool operator !=(Azure.ResourceManager.Maps.Models.MapsSigningKey left, Azure.ResourceManager.Maps.Models.MapsSigningKey right) { throw null; }
public override string ToString() { throw null; }
}
public partial class MapsSku
{
public MapsSku(Azure.ResourceManager.Maps.Models.MapsSkuName name) { }
Expand Down
Loading

0 comments on commit 764dde2

Please sign in to comment.