@azure/arm-cdn 9.1.1-alpha.20250613.3 → 9.1.1-alpha.20250616.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/review/arm-cdn.api.md +2 -3
package/package.json
CHANGED
package/review/arm-cdn.api.md
CHANGED
|
@@ -673,8 +673,7 @@ export interface AFDStateProperties {
|
|
|
673
673
|
}
|
|
674
674
|
|
|
675
675
|
// @public
|
|
676
|
-
type
|
|
677
|
-
export { Algorithm_2 as Algorithm }
|
|
676
|
+
export type Algorithm = string;
|
|
678
677
|
|
|
679
678
|
// @public
|
|
680
679
|
export type AutoGeneratedDomainNameLabelScope = string;
|
|
@@ -4762,7 +4761,7 @@ export interface UrlSigningAction extends DeliveryRuleActionAutoGenerated {
|
|
|
4762
4761
|
|
|
4763
4762
|
// @public
|
|
4764
4763
|
export interface UrlSigningActionParameters {
|
|
4765
|
-
algorithm?:
|
|
4764
|
+
algorithm?: Algorithm;
|
|
4766
4765
|
parameterNameOverride?: UrlSigningParamIdentifier[];
|
|
4767
4766
|
// (undocumented)
|
|
4768
4767
|
typeName: "DeliveryRuleUrlSigningActionParameters";
|